:root {
  --ink: #171715;
  --muted: #686a65;
  --paper: #f5f3ee;
  --paper-green: #edf1ed;
  --accent: #b96750;
  --accent-dark: #98513f;
  --green: #4f765f;
  --green-dark: #365743;
  --whatsapp: #25d366;
  --line: rgba(23, 23, 21, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 108px; }

.scrollProgress { position:fixed; inset:0 0 auto; height:3px; z-index:80; pointer-events:none; background:var(--green); transform:scaleX(var(--scroll-progress,0)); transform-origin:left center; transition:transform .08s linear; }
.motion-ready .reveal-target { opacity:0; transform:translate3d(0,38px,0) scale(.985); filter:blur(5px); transition:opacity .85s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms), transform .85s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms), filter .85s ease var(--reveal-delay,0ms); }
.motion-ready .reveal-target.is-visible { opacity:1; transform:translate3d(0,0,0) scale(1); filter:blur(0); }
.motion-ready .transformationImage.reveal-target { clip-path:inset(0 18% 0 0); transform:translate3d(-24px,28px,0) scale(.97); }
.motion-ready .transformationImage.reveal-target.is-visible { clip-path:inset(0 0 0 0); transform:translate3d(0,0,0) scale(1); }

.topbar { height: 80px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.brand img { width: 145px; height: 50px; object-fit: contain; filter: grayscale(1) contrast(1.45); }
.topbarActions { display: flex; align-items: center; gap: 24px; }
.location { font-size: 13px; color: var(--muted); }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 800; font-size: 14px; letter-spacing: .005em; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(79,118,95,.35); outline-offset: 3px; }
.buttonSmall { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.buttonDark { background: var(--accent); color: #fff; box-shadow: 0 10px 26px rgba(185,103,80,.2); }
.buttonDark:hover { background: var(--accent-dark); }
.buttonPrimary { background: var(--green); color: #fff; box-shadow: 0 14px 32px rgba(79,118,95,.22); }
.buttonPrimary:hover { background: var(--green-dark); }
.buttonGlass { color: #242424; border-color: #969990; background: rgba(255,255,255,.6); }
.buttonGlass:hover { background: #fff; }

.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; background: #fbfbf9; }
.heroImage { position: absolute; top: 0; right: 0; width: 54%; height: 106%; object-fit: cover; object-position: 57% center; transform:translate3d(0,var(--hero-shift,0),0) scale(1.025); transform-origin:center top; will-change:transform; animation:heroImageIn 1.2s cubic-bezier(.22,1,.36,1) both; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, #fbfbf9 0%, #fbfbf9 43%, rgba(251,251,249,.95) 47%, rgba(251,251,249,0) 59%); }
.heroContent { position: relative; z-index: 2; padding-block: 72px 88px; }
.heroContent > * { max-width: 535px; }
.eyebrow, .sectionLabel { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: #31322f; animation:heroCopyIn .7s .12s cubic-bezier(.22,1,.36,1) both; }
.eyebrow span { width: 28px; height: 1px; background: var(--green); }
.hero h1, .sectionIntro h2, .transformationCopy h2, .benefitsHeading h2, .faq h2, .finalCta h2, .motorCopy h2, .visitCard h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 580px; margin: 0; font-size: clamp(49px, 5vw, 70px); line-height: 1.02; }
em { font-weight: 400; color: var(--accent); }
.hero h1 em { color: #8c918b; }
.heroLead { max-width: 515px; margin: 25px 0 20px; color: #565852; font-size: 17px; line-height: 1.68; }
.heroLead strong { color: var(--ink); }
.heroChecks { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-bottom: 28px; font-size: 12px; color: #3d403b; }
.heroChecks > span { display: inline-flex; align-items: center; gap: 7px; }
.check { width: 20px; height: 20px; display: inline-grid; place-items: center; flex: 0 0 auto; background: var(--green); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 800; }
.heroActions { display: flex; flex-wrap: wrap; gap: 11px; }
.microcopy { margin: 13px 0 0; color: #7e817a; font-size: 11px; line-height: 1.5; letter-spacing: .025em; }
.heroOffer { position: absolute; z-index: 3; right: 3.7vw; bottom: 0; width: 232px; padding: 24px 27px; background: #fff; color: var(--ink); display: grid; gap: 5px; box-shadow: 0 -8px 35px rgba(0,0,0,.05); animation:offerIn .8s .75s cubic-bezier(.22,1,.36,1) both; }
.heroOffer .offerTop { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.heroOffer strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.heroOffer span:last-child { color: #777; font-size: 10px; }

@keyframes heroCopyIn { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes heroImageIn { from { opacity:0; transform:translate3d(45px,0,0) scale(1.08); } to { opacity:1; transform:translate3d(0,var(--hero-shift,0),0) scale(1.025); } }
@keyframes offerIn { from { opacity:0; transform:translateY(42px) scale(.96); } to { opacity:1; transform:translateY(0) scale(1); } }

.trustStrip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper-green); padding: 27px 5vw; border-block: 1px solid #d8dfd9; }
.trustStrip div { padding: 4px 28px; border-right: 1px solid #ccd5ce; display: grid; gap: 6px; }
.trustStrip div:last-child { border: 0; }
.trustStrip strong { color: var(--green-dark); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.trustStrip span { color: #71756f; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.sectionLabel { color: var(--accent); display: block; margin-bottom: 18px; }
.sectionIntro { max-width: 790px; }
.sectionIntro h2, .transformationCopy h2, .benefitsHeading h2, .faq h2, .motorCopy h2 { font-size: clamp(40px, 5vw, 61px); line-height: 1.07; margin: 0 0 23px; }
.sectionIntro > p, .transformationCopy > p, .benefitsHeading > p, .faqGrid > div:first-child > p, .motorCopy > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.centered { margin-inline: auto; text-align: center; }

.valueGrid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.valueGrid article { padding: 32px 28px 35px 0; }
.valueGrid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.valueGrid span { color: var(--accent); font-family: Georgia, serif; font-size: 13px; }
.valueGrid h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.valueGrid p { margin: 0; color: #71736e; font-size: 13px; line-height: 1.65; }
.psychologyGrid article { border-bottom:1px solid var(--line); }
.psychologyGrid article:nth-child(5) { border-left:0; }
.inlineCta { margin-top: 28px; padding: 25px 28px; background: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.inlineCta > div { display: grid; gap: 5px; }
.inlineCta strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.inlineCta span { color: #777; font-size: 13px; }

.saving { background: #fff; }
.compareGrid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:58px; align-items:stretch; }
.compareCard { padding:46px; border:1px solid var(--line); position:relative; }
.compareCard.muted { background:#f5f5f3; color:#676767; }
.compareCard.featured { background:var(--paper-green); border-color:var(--green); box-shadow:0 30px 70px rgba(25,20,16,.09); }
.compareKicker { font-size:10px; font-weight:800; letter-spacing:.16em; }
.priceVisual { font-family:Georgia,serif; font-size:58px; margin:18px 0 12px; color:var(--ink); }
.priceVisual span { font-family:Arial,sans-serif; font-size:12px; color:#777; }
.compareCard h3 { margin:0 0 25px; font-family:Georgia,serif; font-size:26px; font-weight:400; color:var(--ink); }
.compareCard ul { list-style:none; padding:0; margin:0; display:grid; gap:15px; font-size:14px; line-height:1.5; }
.compareCard li { display:flex; gap:10px; align-items:center; }
.recommended { position:absolute; top:0; right:0; background:var(--green); color:#fff; padding:10px 15px; font-size:9px; font-weight:800; letter-spacing:.1em; }
.disclaimer { max-width:880px; color:#888; font-size:11px; line-height:1.7; margin:22px auto 0; text-align:center; }

.models { background: #f4f2ed; }
.modelGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.modelGrid.fourModels { grid-template-columns:repeat(4,1fr); }
.modelCard { min-height: 360px; background: #fff; border: 1px solid rgba(20,20,18,.09); display: grid; grid-template-rows: 165px 1fr; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.modelCard:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(25,25,20,.09); }
.modelCard .modelVisual { transition:transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease; }
.modelCard:hover .modelVisual { transform:scale(1.045); filter:saturate(1.08); }
.modelCard > div:last-child { padding: 26px 27px 29px; }
.modelTag { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.modelCard h3 { margin: 9px 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.modelCard p { margin: 0; color: #6d6f69; font-size: 13px; line-height: 1.65; }
.modelCta { display:inline-block; margin-top:18px; color:var(--green-dark); font-size:11px; font-weight:800; }
.modelCta::after { content:""; display:block; width:0; height:1px; margin-top:5px; background:var(--green); transition:width .25s ease; }
.modelCta:hover::after { width:100%; }
.modelVisual { background: linear-gradient(135deg,#f5efe6,#d9cdbd); display: grid; align-content: center; overflow: hidden; position: relative; }
.modelVisual .slat { height: 21px; background: rgba(255,255,255,.78); border-block: 1px solid rgba(100,90,70,.08); }
.modelVisual .slat:nth-child(even) { background: rgba(195,182,162,.42); }
.solid { background: linear-gradient(120deg,#41423f,#181917); }
.soft { background: linear-gradient(100deg,rgba(238,231,219,.5),rgba(255,255,255,.94)), repeating-linear-gradient(90deg,#e4d7c4 0 2px,#f6f1e9 2px 6px); }
.mesh { background-color:#b9b4aa; background-image: radial-gradient(#686a63 0.75px,transparent .75px); background-size: 4px 4px; }
.motorVisual { background: linear-gradient(140deg,#dfe8e1,#92aa99); place-items: center; }
.renewVisual { background: linear-gradient(135deg,#ece6dd 50%,#d3bda9 50%); place-items: center; }
.motorVisual span, .renewVisual span { width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 36px; }
.centerButton { margin-top: 42px; text-align: center; }
.centerButton .microcopy { max-width: 500px; margin: 13px auto 0; }

.motor { background: #19201b; color: #fff; overflow: hidden; }
.motorGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.motorCopy > p { color: rgba(255,255,255,.62); }
.motorFeatures { margin: 33px 0 35px; border-top: 1px solid rgba(255,255,255,.16); }
.motorFeatures > div { display: grid; grid-template-columns: 40px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.motorFeatures b { color: #9fbaa8; font-family: Georgia, serif; font-weight: 400; }
.motorFeatures span { color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.55; }
.motorFeatures strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.motorScene { min-height: 480px; position: relative; border: 1px solid rgba(255,255,255,.16); background: radial-gradient(circle at 50% 40%,rgba(122,158,134,.2),transparent 55%); }
.motorBlind { position: absolute; width: 64%; height: 58%; left: 18%; top: 11%; border: 8px solid #e6e5df; background: #d9d4c7; box-shadow: 0 25px 50px rgba(0,0,0,.25); display: grid; align-content: center; }
.motorBlind span { height: 31px; background: rgba(255,255,255,.8); border-block: 1px solid #c4bcae; }
.motorBlind span:nth-child(even) { background: rgba(186,180,167,.75); }
.device { position: absolute; bottom: 38px; width: 74px; height: 102px; display: grid; place-items: center; align-content: center; gap: 10px; color: #20251f; background: #f3f3ef; box-shadow: 0 13px 30px rgba(0,0,0,.22); font-size: 25px; z-index: 2; }
.device small { font-size: 8px; letter-spacing: .12em; font-weight: 800; }
.remote { left: 22%; border-radius: 14px; }
.bridge { left: 45%; width: 88px; height: 72px; border-radius: 11px; }
.alexa { right: 19%; width: 78px; height: 78px; border-radius: 50%; background: #4d735d; color: #fff; }
.connection { position: absolute; bottom: 76px; height: 1px; background: rgba(156,197,169,.5); }
.connection.one { left: 29%; width: 22%; }.connection.two { left: 57%; width: 20%; }

.results { background: var(--paper); }
.transformationGrid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.transformationImage { position: relative; box-shadow: 0 30px 70px rgba(20,15,10,.12); transition:clip-path 1.05s cubic-bezier(.22,1,.36,1), transform 1.05s cubic-bezier(.22,1,.36,1), opacity .85s ease, filter .85s ease; }
.transformationImage img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.tag { position: absolute; bottom: 16px; padding: 9px 14px; color: #fff; background: rgba(10,10,10,.72); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.tagBefore { left: 16px; }.tagAfter { right: 16px; background: var(--green); }
.textLink { color: var(--green-dark); font-size: 13px; font-weight: 800; display: inline-block; margin-top: 18px; }
.resultPoints { margin-top:28px; display:grid; gap:12px; }
.resultPoints > span { display:flex; align-items:center; gap:9px; color:#52544f; font-size:13px; }

.process { background: #181818; color: #fff; }
.light h2 { color: #fff; }.light .sectionLabel { color: #cf826d; }
.sixSteps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.16); }
.steps article { padding: 32px 32px 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps article:not(:nth-child(3n+1)) { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.16); }
.steps span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #779782; color: #a8c1af; font-family: Georgia,serif; margin-bottom: 22px; }
.steps h3 { font-family: Georgia,serif; font-size: 23px; font-weight: 400; margin: 0 0 9px; }
.steps p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.65; margin: 0; }
.processActions { margin-top: 42px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.processNote { color: rgba(255,255,255,.6); font-size: 12px; }

.visitCard { padding: 58px; background: var(--paper-green); display: grid; grid-template-columns: 1.05fr .85fr .7fr; gap: 50px; align-items: center; border: 1px solid #dce5de; }
.visitCard h2 { font-size: clamp(34px,4vw,49px); line-height: 1.08; margin: 0 0 18px; }
.visitCard > div:first-child > p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.visitCard ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; font-size: 13px; }
.visitCard li { display: flex; align-items: center; gap: 9px; }
.visitAction { text-align: center; }.visitAction .button { width: 100%; }.visitAction .microcopy { margin-inline: auto; }

.trust { padding-top: 0; }
.benefits { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.benefitsGrid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.benefitsGrid article { padding: 25px 28px 25px 0; border-bottom: 1px solid var(--line); }
.benefitsGrid article:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.benefitsGrid span { color: var(--green); font-weight: 800; }
.benefitsGrid h3 { font-family: Georgia,serif; font-size: 19px; font-weight: 400; margin: 9px 0 7px; }
.benefitsGrid p { color: #777; font-size: 12px; line-height: 1.6; margin: 0; }
.proofPlaceholder { margin-top: 45px; padding: 18px 22px; border: 1px dashed #b8b9b4; color: #767873; display: flex; gap: 18px; align-items: center; font-size: 11px; line-height: 1.5; }
.proofPlaceholder strong { color: #4f514d; white-space: nowrap; }

.faq { background: #f5f3ef; }
.faqGrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); padding: 0 3px; }
.faqList summary { cursor: pointer; list-style: none; padding: 22px 38px 22px 0; font-family: Georgia,serif; font-size: 18px; position: relative; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary::after { content:'+'; position:absolute; right:4px; color:var(--green); font:24px/1 Arial; }
.faqList details[open] summary::after { content:'–'; }
.faqList p { margin: -3px 40px 21px 0; color:#6c6e69; font-size:13px; line-height:1.68; }

.finalCta { min-height: 580px; position:relative; color:#fff; display:grid; place-items:center; text-align:center; overflow:hidden; }
.finalCta > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.finalShade { position:absolute; inset:0; background:rgba(18,25,20,.78); }
.finalContent { position:relative; z-index:2; max-width:820px; padding-block:80px; }
.finalCta h2 { font-size:clamp(43px,5vw,65px); line-height:1.04; margin:0; }
.finalCta p:not(.microcopy) { max-width:650px; margin:24px auto 29px; color:rgba(255,255,255,.76); line-height:1.7; }
.finalCta .sectionLabel { color:#ddb2a7; }
.finalCta .microcopy { color:rgba(255,255,255,.64); }

footer { padding:42px 5vw 100px; display:grid; justify-items:center; gap:10px; text-align:center; }
footer img { width:150px; height:52px; object-fit:contain; filter:grayscale(1) contrast(1.3); }
footer p, footer a { margin:0; color:#666; font-size:12px; }
footer .legal { max-width:720px; margin-top:9px; color:#999; font-size:9px; line-height:1.6; }
.floatingWhatsapp { position:fixed; right:22px; bottom:22px; z-index:45; min-height:58px; padding:0 22px; background:var(--whatsapp); color:#fff; box-shadow:0 15px 38px rgba(0,0,0,.24); display:flex; align-items:center; gap:10px; border-radius:2px; }
.floatingWhatsapp span { font-size:10px; opacity:.82; }.floatingWhatsapp strong { font-size:13px; }
.mobileBar { display:none; }

@media (max-width: 980px) {
  .section { padding-block:82px; }
  .location { display:none; }
  .hero { min-height:930px; align-items:end; padding-top:390px; }
  .heroImage { width:100%; height:390px; top:0; object-position:60% center; }
  .heroShade { background:linear-gradient(0deg,#fbfbf9 0%,rgba(251,251,249,0) 44%); height:425px; }
  .heroContent { padding-block:54px 68px; }
  .heroContent > * { max-width:720px; }.heroOffer { display:none; }
  .trustStrip { grid-template-columns:1fr 1fr; }
  .trustStrip div:nth-child(2) { border-right:0; }.trustStrip div:nth-child(-n+2) { border-bottom:1px solid #ccd5ce; padding-bottom:18px; }.trustStrip div:nth-child(n+3) { padding-top:18px; }
  .valueGrid { grid-template-columns:1fr 1fr; }.valueGrid article:nth-child(3) { border-left:0; }.valueGrid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .psychologyGrid article:nth-child(odd) { border-left:0; }
  .modelGrid, .modelGrid.fourModels { grid-template-columns:1fr 1fr; }
  .motorGrid, .transformationGrid, .benefits, .faqGrid { grid-template-columns:1fr; gap:52px; }
  .motorScene { min-height:440px; }.visitCard { grid-template-columns:1fr 1fr; }.visitAction { grid-column:1/-1; }
  .floatingWhatsapp { display:none; }
}

@media (max-width: 640px) {
  html { scroll-padding-top:68px; }
  .wrap { width:min(100% - 32px,1180px); }.section { padding-block:66px; }
  .topbar { height:68px; padding-inline:16px; }.brand img { width:132px; height:44px; }.topbar .button { display:none; }
  .hero { min-height:auto; padding-top:290px; }
  .heroImage { height:315px; object-position:62% center; }.heroShade { height:340px; }
  .heroContent { padding-block:42px 48px; }
  .eyebrow { margin-bottom:20px; font-size:9px; letter-spacing:.15em; }
  .hero h1 { font-size:43px; line-height:1.01; }
  .heroLead { margin-block:21px 17px; font-size:15px; line-height:1.58; }
  .heroChecks { display:grid; gap:9px; margin-bottom:23px; }
  .heroActions { display:grid; }.heroActions .button { width:100%; min-height:57px; }
  .microcopy { font-size:10px; }
  .trustStrip { grid-template-columns:1fr; padding:12px 22px; }
  .trustStrip div { border-right:0; border-bottom:1px solid #ccd5ce !important; padding:15px 0 !important; }.trustStrip div:last-child { border-bottom:0 !important; }
  .sectionIntro h2, .transformationCopy h2, .benefitsHeading h2, .faq h2, .motorCopy h2 { font-size:39px; }
  .sectionIntro > p, .transformationCopy > p, .benefitsHeading > p, .faqGrid > div:first-child > p, .motorCopy > p { font-size:15px; line-height:1.65; }
  .valueGrid, .modelGrid, .modelGrid.fourModels, .sixSteps, .benefitsGrid, .compareGrid { grid-template-columns:1fr; }
  .valueGrid article, .valueGrid article + article { padding:23px 0; border-left:0; border-bottom:1px solid var(--line); }
  .inlineCta { flex-direction:column; align-items:stretch; padding:23px; }.inlineCta .button { width:100%; }
  .modelGrid { gap:14px; margin-top:38px; }.modelCard { min-height:320px; grid-template-rows:140px 1fr; }.modelCard > div:last-child { padding:22px; }
  .compareCard { padding:34px 27px; }.priceVisual { font-size:46px; }
  .motorGrid { gap:42px; }.motorScene { min-height:340px; }.motorBlind { width:76%; left:12%; height:52%; }.device { transform:scale(.75); transform-origin:bottom center; }.remote { left:13%; }.bridge { left:39%; }.alexa { right:10%; }.connection { display:none; }
  .transformationGrid { gap:42px; }
  .steps article, .steps article:not(:nth-child(3n+1)) { padding:25px 0; border-left:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .processActions { flex-direction:column; align-items:stretch; text-align:center; }.processActions .button { width:100%; }
  .visitCard { padding:32px 24px; grid-template-columns:1fr; gap:28px; }.visitAction { grid-column:auto; }.visitCard h2 { font-size:37px; }
  .benefitsGrid article, .benefitsGrid article:nth-child(even) { padding:23px 0; border-left:0; }
  .proofPlaceholder { display:grid; gap:7px; }.proofPlaceholder strong { white-space:normal; }
  .faqGrid { gap:32px; }.faqList summary { font-size:17px; }
  .finalCta { min-height:650px; }.finalCta h2 { font-size:43px; }
  footer { padding-bottom:105px; }
  .mobileBar { display:block; position:fixed; left:10px; right:10px; bottom:10px; z-index:50; background:var(--whatsapp); color:#fff; box-shadow:0 14px 40px rgba(0,0,0,.25); }
  .mobileBar a { min-height:62px; display:flex; justify-content:center; align-items:center; gap:10px; padding-inline:18px; }
  .mobileBar span { font-size:10px; opacity:.82; }.mobileBar strong { font-size:14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .button,.modelCard,.modelCard .modelVisual,.transformationImage { transition:none; }
  .heroImage,.eyebrow,.hero h1,.heroLead,.heroChecks,.heroActions,.heroOffer { animation:none; }
  .scrollProgress { display:none; }
}
