:root {
  --navy: #1E2761;
  --navy-card: #28316B;
  --coral: #F96167;
  --gold: #F9E795;
  --gold-strong: #F2B705;
  --off-white: #F7F7F9;
  --gray-text: #44464F;
  --muted: #8A8D99;
  --white: #FFFFFF;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--gray-text);
  background: var(--white);
  line-height: 1.55;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  margin: 0 0 0.5em;
  line-height: 1.2;
}
p { margin: 0 0 1em; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 12px;
  display: block;
}

/* LANG SWITCH */
.lang-switch {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding: 14px 24px 0;
  max-width: 1080px;
  margin: 0 auto;
}
.lang-switch a {
  color: #B7BEE0;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.lang-switch a.active { color: var(--navy); background: var(--gold); }
.lang-switch a:not(.active):hover { color: var(--white); background: rgba(255,255,255,0.12); }

/* HERO */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 8px 0 96px;
  position: relative;
}
.hero .wrap { position: relative; z-index: 1; }
.logo-mark {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; letter-spacing: 1px; font-size: 15px;
  color: var(--gold);
  margin: 48px 0 40px;
}
.logo-mark .key { font-size: 20px; }
.hero h1 {
  color: var(--white);
  font-size: clamp(32px, 5vw, 52px);
  max-width: 780px;
}
.hero .tagline {
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--gold);
  font-style: italic;
  max-width: 640px;
  margin-bottom: 20px;
}
.hero .sub {
  font-size: 17px;
  color: #D9DEF5;
  max-width: 560px;
  margin-bottom: 36px;
}
.btn {
  display: inline-block;
  background: var(--coral);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(249,97,103,0.35); }
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.4);
  text-decoration: none;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 14px;
}
.hero-stats {
  margin-top: 56px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-stats div { min-width: 120px; }
.hero-stats .num { font-size: 30px; font-weight: 800; color: var(--white); font-family: Georgia, serif; }
.hero-stats .label { font-size: 13px; color: #B7BEE0; }

/* WHAT IS IT */
.band-gray { background: var(--off-white); }
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.pill-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.pill {
  background: var(--white);
  border: 1px solid #E4E4EA;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
}
.globe-card {
  background: var(--navy);
  border-radius: 20px;
  padding: 40px;
  color: var(--white);
}
.globe-card .big-num { font-size: 44px; font-weight: 800; color: var(--gold); font-family: Georgia, serif; }
.globe-card .row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.globe-card .row:last-child { border-bottom: none; }

/* PAIN */
.pain {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 110px 0;
}
.pain .wrap { max-width: 820px; }
.pain .headline {
  font-size: clamp(26px, 4vw, 40px);
  color: var(--white);
  font-family: Georgia, serif;
  font-weight: 700;
  margin-bottom: 28px;
}
.pain .headline em { color: var(--coral); font-style: normal; }
.pain p.lead {
  font-size: 18px;
  color: #CBD1EE;
  margin-bottom: 14px;
}
.pain .stat80 {
  font-size: 90px;
  font-weight: 800;
  color: var(--coral);
  font-family: Georgia, serif;
  line-height: 1;
  margin-bottom: 8px;
}

/* HOW IT WORKS */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.step-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 26px;
  box-shadow: 0 6px 24px rgba(30,39,97,0.08);
}
.step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
  margin-bottom: 18px;
}
.step-card h3 { font-size: 18px; margin-bottom: 10px; }
.step-card p { font-size: 14.5px; color: var(--gray-text); margin: 0; }

/* DISTANCES */
.distances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
}
.dist-card {
  border-radius: 16px;
  padding: 34px;
  border: 1px solid #E4E4EA;
}
.dist-card.gold-border { border: 2px solid var(--gold-strong); background: #FFFBEF; }
.dist-card h3 { font-size: 22px; }

/* SCIENCE */
.science-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.science-item .icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--off-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}
.science-item h3 { font-size: 16.5px; }
.science-item p { font-size: 14px; color: var(--gray-text); }

/* WHO */
.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.who-card {
  background: var(--off-white);
  border-radius: 14px;
  padding: 26px 22px;
}
.who-card h3 { font-size: 15.5px; margin-bottom: 8px; }
.who-card p { font-size: 13px; color: var(--gray-text); margin: 0; }

/* TRACTION */
.traction {
  background: var(--off-white);
}
.traction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.traction-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 6px 20px rgba(30,39,97,0.06);
}
.traction-card .n { font-size: 34px; font-weight: 800; color: var(--coral); font-family: Georgia, serif; }
.traction-card .l { font-size: 14px; color: var(--gray-text); margin-top: 6px; }
.traction-note {
  margin-top: 32px;
  padding: 22px 26px;
  background: var(--white);
  border-radius: 14px;
  border-left: 4px solid var(--gold-strong);
  font-size: 14.5px;
  color: var(--gray-text);
}

/* CTA / FOOTER */
.cta {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 96px 0;
}
.cta h2 { color: var(--white); font-size: clamp(26px, 4vw, 36px); }
.cta p { color: #C9CFEE; font-size: 16px; max-width: 560px; margin: 0 auto 32px; }
footer {
  background: #10173F;
  color: #8891C4;
  text-align: center;
  padding: 32px 0;
  font-size: 13px;
}
footer a { color: #B7BEE0; }

/* PHOTOS */
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  aspect-ratio: 4 / 5;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.photo-col-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}
.photo-col-layout.reverse { grid-template-columns: 1.15fr 0.85fr; }
.photo-col-layout.reverse .side-photo { order: 2; }
.side-photo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(30,39,97,0.15);
  aspect-ratio: 4 / 5;
}
.side-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-col-layout .distances,
.photo-col-layout .traction-grid { grid-template-columns: 1fr; }
.steps-vertical { display: flex; flex-direction: column; gap: 20px; }
.steps-vertical .step-card { display: flex; gap: 18px; align-items: flex-start; padding: 24px; }
.steps-vertical .step-num { flex-shrink: 0; margin-bottom: 0; }

.banner-photo {
  width: 100%;
  aspect-ratio: 21 / 9;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 44px;
  box-shadow: 0 12px 32px rgba(30,39,97,0.1);
}
.banner-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.cta {
  position: relative;
  background: var(--navy);
  overflow: hidden;
}
.cta-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-bg-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-bg-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,39,97,0.88) 0%, rgba(20,27,74,0.94) 100%);
}
.cta .wrap { position: relative; z-index: 1; }

@media (max-width: 860px) {
  .two-col, .steps, .distances, .science-grid, .who-grid, .traction-grid,
  .hero-inner, .photo-col-layout, .photo-col-layout.reverse {
    grid-template-columns: 1fr;
  }
  .photo-col-layout.reverse .side-photo { order: 0; }
  .hero-photo, .side-photo { aspect-ratio: 16 / 10; }
  section { padding: 60px 0; }
  .pain { padding: 72px 0; }
  .hero { padding: 0 0 64px; }
  .btn-outline { margin-left: 0; margin-top: 12px; }
}
