:root {
  --navy-950: #04111f;
  --navy-900: #071a2e;
  --navy-800: #0d2a46;
  --navy-700: #143b5d;
  --teal: #18a99b;
  --teal-dark: #0b786f;
  --gold: #d5b36a;
  --cream: #f7f5ef;
  --white: #ffffff;
  --ink: #102234;
  --muted: #617081;
  --line: #dfe5e8;
  --shadow: 0 30px 80px rgba(3, 20, 35, 0.16);
  --radius: 18px;
}

* { 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: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--navy-900); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topline { background: var(--navy-950); color: rgba(255,255,255,.74); font-size: .78rem; letter-spacing: .04em; }
.topline-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(4,17,31,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold); color: var(--navy-900); font-family: Georgia, serif; font-size: 1rem; letter-spacing: .06em; transform: rotate(-4deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; font-weight: 600; }
.brand-copy small { color: var(--muted); margin-top: 4px; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav > a:not(.button) { color: #34485a; text-decoration: none; font-size: .9rem; font-weight: 600; }
.nav > a:not(.button):hover { color: var(--teal-dark); }
.nav > a.nav-direct { color: var(--teal-dark); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy-900); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 25px; border: 1px solid var(--teal); border-radius: 999px; background: var(--teal); color: var(--white); text-decoration: none; font-size: .93rem; font-weight: 750; box-shadow: 0 14px 30px rgba(24,169,155,.2); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); border-color: var(--teal-dark); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .84rem; }
.button-light { background: var(--white); border-color: var(--white); color: var(--navy-900); box-shadow: none; }
.button-light:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-950); }
.button-large { min-height: 60px; padding: 0 30px; }
.button-outline { border-color: var(--navy-800); color: var(--navy-900); background: transparent; box-shadow: none; }
.button-outline:hover { border-color: var(--navy-900); color: var(--white); background: var(--navy-900); }
.text-link { color: var(--navy-800); font-size: .92rem; font-weight: 750; text-underline-offset: 5px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, #eef8f7 0%, #fff 51%, #f4f1e9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(7,26,46,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,26,46,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, black 35%, black); }
.hero-glow { position: absolute; width: 520px; height: 520px; right: -170px; top: -280px; border-radius: 50%; background: rgba(24,169,155,.14); filter: blur(4px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; min-height: 670px; padding-top: 70px; padding-bottom: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section h2, .contact h2 { margin: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.hero h1 { max-width: 720px; font-size: clamp(3rem, 5vw, 5.15rem); }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: #42586a; font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.hero-note { margin: 15px 0 0; color: var(--muted); font-size: .78rem; font-weight: 650; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 34px 0 0; list-style: none; color: #455b6e; font-size: .86rem; font-weight: 650; }
.hero-points li { position: relative; padding-left: 17px; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.start-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px 4px 26px 4px; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.start-card::after { content: ""; position: absolute; width: 76px; height: 76px; right: -10px; bottom: -10px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.start-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mini-label { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.availability { padding: 5px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .7rem; }
.start-card h2 { max-width: 390px; margin: 22px 0 26px; font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; line-height: 1.15; }
.start-steps { padding: 0; margin: 0; list-style: none; }
.start-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.start-steps li > span { color: var(--gold); font-family: Georgia, serif; font-size: .88rem; }
.start-steps strong, .start-steps small { display: block; }
.start-steps strong { font-size: .92rem; }
.start-steps small { margin-top: 3px; color: rgba(255,255,255,.61); font-size: .78rem; line-height: 1.5; }
.card-link { display: flex; justify-content: space-between; align-items: center; margin-top: 19px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: .87rem; font-weight: 750; text-decoration: none; }
.card-link:hover { color: var(--gold); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 28px 34px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy-900); font-size: .91rem; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .76rem; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section h2, .contact h2 { font-size: clamp(2.45rem, 4vw, 4rem); }
.section-heading p:last-child { margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(4,17,31,.11); }
.service-card.featured { color: var(--white); background: var(--navy-900); }
.service-number { color: var(--teal-dark); font-family: Georgia, serif; font-size: .8rem; }
.featured .service-number { color: var(--gold); }
.service-card h3 { margin: 34px 0 12px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.2; }
.featured h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.featured p { color: rgba(255,255,255,.67); }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--teal-dark); font-size: .78rem; font-weight: 800; text-decoration: none; }
.featured a { color: var(--gold); }

.triage { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.triage-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 82px; }
.triage-copy { position: sticky; top: 150px; }
.triage h2 { color: var(--white); }
.triage-copy > p:not(.eyebrow):not(.privacy-warning) { margin: 24px 0 0; color: rgba(255,255,255,.68); }
.triage-benefits { padding: 0; margin: 36px 0 0; list-style: none; }
.triage-benefits li { display: grid; gap: 2px; padding: 18px 0 18px 34px; border-top: 1px solid rgba(255,255,255,.12); position: relative; }
.triage-benefits li::before { content: "✓"; position: absolute; left: 0; top: 20px; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(213,179,106,.55); border-radius: 50%; color: var(--gold); font-size: .68rem; }
.triage-benefits strong { font-family: Georgia, serif; font-weight: 500; }
.triage-benefits span { color: rgba(255,255,255,.58); font-size: .82rem; }
.privacy-warning { margin: 26px 0 0; padding: 14px 16px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: .78rem; }
.form-card { padding: 34px; border-radius: 24px 4px 24px 4px; color: var(--ink); background: var(--white); box-shadow: 0 35px 90px rgba(0,0,0,.22); }
.form-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.form-top > div { display: flex; flex-direction: column; }
.form-kicker { color: var(--teal-dark); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
#step-label { margin-top: 4px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.form-time { padding: 6px 11px; border-radius: 999px; color: var(--muted); background: #f0f4f4; font-size: .72rem; font-weight: 700; }
.progress-track { height: 4px; margin: 20px 0 32px; overflow: hidden; border-radius: 99px; background: #e8eeef; }
.progress-track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--teal); transition: width .3s ease; }
.form-step { display: none; min-width: 0; padding: 0; margin: 0; border: 0; }
.form-step.active { display: block; }
.form-step legend { width: 100%; padding: 0; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; line-height: 1.2; }
.field-help { margin: 8px 0 20px; color: var(--muted); font-size: .83rem; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option-card { position: relative; cursor: pointer; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card > span { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 15px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfc; transition: border .18s ease, background .18s ease, box-shadow .18s ease; }
.option-card input:checked + span { border-color: var(--teal); background: #edf9f7; box-shadow: 0 0 0 2px rgba(24,169,155,.12); }
.option-card input:focus-visible + span { outline: 3px solid rgba(24,169,155,.24); outline-offset: 2px; }
.option-card strong { color: var(--navy-900); font-size: .83rem; }
.option-card small { margin-top: 3px; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.option-wide { grid-column: 1 / -1; }
.option-wide > span { min-height: 72px; }
.option-list { display: grid; gap: 10px; margin-top: 20px; }
.option-list .option-card > span { min-height: 70px; }
.compact-options .option-card > span { min-height: 66px; }
.field-group { position: relative; display: flex; flex-direction: column; gap: 7px; margin-top: 18px; }
.field-group:first-of-type { margin-top: 22px; }
.field-group label { color: var(--navy-900); font-size: .8rem; font-weight: 750; }
.field-group input, .field-group select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #ccd6da; border-radius: 9px; color: var(--ink); background: var(--white); font: inherit; font-size: .88rem; outline: none; }
.field-group input:focus, .field-group select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(24,169,155,.12); }
.field-group [aria-invalid="true"] { border-color: #b53c3c; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 20px; color: var(--muted); font-size: .75rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.form-error { min-height: 20px; margin: 12px 0 0; color: #a92c2c; font-size: .76rem; font-weight: 650; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 7px; }
.form-actions-end { justify-content: flex-end; }
.form-actions .button { min-width: 155px; border: 0; cursor: pointer; }
.back-step { min-height: 44px; padding: 0; border: 0; color: var(--muted); background: transparent; font: inherit; font-size: .82rem; font-weight: 750; cursor: pointer; }
.back-step:hover { color: var(--navy-900); }
.submit-note { margin: 13px 0 0; color: var(--muted); font-size: .7rem; text-align: right; }

.process { color: var(--white); background: var(--navy-900); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.eyebrow-light { color: var(--gold); }
.process h2 { color: var(--white); }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 30px; color: rgba(255,255,255,.65); }
.process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(213,179,106,.5); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; }
.process-list strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.process-list p { margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: .86rem; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; gap: 88px; }
.about-panel { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.about-panel::before { content: ""; position: absolute; width: 360px; height: 360px; left: -155px; top: -140px; border: 1px solid rgba(213,179,106,.3); border-radius: 50%; box-shadow: 0 0 0 48px rgba(213,179,106,.04), 0 0 0 96px rgba(213,179,106,.03); }
.about-monogram { position: absolute; right: 30px; top: 20px; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 12rem; line-height: 1; }
.about-line { width: 48px; height: 2px; margin-bottom: 18px; background: var(--gold); }
.about-panel small { font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.about-copy { display: flex; flex-direction: column; justify-content: center; }
.about-copy > p:not(.eyebrow) { max-width: 670px; margin: 23px 0 0; color: var(--muted); font-size: 1.02rem; }
.signature { display: flex; flex-direction: column; margin-top: 34px; padding-top: 24px; border-top: 1px solid #d8d6cf; }
.signature strong { font-family: Georgia, serif; font-size: 1.18rem; font-weight: 500; }
.signature span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 25px 0; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.1rem; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-family: system-ui, sans-serif; font-size: 1rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 700px; margin: -5px 50px 25px 0; color: var(--muted); font-size: .9rem; }

.contact { padding: 70px 0; background: var(--teal-dark); color: var(--white); }
.contact-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.contact h2 { max-width: 820px; color: var(--white); }
.contact p:last-child { margin: 20px 0 0; color: rgba(255,255,255,.7); }
.contact-actions { min-width: 310px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; text-align: center; }
.contact-phone, .contact-triage { color: var(--white); font-size: .82rem; font-weight: 750; text-underline-offset: 4px; }
.contact-triage { color: rgba(255,255,255,.72); }

.footer { padding: 60px 0 26px; color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr .75fr 1.2fr; gap: 60px; align-items: start; }
.brand-footer .brand-mark { color: var(--white); }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy small { color: rgba(255,255,255,.48); }
.footer-info { display: flex; flex-direction: column; gap: 7px; font-size: .82rem; }
.footer-info a { color: var(--gold); text-underline-offset: 4px; }
.footer-grid > p { margin: 0; font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; }
.footer-bottom a { text-decoration: none; }
.mobile-contact { display: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav { position: absolute; left: 20px; right: 20px; top: 113px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav > a:not(.button) { padding: 13px 12px; }
  .nav .button { margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 75px; padding-bottom: 80px; }
  .hero-copy { max-width: 780px; }
  .start-card { max-width: 720px; }
  .section-heading, .process-grid, .about-grid, .faq-grid, .triage-grid { grid-template-columns: 1fr; gap: 44px; }
  .triage-copy { position: static; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-panel { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .topline-place { display: none; }
  .topline-inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .nav { top: 103px; left: 14px; right: 14px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .59rem; }
  .hero-grid { min-height: auto; padding-top: 58px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .start-card { padding: 26px 22px; border-radius: 22px 4px 22px 4px; }
  .start-card-head { align-items: flex-start; flex-direction: column; }
  .start-card h2 { font-size: 1.8rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:last-child { padding: 20px 4px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section h2, .contact h2 { font-size: 2.45rem; }
  .section-heading { gap: 24px; margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; padding: 26px; }
  .form-card { padding: 25px 20px; }
  .option-grid, .field-row { grid-template-columns: 1fr; }
  .option-wide { grid-column: auto; }
  .option-card > span { min-height: 74px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions-end { flex-direction: column; }
  .form-actions .button { width: 100%; }
  .back-step { width: 100%; }
  .submit-note { text-align: center; }
  .process-grid { gap: 52px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 15px; }
  .about-grid { gap: 42px; }
  .about-panel { min-height: 290px; padding: 28px; }
  .about-monogram { font-size: 8.5rem; }
  .faq-grid { gap: 36px; }
  .accordion summary { font-size: 1.02rem; }
  .contact { padding: 60px 0; }
  .contact-box { grid-template-columns: 1fr; gap: 30px; }
  .contact-actions { min-width: 0; }
  .footer { padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > p { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-contact { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 21px; border-radius: 999px; background: var(--teal); color: var(--white); box-shadow: 0 12px 35px rgba(4,17,31,.3); font-size: .87rem; font-weight: 800; text-decoration: none; }
}

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