:root {
  --navy: #0b1f33;
  --navy-2: #12324d;
  --green: #20a464;
  --green-dark: #178450;
  --mint: #eaf8f1;
  --soft: #f6faf8;
  --text: #536273;
  --line: #dce8e1;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(11, 31, 51, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.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; }
button, a, input, select, textarea { outline-offset: 3px; }
:focus-visible { outline: 3px solid rgba(32, 164, 100, 0.35); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 54px); line-height: 1.07; }
p { color: var(--text); line-height: 1.72; }

.site-header { position: sticky; z-index: 50; top: 0; height: 90px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,31,51,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 190px; height: 66px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; padding: 32px 0 29px; font-size: 14px; font-weight: 700; }
.main-nav a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--navy); cursor: pointer; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; border-radius: 12px; font-size: 15px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(32,164,100,.24); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 36px rgba(32,164,100,.32); }
.button-outline { color: var(--green); border-color: var(--green); background: white; }
.button-outline:hover, .button-ghost:hover { background: var(--mint); }
.header-cta { min-height: 44px; padding-inline: 22px; }
.button-ghost { color: var(--navy); border-color: var(--line); background: white; }

.hero { position: relative; min-height: 740px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fbfffd 48%, #f1fbf5 100%); }
.hero-decoration { position: absolute; width: 540px; height: 540px; left: -270px; bottom: -270px; border-radius: 50%; border: 80px solid rgba(32,164,100,.055); }
.hero-grid { min-height: 740px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 62px; padding-top: 36px; padding-bottom: 36px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 640px; margin: 0 0 25px; font-size: clamp(52px, 5.2vw, 72px); line-height: 1.03; }
.hero-lead { max-width: 610px; margin-bottom: 31px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-row { display: flex; align-items: stretch; gap: 0; margin: 46px 0 0; padding: 0; list-style: none; }
.trust-row > li { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 0 20px; border-right: 1px solid var(--line); font-size: 12px; line-height: 1.35; }
.trust-row > li:first-child { padding-left: 0; }
.trust-row > li:last-child { border-right: 0; }
.mini-icon { flex: 0 0 auto; color: var(--green); }
.hero-media { position: relative; min-height: 600px; }
.hero-media::before { position: absolute; content: ""; inset: 26px -36px -26px 34px; border-radius: 36px; background: var(--mint); }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; border-radius: 30px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -66px; bottom: 54px; display: flex; align-items: center; gap: 16px; padding: 20px 24px; border: 1px solid rgba(11,31,51,.06); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); font-size: 15px; line-height: 1.35; }
.hero-badge span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--green); background: var(--mint); }
.reveal { animation: reveal .6s ease both; }
.reveal-delay { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.proof-bar { color: white; background: var(--navy); }
.proof-grid { min-height: 84px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid p { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 0 20px; color: #e8f4ee; border-right: 1px solid rgba(255,255,255,.14); font-size: 13px; font-weight: 700; }
.proof-grid p:last-child { border: 0; }
.proof-grid svg { color: #72d59f; }

.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.split-heading > p { margin-bottom: 4px; }
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 10px 35px rgba(11,31,51,.055); transition: transform .24s ease, box-shadow .24s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-image { height: 218px; overflow: hidden; background: var(--soft); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-content { position: relative; padding: 28px; }
.service-icon { position: absolute; right: 24px; top: -28px; display: grid; width: 56px; height: 56px; place-items: center; color: white; border: 5px solid white; border-radius: 50%; background: var(--green); }
.service-content h3 { margin-bottom: 12px; font-size: 21px; }
.service-content p { min-height: 82px; margin-bottom: 18px; font-size: 14px; }
.service-content a { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 800; }

.method { overflow: hidden; background: var(--soft); }
.method-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 86px; }
.method-media { position: relative; height: 610px; }
.method-media::before { position: absolute; content: ""; width: 260px; height: 260px; top: -38px; left: -38px; border-radius: 50%; background: var(--mint); }
.method-media img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.method-stat { position: absolute; right: -42px; bottom: 42px; display: flex; flex-direction: column; padding: 21px 25px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.method-stat strong { margin-bottom: 4px; }
.method-stat span { color: var(--green); font-size: 13px; font-weight: 700; }
.method-copy > p { margin-bottom: 30px; }
.steps { display: grid; gap: 21px; margin: 34px 0; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.step > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--green); border: 1px solid #bce5cf; border-radius: 13px; background: var(--mint); font-size: 13px; font-weight: 900; }
.step h3 { margin-bottom: 5px; font-size: 17px; }
.step p { margin-bottom: 0; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-weight: 800; }

.videos { color: white; background: linear-gradient(145deg, #071827 0%, var(--navy-2) 100%); }
.video-heading h2 { color: white; }
.video-heading > p:last-child { color: #bed0de; }
.video-showcase { display: grid; grid-template-columns: 1fr .72fr 1fr; align-items: start; gap: 22px; }
.video-card { overflow: hidden; padding: 12px 12px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.video-card--portrait { width: 100%; max-width: 380px; justify-self: center; }
.video-embed { overflow: hidden; border-radius: 14px; background: #050c12; }
.video-card--landscape .video-embed { aspect-ratio: 560 / 314; }
.video-card--portrait .video-embed { aspect-ratio: 380 / 476; }
.video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-card h3 { margin: 22px 14px 7px; color: white; font-size: 18px; }
.video-card p { margin: 0 14px; color: #aec1cf; font-size: 13px; line-height: 1.6; }

.results { background: white; }
.centered { max-width: 710px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.comparison { --position: 50%; position: relative; width: min(100%, 980px); aspect-ratio: 3 / 2; overflow: hidden; margin: 0 auto; border: 10px solid white; border-radius: 28px; background: var(--soft); box-shadow: var(--shadow); isolation: isolate; }
.comparison-image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.comparison-after { position: absolute; z-index: 1; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-label { position: absolute; z-index: 3; top: 20px; padding: 9px 14px; color: white; border-radius: 999px; background: rgba(7,24,39,.76); box-shadow: 0 8px 24px rgba(0,0,0,.15); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.comparison-label-before { right: 20px; }
.comparison-label-after { left: 20px; background: rgba(32,164,100,.9); }
.comparison-divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 4px; transform: translateX(-50%); background: white; box-shadow: 0 0 0 1px rgba(11,31,51,.14), 0 0 18px rgba(11,31,51,.32); pointer-events: none; }
.comparison-divider span { position: absolute; top: 50%; left: 50%; display: grid; width: 54px; height: 54px; place-items: center; transform: translate(-50%, -50%); color: var(--green); border: 5px solid white; border-radius: 50%; background: white; box-shadow: 0 8px 24px rgba(11,31,51,.24); font-size: 23px; font-weight: 900; }
.comparison-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison:focus-within { outline: 4px solid rgba(32,164,100,.28); outline-offset: 5px; }
.comparison-hint { margin: 18px 0 0; text-align: center; font-size: 13px; }

.branches { color: white; background: var(--navy); }
.light-heading h2, .light-heading p { color: white; }
.light-heading > p { color: #bed0de; }
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.branch-card { padding: 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); transition: transform .2s ease, background .2s ease; }
.branch-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.075); }
.branch-top { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.branch-top > span { display: grid; width: 42px; height: 42px; place-items: center; color: #75d9a2; border-radius: 12px; background: rgba(32,164,100,.16); }
.branch-top h3 { margin-bottom: 3px; font-size: 17px; }
.branch-top p, .branch-email { margin-bottom: 0; color: #9fb4c4; font-size: 12px; }
.branch-phone { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 5px; color: white; font-weight: 800; }
.branch-email { display: block; min-height: 31px; }
.branch-email:hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.branch-actions { display: flex; gap: 8px; margin-top: 15px; }
.branch-actions a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; color: #dceae4; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; font-size: 11px; font-weight: 700; }
.branch-actions a:first-child { color: white; border-color: var(--green); background: var(--green); }

.testimonials { background: var(--soft); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
blockquote { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 32px rgba(11,31,51,.05); }
.stars { margin-bottom: 18px; color: #f2b94b; letter-spacing: 3px; }
blockquote p { min-height: 122px; margin-bottom: 22px; color: var(--navy); font-size: 15px; }
blockquote footer { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
blockquote footer strong { font-size: 14px; }
.review-avatar { flex: 0 0 auto; width: 58px; height: 58px; object-fit: cover; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 2px var(--mint), 0 8px 18px rgba(11,31,51,.12); }
.review-author { display: flex; flex-direction: column; gap: 4px; color: var(--navy); }
.review-author small { color: var(--text); font-size: 12px; }
.portrait-disclaimer { margin: 18px 0 0; text-align: center; font-size: 11px; }

.quote-section { background: white; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.quote-copy > p { font-size: 16px; }
.quote-copy ul { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.quote-copy li { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 700; }
.quote-copy li svg { color: var(--green); }
.selected-contact { display: flex; align-items: center; gap: 13px; margin-top: 34px; padding: 16px 18px; border-radius: 14px; background: var(--mint); }
.selected-contact > span { display: grid; width: 42px; height: 42px; place-items: center; color: white; border-radius: 12px; background: var(--green); }
.selected-contact div { display: flex; flex-direction: column; gap: 3px; }
.selected-contact small { color: var(--text); }
.selected-contact strong { font-size: 14px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; }
.field:nth-child(4) { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; color: var(--navy); border: 1px solid #cfddd5; border-radius: 10px; background: white; font-size: 14px; }
.field textarea { resize: vertical; }
.full-button, .form-note { grid-column: 1 / -1; }
.form-note { margin: -7px 0 0; text-align: center; font-size: 11px; }

.faq-section { padding-top: 0; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 40px 21px 0; font-size: 14px; }

.site-footer { padding: 74px 0 28px; color: white; background: #071827; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1.1fr; gap: 48px; }
.footer-logo { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; padding: 12px 17px; border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p, .site-footer p { color: #9eb0bd; font-size: 13px; }
.site-footer h3 { margin-bottom: 19px; color: white; font-size: 14px; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer a { margin-bottom: 12px; color: #b9c8d2; font-size: 13px; }
.site-footer a:hover { color: white; }
.footer-cta { display: inline-flex; align-items: center; gap: 8px; color: #70d39d !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; color: #708493; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.floating-wa { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 13px 17px; color: white; border: 4px solid white; border-radius: 999px; background: #25d366; box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: 13px; font-weight: 900; transition: transform .2s ease; }
.floating-wa:hover { transform: translateY(-3px); }

@media (max-width: 1000px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: 52px; }
  .trust-row > li { padding: 0 12px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { gap: 55px; }
  .branch-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { gap: 50px; }
  .video-showcase { grid-template-columns: 1fr 1fr; }
  .video-card:last-child { grid-column: 1 / -1; width: min(100%, 560px); justify-self: center; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .site-header { height: 76px; }
  .brand { width: 150px; height: 54px; }
  .menu-toggle { display: grid; margin-left: auto; }
  .header-cta { display: none; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 76px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 14px 12px; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding-top: 64px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .hero-media { min-height: 480px; }
  .hero-badge { left: 16px; bottom: 18px; }
  .trust-row { flex-wrap: wrap; row-gap: 18px; }
  .trust-row > li { width: 50%; padding-left: 0; border: 0; }
  .proof-grid { grid-template-columns: 1fr; padding: 17px 0; }
  .proof-grid p { min-height: 45px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid p:last-child { border: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .services-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .video-showcase { grid-template-columns: 1fr; }
  .video-card, .video-card:last-child { grid-column: auto; width: min(100%, 560px); justify-self: center; }
  .video-card--portrait { max-width: 380px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-media { height: 500px; }
  .method-stat { right: 16px; }
  .comparison { border-width: 7px; border-radius: 22px; }
  .branch-grid { grid-template-columns: 1fr; }
  .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 26px); }
  .hero-grid { padding-top: 52px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 410px; }
  .hero-media::before { inset: 20px -18px -20px 20px; }
  .hero-badge { right: 14px; padding: 15px; }
  .trust-row > li { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-content p { min-height: auto; }
  .method-media { height: 410px; }
  .method-stat { left: 16px; right: auto; }
  .comparison { aspect-ratio: 4 / 3; }
  .comparison-label { top: 13px; padding: 7px 10px; font-size: 10px; }
  .comparison-label-before { right: 13px; }
  .comparison-label-after { left: 13px; }
  .comparison-divider span { width: 46px; height: 46px; font-size: 19px; }
  .branch-actions { flex-wrap: wrap; }
  .quote-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field, .field:nth-child(4), .full-button, .form-note { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { right: 14px; bottom: 14px; }
  .floating-wa span { display: none; }
}

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