:root {
  --ink: #0e2233;
  --ink-soft: #263b49;
  --muted: #5f7079;
  --paper: #fbfcfa;
  --surface: #ffffff;
  --line: #dce5e3;
  --accent: #6b8e79;
  --accent-dark: #466956;
  --accent-soft: #e8f0eb;
  --highlight: #ffb552;
  --shadow: 0 18px 55px rgba(14, 34, 51, .10);
  --radius: 18px;
  --max: 1180px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 20; background: var(--ink); color: white; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { left: 12px; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--accent-dark); font-size: .74rem; letter-spacing: .2em; font-weight: 800; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin: 0 0 12px; font: 700 clamp(2rem, 4vw, 3.6rem)/1.04 var(--display); letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251,252,250,.94); border-bottom: 1px solid rgba(220,229,227,.9); backdrop-filter: blur(14px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--highlight); border-radius: 50%; font: 700 1.1rem/1 var(--display); }
.brand-name { max-width: 180px; line-height: 1.05; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .87rem; }
.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 4px; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: var(--accent-dark); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(70,105,86,.18); transition: transform .2s ease, background .2s ease; }
.nav-cta { min-height: 40px; padding-inline: 15px; font-size: .86rem; }
.button:hover, .button:focus-visible, .nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); transform: translateY(-2px); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--ink); background: var(--surface); border-color: var(--accent); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); cursor: pointer; }
.hero { padding: clamp(50px, 8vw, 104px) 0 70px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -160px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(107,142,121,.18), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: clamp(34px, 6vw, 84px); align-items: center; }
.hero h1 { max-width: 720px; margin: 0 0 22px; font: 700 clamp(3.6rem, 8.8vw, 7.8rem)/.88 var(--display); letter-spacing: -.065em; }
.hero-lede { max-width: 610px; margin: 0 0 28px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 12px 18px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .91rem; }
.micro-proof li::before { content: "•"; margin-right: 8px; color: var(--highlight); font-weight: 900; }
.hero-card { position: relative; min-height: 440px; padding: 28px; overflow: hidden; border-radius: 28px; color: white; background: linear-gradient(145deg, #193c4b 0%, #0e2233 58%, #102a31 100%); box-shadow: var(--shadow); }
.hero-card::before, .hero-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; pointer-events: none; }
.hero-card::before { width: 420px; height: 420px; right: -160px; top: -100px; }
.hero-card::after { width: 230px; height: 230px; left: -120px; bottom: -120px; }
.hero-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hero-card-label { margin: 0; font-size: .73rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.68); }
.hero-card-number { font: 700 5rem/.8 var(--display); color: var(--highlight); }
.hero-card h2 { position: relative; z-index: 1; max-width: 300px; margin: 72px 0 18px; font: 700 clamp(2.1rem, 4vw, 3.6rem)/.95 var(--display); letter-spacing: -.05em; }
.hero-card p { position: relative; z-index: 1; max-width: 310px; margin: 0; color: rgba(255,255,255,.76); }
.hero-card-foot { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.hero-card-foot strong { display: block; color: white; }
.hero-card-foot small { color: rgba(255,255,255,.62); }
.status-dot { width: 11px; height: 11px; margin-bottom: 6px; border-radius: 50%; background: var(--highlight); box-shadow: 0 0 0 7px rgba(255,181,82,.16); }
.proof-bar { padding: 19px 0; color: white; background: var(--ink); }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.proof-list li { display: flex; align-items: center; gap: 12px; font-size: .9rem; }
.proof-icon { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--highlight); font-weight: 800; }
section { padding: clamp(70px, 10vw, 120px) 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: var(--shadow); }
.service-index { color: var(--accent-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: 44px 0 8px; font: 700 1.7rem/1 var(--display); letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.service-link { margin-top: 22px; color: var(--accent-dark); font-weight: 800; text-decoration: none; }
.service-link::after { content: " ↗"; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(34px, 8vw, 110px); align-items: start; }
.statement { position: sticky; top: 120px; }
.statement h2 { margin: 0; font: 700 clamp(2.3rem, 5vw, 4.8rem)/.96 var(--display); letter-spacing: -.055em; }
.statement p { max-width: 370px; color: var(--muted); font-size: 1.05rem; }
.feature-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-no { color: var(--accent-dark); font: 700 1.25rem/1 var(--display); }
.feature-list h3 { margin: 0 0 5px; font-size: 1.08rem; }
.feature-list p { margin: 0; color: var(--muted); }
.area-section { color: white; background: var(--ink); }
.area-section .eyebrow { color: var(--highlight); }
.area-section .section-heading p { color: rgba(255,255,255,.72); }
.area-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: end; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: start; }
.area-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.82); font-size: .9rem; }
.area-note { max-width: 430px; padding: 22px; border-left: 3px solid var(--highlight); background: rgba(255,255,255,.06); color: rgba(255,255,255,.78); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: process; }
.process-card { padding: 24px; border-radius: var(--radius); background: var(--accent-soft); }
.process-card::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 44px; color: var(--accent-dark); font: 700 1.25rem/1 var(--display); }
.process-card h3 { margin: 0 0 8px; font: 700 1.65rem/1 var(--display); }
.process-card p { margin: 0; color: var(--muted); }
.faq-grid { display: grid; gap: 0; max-width: 920px; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--accent-dark); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
.faq-answer { max-width: 760px; padding: 12px 38px 0 0; color: var(--muted); }
.quote-section { padding-bottom: 110px; }
.quote-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; padding: clamp(28px, 5vw, 58px); border-radius: 28px; color: white; background: linear-gradient(135deg, #193c4b, var(--ink)); box-shadow: var(--shadow); }
.quote-panel h2 { margin: 0 0 14px; font: 700 clamp(2.4rem, 5vw, 4.5rem)/.94 var(--display); letter-spacing: -.05em; }
.quote-panel p { margin: 0; color: rgba(255,255,255,.73); }
.quote-form { display: grid; gap: 15px; }
.form-progress { display: flex; gap: 7px; margin-bottom: 4px; }
.form-progress span { height: 4px; flex: 1; border-radius: 99px; background: rgba(255,255,255,.2); }
.form-progress span.active { background: var(--highlight); }
.form-step { display: none; }
.form-step.active { display: grid; gap: 13px; }
.form-step legend { margin-bottom: 4px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { color: rgba(255,255,255,.82); font-size: .85rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; padding: 12px 13px; color: white; background: rgba(255,255,255,.10); outline: none; }
.field textarea { min-height: 90px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.48); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--highlight); box-shadow: 0 0 0 3px rgba(255,181,82,.2); }
.field select option { color: var(--ink); }
.form-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 4px; }
.form-actions .button { min-width: 118px; color: var(--ink); background: var(--highlight); box-shadow: none; }
.form-actions .button:hover, .form-actions .button:focus-visible { color: white; background: var(--accent-dark); }
.form-message { min-height: 24px; color: rgba(255,255,255,.75); font-size: .84rem; }
.success-message { padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: white; background: rgba(107,142,121,.24); }
.site-footer { padding: 38px 0 90px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 26px; }
.footer-grid h2 { margin: 0 0 8px; font: 700 1.55rem/1 var(--display); }
.footer-grid h3 { margin: 0 0 9px; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { margin: 0; color: var(--muted); font-size: .9rem; }
.footer-links { display: grid; gap: 5px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent-dark); text-decoration: underline; }
.footer-note { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.mobile-bar { display: none; }
.page-hero { padding: 78px 0 50px; background: var(--accent-soft); }
.page-hero h1 { max-width: 820px; margin: 0 0 14px; font: 700 clamp(3rem, 7vw, 6.4rem)/.9 var(--display); letter-spacing: -.06em; }
.page-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.prose { max-width: 840px; }
.prose h2 { margin: 48px 0 12px; font: 700 2.25rem/1 var(--display); letter-spacing: -.04em; }
.prose h3 { margin: 28px 0 7px; font-size: 1.15rem; }
.prose p { color: var(--muted); }
.prose ul { padding-left: 20px; color: var(--muted); }
.callout { margin: 34px 0; padding: 24px; border-left: 4px solid var(--highlight); border-radius: 0 14px 14px 0; background: var(--accent-soft); }
.breadcrumb { padding-top: 24px; color: var(--muted); font-size: .88rem; }
.breadcrumb a { color: var(--accent-dark); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--highlight); outline-offset: 3px; }
@media (max-width: 920px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links a { padding: 11px 12px; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-cta { margin-left: auto; }
  .hero-grid, .split-section, .area-layout, .quote-panel { grid-template-columns: 1fr; }
  .statement { position: static; }
  .hero-card { min-height: 360px; }
  .quote-panel { gap: 30px; }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .brand-name { max-width: 140px; font-size: .93rem; }
  .nav-cta { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.7rem); }
  .hero-card { min-height: 325px; padding: 22px; }
  .hero-card h2 { margin-top: 58px; font-size: 2.4rem; }
  .hero-card-foot { left: 22px; right: 22px; bottom: 22px; }
  .proof-list, .services-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-list { gap: 10px; }
  .service-card { min-height: 215px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .mobile-bar { position: fixed; z-index: 9; bottom: 0; left: 0; right: 0; display: flex; gap: 10px; padding: 10px 14px; background: rgba(14,34,51,.96); box-shadow: 0 -8px 20px rgba(14,34,51,.16); }
  .mobile-bar a { flex: 1; min-height: 44px; display: grid; place-items: center; border-radius: 999px; color: white; background: var(--accent-dark); font-size: .85rem; font-weight: 800; text-decoration: none; }
  .mobile-bar a:last-child { color: var(--ink); background: var(--highlight); }
  .site-footer { padding-bottom: 84px; }
  .page-hero { padding: 54px 0 36px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
