/* css styles */

:root {
  --page-text: #1f2933;
  --muted-text: #52606d;
  --heading-text: #102a43;
  --border-soft: rgba(16, 42, 67, 0.08);
  --hero-overlay: rgba(0, 0, 0, 0.45);
  --hero-shadow: 0 24px 60px rgba(7, 18, 33, 0.18);
}

body {
  color: var(--page-text);
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 18%, #ffffff 100%);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  line-height: 1.75;
}

.quarto-title-block {
  display: none;
}

.page-columns,
.page-layout-article,
.page-layout-full,
main.content {
  overflow-x: clip;
}

main.content {
  padding-top: 0;
}

.column-screen {
  padding-left: 0;
  padding-right: 0;
}

.column-screen > .hero-section {
  margin-top: 0;
  margin-bottom: 3rem;
}

.hero-section {
  position: relative;
  width: 100vw;
  min-height: 70vh;
  margin: 0 0 3rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(var(--hero-overlay), var(--hero-overlay)),
    url("hero.jpeg") center center / cover no-repeat;
  box-shadow: var(--hero-shadow);
}

.hero-content {
  width: min(700px, calc(100% - 3rem));
  margin: 0 auto;
  max-width: 700px;
  padding: 7rem 0;
  color: #f8fbff;
  text-align: center;
}

.hero-content h1 {
  max-width: 12ch;
  margin: 0 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.hero-content p {
  max-width: 700px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.8;
  color: rgba(248, 251, 255, 0.9);
}

.hero-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 8px 16px;
  background: rgba(115, 125, 140, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(4px);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: rgba(115, 125, 140, 0.58);
}

.home-content {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto 5rem;
  padding: 0 0 1rem;
}

.home-content h2,
.home-content h3 {
  color: var(--heading-text);
  font-family: "Merriweather", Georgia, serif;
  line-height: 1.25;
}

.home-content h2 {
  margin-top: 4rem;
  margin-bottom: 1.35rem;
  padding-top: 1.35rem;
  font-size: clamp(1.6rem, 2.4vw, 2.05rem);
  border-top: 1px solid var(--border-soft);
}

.home-content h2:first-of-type {
  margin-top: 2rem;
  padding-top: 0;
  border-top: none;
}

.home-content h3 {
  margin-top: 2.4rem;
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
}

.home-content p,
.home-content li {
  font-size: 1.05rem;
  color: var(--page-text);
}

.home-content p {
  max-width: 72ch;
  line-height: 1.88;
  margin-bottom: 1.25rem;
}

.home-content ul {
  margin: 1.15rem 0 1.4rem;
  padding-left: 1.4rem;
}

.home-content li {
  margin-bottom: 0.55rem;
  line-height: 1.8;
}

.home-content li + li {
  margin-top: 0.2rem;
}

.home-content p + ul,
.home-content p + ol {
  margin-top: 1.25rem;
}

.home-content ul + p,
.home-content ol + p {
  margin-top: 1.5rem;
}

.home-content ul + h2,
.home-content ol + h2,
.home-content p + h2 {
  margin-top: 4.25rem;
}

.page-note {
  margin-top: 3.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-soft);
  font-size: 0.95rem;
  color: var(--muted-text);
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 56vh;
    margin-bottom: 2.5rem;
  }

  .hero-content {
    width: min(100% - 2rem, 42rem);
    padding: 5rem 0 4rem;
  }

  .home-content {
    width: min(100% - 1.5rem, 44rem);
    margin-bottom: 3.5rem;
  }

  .home-content h2 {
    margin-top: 3.25rem;
    margin-bottom: 1.15rem;
    padding-top: 1.1rem;
  }
}

.findings-hero {
  position: relative;
  width: 100vw;
  margin: 0 0 3rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(135deg, rgba(10, 34, 57, 0.92), rgba(18, 72, 107, 0.86)),
    radial-gradient(circle at top right, rgba(244, 162, 97, 0.38), transparent 30%);
  color: #f8fbff;
  box-shadow: var(--hero-shadow);
}

.findings-hero-inner {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0 4rem;
}

.findings-hero h1 {
  margin: 0 0 1rem;
  max-width: 12ch;
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 1.04;
  color: #ffffff;
}

.findings-hero p {
  max-width: 62ch;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.9;
  color: rgba(248, 251, 255, 0.9);
}

.findings-pill-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.findings-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f8fbff;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.findings-shell {
  width: min(1040px, calc(100% - 2rem));
  margin: 0 auto 5rem;
}

.findings-shell h2,
.findings-shell h3,
.findings-shell h4 {
  color: var(--heading-text);
  font-family: "Merriweather", Georgia, serif;
}

.findings-shell h2 {
  margin-top: 4rem;
  margin-bottom: 1.15rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-soft);
  font-size: clamp(1.7rem, 2.3vw, 2.1rem);
}

.findings-shell h2:first-of-type {
  margin-top: 2rem;
}

.findings-shell h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.findings-shell h4 {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

.findings-shell p,
.findings-shell li,
.findings-shell td,
.findings-shell th {
  font-size: 1.03rem;
}

.findings-shell p,
.findings-shell li {
  line-height: 1.85;
}

.findings-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -5.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.findings-stat-card {
  padding: 1.3rem 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(4px);
}

.findings-stat-card h2 {
  margin: 0 0 0.65rem;
  padding: 0;
  border: none;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f4c75;
}

.findings-stat-card p {
  margin: 0;
  color: var(--page-text);
}

.finding-section {
  margin: 1.75rem 0 0;
  padding: 1.6rem 1.55rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.findings-shell table {
  width: 100%;
  margin: 1.2rem 0 1.4rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.findings-shell thead th {
  background: #0f4c75;
  color: #ffffff;
  font-weight: 600;
}

.findings-shell th,
.findings-shell td {
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.findings-shell tbody tr:nth-child(even) {
  background: rgba(15, 76, 117, 0.035);
}

@media (max-width: 900px) {
  .findings-stat-grid {
    grid-template-columns: 1fr;
    margin-top: -3rem;
  }
}

@media (max-width: 768px) {
  .findings-hero-inner {
    width: min(100% - 1.5rem, 44rem);
    padding: 4rem 0 3.2rem;
  }

  .findings-shell {
    width: min(100% - 1.25rem, 44rem);
    margin-bottom: 3.5rem;
  }

  .finding-section {
    padding: 1.2rem 1.05rem;
  }
}
