:root {
  --blue: #0798cf;
  --blue-dark: #087ca8;
  --navy: #0a1826;
  --navy-soft: #132b40;
  --gold: #c78d2a;
  --cream: #f8f6f1;
  --mist: #edf6f9;
  --line: #d7e4e9;
  --white: #fff;
  --text: #24323e;
  --muted: #63727c;
  --shadow: 0 22px 60px rgba(10, 24, 38, .16);
  --display: "Arial Black", "Trebuchet MS", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #f4b654;
  outline-offset: 3px;
}
.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;
}
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.topbar {
  display: flex;
  justify-content: center;
  gap: .75rem;
  padding: .46rem 1rem;
  color: rgba(255,255,255,.8);
  background: #050d15;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.topbar span { color: #73daf7; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .62rem max(1.2rem, calc((100vw - 1120px) / 2));
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(10,24,38,.12);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; flex-shrink: 0; }
.brand img { width: 54px; height: 54px; border-radius: 8px; object-fit: cover; }
.brand span { color: var(--navy); font-size: clamp(.92rem, 1.7vw, 1.2rem); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.site-header nav a {
  color: var(--navy-soft);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header nav a:hover { color: var(--blue-dark); }
.phone-button, .primary-button, .orange-button, .submit-button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  color: var(--white);
  background: var(--blue-dark);
  box-shadow: 0 9px 24px rgba(8,124,168,.22);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.phone-button { padding: .72rem 1rem; white-space: nowrap; }
.phone-button:hover, .primary-button:hover, .orange-button:hover, .submit-button:hover { background: #056589; transform: translateY(-2px); }
.hero {
  position: relative;
  isolation: isolate;
  min-height: 625px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6.3rem 1.5rem 5.5rem;
  color: var(--white);
  background: var(--navy);
}
.hero-picture, .hero-picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture { z-index: -3; }
.hero-picture img { object-fit: cover; object-position: center 52%; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5,13,21,.96) 0%, rgba(10,24,38,.91) 40%, rgba(10,24,38,.6) 69%, rgba(10,24,38,.18) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-cutout {
  position: absolute;
  right: max(16px, calc((100vw - 1120px) / 2 - 90px));
  bottom: 0;
  z-index: 0;
  width: clamp(314px, 28.6vw, 429px);
  max-height: 94%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  filter: drop-shadow(0 18px 28px rgba(5,13,21,.35));
}
.hero-inner { position: relative; z-index: 1; width: min(760px, 100%); margin-left: max(0px, calc((100vw - 1120px) / 2)); }
.eyebrow { margin: 0 0 .8rem; color: #73daf7; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; line-height: 1.08; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.6rem, 7vw, 5.05rem); }
.hero h1 em { color: #73daf7; font-style: normal; }
.hero-copy { max-width: 650px; margin: 1.35rem 0 2.1rem; color: rgba(255,255,255,.8); font-size: clamp(1rem, 2vw, 1.13rem); }
.address-bar {
  width: min(690px, 100%);
  display: flex;
  gap: .4rem;
  margin: 0 0 1.2rem;
  padding: 6px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.address-field { min-width: 0; flex: 1; display: flex; align-items: stretch; }
.address-bar input { width: 100%; min-width: 0; flex: 1; padding: .95rem 1rem; color: var(--navy); background: transparent; border: 0; outline: 0; }
.places-autocomplete-host { width: 100%; min-width: 0; }
.places-autocomplete-host[hidden] { display: none; }
.places-autocomplete-host gmp-place-autocomplete { width: 100%; height: 100%; color-scheme: light; }
.address-bar button { padding: .9rem 1.35rem; color: var(--white); background: var(--blue-dark); border: 0; border-radius: 7px; cursor: pointer; font-weight: 900; white-space: nowrap; }
.address-bar .location-button { padding-inline: .8rem; color: var(--navy-soft); background: #eef6f9; box-shadow: inset 0 0 0 1px #d5e6ec; font-size: .78rem; }
.address-bar .location-button:hover { background: #dff0f6; }
.address-bar .location-button:disabled { cursor: wait; opacity: .68; }
.address-help { width: min(690px, 100%); margin: -.45rem 0 1rem; color: rgba(255,255,255,.72); font-size: .76rem; }
.address-help.error { color: #ffd493; font-weight: 800; }
.trust-pills { display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 700; }
.trust-pills span::before { content: "✓"; margin-right: .45rem; color: #73daf7; }
.proof-strip {
  position: relative;
  z-index: 3;
  width: min(1080px, calc(100% - 2rem));
  margin: -35px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(10,24,38,.12);
}
.proof-strip div { display: grid; padding: 1.25rem; text-align: center; }
.proof-strip div + div { border-left: 1px solid var(--line); }
.proof-strip strong { color: var(--blue-dark); font-family: var(--display); font-size: 1.4rem; line-height: 1.2; }
.proof-strip span { color: var(--muted); font-size: .78rem; }
.section { padding: 6.3rem max(1.35rem, calc((100vw - 1120px) / 2)); }
.section-heading { max-width: 680px; margin-bottom: 3rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section h2, .final-cta h2 { margin: 0; color: var(--navy-soft); font-size: clamp(2rem, 4vw, 3.3rem); }
.section-heading > p:last-child, .split-copy > p { color: var(--muted); }
.process { background: var(--mist); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.step-grid article { position: relative; overflow: hidden; min-height: 280px; padding: 2.2rem; background: var(--white); border: 1px solid rgba(10,24,38,.1); border-radius: 12px; box-shadow: 0 10px 35px rgba(10,24,38,.06); }
.step-grid article::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 120px; height: 120px; background: var(--mist); border: 1px solid var(--line); border-radius: 50%; }
.step-number { color: var(--blue-dark); font-family: var(--display); font-size: 2rem; }
.step-grid h3 { margin: 2.6rem 0 .7rem; color: var(--navy-soft); font-size: 1.28rem; }
.step-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.split-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.split-copy h2 { margin-bottom: 1.2rem; }
.check-list, .comparison-grid ul { padding: 0; margin: 1.8rem 0; list-style: none; }
.check-list li, .comparison-grid li { position: relative; padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid var(--line); }
.check-list li::before, .comparison-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-dark); font-weight: 900; }
.primary-button, .orange-button { padding: .95rem 1.4rem; }
.team-card { overflow: hidden; margin: 0; background: var(--navy); border-radius: 16px; box-shadow: var(--shadow); transform: rotate(1deg); }
.team-card img { width: 100%; height: auto; object-fit: contain; }
.team-card figcaption { padding: 1rem 1.25rem; color: rgba(255,255,255,.78); font-size: .84rem; text-align: center; }
.situations { background: var(--navy-soft); }
.situations .section-heading h2 { color: var(--white); }
.situations .eyebrow { color: #73daf7; }
.situations .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.situation-grid div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; color: var(--white); background: var(--navy-soft); font-weight: 900; }
.situation-grid span { color: #73daf7; font-size: .72rem; letter-spacing: .12em; }
.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.2rem, 6vw, 6rem); background: var(--cream); }
.story-video { overflow: hidden; background: var(--navy); border: 8px solid var(--white); border-radius: 16px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.story-video-frame { position: relative; aspect-ratio: 16 / 9; background: #050d15; }
.story-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.story-video > p { margin: 0; padding: .85rem 1rem; color: rgba(255,255,255,.82); text-align: center; font-size: .8rem; }
.quote { margin: 1.7rem 0 0; padding: 1.5rem; color: var(--navy-soft); background: var(--white); border-left: 5px solid var(--blue); box-shadow: 0 12px 34px rgba(10,24,38,.08); }
.quote p { margin: 0; font-size: 1.08rem; font-weight: 700; }
.quote footer { margin-top: .7rem; color: var(--muted); font-size: .84rem; }
.comparison { background: var(--mist); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; max-width: 900px; margin: auto; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 55px rgba(10,24,38,.1); }
.comparison-grid article { padding: clamp(1.7rem, 4vw, 3.2rem); }
.comparison-grid .cash-column { color: var(--white); background: var(--blue-dark); }
.column-label { margin: 0; color: #b9eeff; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.column-label.muted { color: var(--gold); }
.comparison-grid h3 { margin: .55rem 0 1rem; font-size: 1.55rem; }
.cash-column li { border-color: rgba(255,255,255,.2); }
.cash-column li::before { color: #a8edff; }
.negative-list li::before { content: "—"; color: var(--gold); }
.service-area { display: flex; align-items: center; justify-content: space-between; gap: 3rem; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.13), transparent 23%), var(--blue-dark); }
.service-area > div { max-width: 760px; }
.service-area .eyebrow { color: var(--navy); }
.service-area h2 { color: var(--white); }
.service-area p:last-child { color: rgba(255,255,255,.84); }
.outline-button { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.25rem; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.7); border-radius: 7px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.outline-button:hover { color: var(--navy); background: var(--white); }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 7rem); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.35rem 0; color: var(--navy-soft); cursor: pointer; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue-dark); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.35rem 3rem 1.5rem 0; color: var(--muted); font-size: .92rem; }
.final-cta { padding: 6.3rem 1.5rem; color: var(--white); background: radial-gradient(circle at 10% 20%, rgba(7,152,207,.6), transparent 28%), var(--navy); text-align: center; }
.final-cta h2 { color: var(--white); }
.final-cta > p:nth-of-type(2) { max-width: 620px; margin: 1rem auto 1.8rem; color: rgba(255,255,255,.72); }
.final-cta > div { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.site-footer { padding: 2.5rem max(1.35rem, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem 2rem; background: var(--white); color: var(--muted); font-size: .78rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--navy); font-weight: 900; text-decoration: none; text-transform: uppercase; }
.footer-brand img { width: 64px; height: 64px; border-radius: 8px; }
.site-footer > p { max-width: 440px; }
.site-footer > a { color: var(--blue-dark); font-weight: 900; }
.footer-legal { grid-column: 1 / -1; padding-top: 1.35rem; border-top: 1px solid var(--line); color: var(--navy-soft); text-align: center; font-size: clamp(.82rem, 1.3vw, .94rem); }
.footer-legal p { margin: 0; }
.footer-legal p + p { margin-top: .5rem; }
.footer-legal-links { display: flex; justify-content: center; gap: .55rem; }
.footer-legal-links a { color: var(--blue-dark); font-weight: 700; text-decoration: none; }
.footer-legal-links a:hover { text-decoration: underline; }
.mobile-call-bar { display: none; }
.modal-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; overflow-y: auto; padding: 1rem; background: rgba(5,13,21,.8); backdrop-filter: blur(7px); }
.modal-overlay[hidden] { display: none; }
.lead-modal { position: relative; width: min(580px, 100%); max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.5rem, 5vw, 2.6rem); color: var(--text); background: var(--white); border-radius: 14px; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.lead-modal h2 { margin: 0; color: var(--navy-soft); font-size: clamp(1.8rem, 4vw, 2.5rem); }
.modal-close { position: absolute; top: .75rem; right: 1rem; padding: .2rem; color: var(--muted); background: none; border: 0; cursor: pointer; font-size: 2rem; line-height: 1; }
.modal-intro { margin: .8rem 0 1.4rem; color: var(--muted); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem 1rem; }
.lead-form label { display: grid; gap: .35rem; color: var(--navy-soft); font-size: .78rem; font-weight: 900; }
.lead-form .full { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 47px; padding: .72rem .8rem; color: var(--navy); background: var(--white); border: 1px solid #bdccd3; border-radius: 7px; }
.lead-form textarea { min-height: 90px; resize: vertical; }
.submit-button { grid-column: 1 / -1; min-height: 52px; margin-top: .3rem; }
.privacy-note, .form-error { grid-column: 1 / -1; margin: 0; text-align: center; font-size: .76rem; }
.privacy-note { color: var(--muted); }
.form-error { color: #a31f1f; font-weight: 800; }
.form-error[hidden] { display: none; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.legal-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--mist); }
.legal-page main { flex: 1; }
.legal-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .75rem max(1.35rem, calc((100vw - 1120px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header .brand img { width: 58px; height: 58px; }
.legal-title { padding: 4.2rem 1.35rem; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(7,152,207,.6), transparent 28%), var(--navy); text-align: center; }
.legal-title h1 { margin: 0; font-size: clamp(2.3rem, 6vw, 4.4rem); }
.legal-content { width: min(900px, calc(100% - 2.7rem)); margin: 3.5rem auto; padding: clamp(1.5rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 50px rgba(10,24,38,.09); }
.legal-content h2 { margin: 2rem 0 .6rem; color: var(--navy-soft); font-size: clamp(1.15rem, 2.5vw, 1.48rem); }
.legal-content p { margin: .7rem 0; }
.legal-content ul { padding-left: 1.5rem; }
.legal-content a { color: var(--blue-dark); font-weight: 800; }
.thank-you-wrap { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 2rem; background: radial-gradient(circle at 15% 20%, rgba(7,152,207,.3), transparent 28%), var(--mist); }
.thank-you-card { width: min(650px, 100%); padding: clamp(2rem, 7vw, 4rem); background: var(--white); border-radius: 16px; box-shadow: var(--shadow); text-align: center; }
.thank-you-card h1 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 6vw, 4rem); }
.thank-you-card p { color: var(--muted); }

@media (max-width: 880px) {
  .site-header nav { display: none; }
  .split-section, .story, .faq { grid-template-columns: 1fr; }
  .story .story-video { order: 2; transform: none; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 0; }
  .step-grid h3 { margin-top: 1.2rem; }
  .situation-grid { grid-template-columns: repeat(2, 1fr); }
  .service-area { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer > p { margin-inline: auto; }
}

@media (max-width: 1120px) {
  .hero-cutout { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  .topbar { font-size: .63rem; }
  .topbar span { display: none; }
  .site-header { min-height: 66px; padding: .5rem 1rem; }
  .brand img { width: 46px; height: 46px; }
  .brand span { max-width: 130px; font-size: .75rem; line-height: 1.05; }
  .site-header .phone-button { display: none; }
  .hero { min-height: 660px; align-items: flex-end; padding: 5.5rem 1rem 5rem; }
  .hero-picture img { object-position: center; }
  .hero::before { background: linear-gradient(0deg, rgba(5,13,21,.98) 0%, rgba(10,24,38,.88) 58%, rgba(10,24,38,.5) 100%); }
  .hero-inner { margin: 0; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .address-bar { flex-direction: column; }
  .address-bar button { width: 100%; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding-block: 4.4rem; }
  .situation-grid { grid-template-columns: 1fr 1fr; }
  .situation-grid div { min-height: 105px; padding: 1rem; font-size: .82rem; }
  .comparison-grid { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .full, .submit-button, .privacy-note, .form-error { grid-column: 1; }
  .mobile-call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 75; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: .55rem; color: var(--white); background: var(--blue-dark); box-shadow: 0 -8px 22px rgba(5,13,21,.2); font-weight: 900; text-decoration: none; }
  .legal-header .brand span { display: none; }
}

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