:root {
  --ink: #102f3a;
  --teal: #0b3f4c;
  --teal-deep: #062d38;
  --blue: #08a6d5;
  --blue-dark: #078ab3;
  --sky: #eaf7fb;
  --mist: #f5f8f8;
  --line: #d8e2e4;
  --stone: #5e6c70;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --shadow: 0 24px 70px rgb(6 45 56 / 22%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.reading-width { max-width: 820px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 30; background: var(--white); box-shadow: 0 1px 0 rgb(16 47 58 / 12%); }
.site-header--compact { border-top: 5px solid var(--teal); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { max-width: min(460px, 48vw); color: var(--teal-deep); font-family: var(--serif); font-size: clamp(1.15rem, 2.1vw, 1.7rem); font-weight: 400; line-height: 1.15; text-decoration: none; text-wrap: balance; }
.nav-wrap nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); }
.nav-wrap nav > a { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nav-wrap nav > a:hover, .nav-wrap nav > a[aria-current='page'] { color: var(--blue-dark); }
.menu-toggle, .mobile-menu { display: none; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 0; padding: 13px 24px; color: var(--white); background: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: background .15s, border-color .15s, transform .15s; }
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgb(8 166 213 / 45%); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 10px 17px; }
.button--light { border-color: var(--white); background: transparent; }
.button--light:hover { border-color: var(--white); color: var(--teal); background: var(--white); }
.button--full { width: 100%; }
.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--teal-deep); }
.hero__image { position: absolute; inset: 0; background-color: var(--teal-deep); background-position: center 39%; background-size: cover; background-repeat: no-repeat; transform: scale(1.01); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 35 44 / 90%) 0%, rgb(5 35 44 / 72%) 42%, rgb(5 35 44 / 22%) 75%, rgb(5 35 44 / 32%) 100%); }
.hero__content { position: relative; padding-block: 100px; }
.eyebrow { margin: 0 0 16px; color: #a7e8f7; font-size: .76rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow--dark { color: var(--blue-dark); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 780px; font-size: clamp(3.5rem, 7.2vw, 6.7rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.025em; }
h3 { line-height: 1.25; }
.hero__lede { max-width: 650px; margin: 28px 0 32px; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.text-link--light { color: var(--white); }
.section { padding-block: 100px; }
.section--tint { background: var(--mist); }
.section--dark { color: var(--white); background: var(--teal-deep); }
.intro__grid, .promise__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.prose { color: var(--stone); font-size: 1.1rem; }
.prose p:first-child { margin-top: 0; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { color: var(--stone); font-size: 1.06rem; }
.section-heading--light > p:last-child { color: #bcd0d5; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 245px; padding: 30px; border: 1px solid var(--line); background: var(--white); transition: transform .18s, box-shadow .18s; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgb(16 47 58 / 9%); }
.service-card > span { color: var(--blue-dark); font-family: var(--serif); font-size: 2rem; }
.service-card h3 { margin: 26px 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--stone); }
.image-card { margin: 0; border: 1px solid var(--line); padding: 12px; background: var(--white); box-shadow: 18px 18px 0 var(--sky); }
.image-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.check-list { display: grid; gap: 14px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue-dark); font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 52px 0 0; padding: 0; background: rgb(255 255 255 / 22%); list-style: none; }
.steps li { min-height: 260px; padding: 30px; background: var(--teal-deep); }
.steps span { color: #62cae8; font-family: var(--serif); font-size: 2.8rem; }
.steps h3 { margin: 45px 0 12px; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.steps p { margin: 0; color: #bcd0d5; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 42px 24px 0; font-family: var(--serif); font-size: 1.35rem; cursor: pointer; }
.faq details p { margin: -8px 0 24px; color: var(--stone); }
.final-cta { padding-block: 64px; color: var(--white); background: var(--blue-dark); }
.final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.final-cta h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.request-section { background: var(--mist); }
.request-card { max-width: 900px; border: 1px solid var(--line); padding: clamp(28px, 5vw, 58px); background: var(--white); box-shadow: 0 18px 50px rgb(16 47 58 / 10%); }
.request-card__intro { max-width: 650px; margin-bottom: 34px; }
.request-card__intro > p:last-child { color: var(--stone); }
.site-footer { color: #dce7e9; background: #031f27; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-block: 68px; }
.footer-brand { max-width: 420px; margin: 0 0 24px; color: var(--white); font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.15; text-wrap: balance; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-family: var(--sans); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-button { display: block; width: fit-content; margin: 8px 0; color: #dce7e9; background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgb(255 255 255 / 14%); color: #91a7ad; font-size: .82rem; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; transition: opacity .18s; }
.modal.is-open { opacity: 1; }
.modal__scrim { position: absolute; inset: 0; background: rgb(3 31 39 / 78%); }
.modal__panel { position: relative; width: min(820px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: clamp(28px, 5vw, 52px); background: var(--white); box-shadow: var(--shadow); transform: translateY(10px); transition: transform .18s; }
.modal.is-open .modal__panel { transform: translateY(0); }
.modal__close { position: absolute; top: 14px; right: 18px; width: 42px; height: 42px; border: 0; color: var(--ink); background: transparent; font-size: 2rem; line-height: 1; }
.modal__panel > div > p { color: var(--stone); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.field-grid label { color: var(--ink); font-size: .84rem; font-weight: 800; }
.field-grid label span, fieldset legend span { color: var(--stone); font-weight: 400; }
input, select { width: 100%; min-height: 48px; margin-top: 7px; border: 1px solid #b8c7ca; border-radius: 0; padding: 10px 12px; color: var(--ink); background: var(--white); }
.phone-note, .legal-note, .demo-note { font-size: .78rem; line-height: 1.55; }
.phone-note { margin: 16px 0; color: var(--teal-deep) !important; font-weight: 700; }
.consent-box { margin: 16px 0; border: 1px solid var(--line); padding: 18px; }
.consent-box legend { padding: 0 6px; color: var(--ink); font-size: .83rem; font-weight: 800; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 12px; color: var(--stone); font-size: .76rem; line-height: 1.55; }
.checkbox input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.legal-note a { font-weight: 700; }
.form-status { margin: 16px 0; border-left: 4px solid var(--blue-dark); padding: 12px 14px; color: var(--ink); background: var(--sky); font-size: .84rem; font-weight: 700; }
.demo-note { margin-bottom: 0; text-align: center; }
.form-success { padding-block: 70px; text-align: center; }
.form-success p { max-width: 520px; margin: 22px auto 28px; }
.legal-main { padding-block: 90px 110px; }
.legal-main h1 { color: var(--teal-deep); font-size: clamp(3rem, 7vw, 5.5rem); }
.effective-date { margin: 16px 0 54px; color: var(--stone); }
.legal-main section { margin-top: 44px; }
.legal-main section h2 { margin-bottom: 16px; font-family: var(--serif); font-size: 2rem; }
.legal-main li { margin: 8px 0; }
.legal-page .site-footer a { color: inherit; }
@media (max-width: 900px) {
  .nav-wrap { min-height: 76px; }
  .brand { width: min(330px, 62vw); }
  .nav-wrap nav { display: none; }
  .menu-toggle { display: block; border: 1px solid var(--teal); padding: 9px 13px; color: var(--teal); background: transparent; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; z-index: 20; padding: 20px; background: var(--white); box-shadow: 0 20px 30px rgb(16 47 58 / 12%); }
  .mobile-menu:not([hidden]) { display: grid; gap: 16px; }
  .mobile-menu a { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
  .hero { min-height: 570px; }
  .hero__overlay { background: rgb(5 35 44 / 72%); }
  .intro__grid, .promise__grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-header--compact .nav-wrap nav { display: flex; gap: 14px; }
  .site-header--compact .nav-wrap nav a { font-size: .65rem; }
}
@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); max-width: 362px; }
  .section { padding-block: 72px; }
  .hero { min-height: 600px; }
  .hero__content { padding-block: 76px; }
  h1 { max-width: 100%; font-size: clamp(2.85rem, 13vw, 3.45rem); line-height: 1.07; }
  .hero__lede { max-width: 100%; font-size: 1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__actions .button { width: 100%; }
  .service-grid, .steps, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; }
  .final-cta__inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .modal { padding: 0; }
  .modal__panel { width: 100%; max-height: 100vh; min-height: 100vh; padding: 60px 22px 30px; }
  .site-header--compact .brand { width: 190px; }
  .site-header--compact .nav-wrap { min-height: 72px; }
  .site-header--compact .nav-wrap nav a:not(:first-child) { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
