:root {
  --ink: #102b36;
  --navy: #092f3c;
  --navy-2: #0d3b49;
  --green: #13a572;
  --green-dark: #087952;
  --mint: #e4f5ee;
  --cream: #f5f4ef;
  --white: #ffffff;
  --muted: #5e7076;
  --line: #dce5e5;
  --shadow: 0 22px 60px rgba(6, 39, 49, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: #fff; color: #000; padding: .75rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: 100%;
  height: 96px;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background: #000;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.05; }
.brand-logo { display: block; width: 205px; height: auto; }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: #d5dddf; text-decoration: none; font-weight: 600; font-size: 14px; }
nav a:hover { color: #91d900; }
.header-cta { border: 1px solid #91d900; border-radius: 999px; padding: 11px 18px; color: #fff; font-weight: 700; text-decoration: none; font-size: 14px; }
.header-cta:hover { background: #91d900; color: #071014; }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
  padding: 70px max(32px, calc((100vw - 1180px) / 2)) 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(19,165,114,.13), transparent 28%),
    linear-gradient(120deg, #f7f8f4 0%, #fff 58%, #eef6f3 100%);
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--green); }
h1, h2, h3 { font-family: "Avenir Next", "Segoe UI", sans-serif; }
h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 5.6vw, 76px); line-height: 1.03; letter-spacing: -3.6px; }
h1 em { color: var(--green-dark); font-style: normal; }
.hero-intro { max-width: 610px; margin: 25px 0 30px; color: #4b6269; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; border: 0; border-radius: 10px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(19,165,114,.23); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border: 1px solid #bdcbca; background: rgba(255,255,255,.7); color: var(--ink); }
.proof-list { display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 0; margin: 34px 0 0; list-style: none; font-size: 13px; font-weight: 600; color: #3e555c; }
.proof-list li { display: flex; align-items: center; gap: 7px; }
.proof-list svg { width: 19px; height: 19px; padding: 2px; border-radius: 50%; background: var(--mint); fill: none; stroke: var(--green-dark); stroke-width: 2.2; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; border: 1px solid rgba(19,165,114,.19); box-shadow: inset 0 0 0 50px rgba(255,255,255,.32); }
.service-card { position: relative; z-index: 2; width: min(390px, 88%); padding: 26px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(16px); transform: rotate(1.5deg); }
.status-row { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.status-dot { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px var(--mint); }
.warning-graphic { display: grid; place-items: center; margin: 31px 0 34px; }
.dashboard-photo-frame { width: 100%; overflow: hidden; border: 5px solid #253238; border-radius: 18px; background: #05090b; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 16px 28px rgba(6,40,50,.19); }
.dashboard-photo { display: block; width: 100%; height: auto; }
.service-meta { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); padding-top: 20px; gap: 18px; }
.service-meta div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.service-meta small, .service-meta strong { display: block; }
.service-meta small { color: var(--muted); font-size: 11px; }
.service-meta strong { margin-top: 3px; font-size: 14px; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 999px; background: #fff; box-shadow: 0 10px 30px rgba(7,45,56,.12); font-size: 13px; font-weight: 800; }
.floating-chip span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--mint); color: var(--green-dark); }
.chip-one { top: 48px; right: 0; }
.chip-two { right: 1%; bottom: 35px; }
.chip-three { top: 48px; left: 0; }

.finder-section { padding: 100px max(32px, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading h2, .trust-copy h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.price-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px 38px; align-items: center; margin: -6px 0 30px; padding: 27px 30px 20px; border: 1px solid #cce4da; border-radius: 18px; background: linear-gradient(110deg, #edf9f4, #fbfdfc); }
.price-main { padding-right: 30px; border-right: 1px solid #c8dfd6; }
.price-main p, .price-main strong, .price-main span { display: block; margin: 0; }
.price-main p { color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.price-main strong { color: var(--navy); font: 800 clamp(34px, 4vw, 48px)/1.1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -1.8px; }
.price-main span { color: #516970; font-size: 13px; font-weight: 700; }
.price-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.price-detail p, .price-detail strong, .price-detail span { display: block; margin: 0; }
.price-detail strong { margin-bottom: 4px; color: var(--navy); font-size: 14px; }
.price-detail span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.core-exchange-note { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(210px, .65fr) 1.35fr; gap: 10px 24px; align-items: center; padding: 14px 16px; border-left: 4px solid var(--green); border-radius: 8px; background: #fff; }
.core-exchange-note strong { color: var(--navy); font-size: 14px; }
.core-exchange-note span { color: #516970; font-size: 13px; line-height: 1.45; }
.price-note { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid #d5e8e0; color: #62767b; font-size: 11px; }
.model-spotlight { display: flex; gap: 28px; align-items: center; justify-content: space-between; margin: 0 0 30px; padding: 24px 28px; border: 1px solid #d8e3e0; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(12,46,40,.06); }
.model-spotlight h3 { margin: 3px 0 6px; color: var(--navy); font-size: 22px; letter-spacing: -.4px; }
.model-spotlight p { margin: 0; color: #536970; line-height: 1.55; }
.model-spotlight .spotlight-label { color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.model-spotlight .button { flex: 0 0 auto; }
.finder-shell { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.finder-controls { padding: 38px; }
fieldset { padding: 0; margin: 0 0 26px; border: 0; }
legend, label { color: #29434b; font-size: 13px; font-weight: 800; }
.brand-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 11px; }
.brand-tab { display: flex; align-items: center; gap: 10px; min-height: 72px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.brand-tab:hover { border-color: #93b9ac; }
.brand-tab.active { border-color: var(--green); background: #f1faf6; box-shadow: inset 0 0 0 1px var(--green); }
.tab-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid #bfd1ce; border-radius: 50%; color: var(--green-dark); font: 800 14px "Avenir Next", "Segoe UI", sans-serif; }
.brand-tab > span:last-child { font-weight: 800; }
.brand-tab small { display: block; color: var(--muted); font-weight: 500; font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label select { width: 100%; height: 50px; margin-top: 7px; padding: 0 38px 0 13px; border: 1px solid #cfdcda; border-radius: 9px; background: #fff; color: var(--ink); }
select:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(19,165,114,.33); outline-offset: 2px; }
.finder-button { width: 100%; margin-top: 24px; }
.privacy-note { margin: 10px 0 0; color: #718186; text-align: center; font-size: 11px; }
.result-card { display: flex; flex-direction: column; justify-content: center; padding: 38px; color: #fff; background: var(--navy); }
.result-topline { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 16px; color: #9fd7c3; font-size: 12px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.area-badge { padding: 5px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #d3e8e1; letter-spacing: 0; text-transform: none; }
.result-card h3 { margin: 0 0 11px; font-size: 28px; line-height: 1.15; }
.result-card > p { color: #c1d5d9; font-size: 14px; }
.result-details { margin: 19px 0; border-top: 1px solid rgba(255,255,255,.12); }
.result-details > div { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.detail-icon { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 auto; border-radius: 9px; background: rgba(19,165,114,.17); color: #7fe0bd; font-size: 22px; }
.result-details p, .result-details small, .result-details strong { display: block; margin: 0; }
.result-details small { color: #84a4ac; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.result-details strong { color: #fff; font-size: 13px; }
.area-note { padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.07); }
.button-whatsapp { margin-top: 8px; background: #fff; color: var(--navy); }
.button-whatsapp:hover { background: var(--mint); }
.button-whatsapp svg { width: 19px; height: 19px; fill: var(--green-dark); }
.battery-options { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 18px; margin-top: 38px; }
.options-heading { padding: 22px 20px 22px 0; }
.options-heading h2 { margin: 0; font-size: 31px; line-height: 1.1; letter-spacing: -1.2px; }
.options-heading > p:last-child { margin: 11px 0 0; color: var(--muted); font-size: 13px; }
.option-card { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.option-card-new { border-color: #bddfd2; background: #f1faf6; }
.option-label { display: inline-block; margin-bottom: 13px; padding: 4px 8px; border-radius: 999px; color: var(--green-dark); background: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.option-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 18px; }
.option-card p { margin: 0; color: var(--muted); font-size: 13px; }
.options-note { grid-column: 2 / -1; margin: 0; color: #718186; font-size: 10px; }

.trust-section { padding: 100px max(32px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.trust-copy > p:not(.eyebrow) { color: #55696e; font-size: 17px; }
.trust-copy .local-statement { color: var(--navy); font-weight: 700; }
.text-link { display: inline-flex; gap: 12px; margin-top: 11px; color: var(--green-dark); font-weight: 800; text-underline-offset: 4px; }
.trust-points article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #d5ddda; }
.trust-points article:first-child { border-top: 1px solid #d5ddda; }
.trust-points article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--green-dark); font: 800 13px "Avenir Next", "Segoe UI", sans-serif; }
.trust-points h3 { margin: 1px 0 5px; font-size: 17px; }
.trust-points p { margin: 0; color: var(--muted); font-size: 14px; }
.installation-showcase { margin-top: 64px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 21px; }
.gallery-heading .eyebrow { margin-bottom: 8px; }
.gallery-heading h3 { margin: 0; color: var(--navy); font-size: 27px; letter-spacing: -1px; }
.gallery-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; }
.installation-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.installation-gallery figure { overflow: hidden; margin: 0; border-radius: 14px; background: #fff; box-shadow: 0 9px 28px rgba(10,42,50,.08); }
.installation-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.installation-gallery figcaption { padding: 13px 15px 15px; color: #425b62; font-size: 12px; font-weight: 700; }
.reviews-panel { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 55px; padding: 24px 27px; border: 1px solid #d6e1de; border-radius: 16px; background: rgba(255,255,255,.7); }
.reviews-mark { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 12px; color: #fff; background: var(--green); font-size: 23px; }
.reviews-panel p, .reviews-panel h3 { margin: 0; }
.reviews-panel p { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.reviews-panel h3 { margin-top: 2px; color: var(--navy); font-size: 18px; }
.reviews-actions { display: flex; align-items: center; gap: 17px; }
.reviews-actions a { color: var(--green-dark); font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.reviews-actions .google-review-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--green-dark); text-decoration: none; }
.reviews-actions .google-review-link:hover { background: var(--navy); }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 95px; padding: 50px; border-radius: var(--radius); background: #fff; box-shadow: 0 14px 45px rgba(10,42,50,.08); }
.final-cta h2 { font-size: clamp(32px, 3.7vw, 47px); }
.final-actions { min-width: 245px; }
.final-actions .button { width: 100%; }
.final-actions p { margin: 13px 0 0; color: #53666d; text-align: center; font-size: 12px; }
.final-actions small { color: #7b898d; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; padding: 42px max(32px, calc((100vw - 1180px) / 2)); color: #b8ccd0; background: #000; font-size: 12px; }
footer p { justify-self: center; }
footer > div { display: flex; gap: 9px; }
footer > div a { color: #fff; font-weight: 700; }
footer > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #80989e; }
.garage-address { display: block; margin-top: 7px; color: #b4c6ca; }
.registered-office { display: block; margin-top: 3px; }
.company-details { display: block; margin-top: 3px; color: #9bb0b5; }
.footer-logo { width: 180px; }
.mobile-quote-bar { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 425px; }
  .finder-shell, .trust-grid { grid-template-columns: 1fr; }
  .battery-options { grid-template-columns: 1fr 1fr; }
  .options-heading { grid-column: 1 / -1; padding: 12px 0; }
  .options-note { grid-column: 1 / -1; }
  .price-guide { grid-template-columns: 1fr; }
  .price-main { padding-right: 0; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid #c8dfd6; }
  .price-note { grid-column: auto; }
  .model-spotlight { align-items: flex-start; }
  .trust-grid { gap: 45px; }
  .gallery-heading { align-items: start; }
  .final-cta { align-items: center; }
  .reviews-panel { grid-template-columns: auto 1fr; }
  .reviews-actions { grid-column: 2; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p, footer > div { justify-self: center; }
  footer > small { grid-column: auto; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .site-header { height: 78px; padding: 0 15px; gap: 14px; }
  .brand-logo { width: 140px; }
  .header-cta { padding: 9px 12px; font-size: 11px; }
  .hero { min-height: auto; gap: 25px; padding: 60px 20px 55px; }
  h1 { font-size: clamp(41px, 13vw, 58px); letter-spacing: -2.6px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .proof-list { justify-content: center; gap: 11px 17px; }
  .hero-visual { width: 100%; min-height: 380px; }
  .hero-visual::before { width: 320px; height: 320px; }
  .service-card { width: 91%; padding: 20px; }
  .warning-graphic { margin: 34px 0 38px; }
  .floating-chip { font-size: 11px; padding: 7px 10px; }
  .chip-one { top: 35px; right: -3px; }
  .chip-two { right: 0; bottom: 27px; }
  .chip-three { top: 35px; left: 0; }
  .finder-section, .trust-section { padding: 72px 18px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .trust-copy h2 { font-size: 35px; letter-spacing: -1.5px; }
  .price-guide { gap: 17px; margin-bottom: 24px; padding: 23px 20px 18px; }
  .price-main strong { font-size: 39px; }
  .price-detail { grid-template-columns: 1fr; gap: 15px; }
  .core-exchange-note { grid-template-columns: 1fr; padding: 13px 14px; }
  .model-spotlight { flex-direction: column; gap: 18px; padding: 22px 20px; }
  .model-spotlight .button { width: 100%; }
  .finder-controls, .result-card { padding: 25px 20px; }
  .brand-tabs { grid-template-columns: 1fr; }
  .brand-tab { min-height: 58px; }
  .brand-tab small { display: inline; margin-left: 5px; }
  .field-grid { grid-template-columns: 1fr; }
  .result-card h3 { font-size: 25px; }
  .battery-options { grid-template-columns: 1fr; margin-top: 29px; }
  .options-heading, .options-note { grid-column: auto; }
  .option-card { padding: 22px 20px; }
  .installation-showcase { margin-top: 48px; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 9px; }
  .installation-gallery { grid-template-columns: 1fr; gap: 12px; }
  .installation-gallery figure { display: grid; grid-template-columns: 44% 1fr; align-items: center; }
  .installation-gallery img { height: 100%; min-height: 118px; }
  .installation-gallery figcaption { padding: 13px; }
  .final-cta { flex-direction: column; align-items: stretch; margin-top: 65px; padding: 30px 22px; }
  .reviews-panel { gap: 13px; margin-top: 42px; padding: 21px 18px; }
  .reviews-panel h3 { font-size: 16px; }
  .reviews-actions { grid-column: 1 / -1; flex-wrap: wrap; padding-top: 13px; border-top: 1px solid #d6e1de; }
  .final-actions { min-width: 0; }
  footer { padding: 45px 25px; }
  .mobile-quote-bar { position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; height: 64px; padding: 0 21px; color: #fff; background: var(--green-dark); font-weight: 800; text-decoration: none; box-shadow: 0 -8px 24px rgba(4,45,36,.18); }
}

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