:root {
  --ink: #102a43;
  --muted: #536777;
  --navy: #0b2545;
  --blue: #1769aa;
  --teal: #1d8a86;
  --mint: #e9f6f3;
  --ice: #f4f8fb;
  --white: #ffffff;
  --line: #dce7ee;
  --gold: #d4a72c;
  --shadow: 0 24px 70px rgba(11, 37, 69, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { left: 8px; }

.utility-bar { background: var(--navy); color: #e6f2f7; font-size: .79rem; letter-spacing: .02em; text-align: center; padding: 7px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,231,238,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; letter-spacing: -.03em; }
.brand-name small { margin-top: 5px; color: var(--teal); text-transform: uppercase; font-size: .64rem; font-weight: 800; letter-spacing: .2em; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { color: #31485a; text-decoration: none; font-weight: 650; font-size: .93rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-links .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--navy); color: #fff; }
.nav-toggle { display: none; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; font-weight: 700; }

.hero { overflow: hidden; position: relative; padding: 82px 0 68px; background: linear-gradient(135deg, #f6fbfd 0%, #ecf5f5 62%, #f9fcfd 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(29,138,134,.15); border-radius: 50%; left: -260px; bottom: -300px; box-shadow: 0 0 0 55px rgba(29,138,134,.035), 0 0 0 110px rgba(29,138,134,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(2.75rem, 5.4vw, 5.1rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 3.55rem); font-weight: 500; }
h3 { margin-bottom: 12px; font-size: 1.2rem; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; color: var(--muted); font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 31px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(23,105,170,.22); }
.button.secondary { border: 1px solid #b7cad7; background: rgba(255,255,255,.75); color: var(--navy); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #466175; font-size: .9rem; font-weight: 700; }
.hero-proof span::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; background: var(--mint); color: var(--teal); }
.hero-photo { position: relative; min-height: 510px; border-radius: 140px 22px 140px 22px; overflow: hidden; background: #dceae7; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.photo-note { position: absolute; right: -22px; bottom: 30px; z-index: 2; width: 200px; padding: 18px; border-radius: 16px; background: #fff; box-shadow: 0 16px 45px rgba(11,37,69,.16); font-size: .82rem; line-height: 1.4; }
.photo-note strong { display: block; color: var(--navy); font-size: 1.05rem; margin-bottom: 4px; }

.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; border: 1px solid var(--line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: 0 18px 44px rgba(11,37,69,.07); }
.trust-item { padding: 26px 28px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: 3px; color: var(--navy); }
.trust-item span { color: var(--muted); font-size: .87rem; line-height: 1.5; }

.section { padding: 104px 0; }
.section.soft { background: var(--ice); }
.section-head { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { color: var(--muted); margin: 0 0 5px; }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.topic-card { position: relative; min-height: 360px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.topic-card::after { content: ""; position: absolute; inset: auto -70px -90px auto; width: 190px; height: 190px; border-radius: 50%; background: var(--mint); }
.topic-number { margin-bottom: 42px; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.topic-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 500; }
.topic-card p, .topic-card li { color: var(--muted); }
.topic-card ul { position: relative; z-index: 1; padding-left: 19px; margin-bottom: 0; }
.topic-card li + li { margin-top: 7px; }
.callout { margin-top: 25px; padding: 22px 25px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; background: #fffaf0; color: #5b5138; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.step { min-height: 250px; padding: 34px; background: #fff; }
.step::before { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 52px; border-radius: 50%; background: var(--mint); color: var(--teal); font-weight: 900; }
.step:nth-child(1)::before { content: "1"; } .step:nth-child(2)::before { content: "2"; } .step:nth-child(3)::before { content: "3"; }
.step p { margin-bottom: 0; color: var(--muted); }

.transparency { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.story-photo { height: 360px; margin-top: 32px; border-radius: 22px 90px 22px 22px; overflow: hidden; background: var(--mint); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.check-list { border-top: 1px solid var(--line); }
.check-item { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.check-item strong { color: var(--navy); }
.check-item span { color: var(--muted); }

.cert-card { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 38px; padding: 24px 26px; border: 1px solid #cfe5e1; border-radius: 18px; background: var(--mint); }
.cert-seal { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: #fff; font-size: 1.35rem; font-weight: 900; }
.cert-card strong { display: block; color: var(--navy); }
.cert-card span { display: block; color: var(--muted); font-size: .9rem; }
.cert-card a { color: var(--blue); font-weight: 800; text-decoration: none; white-space: nowrap; }

.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 25px 42px 25px 0; color: var(--navy); font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 1.6rem; font-weight: 400; color: var(--teal); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -7px 0 24px; color: var(--muted); }

.page-hero { padding: 76px 0 65px; text-align: center; background: linear-gradient(145deg, #eef7f6, #f7fbfd); }
.page-hero h1 { margin-bottom: 14px; font-size: clamp(2.65rem, 5vw, 4.8rem); }
.page-hero p { max-width: 680px; margin: auto; color: var(--muted); font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contact-panel, .contact-aside { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-panel { box-shadow: var(--shadow); }
.contact-email { display: inline-block; margin: 18px 0 22px; color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 600; text-decoration: none; }
.contact-email:hover { text-decoration: underline; }
.contact-aside { background: var(--navy); color: #dbe8f1; }
.contact-aside h2 { color: #fff; font-size: 2rem; }
.contact-aside p { color: #c7d8e3; }
.contact-aside .mini-rule { height: 1px; margin: 27px 0; background: rgba(255,255,255,.16); }
.legal-copy { max-width: 850px; margin: auto; }
.legal-copy h2 { margin-top: 42px; font-family: inherit; font-size: 1.55rem; letter-spacing: -.01em; }
.legal-copy p, .legal-copy li { color: var(--muted); }

.site-footer { padding: 68px 0 26px; background: #081d36; color: #d7e4ec; }
.footer-top { display: grid; grid-template-columns: 1.5fr .55fr .55fr; gap: 70px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-name small { color: #61c9c0; }
.footer-summary { max-width: 450px; color: #9fb4c3; }
.footer-heading { margin: 0 0 14px; color: #fff; font-weight: 800; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #b7c9d5; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-disclosure { margin-top: 48px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); color: #91aabd; font-size: .76rem; line-height: 1.7; }
.footer-disclosure strong { color: #c5d5df; }
.footer-certificate { margin-top: 18px; color: #9fb4c3; font-size: .81rem; }
.footer-certificate a { color: #79d0c9; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 22px; color: #91aabd; font-size: .82rem; }
.footer-bottom a { color: #c7d7e0; text-decoration: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; gap: 8px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 9px 8px; }
  .nav-links .nav-cta { text-align: center; }
  .hero { padding-top: 58px; }
  .hero-grid, .section-head, .transparency, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo { min-height: 440px; }
  .photo-note { right: 18px; }
  .section-head { align-items: start; }
  .card-grid, .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step::before { margin-bottom: 28px; }
  .transparency { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-bar { font-size: .7rem; }
  .nav-wrap { min-height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name strong { font-size: 1.16rem; }
  .nav-links { top: 70px; left: 14px; right: 14px; }
  .hero { padding: 45px 0 48px; }
  h1 { font-size: 2.7rem; }
  .hero-photo { min-height: 350px; border-radius: 80px 18px 80px 18px; }
  .photo-note { width: 175px; bottom: 16px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .topic-card, .contact-panel, .contact-aside { padding: 27px; }
  .check-item { grid-template-columns: 1fr; gap: 8px; }
  .cert-card { grid-template-columns: auto 1fr; }
  .cert-card a { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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