:root{--green:#1f5a2a;--green-2:#2f7439;--green-soft:#edf4ec;--cream:#fbfaf6;--cream-2:#f4f1e9;--ink:#1f251f;--muted:#657064;--line:#dde4da;--white:#fff;--shadow:0 12px 34px rgba(30,48,31,.09);--radius:18px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.serif,h1,h2,h3{font-family:Georgia,"Times New Roman",serif}.topbar{background:#f7f6f1;border-bottom:1px solid #ebece6;font-size:13px}.topbar .container{min-height:42px;display:flex;align-items:center;justify-content:center;gap:38px}.topbar-item{display:flex;align-items:center;gap:8px;font-weight:650;color:#354634}.topbar svg{width:16px;height:16px;stroke:var(--green)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,226,217,.8)}.nav{display:flex;align-items:center;min-height:96px;gap:34px}.brand{display:flex;align-items:center;flex:0 0 220px}.brand img{height:74px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;font-size:14px;font-weight:700}.nav-links a{padding:10px 0;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--green)}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--green);border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:7px;padding:13px 18px;font-size:13px;font-weight:800;cursor:pointer;transition:.2s transform,.2s background,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 7px 17px rgba(31,90,42,.18)}.btn-primary:hover{background:#174a22}.btn-outline{border:1px solid #b8c7b8;background:white;color:var(--green)}.btn-soft{background:var(--green-soft);color:var(--green)}.mobile-toggle{display:none;background:transparent;border:0;padding:8px}.mobile-toggle svg{width:26px;height:26px}.hero{position:relative;min-height:470px;display:flex;align-items:center;background:#ede9df center/cover no-repeat;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,249,244,.94) 0%,rgba(250,249,244,.82) 32%,rgba(250,249,244,.1) 67%,rgba(250,249,244,0) 100%)}.hero .container{position:relative;z-index:2}.hero-content{max-width:520px;padding:65px 0}.hero h1{font-size:45px;line-height:1.12;margin:0 0 20px;color:#172217}.hero h1 em{color:var(--green);font-weight:700}.hero p{max-width:430px;margin:0 0 26px;font-size:18px;text-align:justify}.info-strip{padding:22px 0 8px;background:#fff}.info-grid{background:#fbfbf8;border:1px solid #edf0e9;border-radius:14px;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 8px 26px rgba(39,56,39,.04)}.info-item{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:6px 22px;border-right:1px solid var(--line);align-items:center}.info-item:last-child{border-right:0}.info-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--green)}.info-icon svg{width:38px;height:38px;stroke:currentColor}.info-item h4{margin:0 0 3px;font-size:14px;color:#173b1e}.info-item p{margin:0;color:#475247;font-size:12px;line-height:1.4}.section{padding:62px 0}.section-tight{padding:38px 0}.section-title{text-align:center;margin:0 0 10px;font-size:36px;color:#214c29}.section-title:after{content:"";display:block;width:48px;height:3px;margin:11px auto 0;background:#739c70;border-radius:3px}.section-lead{text-align:center;margin:0 auto 34px;max-width:700px;color:#596559}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid #e4e8e1;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(29,51,30,.06);display:flex;flex-direction:column}.product-media{height:190px;background:#f1efe9;overflow:hidden;cursor:pointer;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .35s ease}.product-media:hover img{transform:scale(1.015)}.product-body{padding:17px;display:flex;flex-direction:column;gap:8px;flex:1}.product-name{font-family:Georgia,serif;font-size:18px;font-weight:700}.product-price{color:#1b6327;font-weight:850;font-size:17px}.product-body .btn{margin-top:auto;padding:10px 12px}.product-card.silox .product-media{padding:12px;background:#faf9f5}.product-card.silox .product-media img{object-fit:contain}.product-sub{font-size:12px;color:var(--muted)}.commercial-note{margin:18px 0 0;padding:14px 16px;border-radius:10px;background:#f7f9f5;border-left:4px solid #739c70;color:#465246;font-size:13px}.sample-banner{margin-top:18px;background:#f1f6ef;border:1px solid #dbe8d9;border-radius:14px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.sample-banner strong{color:var(--green)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tool-card{background:linear-gradient(135deg,#fbfbf7,#f2f5ed);border:1px solid #e3e9df;border-radius:14px;padding:25px;display:grid;grid-template-columns:64px 1fr;gap:16px;min-height:190px;box-shadow:0 8px 22px rgba(41,60,40,.05)}.tool-icon{color:var(--green)}.tool-icon svg{width:58px;height:58px;stroke:currentColor}.tool-card h3{font-size:22px;margin:0 0 8px;color:#243623}.tool-card p{font-size:13px;color:#556255;margin:0 0 18px;text-align:justify}.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.media-card{display:grid;grid-template-columns:1fr 1.15fr;min-height:260px;border:1px solid #e5e8df;background:#fafbf7;border-radius:14px;overflow:hidden}.media-copy{padding:26px}.eyebrow{text-transform:uppercase;color:#2c7237;font-size:11px;font-weight:850;letter-spacing:.05em}.media-copy h3{font-size:26px;margin:9px 0}.media-copy p{font-size:13px;color:#536053;text-align:justify}.video-stage,.map-stage{min-height:260px;background:#e7e6df;display:grid;place-items:center;position:relative;overflow:hidden}.video-stage{background:linear-gradient(135deg,#65462f,#a06a3f)}.video-stage .play{width:74px;height:74px;border-radius:50%;border:3px solid white;background:rgba(0,0,0,.2);color:#fff;font-size:30px;cursor:pointer}.video-stage iframe,.map-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-placeholder{text-align:center;color:#fff;padding:22px}.video-placeholder small{display:block;margin-top:8px;opacity:.85}.cta-strip{margin-top:24px;border-radius:14px;background:#f4f7f1;border:1px solid #e1e9dd;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-text{display:flex;align-items:center;gap:18px}.cta-text svg{width:54px;height:54px;stroke:var(--green)}.cta-text h3{margin:0;font-size:24px;color:#27462b}.cta-text p{margin:4px 0 0;color:#607060}.site-footer{background:#f1f4ed;color:#273627;margin-top:30px;border-top:1px solid #dde5d9}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:34px;padding:42px 0 30px}.footer-brand img{height:76px;filter:none}.footer-brand p{font-size:12px;color:#5d695d;max-width:220px;text-align:justify}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#2c5e34;margin:0 0 13px}.footer-col a,.footer-col p{display:block;font-size:12px;color:#455345;margin:7px 0}.footer-col a:hover{text-decoration:underline}.social-row{display:flex;gap:12px;align-items:center}.social-link{width:38px;height:38px;border-radius:10px;background:#fff;display:grid;place-items:center}.social-link svg{width:21px;height:21px}.social-separator{height:1px;background:#d9e2d6;margin:14px 0}.whatsapp-label{font-size:11px;color:#667466;margin-bottom:6px}.footer-bottom{border-top:1px solid #d9e2d6;padding:15px 0;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#617061}.floating-actions{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;flex-direction:column;gap:10px}.float-btn{width:52px;height:52px;border-radius:50%;border:0;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.18);cursor:pointer}.float-whatsapp{background:#22c55e;color:white}.float-top{background:#285a31;color:#fff}.float-btn svg{width:25px;height:25px}.page-hero{background:linear-gradient(135deg,#f0f5ed,#fbfaf5);padding:38px 0;border-bottom:1px solid #e5e9e1}.page-hero .back{margin-bottom:18px}.page-hero h1{margin:0;font-size:38px;color:#214c29}.page-hero p{margin:8px 0 0;max-width:760px;color:#5b675b}.content-wrap{padding:40px 0 70px}.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-weight:800;font-size:13px}.card{background:white;border:1px solid #e3e8e0;border-radius:14px;padding:24px;box-shadow:0 7px 18px rgba(29,49,30,.04)}.form-section{margin-bottom:18px}.form-section h2{font-size:24px;color:#24472a;margin:0 0 14px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field label{display:block;font-size:12px;font-weight:750;color:#3f4e3f;margin-bottom:6px}.field input,.field select{width:100%;border:1px solid #cfd8cc;border-radius:9px;padding:12px 13px;background:#fff;outline:none}.field input:focus,.field select:focus{border-color:#6b9c6d;box-shadow:0 0 0 3px #e9f2e8}.optional{color:#7c877c;font-weight:500}.walls{display:grid;gap:12px}.wall-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;background:#fafbf8;border:1px solid #e4e8e1;border-radius:10px;padding:12px}.remove-wall{width:40px;height:42px;border-radius:8px;border:1px solid #e0c6c6;background:#fff;color:#9c3030;cursor:pointer}.check-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0}.check-row input{margin-top:4px}.help{font-size:12px;color:#6a766a}.info-pop{font-size:12px;background:#f3f6f1;border-radius:9px;padding:10px;margin-top:8px;color:#4e5c4e}.calc-result{display:none;margin-top:22px}.calc-result.show{display:block}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.result-box{background:#f6f8f4;border:1px solid #e0e6dc;border-radius:11px;padding:15px}.result-box span{display:block;font-size:11px;color:#6b776b}.result-box strong{display:block;font-size:18px;color:#1e5b29;margin-top:3px}.result-details{margin-top:14px;border-top:1px solid #e5e9e2;padding-top:15px}.result-details h3{font-size:20px;margin:0 0 8px}.result-details p{margin:6px 0;font-size:13px}.calc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.faq-group{margin-bottom:30px;scroll-margin-top:135px}.faq-group h2{color:#244d2c;margin-bottom:12px}.accordion{border-top:1px solid #dfe5dc}.faq-item{border-bottom:1px solid #dfe5dc}.faq-q{width:100%;background:none;border:0;text-align:left;padding:16px 4px;font-weight:800;color:#283728;display:flex;justify-content:space-between;gap:18px;cursor:pointer}.faq-a{display:none;padding:0 4px 18px;color:#546154;font-size:14px;text-align:justify}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q{color:var(--green)}.article{max-width:900px}.article h2{color:#244d2c;margin-top:32px}.article h3{color:#315c36;margin-top:24px}.article p,.article li{text-align:justify;color:#4d5b4d}.notice{background:#fff8e7;border:1px solid #f1dfad;border-left:4px solid #b68b22;border-radius:10px;padding:14px 16px;margin:16px 0}.danger-note{background:#fff3f2;border:1px solid #f0d2cf;border-left:4px solid #b74c42;border-radius:10px;padding:14px 16px}.delivery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.delivery-card h3{font-size:22px;margin:0 0 10px;color:#244d2c}.delivery-card p{font-size:14px;color:#526052;text-align:justify}.policy{max-width:900px}.policy h2{margin-top:28px;color:#244d2c}.lightbox{position:fixed;inset:0;background:rgba(10,18,11,.9);z-index:1000;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:92vw;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.lightbox-close{position:absolute;top:20px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:white;font-size:26px;cursor:pointer}.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}
@media(max-width:950px){.nav{min-height:80px}.brand{flex-basis:auto}.brand img{height:62px}.mobile-toggle{display:block;margin-left:auto}.nav-cta{display:none}.nav-links{display:none;position:absolute;top:80px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column;gap:4px;align-items:stretch}.nav-links.open{display:flex}.nav-links a{padding:12px}.hero{min-height:420px}.hero:after{background:linear-gradient(90deg,rgba(250,249,244,.96),rgba(250,249,244,.72) 65%,rgba(250,249,244,.3))}.info-grid{grid-template-columns:1fr 1fr}.info-item:nth-child(2){border-right:0}.info-item{border-bottom:1px solid var(--line)}.info-item:nth-child(3),.info-item:nth-child(4){border-bottom:0}.products-grid{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:1fr}.media-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-col:nth-child(4),.footer-col:nth-child(5){margin-top:4px}.result-grid{grid-template-columns:1fr 1fr}.delivery-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 24px,var(--max))}.topbar .container{gap:14px;justify-content:space-between}.topbar-item:first-child{display:none}.topbar{font-size:11px}.hero{min-height:440px;background-position:63% center}.hero:after{background:linear-gradient(90deg,rgba(250,249,244,.96) 0%,rgba(250,249,244,.90) 56%,rgba(250,249,244,.3) 100%)}.hero-content{padding:52px 0;max-width:320px}.hero h1{font-size:37px}.hero p{font-size:15px}.info-grid{grid-template-columns:1fr;padding:12px}.info-item,.info-item:nth-child(2),.info-item:nth-child(3){border-right:0;border-bottom:1px solid var(--line);padding:12px}.info-item:nth-child(4){border-bottom:0}.section{padding:45px 0}.section-title{font-size:31px}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-media{height:130px}.product-body{padding:12px}.product-name{font-size:15px}.product-price{font-size:15px}.product-body .btn{font-size:10px;padding:9px 6px}.sample-banner{align-items:flex-start;flex-direction:column}.tool-card{grid-template-columns:50px 1fr;padding:18px}.tool-icon svg{width:45px;height:45px}.media-card{grid-template-columns:1fr}.media-copy{padding:20px}.video-stage,.map-stage{min-height:220px}.cta-strip{flex-direction:column;align-items:stretch}.cta-text h3{font-size:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.page-hero h1{font-size:32px}.form-grid{grid-template-columns:1fr}.wall-row{grid-template-columns:1fr 1fr}.remove-wall{grid-column:1/-1;width:100%}.result-grid{grid-template-columns:1fr}.calc-actions .btn{width:100%}.delivery-grid{grid-template-columns:1fr}.product-media:after{display:none}}

