:root {
  --navy: #10253f;
  --navy-2: #193853;
  --ice: #9dc9dc;
  --ice-light: #edf5f8;
  --red: #8f2438;
  --white: #ffffff;
  --ink: #10263a;
  --paper: #f7fafc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(16,37,63,.12);
  color: var(--navy);
  background: rgba(247,250,252,.86);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.06em;
  padding-right: 15px;
  border-right: 3px solid var(--red);
}
.brand-name {
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .86;
}
nav { display: flex; gap: clamp(18px, 2vw, 32px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
nav a { opacity: .82; transition: .2s ease; }
nav a:hover { color: var(--ice); opacity: 1; }
.lang-switch {
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
  font-size: 10px; font-weight: 800; letter-spacing: .1em;
}
.lang-switch span { opacity: .35; }
.lang-switch a { opacity: .62; transition: .2s ease; }
.lang-switch a:hover { color: var(--red); opacity: 1; }
.menu-toggle {
  display: none; width: 42px; height: 42px; padding: 10px;
  border: 1px solid rgba(16,37,63,.3); background: transparent; cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s ease; }
.header-cta {
  padding: 13px 18px;
  border: 1px solid rgba(16,37,63,.35);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.header-cta span { margin-left: 10px; color: var(--red); }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: linear-gradient(135deg, #f9fcfd 0%, #edf5f8 100%);
  color: var(--navy);
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: stretch;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(16,37,63,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,37,63,.025) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 185px 7vw 170px 7vw;
  align-self: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  color: var(--red);
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em;
}
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.hero h1 {
  max-width: 720px;
  margin: 28px 0 26px;
  font-size: clamp(57px, 6.8vw, 104px);
  line-height: .91;
  letter-spacing: -.065em;
  text-transform: uppercase;
  font-weight: 900;
}
.hero h1 em { display: block; color: var(--red); font-style: normal; }
.hero-lead {
  max-width: 590px;
  margin: 0;
  color: #60758a;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 13px; margin-top: 37px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 24px;
  min-height: 54px; padding: 0 24px;
  font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-secondary { border: 1px solid rgba(16,37,63,.35); color: var(--navy); }
.disclaimer { margin-top: 28px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #788b9c; }
.hero-visual { position: relative; min-width: 0; margin: 132px 5vw 155px 0; }
.hero-photo {
  position: absolute; inset: 0;
  border-radius: 34px;
  background:
    linear-gradient(0deg, rgba(16,37,63,.42), transparent 45%),
    url("/hero-community.png") center/cover no-repeat,
    url("/hero-team.png") center/cover no-repeat,
    radial-gradient(circle at 65% 35%, #9dc9dc, #dce8ed 70%);
  box-shadow: 0 28px 70px rgba(16,37,63,.18);
  filter: saturate(.88) contrast(1.01);
}
.visual-label {
  position: absolute; right: 28px; bottom: 28px;
  border-left: 3px solid var(--red); padding: 13px 18px;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  border-radius: 0 14px 14px 0;
  display: flex; flex-direction: column; gap: 5px;
}
.visual-label strong { font-size: 16px; text-transform: uppercase; letter-spacing: .03em; }
.visual-label span { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; opacity: .66; }
.proof-strip {
  position: absolute; z-index: 5; left: 7vw; right: 7vw; bottom: 38px;
  height: 105px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  background: transparent;
}
.proof-strip div {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  background: rgba(255,255,255,.92); border: 1px solid rgba(16,37,63,.1);
  border-radius: 18px; box-shadow: 0 12px 34px rgba(16,37,63,.08);
}
.proof-strip strong { font-size: 34px; color: var(--red); }
.proof-strip span { color: #62778a; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.45; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-kicker {
  color: var(--red);
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.intro { display: grid; grid-template-columns: 22% 78%; background: white; }
.large-statement {
  max-width: 1000px; margin: 0;
  font-size: clamp(34px, 4.2vw, 64px); line-height: 1.1; letter-spacing: -.045em; font-weight: 800;
}
.large-statement span { color: #78b9d9; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 60px 0 0 32%; }
.intro-columns p { margin: 0; color: #607386; font-size: 15px; line-height: 1.8; }

.audiences { background: var(--navy); color: white; }
.audiences-heading {
  display: grid;
  grid-template-columns: 22% 52% 26%;
  gap: 28px;
  align-items: end;
  margin-bottom: 58px;
}
.audiences-heading .section-kicker { align-self: start; color: var(--ice); }
.audiences-heading h2 {
  margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98;
  letter-spacing: -.05em; text-transform: uppercase;
}
.audiences-heading h2 span { color: var(--ice); }
.audiences-heading > p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.audience-grid article {
  position: relative; min-height: 520px; padding: 34px 32px 30px;
  border-right: 1px solid rgba(255,255,255,.22);
  display: flex; flex-direction: column;
}
.audience-grid article:first-child { padding-left: 0; }
.audience-grid article:last-child { padding-right: 0; border-right: 0; }
.audience-number { color: var(--ice); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.audience-icon {
  width: 58px; height: 58px; margin: 48px 0 30px; border: 1px solid rgba(255,255,255,.45);
  display: grid; place-items: center; color: var(--ice); font-size: 22px; font-weight: 900;
}
.audience-grid h3 { margin: 0 0 16px; font-size: 28px; text-transform: uppercase; letter-spacing: -.03em; }
.audience-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }
.audience-grid ul { margin: 26px 0 28px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.audience-grid li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.audience-grid li::before { content: "—"; margin-right: 10px; color: var(--ice); }
.audience-grid a {
  margin-top: auto; display: flex; justify-content: space-between; align-items: center;
  padding: 15px 0; border-top: 1px solid rgba(255,255,255,.38);
  color: var(--ice); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em;
}

.selections { background: #f0f6f8; color: var(--navy); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }
.section-kicker.light { color: var(--red); align-self: flex-start; }
.section-heading h2 {
  margin: 0; width: 66%; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase;
}
.section-heading h2 span { color: var(--red); }
.selection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.selection-card { min-height: 530px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.selection-card {
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(16,37,63,.08);
}
.selection-card.girls { color: var(--navy); background: white; }
.selection-card.women { color: white; background: var(--navy); border: 1px solid rgba(16,37,63,.12); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-top span { font-size: 11px; font-weight: 800; }
.card-top small { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; opacity: .65; }
.card-label { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.selection-card h3 { margin: 10px 0 15px; font-size: 112px; line-height: .85; letter-spacing: -.08em; }
.selection-card > div > p:last-child { max-width: 470px; font-size: 15px; line-height: 1.65; opacity: .72; }
.selection-card ul { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid currentColor; border-color: rgba(80,110,130,.28); }
.selection-card li { padding: 12px 0; border-bottom: 1px solid rgba(80,110,130,.22); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.selection-card li::before { content: "—"; margin-right: 12px; color: var(--red); }

.principles { background: var(--paper); }
.section-heading.dark h2 { color: var(--navy); }
.section-heading.dark h2 span { color: #71b3d4; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cad5dd; }
.principle-grid article { padding: 35px 28px 10px 0; min-height: 230px; border-right: 1px solid #cad5dd; }
.principle-grid article + article { padding-left: 28px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.principle-grid h3 { margin: 55px 0 14px; font-size: 21px; letter-spacing: -.02em; }
.principle-grid p { margin: 0; color: #64778a; font-size: 13px; line-height: 1.65; }

.faq { background: var(--ice-light); }
.faq-layout { display: grid; grid-template-columns: 35% 65%; gap: clamp(45px, 7vw, 105px); }
.faq-heading h2 {
  margin: 35px 0 24px; color: var(--navy);
  font-size: clamp(40px, 4.4vw, 68px); line-height: .98;
  letter-spacing: -.05em; text-transform: uppercase;
}
.faq-heading h2 span { color: #71b3d4; }
.faq-heading > p { max-width: 420px; margin: 0; color: #64798b; font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid #b9cbd5; }
.faq-list details { border-bottom: 1px solid #b9cbd5; }
.faq-list summary {
  display: grid; grid-template-columns: 48px minmax(0, 1fr) 30px; gap: 12px; align-items: center;
  min-height: 88px; padding: 20px 0; cursor: pointer; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.faq-list summary strong { color: var(--navy); font-size: 18px; line-height: 1.35; }
.faq-list summary::after {
  content: "+"; display: grid; place-items: center; width: 30px; height: 30px;
  border: 1px solid #9eb4c0; color: var(--navy); font-size: 20px; font-weight: 400;
}
.faq-list details[open] summary::after { content: "−"; border-color: var(--red); color: var(--red); }
.faq-list details p {
  max-width: 720px; margin: -4px 30px 27px 60px;
  color: #5c7285; font-size: 14px; line-height: 1.75;
}

.roadmap { background: white; }
.roadmap-grid { display: grid; grid-template-columns: 43% 57%; gap: 70px; margin-top: 50px; }
.roadmap h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(40px, 4vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
.roadmap-grid > div > p { max-width: 430px; color: #677b8d; line-height: 1.7; }
.roadmap ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ccd7df; }
.roadmap li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #ccd7df; }
.roadmap li > span {
  color: var(--red);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}
.roadmap h3 { margin: 0 0 7px; font-size: 17px; }
.roadmap li p { margin: 0; color: #687b8d; font-size: 13px; line-height: 1.55; }

.founding-meeting {
  display: grid; grid-template-columns: 55% 45%; gap: clamp(50px, 7vw, 110px);
  background: var(--ice-light);
}
.meeting-copy h2, .documents-heading h2 {
  margin: 36px 0 24px; color: var(--navy);
  font-size: clamp(42px, 4.6vw, 70px); line-height: .98;
  letter-spacing: -.05em; text-transform: uppercase;
}
.meeting-copy h2 span, .documents-heading h2 span { color: #71b3d4; }
.meeting-copy > p {
  max-width: 660px; margin: 0 0 32px; color: #60778a;
  font-size: 15px; line-height: 1.75;
}
.meeting-details { border-top: 1px solid #b9cbd5; }
.meeting-details div {
  display: grid; grid-template-columns: 115px 1fr; gap: 20px;
  padding: 25px 0; border-bottom: 1px solid #b9cbd5;
}
.meeting-details span {
  color: var(--red); font-size: 10px; font-weight: 900;
  letter-spacing: .12em; text-transform: uppercase;
}
.meeting-details strong { color: var(--navy); font-size: 16px; text-transform: uppercase; }

.documents-section { background: white; }
.documents-heading {
  display: grid; grid-template-columns: 24% 46% 30%; gap: 30px;
  align-items: end; margin-bottom: 58px;
}
.documents-heading .section-kicker { align-self: start; }
.documents-heading h2 { margin: 0; }
.documents-heading > p { margin: 0; color: #64798b; font-size: 14px; line-height: 1.75; }
.document-download {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 0 54px;
  padding: 24px 28px;
  color: white;
  background: var(--navy);
  border-left: 5px solid var(--red);
  transition: transform .2s ease, box-shadow .2s ease;
}
.document-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(16,37,63,.16);
}
.document-download-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.4);
  color: var(--ice);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.document-download-copy { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.document-download-copy small {
  color: var(--ice);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.document-download-copy strong { font-size: 22px; line-height: 1.2; }
.document-download-copy em {
  color: rgba(255,255,255,.66);
  font-size: 11px;
  font-style: normal;
  line-height: 1.5;
}
.document-download-action {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.document-download-action b { margin-left: 12px; color: var(--ice); font-size: 17px; }
.documents-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #cad5dd; }
.documents-list article {
  min-height: 310px; padding: 30px 24px 24px 0; border-right: 1px solid #cad5dd;
  display: flex; flex-direction: column;
}
.documents-list article + article { padding-left: 24px; }
.documents-list article:last-child { border-right: 0; }
.documents-list article > span { color: var(--red); font-size: 10px; font-weight: 900; }
.documents-list h3 { margin: 60px 0 16px; color: var(--navy); font-size: 19px; line-height: 1.15; }
.documents-list p { margin: 0; color: #64798b; font-size: 13px; line-height: 1.65; }
.documents-list small {
  margin-top: auto; padding-top: 22px; color: var(--red);
  font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}

.partners { background: var(--navy); color: white; }
.partners-heading {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(45px, 7vw, 110px); align-items: end; margin-bottom: 64px;
}
.partners-heading .section-kicker { color: var(--ice); }
.partners-heading h2 {
  margin: 34px 0 0; font-size: clamp(42px, 5vw, 74px); line-height: .96;
  letter-spacing: -.055em; text-transform: uppercase;
}
.partners-heading h2 span { color: var(--ice); }
.partners-intro p { margin: 0 0 28px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.partner-button { background: var(--red); color: white; }
.partner-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
}
.partner-grid article {
  min-height: 285px; padding: 30px 28px 30px 0;
  border-right: 1px solid rgba(255,255,255,.24);
}
.partner-grid article + article { padding-left: 28px; }
.partner-grid article:last-child { border-right: 0; }
.partner-grid span { color: var(--ice); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.partner-grid h3 {
  max-width: 230px; margin: 68px 0 18px;
  font-size: 22px; line-height: 1.12; letter-spacing: -.025em; text-transform: uppercase;
}
.partner-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.partners-note {
  margin: 34px 0 0; color: rgba(255,255,255,.44);
  font-size: 9px; letter-spacing: .13em; text-transform: uppercase;
}

.contact { text-align: center; padding: 120px 24px; background: var(--red); color: white; }
.eyebrow.centered { justify-content: center; color: white; }
.eyebrow.centered span { background: var(--navy); }
.contact h2 { margin: 25px 0; font-size: clamp(48px, 6vw, 82px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.contact > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 34px; opacity: .78; line-height: 1.7; }
.button-white { background: white; color: var(--navy); }
.contact small { display: block; margin-top: 28px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.contact-options {
  max-width: 1120px;
  margin: 48px auto 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
  gap: 24px;
  text-align: left;
}
.contact-form, .direct-contact {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.07);
  padding: clamp(25px, 4vw, 42px);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form label {
  display: grid; gap: 9px; margin-bottom: 20px;
  color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 0;
  background: rgba(255,255,255,.08); color: white; padding: 14px 15px;
  font: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; outline: none;
}
.contact-form select option { color: var(--navy); background: white; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: var(--ice); box-shadow: 0 0 0 3px rgba(157,201,220,.14);
}
.privacy-check {
  grid-template-columns: 20px 1fr !important; align-items: start;
  text-transform: none !important; letter-spacing: 0 !important;
  font-weight: 400 !important; line-height: 1.45;
}
.privacy-check input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--red); }
.privacy-check a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .button { border: 0; cursor: pointer; }
.direct-contact { display: flex; flex-direction: column; align-items: flex-start; }
.direct-kicker {
  color: var(--ice); font-size: 10px; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.direct-contact h3 { margin: 22px 0 12px; font-size: 28px; line-height: 1.08; text-transform: uppercase; }
.direct-contact p { margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.whatsapp-button {
  width: 100%; display: flex; justify-content: space-between; padding: 17px 18px;
  background: #25d366; color: #092b18; font-size: 11px; font-weight: 900;
  letter-spacing: .11em; text-transform: uppercase;
}
.email-link, .phone-link { margin-top: 18px; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 700; }
.contact-status { display: none; max-width: 900px; margin: 28px auto 0; padding: 16px 20px; font-weight: 700; }
.contact-status.is-success { display: block; background: rgba(37,211,102,.16); border: 1px solid rgba(37,211,102,.5); }
.contact-status.is-error { display: block; background: rgba(255,100,100,.16); border: 1px solid rgba(255,100,100,.5); }

footer {
  min-height: 150px; padding: 40px 7vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
  background: #041526; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .09em;
}
footer p { opacity: .46; text-align: center; line-height: 1.6; }
footer p:last-child { text-align: right; }
footer p a { text-decoration: underline; text-underline-offset: 3px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header {
  min-height: 92px; padding: 0 clamp(24px, 7vw, 110px);
  display: flex; align-items: center; justify-content: space-between;
  background: white; border-bottom: 1px solid #d8e1e7;
}
.legal-back { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.legal-content { max-width: 980px; margin: 0 auto; padding: 90px 24px 120px; }
.legal-content h1 {
  margin: 24px 0 30px; color: var(--navy); font-size: clamp(42px, 6vw, 76px);
  line-height: .95; letter-spacing: -.055em; text-transform: uppercase;
}
.legal-lead { color: #60778a; font-size: 16px; line-height: 1.75; }
.legal-content section { padding: 34px 0; border-top: 1px solid #cad5dd; }
.legal-content h2 { margin: 0 0 18px; color: var(--navy); font-size: 24px; }
.legal-content p, .legal-content li { color: #5f7487; font-size: 14px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1250px) {
  .site-header nav { display: none; }
  .menu-toggle { display: block; }
  .site-header.menu-open nav {
    position: fixed; top: 92px; left: 0; right: 0;
    z-index: 999;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    padding: 16px clamp(20px, 5vw, 70px) 24px;
    background: rgba(247,250,252,.98); border-bottom: 1px solid rgba(16,37,63,.14);
  }
  .site-header.menu-open nav a { padding: 13px 0; }
  .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 950px) {
  .header-cta { display: none; }
  .lang-switch { margin-left: auto; font-size: 11px; }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 145px;
  }
  .hero-copy {
    width: 100%;
    padding: 150px 24px 46px;
    align-self: auto;
  }
  .hero-visual {
    position: relative;
    inset: auto;
    width: auto;
    height: 440px;
    flex: 0 0 440px;
    margin: 0 24px;
  }
  .hero-photo { background-position: center 30%; }
  .visual-label { bottom: 22px; }
  .proof-strip { left: 18px; right: 18px; bottom: 24px; }
  .intro { grid-template-columns: 1fr; gap: 35px; }
  .intro-columns { margin-left: 0; }
  .selection-grid, .roadmap-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .founding-meeting { grid-template-columns: 1fr; }
  .documents-heading { grid-template-columns: 1fr; align-items: start; }
  .documents-heading > p { max-width: 650px; }
  .documents-list { grid-template-columns: 1fr 1fr; }
  .documents-list article:nth-child(even) { border-right: 0; }
  .documents-list article { border-bottom: 1px solid #cad5dd; }
  .partners-heading { grid-template-columns: 1fr; align-items: start; }
  .partners-intro { max-width: 620px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid article:nth-child(2) { border-right: 0; }
  .partner-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
  .audiences-heading { grid-template-columns: 1fr; align-items: start; }
  .audiences-heading > p { max-width: 600px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:first-child, .audience-grid article:last-child {
    min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22);
  }
  .audience-grid article:last-child { border-bottom: 0; }
  .audience-icon { margin: 30px 0 22px; }
  .contact-options {
    max-width: 720px;
    grid-template-columns: 1fr;
  }
  .contact-form, .direct-contact { min-width: 0; }
  .section-heading { display: block; }
  .section-heading h2 { width: 100%; margin-top: 28px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid article:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  footer p:last-child { text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 600px) {
  .site-header { height: 76px; padding: 0 20px; }
  .site-header.menu-open nav {
    top: 76px; grid-template-columns: 1fr 1fr; padding: 12px 20px 20px;
  }
  .brand-name { display: none; }
  .hero { min-height: 0; padding-bottom: 118px; }
  .hero-copy { padding: 112px 20px 34px; }
  .hero h1 { font-size: clamp(42px, 13vw, 54px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual {
    inset: auto;
    height: 360px;
    flex-basis: 360px;
    margin: 0 20px;
  }
  .hero-photo { border-radius: 24px; }
  .visual-label { right: 12px; bottom: 12px; }
  .proof-strip { height: 84px; left: 10px; right: 10px; gap: 6px; }
  .proof-strip div { border-radius: 12px; gap: 7px; }
  .proof-strip strong { font-size: 25px; }
  .proof-strip span { font-size: 8px; }
  .section { padding: 78px 20px; }
  .intro-columns { grid-template-columns: 1fr; gap: 22px; margin-top: 35px; }
  .audiences-heading { margin-bottom: 36px; }
  .selection-card { min-height: 500px; padding: 26px 22px; }
  .selection-card h3 { font-size: 86px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article + article { border-right: 0; padding-left: 0; }
  .roadmap-grid { gap: 34px; }
  .faq-layout { gap: 40px; }
  .faq-list summary { grid-template-columns: 36px minmax(0, 1fr) 30px; min-height: 78px; }
  .faq-list summary strong { font-size: 16px; }
  .faq-list details p { margin: -2px 0 24px 48px; }
  .founding-meeting { gap: 42px; }
  .meeting-details div { grid-template-columns: 92px 1fr; gap: 12px; }
  .meeting-details strong { font-size: 14px; }
  .documents-heading { margin-bottom: 38px; }
  .document-download {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 38px;
    padding: 20px;
  }
  .document-download-action { grid-column: 2; white-space: normal; }
  .document-download-mark { width: 54px; height: 62px; }
  .document-download-copy strong { font-size: 18px; }
  .documents-list { grid-template-columns: 1fr; }
  .documents-list article,
  .documents-list article + article {
    min-height: auto; padding: 28px 0; border-right: 0;
  }
  .documents-list h3 { margin: 34px 0 12px; }
  .documents-list small { margin-top: 22px; }
  .partners-heading { gap: 32px; margin-bottom: 44px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-grid article,
  .partner-grid article + article {
    min-height: auto; padding: 28px 0 34px; border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.24);
  }
  .partner-grid article:last-child { border-bottom: 0; }
  .partner-grid h3 { max-width: none; margin: 36px 0 14px; }
  .partner-button { width: 100%; }
  .contact { padding: 76px 16px; overflow: hidden; }
  .contact h2 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .contact-options, .form-grid { grid-template-columns: 1fr; }
  .contact-options { width: 100%; margin-top: 34px; gap: 16px; }
  .contact-form, .direct-contact { width: 100%; padding: 24px 18px; }
  .contact-form input, .contact-form select, .contact-form textarea { min-width: 0; font-size: 16px; }
  .contact-form .button, .whatsapp-button { width: 100%; }
  .direct-contact h3 { font-size: 24px; }
  .email-link, .phone-link { max-width: 100%; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
