:root {
  --navy-950: #050d19;
  --navy-900: #071526;
  --navy-850: #0b1c31;
  --navy-800: #102944;
  --gold-500: #d2a552;
  --gold-400: #e2bd71;
  --gold-200: #f1dbad;
  --sand-50: #fbfaf7;
  --sand-100: #f4f1e9;
  --ink: #14202d;
  --muted: #637082;
  --border: rgba(11,28,49,.12);
  --white-border: rgba(255,255,255,.14);
  --shadow: 0 28px 70px rgba(4, 12, 24, .16);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: min(1200px, calc(100vw - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--sand-50);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow {
  color: var(--gold-500);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .19em;
  margin: 0 0 18px;
}
.eyebrow.gold { color: var(--gold-400); }
.eyebrow.center { text-align: center; }
h1, h2, h3 { margin: 0; font-weight: 600; color: inherit; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: -.035em; }
p { line-height: 1.65; margin: 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 27px;
  background: var(--gold-500);
  color: var(--navy-950);
  border: 1px solid var(--gold-500);
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-400); box-shadow: 0 16px 32px rgba(210,165,82,.24); }
.button-small { min-height: 44px; font-size: .91rem; padding: 0 22px; }
.button-ghost { color: #f5f3ec; background: transparent; border-color: rgba(255,255,255,.22); }
.button-ghost:hover { background: rgba(255,255,255,.07); box-shadow: none; }
.text-link { display: inline-block; margin-top: 30px; color: var(--navy-800); font-weight: 650; }
.text-link:hover { color: var(--gold-500); }
.site-header {
  position: absolute;
  z-index: 20;
  left: 0; right: 0; top: 0;
  padding: 20px 0;
  color: #fff;
}
.site-header.solid { position: static; background: var(--navy-900); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; font-size: .93rem; color: #fff; letter-spacing: .04em; }
.brand img { width: 51px; height: 51px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(210,165,82,.42); }
.brand strong { color: var(--gold-400); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; margin-right: 5px; }
.links { display: flex; gap: 32px; margin-left: auto; color: rgba(255,255,255,.78); font-size: .92rem; }
.links a:hover { color: #fff; }
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 9%, #173759 0, var(--navy-900) 42%, var(--navy-950) 100%);
  color: #fff;
  padding: 148px 0 74px;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.65) 38%, transparent 100%);
}
.hero-glow {
  position: absolute;
  width: 540px; height: 540px;
  right: 17%; top: -290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210,165,82,.25), transparent 67%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(440px, 1fr) 452px; gap: 68px; align-items: center; }
