:root {
  --blue: #139ed2;
  --blue-dark: #087ca8;
  --navy: #0b2030;
  --ink: #18313f;
  --muted: #657985;
  --ice: #edf9fd;
  --line: #dbe8ee;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(11, 32, 48, 0.14);
}

* { 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;
  line-height: 1.6;
}

a { color: inherit; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  padding: 10px clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(219, 232, 238, 0.85);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand img { display: block; width: 68px; height: 68px; object-fit: contain; }

nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav-phone { color: var(--blue-dark); }
.nav-cta { padding: 10px 17px; border-radius: 999px; color: var(--white); background: var(--navy); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background: linear-gradient(125deg, #f3fbfe 0%, #fff 62%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 140px) clamp(30px, 7vw, 105px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 6.8rem); }
h1 span { color: var(--blue); }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4.2rem); }
h3 { margin-bottom: 12px; font-size: 1.45rem; }

.hero-copy { max-width: 600px; margin: 0 0 32px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(19, 158, 210, .25); }
.primary:hover { background: var(--blue-dark); }
.secondary { border: 1px solid var(--line); color: var(--navy); background: var(--white); }

.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 34px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 900; }

.hero-image { position: relative; min-height: 560px; margin: 0; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.16), transparent 32%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-image figcaption { position: absolute; z-index: 1; right: 30px; bottom: 30px; max-width: 260px; padding: 13px 17px; border-radius: 8px; color: var(--white); background: rgba(11, 32, 48, .82); font-size: .84rem; backdrop-filter: blur(8px); }

.section { padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 105px); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.service-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(160deg, #fff 30%, #f7fcfe); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(11, 32, 48, .09); }
.service-number { display: block; margin-bottom: 44px; color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.service-card p { margin: 0; color: var(--muted); }

.results { background: var(--ice); }
.results-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 22px; }
.result-card { overflow: hidden; margin: 0; border-radius: 16px; background: var(--white); box-shadow: 0 18px 45px rgba(11, 32, 48, .1); }
.result-card img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.result-card figcaption { padding: 15px 18px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.fan-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--white); }
.comparison-panel { position: relative; overflow: hidden; aspect-ratio: 1 / 1; margin: 0; background: #dce7ec; }
.comparison-panel img { width: 100%; height: 200%; max-width: none; aspect-ratio: auto; object-fit: cover; }
.before-panel img { object-position: center top; }
.after-panel img { position: absolute; bottom: 0; left: 0; object-position: center bottom; }
.comparison-panel span { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 6px 11px; border-radius: 6px; color: var(--white); background: rgba(11, 32, 48, .85); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.after-panel span { background: var(--blue-dark); }
.result-caption { margin: 0; padding: 15px 18px; color: var(--navy); font-size: .9rem; font-weight: 800; }

.about { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(50px, 9vw, 140px); color: var(--white); background: var(--navy); }
.about h2, .about .eyebrow { color: var(--white); }
.about .eyebrow { opacity: .7; }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; max-width: 440px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--blue); background: radial-gradient(circle at 35% 30%, rgba(19,158,210,.2), transparent 58%); font-size: clamp(8rem, 23vw, 19rem); font-weight: 200; line-height: 1; }
.about-copy { max-width: 740px; }
.about-copy > p:not(.eyebrow) { margin-bottom: 28px; color: #c3d2da; font-size: 1.1rem; }
.text-link { color: var(--white); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--blue); }

.quote { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); background: var(--ice); }
.quote-intro p:not(.eyebrow) { max-width: 460px; color: var(--muted); font-size: 1.08rem; }
.phone-number, .email-link { display: block; width: fit-content; color: var(--blue-dark); font-weight: 850; text-decoration: none; }
.phone-number { margin-top: 16px; font-size: 1.22rem; }
.email-link { margin-top: 4px; }

.quote-form { padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: .87rem; font-weight: 800; }
.optional { color: var(--muted); font-size: .72rem; font-weight: 650; }
input, select, textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #c9dbe4; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; font-size: 1rem; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(19,158,210,.18); border-color: var(--blue); }
.submit { width: 100%; margin-top: 4px; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.quote-review { width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(11, 32, 48, .3); }
.quote-review::backdrop { background: rgba(11, 32, 48, .68); backdrop-filter: blur(4px); }
.review-card { padding: clamp(24px, 5vw, 42px); }
.review-card h3 { margin-bottom: 10px; font-size: clamp(1.7rem, 5vw, 2.35rem); }
.review-recipient { margin: 0 0 24px; color: var(--muted); }
.review-recipient strong { color: var(--blue-dark); }
.review-details { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.review-details div { min-width: 0; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.review-details div:nth-child(odd):not(.review-job) { border-right: 1px solid var(--line); }
.review-details div:nth-last-child(2) { border-bottom: 0; }
.review-details .review-job { grid-column: 1 / -1; border-top: 1px solid var(--line); border-bottom: 0; }
.review-details dt { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.review-details dd { margin: 3px 0 0; overflow-wrap: anywhere; color: var(--navy); font-weight: 750; }
.review-job dd { white-space: pre-wrap; font-weight: 500; }
.review-note { margin: 18px 0; padding: 12px 14px; border-radius: 8px; color: var(--navy); background: var(--ice); font-size: .86rem; font-weight: 700; }
.review-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.review-actions .full-width { grid-column: 1 / -1; }
.review-actions .primary { grid-column: 1 / -1; width: 100%; }
[hidden] { display: none !important; }
.send-help { margin-top: 18px; padding: 17px 18px; border: 2px solid rgba(19, 158, 210, .32); border-radius: 12px; color: var(--ink); background: #edf9fd; }
.send-help strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 1rem; }
.send-help p { margin: 5px 0 0; font-size: .88rem; line-height: 1.5; }
.send-help a { color: var(--blue-dark); font-weight: 850; overflow-wrap: anywhere; }
.send-help .help-phone { white-space: nowrap; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 32px clamp(22px, 7vw, 105px); border-top: 1px solid var(--line); background: var(--white); }
footer img { width: 82px; height: 88px; object-fit: contain; }
footer p { margin: 0; color: var(--muted); font-size: .83rem; }
footer a { color: var(--blue-dark); font-size: .85rem; font-weight: 750; text-decoration: none; }
.copyright { text-align: right; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-content { min-height: 620px; }
  .hero-image { min-height: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr 1.35fr; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 7px 18px; }
  .brand img { width: 54px; height: 54px; }
  nav { gap: 12px; }
  nav > a:not(.nav-cta):not(.nav-phone) { display: none; }
  .nav-phone { font-size: .78rem; }
  .nav-cta { padding: 9px 14px; font-size: .84rem; }
  .hero { min-height: auto; }
  .hero-content { min-height: auto; padding: 74px 22px 62px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { display: grid; }
  .hero-image { min-height: 470px; }
  .hero-image img { object-position: 66% center; }
  .hero-image figcaption { right: 18px; bottom: 18px; left: 18px; max-width: none; }
  .service-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .result-card > img { aspect-ratio: auto; }
  .service-card { min-height: 220px; }
  .service-number { margin-bottom: 28px; }
  .about, .quote { grid-template-columns: 1fr; }
  .about-mark { width: min(76vw, 330px); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .review-details { grid-template-columns: 1fr; }
  .review-details div, .review-details div:nth-child(odd):not(.review-job), .review-details div:nth-last-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .review-details .review-job { grid-column: auto; border-top: 0; border-bottom: 0; }
  .review-actions { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  footer img { margin: auto; }
  .copyright { text-align: center; }
}

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