:root {
  --ink: #0a1f2e;
  --navy: #081d2d;
  --navy-2: #0d293b;
  --teal: #0b8f72;
  --teal-dark: #08705b;
  --mint: #dff5ed;
  --gold: #f2bf49;
  --paper: #f7faf9;
  --white: #ffffff;
  --line: #d8e2e0;
  --muted: #5c6f78;
  --shadow: 0 24px 70px rgba(5, 29, 42, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 16px; background: var(--gold); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .94);
  border-top: 4px solid var(--teal);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 35px rgba(8, 29, 45, .06); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--teal); }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; }
.brand > span { display: grid; line-height: 1.02; color: var(--navy); }
.brand strong { font-size: .99rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--teal-dark); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #2b424d; font-size: .91rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--teal-dark); }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid var(--navy); color: var(--navy); }
.site-nav .nav-cta:hover { background: var(--navy); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 84px;
  background:
    linear-gradient(90deg, rgba(11, 143, 114, .055) 1px, transparent 1px),
    linear-gradient(rgba(11, 143, 114, .055) 1px, transparent 1px),
    linear-gradient(135deg, #f9fcfb 0%, #f4fbf8 58%, #eef7f3 100%);
  background-size: 52px 52px, 52px 52px, auto;
}
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; top: -250px; right: -90px; border: 80px solid rgba(242, 191, 73, .15); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(56px, 7vw, 100px); }
.eyebrow, .section-kicker { margin: 0 0 19px; color: var(--teal-dark); font-size: .77rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--teal); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.35rem, 6.3vw, 6.2rem); font-weight: 500; line-height: .98; letter-spacing: -.058em; }
h1 em { color: var(--teal-dark); font-style: normal; }
.hero-lede { max-width: 665px; margin: 30px 0 0; color: #3c535e; font-size: clamp(1.08rem, 1.7vw, 1.26rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; text-decoration: none; font-size: .94rem; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { border-color: #9aabae; background: rgba(255,255,255,.62); color: var(--navy); }
.button-secondary:hover { border-color: var(--navy); background: var(--white); }
.trust-line { display: flex; flex-wrap: wrap; gap: 11px 25px; margin-top: 35px; color: #4e626b; font-size: .83rem; font-weight: 750; }
.trust-line span { position: relative; padding-left: 16px; }
.trust-line span::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

.pathway-card { position: relative; padding: 32px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.pathway-card::before { content: ""; position: absolute; top: -14px; right: -14px; width: 70px; height: 70px; border-top: 3px solid var(--gold); border-right: 3px solid var(--gold); }
.pathway-top { display: flex; justify-content: space-between; gap: 14px; color: #a9bec7; font-size: .68rem; font-weight: 800; letter-spacing: .11em; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #cce2da; letter-spacing: 0; text-transform: none; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #52d3a7; box-shadow: 0 0 0 5px rgba(82,211,167,.1); }
.pathway-card h2 { max-width: 390px; margin: 27px 0 28px; font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.pathway-list { list-style: none; margin: 0; padding: 0; }
.pathway-list li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); }
.pathway-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); color: var(--gold); font: 700 .72rem/1 ui-sans-serif, sans-serif; }
.pathway-list div { display: grid; }
.pathway-list strong { font-size: 1rem; }
.pathway-list small { margin-top: 2px; color: #aac0c9; font-size: .84rem; }
.pathway-note { margin: 22px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.14); color: #c1d1d7; font-size: .82rem; }

.signal-strip { background: var(--gold); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { margin: 0; padding: 21px 24px; border-left: 1px solid rgba(8,29,45,.18); }
.signal-grid p:last-child { border-right: 1px solid rgba(8,29,45,.18); }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-size: .88rem; }
.signal-grid span { margin-top: 2px; color: #445058; font-size: .75rem; }

.section { padding: 100px 0; }
.about-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(50px, 8vw, 120px); }
.section h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.35rem); font-weight: 500; line-height: 1.05; letter-spacing: -.045em; }
.about-copy { padding-top: 38px; border-top: 1px solid var(--line); }
.about-copy p { color: var(--muted); }
.about-copy .large-copy { margin: 0 0 25px; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.52rem); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 13px; color: var(--teal-dark); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.audience-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-card { min-height: 430px; padding: 29px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.audience-code { display: inline-flex; align-items: center; height: 33px; padding: 0 9px; border: 1px solid var(--line); color: var(--teal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; }
.audience-card h3 { margin: 54px 0 15px; font-size: 1.35rem; line-height: 1.2; }
.audience-card p { color: var(--muted); font-size: .93rem; }
.audience-card ul { margin: 24px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.audience-card li { position: relative; margin: 9px 0; padding-left: 16px; color: #435962; font-size: .82rem; }
.audience-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 2px; background: var(--teal); }
.featured-card { border-top: 4px solid var(--teal); padding-top: 25px; }
.dark-card { background: var(--navy); color: var(--white); }
.dark-card .audience-code { border-color: rgba(255,255,255,.25); color: var(--gold); }
.dark-card p, .dark-card li { color: #bacbd2; }
.dark-card ul { border-color: rgba(255,255,255,.15); }
.dark-card li::before { background: var(--gold); }

.compact-heading { grid-template-columns: 1.25fr .55fr; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 40px 1fr; gap: 22px; min-height: 190px; padding: 30px 28px 30px 0; border-bottom: 1px solid var(--line); }
.service-item:nth-child(odd) { border-right: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 34px; }
.service-item > span { color: var(--teal-dark); font-size: .72rem; font-weight: 850; }
.service-item h3 { margin: 0 0 10px; font-size: 1.14rem; }
.service-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-cta { display: flex; min-height: 190px; padding: 30px 0 30px 34px; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); background: var(--mint); }
.service-cta p { margin: 0 0 9px; font-weight: 700; }
.service-cta a { color: var(--teal-dark); font-size: 1.1rem; font-weight: 850; text-decoration: none; }

.process-section { background: var(--navy); color: var(--white); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); }
.light-kicker { color: #65d0ac; }
.process-intro { align-self: start; position: sticky; top: 120px; }
.process-intro h2 { max-width: 520px; }
.process-intro > p:not(.section-kicker) { max-width: 500px; margin: 26px 0 31px; color: #b9cbd2; }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: var(--gold); }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-steps > li > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); color: var(--gold); font-size: .8rem; font-weight: 850; }
.process-steps h3 { margin: 0 0 6px; font-size: 1.15rem; }
.process-steps p { margin: 0; color: #afc2ca; font-size: .91rem; }

.integrity-section { padding-block: 75px; }
.integrity-card { display: grid; grid-template-columns: 110px 1fr; align-items: start; gap: clamp(35px, 6vw, 80px); padding: 55px; border: 1px solid #b9ded2; background: linear-gradient(120deg, #eefaf6, #f9fcfb); }
.integrity-mark { display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid var(--teal); color: var(--teal-dark); font: 500 2.3rem/1 Georgia, serif; }
.integrity-card h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }
.integrity-card p:last-child { max-width: 760px; margin: 19px 0 0; color: var(--muted); }

.resources-section { background: var(--paper); }
.resources-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); }
.resources-grid > div:first-child > p:last-child { max-width: 500px; color: var(--muted); }
.resource-list { border-top: 1px solid var(--line); }
.resource-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 750; transition: padding .2s ease, color .2s ease; }
.resource-list a:hover { padding-left: 10px; color: var(--teal-dark); }
.resource-list b { color: var(--teal); font-weight: 500; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 9vw, 130px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.5rem; font-weight: 400; color: var(--teal); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 36px 24px 0; color: var(--muted); }

.contact-section { padding: 90px 0; background: var(--teal-dark); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 9vw, 130px); align-items: end; }
.contact-grid h2 { max-width: 720px; margin: 0; font: 500 clamp(2.5rem, 5vw, 4.7rem)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.contact-grid > div > p:not(.section-kicker) { max-width: 610px; margin: 24px 0 30px; color: #d7efe7; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: var(--white); }
.contact-details { display: grid; gap: 0; margin: 0; font-style: normal; border-top: 1px solid rgba(255,255,255,.25); }
.contact-details p { display: grid; margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-details span { margin-bottom: 3px; color: #b9e1d4; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-details a, .contact-details strong { font-size: .92rem; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.contact-details a:hover { color: var(--gold); }

.site-footer { padding: 36px 0; color: #a8bbc3; background: #05151f; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-brand { filter: grayscale(1); opacity: .85; }
.footer-brand > span { color: var(--white); }
.footer-grid > p { margin: 0; font-size: .8rem; }
.copyright { text-align: right; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 28px rgba(8,29,45,.23); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; fill: white; }

@media (max-width: 1050px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 48px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card { min-height: 365px; }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 80px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 25px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 32px rgba(8,29,45,.08); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 9px 5px; font-size: .94rem; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding-top: 64px; }
  .hero-grid, .about-grid, .process-grid, .resources-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .pathway-card { width: min(100%, 580px); }
  .section-heading, .compact-heading { grid-template-columns: 1fr; gap: 23px; }
  .section-heading > p { max-width: 640px; }
  .process-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:nth-child(2) { text-align: right; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand strong { font-size: .89rem; }
  .site-nav { top: 72px; }
  .hero { padding: 48px 0 58px; background-size: 38px 38px, 38px 38px, auto; }
  h1 { font-size: clamp(2.85rem, 15vw, 4rem); }
  .hero-lede { margin-top: 23px; font-size: 1.03rem; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; gap: 8px; }
  .pathway-card { padding: 25px 20px; }
  .pathway-top { display: grid; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid p { border-bottom: 1px solid rgba(8,29,45,.18); }
  .section { padding: 72px 0; }
  .section h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .about-copy { padding-top: 25px; }
  .audience-grid, .services-list { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .audience-card h3 { margin-top: 38px; }
  .service-item:nth-child(odd) { border-right: 0; }
  .service-item:nth-child(even), .service-cta { padding-left: 0; }
  .service-item { min-height: auto; padding: 27px 0; }
  .service-cta { min-height: 145px; }
  .integrity-card { grid-template-columns: 1fr; padding: 34px 25px; }
  .integrity-mark { width: 64px; height: 64px; }
  .process-steps li { grid-template-columns: 45px 1fr; gap: 17px; }
  .process-steps > li > span { width: 42px; height: 42px; }
  .contact-section { padding: 70px 0; }
  .footer-grid { display: flex; align-items: flex-start; flex-direction: column; }
  .footer-grid > p:nth-child(2) { text-align: left; }
  .copyright { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
