:root {
  --blue: #2bb3e6;
  --blue-dark: #0d7fa7;
  --green: #2ecc71;
  --navy: #0f2330;
  --navy-2: #152f3f;
  --text: #14232c;
  --muted: #61717b;
  --line: #dbe5ea;
  --soft: #f4f8fa;
  --white: #ffffff;
  --gold: #ffd700;
  --shadow: 0 18px 60px rgba(15,35,48,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20,35,44,.07);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { width: 150px; margin-right: auto; }
.nav { display: flex; gap: 24px; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--blue-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  background: var(--green);
  color: #082716;
  font-weight: 800;
  border-radius: 10px;
  border: 2px solid var(--green);
  transition: transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(46,204,113,.22); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 13px; }
.button-outline { background: transparent; color: var(--navy); border-color: #b7c7cf; }
.button-outline:hover { box-shadow: none; border-color: var(--blue); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background:
    radial-gradient(circle at 10% 10%, rgba(43,179,230,.14), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(46,204,113,.11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(43,179,230,.12);
  border-radius: 50%;
  right: -110px;
  bottom: -160px;
}
.hero-grid { display: grid; grid-template-columns: 1.25fr .8fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: 12px; letter-spacing: .14em; font-weight: 800; }
.eyebrow.light { color: #71d7ff; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--navy);
}
.hero-lead { max-width: 720px; margin: 26px 0 0; font-size: 19px; color: #4f636e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; font-size: 13px; font-weight: 700; color: #536873; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }

.hero-panel { position: relative; }
.hero-panel::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(189,239,255,.78);
  top: -28px;
  left: -24px;
}
.hero-panel::after {
  content: "✦";
  position: absolute;
  color: var(--gold);
  font-size: 46px;
  top: -30px;
  right: 20px;
}
.hero-panel-inner {
  position: relative;
  z-index: 2;
  padding: 38px;
  color: white;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.panel-kicker { font-size: 11px; letter-spacing: .15em; font-weight: 800; color: #83dcff; }
.hero-panel h2 { margin: 12px 0 18px; font-size: 31px; line-height: 1.1; letter-spacing: -.025em; }
.hero-panel ul { list-style: none; margin: 0; padding: 0; }
.hero-panel li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e6f2f7; }
.hero-panel li:last-child { border-bottom: 0; }
.hero-panel li::before { content: "●"; color: var(--green); font-size: 9px; margin-right: 10px; vertical-align: 2px; }

.stats-strip { border-top: 1px solid #e8eff2; border-bottom: 1px solid #e8eff2; background: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 24px 26px; border-right: 1px solid #e8eff2; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-size: 18px; color: var(--navy); }
.stats-grid span { font-size: 12px; color: var(--muted); }

.section { padding: 92px 0; }
.section-heading { max-width: 730px; margin-bottom: 42px; }
.section-heading h2, .split-grid h2, .area-grid h2, .quote-grid h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
  color: var(--navy);
}
.section-heading p:last-child, .area-grid p, .quote-grid > div > p { color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(15,35,48,.04); }
.icon { width: 42px; height: 42px; display: grid; place-items: center; background: #e8f8fe; color: var(--blue-dark); border-radius: 10px; }
.icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card:nth-child(4) .icon svg { fill: currentColor; stroke: none; width: 21px; height: 21px; }
.accent-card .icon svg { width: 24px; height: 24px; }
.service-card h3 { margin: 18px 0 8px; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.accent-card { background: #f0fff6; border-color: #bfeecf; }
.accent-card .icon { background: var(--green); color: #082716; }
.accent-card a { display: inline-block; margin-top: 14px; font-weight: 800; color: #128442; }

.section-dark { background: var(--navy); color: white; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: start; }
.split-grid h2 { color: white; }
.muted { color: #afc1ca; font-size: 17px; }
.check-list { display: grid; gap: 12px; }
.check-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list span { color: #71d7ff; font-weight: 800; font-size: 13px; }
.check-list p { margin: 0; color: #c8d5db; }
.check-list strong { color: white; }

.text-link { align-self: center; padding: 12px 6px; color: var(--blue-dark); font-size: 13px; font-weight: 800; }
.text-link:hover { text-decoration: underline; }

.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.problem-grid > div { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, #fff, #f8fbfc); }
.problem-grid strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.problem-grid span { color: var(--muted); font-size: 14px; }

.proof-section { background: var(--soft); }
.placeholder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-placeholder {
  aspect-ratio: 4/3;
  border: 2px dashed #b7cbd5;
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #fafdfe, #edf5f8);
  color: #78909c;
  font-weight: 800;
}

.area-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center; }
.area-badge { padding: 34px; border-radius: 22px; background: #ebf9ff; border: 1px solid #c9ebf8; }
.area-badge strong { display: block; color: var(--navy); font-size: 20px; margin-bottom: 18px; }
.area-badge span { display: block; padding: 12px 0; border-top: 1px solid #c9e7f2; color: #365864; font-weight: 700; }

.faq-section { background: var(--navy); color: white; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq-grid h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.04); }
.faq-list summary { cursor: pointer; padding: 18px 20px; font-weight: 800; }
.faq-list p { margin: 0; padding: 0 20px 18px; color: #bfd0d8; }

.quote-section { background: linear-gradient(180deg, #f8fbfc, #fff); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.contact-block { margin-top: 30px; display: grid; gap: 8px; }
.contact-block a { font-size: 18px; font-weight: 800; color: var(--blue-dark); }
.quote-form { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; color: #344953; margin-bottom: 16px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  border: 1px solid #cbd9df;
  border-radius: 9px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: white;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(43,179,230,.16); border-color: var(--blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit { width: 100%; }
.field-help { color: #7b8c94; font-size: 11px; font-weight: 500; }
.form-note { text-align: center; font-size: 11px !important; margin: 8px 0 0; color: #7b8c94 !important; }
.hidden { position: absolute !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; width: 1px !important; height: 1px !important; white-space: nowrap !important; }
.form-status { min-height: 1.4em; margin: 12px 0 0; font-size: 13px; font-weight: 700; color: #344953; }
.form-status.error { color: #8a1f17; }

.site-footer { padding: 52px 0 22px; background: #0b1d27; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-logo { width: 140px; filter: drop-shadow(0 0 0 transparent); background: white; border-radius: 10px; padding: 6px; }
.footer-grid p { color: #a9bac3; max-width: 480px; }
.footer-links { display: grid; align-content: start; gap: 8px; font-weight: 700; }
.footer-links a { color: #cbefff; }
.copyright { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #7f98a4; font-size: 12px; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid, .split-grid, .area-grid, .quote-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 60px; }
  .card-grid, .placeholder-grid, .problem-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid #e8eff2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header .button-small { display: none; }
  .brand { width: 128px; }
  .nav-wrap { min-height: 74px; }
  .hero { padding: 44px 0 54px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-panel-inner { padding: 26px; }
  .section { padding: 66px 0; }
  .card-grid, .placeholder-grid, .problem-grid, .stats-grid, .form-row { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid #e8eff2; }
  .stats-grid div:last-child { border-bottom: 0; }
  .footer-grid { display: grid; }
  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 80;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(0,0,0,.24);
  }
  .mobile-actions a { padding: 14px 18px; text-align: center; font-weight: 900; }
  .mobile-actions a:first-child { background: var(--green); color: #082716; }
  .mobile-actions a:last-child { background: var(--blue); color: #06202a; }
  body { padding-bottom: 74px; }
}

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 10% 10%, rgba(43,179,230,.14), transparent 30%), linear-gradient(180deg, #fff, #f4f8fa); }
.thank-you-card { width: min(720px, 100%); padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.thank-you-card img { width: 180px; margin-bottom: 34px; }
.thank-you-card h1 { margin: 0; color: var(--navy); font-size: clamp(38px, 6vw, 62px); line-height: 1.02; letter-spacing: -.04em; }
.thank-you-card > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
@media (max-width:620px) { .thank-you-card { padding: 30px 24px; } }