/* ===== Revisão final J&M ===== */
.topbar .container{justify-content:center;gap:26px;flex-wrap:wrap;padding:7px 0;min-height:46px}
.topbar-item{font-size:12px;white-space:nowrap}.topbar-item.address{max-width:560px}
.nav{min-height:104px}.brand{flex:0 0 250px}.brand img{height:90px;max-width:235px}.nav-links{gap:24px}.nav-cta .btn{padding:11px 16px;font-size:12px}
.hero{min-height:455px;background-position:center center}.hero:after{background:linear-gradient(90deg,rgba(250,249,244,1) 0%,rgba(250,249,244,.99) 28%,rgba(250,249,244,.9) 40%,rgba(250,249,244,.18) 57%,rgba(250,249,244,0) 70%)}.hero-content{max-width:500px}
.product-media{height:205px;background:#f6f4ef}.product-media img{object-fit:cover}.product-body{padding:15px;gap:6px}
.product-body .btn{height:42px;padding:8px 10px;font-size:11px;gap:7px;border-radius:6px}.product-body .btn svg{width:17px!important;height:17px!important;flex:0 0 17px}
.product-card.silox .product-media{padding:14px;background:#fff}.product-card.silox .product-media img{object-fit:contain}
.silox-prices{display:grid;gap:2px;margin:2px 0 4px}.silox-prices strong{color:#1b6327}
.catalog-banner{margin-top:20px;border:1px solid #dfe7db;background:linear-gradient(135deg,#f7faf4,#eef4ea);border-radius:14px;padding:24px 26px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:20px}
.catalog-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#e4eee0;color:var(--green)}.catalog-icon svg{width:38px;height:38px;stroke:currentColor}
.catalog-copy h3{margin:0 0 5px;font-size:23px;color:#244d2c}.catalog-copy p{margin:0;color:#536053;font-size:13px}.catalog-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.video-stage{background:#000}.video-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.map-wrap{position:relative;width:100%;height:100%;min-height:260px}.map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.map-business-card{position:absolute;top:12px;left:12px;z-index:2;background:rgba(255,255,255,.96);border-radius:8px;padding:10px 12px;box-shadow:0 3px 14px rgba(0,0,0,.16);max-width:235px;font-size:11px;color:#394539}.map-business-card strong{display:block;font-size:12px;color:#1f351f;margin-bottom:3px}.map-business-card a{color:#1f5a2a;font-weight:700}
.footer-grid{grid-template-columns:1.3fr repeat(4,1fr)}.footer-brand img{height:88px}
.social-row{gap:10px;align-items:center}.social-link{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e6dc}.social-link svg{width:24px;height:24px;display:block}.social-link.instagram{color:#d62976}.social-link.youtube{color:#ff0000}.social-link.whatsapp{color:#1fa855}
.footer-col .company-id{font-size:11px;color:#4d5b4d;margin-top:9px}
.tech-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 28px}.tech-spec{background:#f7f9f5;border:1px solid #e0e7dd;border-radius:11px;padding:15px}.tech-spec span{display:block;font-size:11px;color:#6a766a}.tech-spec strong{display:block;margin-top:3px;color:#244d2c;font-size:14px}
.silox-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:14px 0}
.catalog-viewer{height:min(78vh,1000px);min-height:600px;border:1px solid #dfe5dc;border-radius:12px;overflow:hidden;background:#eee}.catalog-viewer iframe{width:100%;height:100%;border:0;background:#fff}.catalog-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.external-note{font-size:11px;color:#6b766b;margin-top:8px}
.result-details .silox-line{margin:7px 0}
@media(max-width:950px){.brand{flex-basis:auto}.brand img{height:74px;max-width:190px}.topbar .container{gap:12px}.topbar-item{font-size:11px}.catalog-banner{grid-template-columns:58px 1fr}.catalog-actions{grid-column:1/-1;justify-content:flex-start}.tech-specs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.topbar .container{justify-content:center;gap:6px 14px;padding:8px 0}.topbar-item{font-size:10px;white-space:normal;text-align:center}.topbar-item.address{width:100%;justify-content:center}.nav{min-height:82px}.brand img{height:66px;max-width:165px}.hero{min-height:430px;background-position:60% center}.hero:after{background:linear-gradient(90deg,rgba(250,249,244,.98) 0%,rgba(250,249,244,.94) 58%,rgba(250,249,244,.35) 100%)}.product-media{height:145px}.product-body .btn{height:38px;font-size:9px;padding:7px}.catalog-banner{grid-template-columns:1fr;padding:19px}.catalog-icon{width:56px;height:56px}.catalog-actions{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand img{height:82px}.social-link{width:44px;height:44px}.social-link svg{width:23px;height:23px}.tech-specs,.silox-facts{grid-template-columns:1fr}.catalog-viewer{min-height:520px;height:68vh}}

/* ===== Ajustes rev2 ===== */

/* CTA final: botão mais compacto */
.cta-strip{
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items:center;
}
.cta-strip .btn{
  width:auto !important;
  min-width:190px;
  height:48px;
  padding:9px 16px !important;
  font-size:11px !important;
  line-height:1.15;
  gap:9px;
  justify-content:center;
}
.cta-strip .btn svg{
  width:21px !important;
  height:21px !important;
  flex:0 0 21px;
}

/* Rodapé: caixas e ícones equilibrados */
.social-row{
  display:flex;
  align-items:center;
  gap:12px;
}
.social-link{
  width:48px !important;
  height:48px !important;
  min-width:48px;
  padding:0 !important;
  border-radius:10px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box;
}
.social-link svg{
  width:29px !important;
  height:29px !important;
  max-width:none !important;
  max-height:none !important;
}
.social-link.youtube svg{width:30px !important;height:30px !important}
.social-link.instagram svg{width:28px !important;height:28px !important}
.social-link.whatsapp svg{width:29px !important;height:29px !important}
.whatsapp-label{
  margin:12px 0 8px;
  line-height:1.25;
}
.social-separator{
  margin:13px 0 0;
}

/* FAQ: bloco de ações no final */
.faq-final-actions{
  margin:26px 0 12px;
  padding-top:4px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.faq-final-actions .btn{
  min-height:46px;
}
.faq-final-actions .btn-primary{
  order:3;
}

/* Player do YouTube: fallback elegante ao abrir via file:// */
.youtube-local-preview{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#171717 center/cover no-repeat;
  color:#fff;
  text-align:center;
}
.youtube-local-preview::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.28);
}
.youtube-local-preview-inner{
  position:relative;
  z-index:1;
  padding:20px;
}
.youtube-local-preview .play-circle{
  width:68px;
  height:68px;
  border-radius:50%;
  background:#fff;
  color:#c00;
  margin:0 auto 12px;
  display:grid;
  place-items:center;
  font-size:30px;
  padding-left:4px;
}
.youtube-local-preview strong{
  display:block;
  font-size:14px;
  margin-bottom:6px;
}
.youtube-local-preview span{
  display:block;
  font-size:11px;
  opacity:.9;
}

@media(max-width:640px){
  .cta-strip{grid-template-columns:1fr}
  .cta-strip .btn{min-width:0;width:100% !important}
  .faq-final-actions{display:grid;grid-template-columns:1fr}
  .faq-final-actions .btn{width:100%;justify-content:center}
}

/* ===== REV2 — miniaturas dos produtos ===== */
/* Mantém as fotos inteiras dentro dos cards, sem zoom/corte agressivo. */
.product-media{
  background:#fff !important;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  padding:0 !important;
  transform:none !important;
  filter:none !important;
}
.product-card.silox .product-media,
.product-card.silox .product-media img{
  background:#fff !important;
}

/* Mantém boa proporção visual dos cards */
@media(min-width:641px){
  .product-media{height:210px}
}
@media(max-width:640px){
  .product-media{height:150px}
}

/* ===== Lightbox com navegação ===== */
.lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.9);
  display:none;
  align-items:center;
  justify-content:center;
  padding:26px 76px;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(92vw,1500px);
  max-height:88vh;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  background:#fff;
  border-radius:8px;
  box-shadow:0 20px 60px rgba(0,0,0,.42);
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#173f1d;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 4px 18px rgba(0,0,0,.25);
}
.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#173f1d;
  font-size:35px;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 4px 18px rgba(0,0,0,.25);
  user-select:none;
}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
.lightbox-counter{
  position:absolute;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  border-radius:16px;
}
@media(max-width:640px){
  .lightbox{padding:64px 10px 64px}
  .lightbox img{max-width:96vw;max-height:78vh}
  .lightbox-nav{
    top:auto;
    bottom:10px;
    transform:none;
    width:44px;
    height:44px;
    font-size:29px;
  }
  .lightbox-prev{left:calc(50% - 62px)}
  .lightbox-next{right:calc(50% - 62px)}
  .lightbox-close{top:12px;right:12px;width:42px;height:42px}
  .lightbox-counter{bottom:18px}
}

/* ===== REV3 — capa com enquadramento mais aberto ===== */
@media(min-width:951px){
  .hero{
    background-size:72% auto !important;
    background-position:right center !important;
    background-color:#f8f7f2 !important;
  }
}
.hero, #produtos, #calcule-seu-projeto, #conteudos-jm, #atendimento{scroll-margin-top:120px}

/* ===== REV4 — refinamentos finais ===== */

/* Reduz o vazio entre Amostras e os três cards de apoio. */
#produtos{
  padding-bottom:20px !important;
}
#calcule-seu-projeto{
  padding-top:18px !important;
}

/* Mantém o zoom aprovado da capa, mas desloca a foto para a direita,
   recortando a extremidade inacabada da parede sem editar a fotografia. */
@media(min-width:951px){
  .hero{
    background-size:72% auto !important;
    background-position:calc(100% + 68px) center !important;
  }
}

/* Ajuste específico para telas intermediárias/notebooks menores. */
@media(min-width:641px) and (max-width:950px){
  .hero{
    background-position:68% center !important;
  }
}

/* Mobile: prioriza parede + sofá sem comprometer a leitura do texto. */
@media(max-width:640px){
  #produtos{padding-bottom:14px !important}
  #calcule-seu-projeto{padding-top:12px !important}
  .hero{
    background-size:cover !important;
    background-position:64% center !important;
  }
}

/* ===== REV5 — calculadora: hierarquia e respiro ===== */
.calc-result h3{
  margin-top:28px !important;
  margin-bottom:12px !important;
}
.calc-result h3:first-child{
  margin-top:0 !important;
}
.calc-result h3 + p{
  margin-top:0 !important;
}
.calc-result p{
  margin-bottom:9px;
}

/* ===== REV14 — refinamentos de cabeçalho e calculadora ===== */
.nav{
  min-height:112px;
}
.brand{
  flex:0 0 270px;
  display:flex;
  align-items:center;
}
.brand img{
  height:102px !important;
  width:auto !important;
  max-width:250px !important;
  object-fit:contain;
}
.nav-links{
  gap:28px !important;
}
.nav-links a{
  font-size:14px !important;
  line-height:1.2;
  font-weight:700;
}
.topbar-item{
  font-size:12.5px !important;
}
.calc-bottom-actions{
  display:inline-flex;
  margin-left:12px;
  vertical-align:middle;
}
.calc-bottom-actions .btn{
  min-height:44px;
  padding:10px 16px;
}
@media(min-width:1200px){
  .container{
    max-width:1280px;
  }
  .nav-links a{
    font-size:14.5px !important;
  }
}
@media(max-width:950px){
  .brand{flex-basis:auto}
  .brand img{
    height:82px !important;
    max-width:205px !important;
  }
  .nav-links a{
    font-size:13px !important;
  }
}
@media(max-width:640px){
  .nav{
    min-height:82px;
  }
  .brand img{
    height:68px !important;
    max-width:170px !important;
  }
  .calc-bottom-actions{
    display:flex;
    margin:10px 0 0;
  }
  .calc-bottom-actions .btn{
    width:100%;
    justify-content:center;
  }
}
