:root {
  --blue: #1e3f6f;
  --blue-deep: #112b4e;
  --blue-soft: #eaf3fa;
  --gold: #f4c430;
  --gold-soft: #fff6cf;
  --green: #2e7d32;
  --green-soft: #e9f5e6;
  --violet: #6b3fa0;
  --cream: #fbfaf5;
  --ink: #18283b;
  --muted: #5c6c7d;
  --line: #d9e2e9;
  --shadow: 0 18px 50px rgba(23, 54, 88, .10);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); }
a { color: var(--blue); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--green); }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 20; padding: .6rem 1rem; background: var(--gold); color: var(--blue-deep); border-radius: 9px; font-weight: 800; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251,250,245,.94); border-bottom: 1px solid rgba(217,226,233,.9); backdrop-filter: blur(16px); }
.nav-wrap { width: min(1180px, calc(100% - 2.5rem)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--blue-deep); text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 62px; height: 54px; object-fit: cover; object-position: center; }
.brand span { font-size: 1.15rem; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; color: var(--blue); border-radius: 10px; padding: .5rem .7rem; font-size: 1.2rem; }
.nav-list { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .25rem .85rem; list-style: none; margin: 0; padding: 0; }
.nav-list a { color: var(--blue-deep); text-decoration: none; font-size: .9rem; font-weight: 700; padding: .55rem .35rem; border-bottom: 3px solid transparent; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--green); border-bottom-color: var(--gold); }
.page-shell { overflow: hidden; }
.container { width: min(1120px, calc(100% - 2.5rem)); margin: auto; }
.hero { position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0 5.5rem; background: radial-gradient(circle at 84% 15%, rgba(244,196,48,.20), transparent 30%), linear-gradient(125deg, #fffdf5 0%, #eef6fa 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(46,125,50,.13); border-radius: 50%; right: -190px; bottom: -220px; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow { display: inline-flex; gap: .5rem; align-items: center; margin: 0 0 1.1rem; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 3px; border-radius: 4px; background: var(--gold); }
h1, h2, h3 { color: var(--blue-deep); line-height: 1.12; letter-spacing: -.035em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.1rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.1rem; }
.lead { max-width: 660px; font-size: clamp(1.1rem, 1.8vw, 1.34rem); color: var(--muted); }
.quote { margin: 0 0 1.25rem; padding-left: 1rem; border-left: 4px solid var(--gold); color: var(--blue); font-size: 1.15rem; font-weight: 800; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 48px; padding: .75rem 1.15rem; border-radius: 999px; background: var(--blue); color: white; text-decoration: none; font-weight: 850; box-shadow: 0 8px 20px rgba(30,63,111,.16); }
.button:hover { background: var(--green); color: white; transform: translateY(-1px); }
.button.secondary { background: white; color: var(--blue); border: 1px solid var(--line); box-shadow: none; }
.button.gold { background: var(--gold); color: var(--blue-deep); }
.button.small { min-height: 40px; padding: .55rem .9rem; font-size: .9rem; }
.hero-logo { position: relative; display: grid; place-items: center; min-height: 390px; }
.hero-logo::before { content: ""; position: absolute; width: min(94%, 430px); aspect-ratio: 1; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 22px rgba(244,196,48,.08), 0 30px 70px rgba(30,63,111,.13); }
.hero-logo img { position: relative; width: min(100%, 510px); max-height: 500px; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(30,63,111,.12)); }
.hero-logo .logo-note { position: absolute; right: 0; bottom: 1rem; padding: .8rem 1rem; max-width: 190px; background: white; border: 1px solid var(--line); border-radius: 15px; color: var(--muted); font-size: .8rem; box-shadow: var(--shadow); }
.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section.tint { background: #f0f6f8; }
.section.gold-tint { background: var(--gold-soft); }
.section-heading { max-width: 720px; margin-bottom: 2.6rem; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.card { height: 100%; padding: 1.65rem; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 28px rgba(30,63,111,.05); }
.card p:last-child { margin-bottom: 0; }
.card.accent-blue { border-top: 5px solid var(--blue); }
.card.accent-gold { border-top: 5px solid var(--gold); }
.card.accent-green { border-top: 5px solid var(--green); }
.card.accent-violet { border-top: 5px solid var(--violet); }
.number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 1rem; border-radius: 13px; background: var(--gold); color: var(--blue-deep); font-weight: 950; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.step { position: relative; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 1.2rem; color: var(--green); font-size: 1rem; font-weight: 950; letter-spacing: .1em; }
.page-hero { padding: 5.4rem 0 4rem; background: linear-gradient(120deg, #eaf3fa, #fffdf5); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.7rem, 6vw, 4.6rem); }
.page-hero .lead { max-width: 760px; }
.breadcrumbs { margin-bottom: 1.3rem; color: var(--muted); font-size: .9rem; }
.content-narrow { width: min(880px, 100%); }
.content-narrow > h2 { margin-top: 2.8rem; }
.content-narrow > h2:first-child { margin-top: 0; }
.content-narrow p { font-size: 1.08rem; }
.prose-panel { padding: clamp(1.5rem, 4vw, 2.8rem); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-list { display: grid; gap: .8rem; list-style: none; margin: 1.5rem 0 0; padding: 0; }
.feature-list li { position: relative; padding: .9rem 1rem .9rem 2.8rem; background: var(--blue-soft); border-radius: 14px; }
.feature-list li::before { content: "✓"; position: absolute; left: 1rem; top: .8rem; color: var(--green); font-weight: 950; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.callout { padding: 1.5rem; background: var(--green-soft); border-left: 5px solid var(--green); border-radius: 0 18px 18px 0; }
.callout p:last-child { margin-bottom: 0; }
.video-card { overflow: hidden; padding: 0; background: var(--blue-deep); border: 0; color: white; }
.video-frame { aspect-ratio: 16 / 9; width: 100%; border: 0; display: block; }
.video-copy { padding: 1.4rem 1.5rem 1.6rem; }
.video-copy h2, .video-copy p { color: white; }
.video-copy p { opacity: .84; }
.video-copy a { color: var(--gold); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.2rem; }
.contact-form { display: grid; gap: 1rem; }
.form-note { margin: 0; padding: .85rem 1rem; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--blue-soft); color: var(--muted); font-size: .9rem; }
label { display: grid; gap: .4rem; color: var(--blue-deep); font-weight: 800; font-size: .92rem; }
input, textarea { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 12px; font: inherit; color: var(--ink); background: #fff; }
textarea { min-height: 145px; resize: vertical; }
input:focus, textarea:focus, button:focus, a:focus { outline: 3px solid rgba(244,196,48,.65); outline-offset: 3px; }
.site-footer { padding: 3.3rem 0 1.4rem; background: var(--blue-deep); color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; }
.site-footer .brand { color: white; }
.site-footer h2 { margin-bottom: .8rem; color: white; font-size: 1.05rem; letter-spacing: 0; }
.site-footer p { max-width: 380px; }
.site-footer a { color: white; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .25rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .83rem; }
.footer-bottom p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-list { display: none; position: absolute; left: 1.25rem; right: 1.25rem; top: 76px; padding: .8rem; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .nav-list.is-open { display: grid; }
  .nav-list a { display: block; padding: .65rem .8rem; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-logo { order: -1; min-height: 300px; }
  .hero-logo img { width: min(80%, 420px); }
  .hero-logo .logo-note { right: 4%; bottom: 0; }
}
@media (max-width: 650px) {
  .container, .nav-wrap { width: min(100% - 1.5rem, 1120px); }
  .grid-3, .grid-2, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3.5rem; }
  .hero-logo { min-height: 240px; }
  .hero-logo::before { width: 75%; }
  .hero-logo .logo-note { position: relative; right: auto; bottom: auto; margin-top: -2rem; }
  .footer-bottom { display: block; }
}