.hero-copy h1 { max-width: 650px; font-size: clamp(3.8rem, 6.1vw, 5.8rem); line-height: .93; color: #fcfaf3; margin-bottom: 25px; }
.hero-copy h1 span { color: var(--gold-400); }
.hero-copy .lead { max-width: 560px; color: rgba(249,248,243,.76); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.trust-row { display: flex; gap: 32px; margin-top: 62px; }
.trust-row div { position: relative; padding-left: 18px; }
.trust-row div::before { content: ""; position: absolute; left: 0; top: 4px; height: 39px; width: 1px; background: var(--gold-500); }
.trust-row strong { display: block; color: #fff; font-size: .94rem; }
.trust-row span { display: block; color: rgba(255,255,255,.57); font-size: .8rem; margin-top: 5px; }
.form-card {
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--ink);
  padding: 36px 34px 28px;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.form-card h2 { font-size: 2.24rem; line-height: 1.02; margin-bottom: 12px; }
.muted { color: var(--muted); font-size: .91rem; margin-bottom: 26px; }
form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { color: #435063; font-size: .81rem; font-weight: 600; display: grid; gap: 8px; }
input, select {
  width: 100%;
  background: #f6f5f1;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 49px;
  padding: 0 13px;
  color: var(--ink);
  transition: border-color .18s ease, background .18s ease;
}
input:focus, select:focus { outline: none; background: #fff; border-color: var(--gold-500); }
.checkbox { display: flex; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 8px 0 5px; font-size: .76rem; font-weight: 450; line-height: 1.5; color: var(--muted); }
.checkbox input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold-500); }
.checkbox a { text-decoration: underline; }
.submit { width: 100%; margin-top: 3px; }
.fineprint { font-size: .72rem; color: #738094; line-height: 1.55; text-align: center; margin-top: 6px; }
.form-result { margin-top: 16px; border-radius: 12px; padding: 13px 14px; font-size: .82rem; background: #f2f5f4; color: #214439; }
.form-result strong { display: block; margin-bottom: 3px; }
.wa-next { width: 100%; min-height: 43px; margin-top: 12px; font-size: .81rem; }
.purpose { padding: 72px 0; background: #fff; }
.purpose-grid { display: grid; grid-template-columns: .96fr 1fr; gap: 84px; align-items: end; }
.purpose h2 { font-size: clamp(2.6rem,4vw,3.25rem); line-height: 1.04; }
.purpose-grid > p { color: var(--muted); font-size: 1rem; }
.process { padding: 94px 0; background: var(--sand-100); }
.section-title { text-align: center; font-size: clamp(2.8rem, 4vw, 3.5rem); line-height: 1.03; margin-bottom: 52px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps article { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 29px 25px 32px; min-height: 220px; }
.steps span { color: var(--gold-500); font-weight: 700; font-size: .82rem; letter-spacing: .12em; }
.steps h3 { font-size: 1.13rem; margin: 28px 0 10px; }
.steps p { color: var(--muted); font-size: .89rem; }
.focus { padding: 92px 0; background: #fff; }
.focus-grid { display: grid; grid-template-columns: 1fr 430px; gap: 84px; align-items: center; }
.focus-copy h2 { font-size: clamp(3rem,4vw,3.55rem); line-height: 1.03; margin-bottom: 20px; }
.focus-copy > p:not(.eyebrow) { color: var(--muted); max-width: 620px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.chips span { border: 1px solid var(--border); border-radius: 999px; padding: 10px 15px; font-size: .83rem; color: #536072; }
.chips span.active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.campaign-card { margin: 0; padding: 13px; background: #fff; border-radius: 25px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.campaign-card img { border-radius: 15px; }
.team { padding: 92px 0; background: var(--navy-900); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr 380px; gap: 50px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(2.8rem,4vw,3.5rem); line-height: 1.02; }
.section-heading > p { color: rgba(255,255,255,.67); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr 1.06fr; gap: 17px; }
.consultant-card, .institution-card { overflow: hidden; border-radius: var(--radius-md); background: #10263e; border: 1px solid var(--white-border); }
.consultant-card img { width: 100%; height: 336px; object-fit: cover; object-position: center 24%; }
.consultant-card div, .institution-card div { padding: 24px 25px 27px; }
.role { color: var(--gold-400); font-size: .7rem; letter-spacing: .15em; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.consultant-card h3, .institution-card h3 { font-size: 1.35rem; margin-bottom: 9px; }
.consultant-card div > p:not(.role), .institution-card div > p:not(.role) { color: rgba(255,255,255,.65); font-size: .87rem; }
.consultant-card a { display: inline-block; color: var(--gold-400); margin-top: 20px; font-size: .88rem; font-weight: 600; }
.institution-card img { width: 100%; height: 302px; object-fit: cover; object-position: center 31%; }
.faq { padding: 94px 0; background: var(--sand-50); }
.faq-grid { display: grid; grid-template-columns: 388px 1fr; gap: 82px; }
.faq-intro h2 { font-size: 3.05rem; line-height: 1.02; margin-bottom: 18px; }
.faq-intro p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); padding: 0 4px; }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 30px; font-size: 1.02rem; font-weight: 600; padding: 26px 0; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold-500); font-size: 1.35rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); padding: 0 26px 25px 0; font-size: .93rem; max-width: 700px; }
.closing { padding: 0 0 92px; background: var(--sand-50); }
.closing-card { background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.closing-card h2 { max-width: 730px; font-size: clamp(2.45rem,4vw,3.15rem); line-height: 1.02; }
.footer { background: var(--navy-950); color: rgba(255,255,255,.65); padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .85fr 1fr; gap: 60px; padding-bottom: 48px; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand img { height: 68px; width: 68px; border-radius: 50%; object-fit: cover; }
.footer-brand strong { color: #fff; }
.footer-label { color: var(--gold-400); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.74); font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.company-meta { margin-top: 18px; font-size: .82rem; }
.legal { border-top: 1px solid rgba(255,255,255,.09); padding-top: 24px; font-size: .77rem; max-width: 970px; margin-left: max(calc((100vw - min(1200px, calc(100vw - 48px))) / 2), 24px); }
.floating-cta { display: none; position: fixed; z-index: 30; bottom: 18px; left: 18px; right: 18px; min-height: 53px; border-radius: 999px; background: var(--gold-500); align-items: center; justify-content: center; gap: 9px; color: var(--navy-950); font-weight: 700; box-shadow: 0 16px 34px rgba(0,0,0,.25); }
.legal-content { max-width: 790px; padding: 82px 0 100px; }
.legal-content h1 { font-size: 4rem; margin-bottom: 12px; }
.legal-content .updated { color: var(--muted); margin-bottom: 45px; }
.legal-content h2 { font-family: Inter, Arial, sans-serif; letter-spacing: normal; font-size: 1.15rem; margin: 34px 0 10px; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--navy-800); text-decoration: underline; }
.legal-warning { margin-top: 48px; border-radius: 14px; background: var(--sand-100); padding: 20px 22px; }
@media (max-width: 1020px) {
  .links { display: none; }
  .hero-grid, .purpose-grid, .focus-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy h1 { max-width: 760px; }
  .form-card { max-width: 540px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .focus-copy { order: 1; }
  .campaign-card { max-width: 460px; order: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .institution-card { grid-column: span 2; display: grid; grid-template-columns: .85fr 1fr; }
  .institution-card img { height: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 680px) {
  :root { --container: calc(100vw - 36px); }
  .site-header { padding: 14px 0; }
  .brand span { display: none; }
  .brand img { width: 48px; height: 48px; }
  .nav-cta { font-size: .84rem; min-height: 42px; padding-inline: 17px; }
  .hero { padding: 112px 0 44px; }
  .hero-grid { display: block; }
  .hero-copy h1 { font-size: clamp(3.15rem, 17vw, 4rem); }
  .hero-copy .lead { font-size: .99rem; }
  .hero-actions { display: block; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-ghost { margin-top: 10px; }
  .trust-row { margin: 43px 0; gap: 15px; }
  .trust-row div { padding-left: 11px; }
  .trust-row strong { font-size: .84rem; }
  .trust-row span { font-size: .69rem; }
  .form-card { padding: 29px 20px 22px; border-radius: 24px; }
  .form-card h2 { font-size: 2rem; }
  .field-row { grid-template-columns: 1fr; gap: 14px; }
  .purpose, .process, .focus, .team, .faq { padding: 64px 0; }
  .purpose h2, .section-title, .focus-copy h2, .section-heading h2, .faq-intro h2 { font-size: 2.55rem; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .campaign-card { max-width: none; }
  .team-grid { grid-template-columns: 1fr; }
  .institution-card { display: block; grid-column: auto; }
  .institution-card img { height: 295px; }
  .closing { padding-bottom: 80px; }
  .closing-card { display: block; padding: 37px 25px; }
  .closing-card .button { width: 100%; margin-top: 28px; }
  .footer { padding-bottom: 93px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; align-items: start; }
  .legal { margin-left: 18px; }
  .floating-cta { display: flex; }
  .legal-content { padding: 62px 0 94px; }
  .legal-content h1 { font-size: 3rem; }
}
