:root {
  --ink: #102b3a;
  --ink-2: #163f4f;
  --blue: #08749c;
  --blue-2: #18aee4;
  --sky: #e8f7fd;
  --sky-2: #f4fbfe;
  --line: #d8e5ec;
  --muted: #526571;
  --white: #fff;
  --success: #0f7b62;
  --shadow: 0 18px 50px rgba(16, 43, 58, .12);
  --radius: 22px;
}

* { 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: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; padding: 10px 16px; background: var(--white); }
.skip-link:focus { left: 8px; }

.topbar { background: var(--ink); color: var(--white); font-size: .86rem; }
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); text-decoration: none; font-weight: 750; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,229,236,.9); backdrop-filter: blur(10px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { width: 220px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-weight: 750; font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: var(--sky); color: var(--ink); border-radius: 12px; padding: 8px 12px; font-weight: 800; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 850; text-decoration: none; box-shadow: 0 10px 26px rgba(14,134,178,.22); transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); background: #065f82; }
.btn-dark { background: var(--ink); box-shadow: none; }
.btn-light { background: var(--white); color: var(--ink); box-shadow: none; }
.btn-outline { color: var(--ink); background: transparent; border: 2px solid var(--line); box-shadow: none; }
.btn-sm { min-height: 44px; padding: 10px 17px; font-size: .9rem; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 0 10%, #dff5fc 0, transparent 33%), linear-gradient(110deg, #fff 0%, #f5fbfd 54%, #edf8fc 100%); padding: 64px 0 70px; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(24,174,228,.07); right: -210px; bottom: -250px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .96fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; padding: 7px 13px; border: 1px solid #cce7f2; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink-2); font-size: .83rem; font-weight: 850; letter-spacing: .02em; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 0 5px rgba(24,174,228,.13); }
h1, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 760px; font-size: clamp(2.55rem, 5.2vw, 4.8rem); }
h1 .accent { color: var(--blue); }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); }
h3 { font-size: 1.28rem; }
.hero-copy > p { max-width: 650px; margin: 22px 0 24px; color: #344b59; font-size: 1.12rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #dff5fc; color: var(--blue); font-size: .82rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.availability { margin-top: 15px; color: var(--muted); font-size: .88rem; }

.quick-card { background: rgba(255,255,255,.96); border: 1px solid #d8e4e9; border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.advisor { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.advisor img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; background: var(--sky); }
.advisor strong { display: block; font-size: 1.03rem; }
.advisor span { color: var(--muted); font-size: .88rem; }
.status { color: var(--success) !important; }
.status::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #1caf83; box-shadow: 0 0 0 4px rgba(28,175,131,.12); }
.step-meta { margin: 18px 0 8px; display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; font-weight: 750; }
.progress { height: 6px; overflow: hidden; border-radius: 999px; background: #e3ecf0; }
.progress span { display: block; width: 34%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--blue-2)); }
.quick-card h2 { margin-top: 22px; font-size: clamp(1.55rem, 2.6vw, 2.1rem); }
.quick-card > p { margin: 7px 0 18px; color: var(--muted); font-size: .93rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice { min-height: 112px; padding: 12px 8px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfe; color: var(--ink); font-weight: 800; cursor: pointer; }
.choice:hover, .choice.is-active { border-color: var(--blue); background: var(--sky); }
.choice .icon { display: block; margin-bottom: 8px; font-size: 1.75rem; }
.quick-next { width: 100%; margin-top: 14px; }
.privacy-note { display: flex; justify-content: center; gap: 16px; margin-top: 13px; color: var(--muted); font-size: .74rem; }

.trust { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 116px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font-size: 1.03rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }
.stars { color: #f2b705; letter-spacing: 2px; }

.action-gallery { overflow: hidden; }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.gallery-head > div:first-child { max-width: 760px; }
.slider-controls { display: flex; gap: 9px; flex: 0 0 auto; }
.slider-btn { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.35rem; font-weight: 900; cursor: pointer; }
.slider-btn:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.slider-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px 2px 16px; scroll-snap-type: none; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #b8cbd4 transparent; }
.slider-track.is-auto-sliding { scroll-snap-type: none; scroll-behavior: auto; }
.action-slide { flex: 0 0 calc((100% - 32px) / 3); min-width: 0; margin: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }
.action-slide img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.action-slide figcaption { min-height: 98px; padding: 18px 19px 20px; }
.action-slide strong { display: block; margin-bottom: 3px; font-size: 1rem; }
.action-slide span { color: var(--muted); font-size: .84rem; }

.section { padding: 90px 0; }
.section-soft { background: var(--sky-2); }
.section-dark { background: var(--ink); color: var(--white); }
.section-kicker { margin: 0 0 10px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.section-dark .section-kicker { color: #78daf9; }
.section-intro { max-width: 700px; margin: 18px 0 0; color: var(--muted); }
.section-dark .section-intro { color: #c7d6dd; }

.proof-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; }
.before-after { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.before-after figure { position: relative; margin: 0; min-width: 0; }
.before-after img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.before-after figcaption { position: absolute; left: 12px; bottom: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(16,43,58,.9); color: var(--white); font-size: .76rem; font-weight: 850; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; }
.fact { padding: 17px; border-radius: 15px; background: var(--sky); }
.fact strong { display: block; font-size: 1.08rem; }
.fact span { color: var(--muted); font-size: .83rem; }

.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 58px; align-items: center; }
.photo-card { position: relative; }
.photo-card > img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); }
.photo-badge { position: absolute; right: -18px; bottom: 28px; max-width: 240px; padding: 18px; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); font-weight: 850; }
.about-copy p { color: var(--muted); }

.video-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; align-items: center; }
.video-copy p { color: var(--muted); }
.video-shell { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #071820; box-shadow: var(--shadow); }
.video-launch { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #071820; cursor: pointer; }
.video-launch img { width: 100%; aspect-ratio: 1024/550; object-fit: cover; transition: transform .25s ease, opacity .25s ease; }
.video-launch:hover img { transform: scale(1.015); opacity: .94; }
.video-duration { position: absolute; right: 14px; bottom: 14px; padding: 5px 9px; border-radius: 999px; background: rgba(7,24,32,.85); color: var(--white); font-size: .76rem; font-weight: 850; }
.video-player { display: block; width: 100%; aspect-ratio: 1024/550; background: #071820; }
.video-player[hidden], .video-launch[hidden] { display: none; }
.video-note { margin-top: 12px; color: var(--muted); font-size: .78rem; text-align: center; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.service-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.service-card .service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 13px; background: var(--sky); color: var(--blue); font-size: 1.35rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; counter-reset: steps; }
.step { position: relative; padding: 30px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 50px; color: #72d8f7; font-size: .85rem; font-weight: 900; }
.step p { margin-bottom: 0; color: #c8d9e0; }

.local-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: start; }
.local-points { display: grid; gap: 14px; }
.local-point { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.local-point strong { display: block; margin-bottom: 4px; }
.local-point span { color: var(--muted); font-size: .92rem; }
.area-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.area-links a { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: .86rem; font-weight: 800; }
.area-links a[aria-current="page"] { color: var(--white); background: var(--ink); border-color: var(--ink); }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.review { padding: 26px; border-radius: 18px; background: var(--white); color: var(--ink); }
.review blockquote { margin: 15px 0 20px; font-size: .97rem; }
.review cite { color: var(--muted); font-size: .84rem; font-style: normal; font-weight: 800; }

.faq { display: grid; gap: 10px; margin-top: 36px; }
.faq details { border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.faq summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 15px; color: var(--blue); font-size: 1.6rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding: 45px; border-radius: 24px; background: linear-gradient(135deg, #087eaa 0%, #18aee4 100%); color: var(--white); }
.cta-panel p { margin-bottom: 0; color: #e7f8fe; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.footer { padding: 58px 0 24px; background: #0a202c; color: #c6d4da; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 55px; }
.footer img { width: 210px; filter: brightness(0) invert(1); }
.footer h2, .footer h3 { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer p, .footer li { font-size: .89rem; }
.footer ul { list-style: none; padding: 0; margin: 6px 0 0; }
.footer a { color: #d8e6ec; text-decoration: none; }
.footer a:hover { color: #78daf9; }
.footer li + li { margin-top: 4px; }
.footer li a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }
.legal { padding: 70px 0 100px; }
.legal .prose { max-width: 820px; }
.legal h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.legal h2 { margin-top: 40px; font-size: 1.5rem; }
.legal h3 { margin-top: 28px; font-size: 1.12rem; }
.legal p, .legal li { color: #405762; }
.mobile-cta { display: none; }

@media (min-width: 700px) and (prefers-reduced-motion: no-preference) {
  .has-reveal .reveal {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(.985);
    transition: opacity .58s cubic-bezier(.22, 1, .36, 1), transform .58s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .has-reveal .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
  }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 78px 0 auto; padding: 18px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(16,43,58,.11); }
  .nav-links.is-open { display: grid; }
  .nav-links .btn { width: 100%; }
  .hero { padding-top: 44px; }
  .hero-grid, .proof-grid, .about-grid, .local-grid, .video-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .proof-grid, .about-grid, .local-grid { gap: 38px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid, .reviews, .steps { grid-template-columns: 1fr; }
  .action-slide { flex-basis: calc((100% - 16px) / 2); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .topbar .wrap { min-height: 36px; justify-content: center; }
  .topbar span { display: none; }
  .nav { min-height: 68px; }
  .logo img { width: 178px; }
  .nav-links { inset-block-start: 68px; }
  .hero { padding: 38px 0 46px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .hero-copy > p { font-size: 1.02rem; }
  .hero-actions .btn { width: 100%; }
  .quick-card { padding: 20px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 10px; }
  .choice .icon { display: inline; margin: 0; }
  .privacy-note { flex-wrap: wrap; gap: 4px 14px; }
  .section { padding: 66px 0; }
  .gallery-head { align-items: center; margin-bottom: 24px; }
  .gallery-head .section-intro { display: none; }
  .slider-btn { width: 42px; height: 42px; }
  .action-slide { flex-basis: 84%; }
  .action-slide figcaption { min-height: 88px; }
  .trust-item { min-height: 96px; padding: 15px; }
  .facts { grid-template-columns: 1fr; }
  .photo-badge { position: relative; right: auto; bottom: auto; margin: -28px 14px 0; }
  .before-after { gap: 4px; }
  .before-after figcaption { left: 7px; bottom: 7px; }
  .cta-panel { padding: 30px 22px; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(216,229,236,.9); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(16,43,58,.2); backdrop-filter: blur(10px); }
  .mobile-cta .btn { min-height: 44px; padding: 9px 12px; font-size: .82rem; }
  .footer { padding-bottom: 100px; }
}

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