:root{--o:#ef5b24;--k:#121212;--m:#696969;--c:#f7f4ef;--l:#e9e3dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--k);font-family:Arial,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{height:86px;background:#fff;border-bottom:1px solid var(--l);position:sticky;top:0;z-index:20}.nav{height:100%;display:flex;align-items:center;gap:34px}.brand{width:190px;height:66px;overflow:hidden}.brand img,.footer-brand img{width:100%;height:100%;object-fit:cover;object-position:center 57%;border-radius:6px}.nav nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:700}.nav nav a:hover{color:var(--o)}.btn{display:inline-flex;justify-content:center;border-radius:7px;background:var(--o);color:#fff;padding:15px 21px;font-size:14px;font-weight:800}.btn:hover{background:#d74816}.btn.small{padding:12px 17px}.hero{background:var(--k);color:#fff;overflow:hidden}.hero-grid{min-height:610px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:70px}.eyebrow{display:block;color:#ff8a57;font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;margin-bottom:18px}.eyebrow.dark{color:var(--o)}h1{font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.05em;margin:0 0 25px}h2{font-size:clamp(34px,4vw,50px);line-height:1.06;letter-spacing:-.04em;margin:0}h3{font-size:19px;margin:0}.hero-copy>p{font-size:18px;line-height:1.7;color:#ccc}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn.ghost{background:transparent;border:1px solid #555}.trust{display:flex;gap:25px;color:#bbb;font-size:13px}.hero-visual{height:470px;position:relative}.orange-panel{position:absolute;right:0;top:0;width:74%;height:78%;background:var(--o);padding:45px;display:flex;flex-direction:column;justify-content:space-between}.orange-panel:before{content:"";position:absolute;inset:16px;border:1px solid #ff9a71}.orange-panel>*{position:relative}.orange-panel strong{font-size:45px;line-height:1.03}.orange-panel span{font-size:14px;max-width:180px}.material-stack{position:absolute;left:0;bottom:0;width:57%;height:58%;background:#f2efe9;color:#111;padding:25px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 24px 60px #0008}.material-stack i{height:23px;background:#c7b09b;margin-bottom:8px;transform:skew(-13deg)}.material-stack i:nth-child(2){background:#a76a47;width:90%}.material-stack i:nth-child(3){background:#dc9b62;width:78%}.material-stack div{margin-top:18px;font-size:20px}.section,.products-section,.calculator{padding:105px 0}.products-section{background:var(--c)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-head>p{max-width:430px;color:var(--m);line-height:1.7;margin:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border:solid var(--l);border-width:1px 0 0 1px}.category{padding:36px;border:solid var(--l);border-width:0 1px 1px 0;min-height:260px}.category:hover{background:#fff8f4}.cat-icon{width:48px;height:48px;border-radius:50%;background:#fff0e9;color:var(--o);display:grid;place-items:center;font-size:24px;margin-bottom:28px}.category p,.product-copy p{color:var(--m);font-size:14px;line-height:1.65}.category a,.product-copy a,.store-list article a{color:var(--o);font-weight:800;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:#fff;border:1px solid var(--l)}.product-art{height:210px;display:flex;align-items:end;padding:22px;position:relative;background:linear-gradient(145deg,#e1d5c8,#9e7b60)}.product-art:before{content:"";position:absolute;inset:30px;transform:rotate(-8deg);background:repeating-linear-gradient(90deg,#eee 0 55px,#ccc 55px 58px);box-shadow:0 15px 25px #0004}.product-2 .product-art:before{background:repeating-linear-gradient(45deg,#eee 0 35px,#aaa 35px 38px)}.product-3 .product-art:before{background:#eece43}.product-4 .product-art:before{background:#f7be22}.product-5 .product-art:before{border-radius:60px;background:#f5f5f5}.product-art span{position:relative;background:#111;color:#fff;padding:8px 10px;font-size:11px;font-weight:900}.product-copy{padding:27px}.product-copy small{color:var(--o);font-weight:900;font-size:10px;text-transform:uppercase}.product-copy h3{margin-top:8px}.calculator{background:#161616;color:#fff}.calc-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.calc-intro p{color:#bbb;line-height:1.7}.calc-note{border-left:3px solid var(--o);padding:13px 18px;background:#222;color:#aaa;font-size:12px}.calc-card{background:#fff;color:#111;padding:38px;border-radius:10px}.calc-card label{font-size:12px;font-weight:800;display:flex;flex-direction:column;gap:9px}.calc-card input,.calc-card select{height:48px;border:1px solid #ddd;border-radius:6px;padding:0 13px}.fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.calc-hint{font-size:11px;color:#777}.result{background:#fff2ec;border:1px solid #ffd2c0;padding:20px;margin:22px 0;display:flex;justify-content:space-between;align-items:center}.result span{font-size:12px;color:#777}.result strong{font-size:31px;color:var(--o)}.result small{font-size:12px;color:#111}.btn.full{width:100%}.store-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.store-list{display:grid;gap:15px}.store-list article,.phones{border:1px solid var(--l);padding:25px}.store-list article span{font-size:10px;color:var(--o);font-weight:900;text-transform:uppercase}.store-list article h3{margin:8px 0}.store-list article p{color:#777;font-size:13px}.phones{display:flex;flex-direction:column;gap:8px;background:var(--c)}.phones a{font-size:18px;font-weight:800}.store-grid iframe{border:0;width:100%;height:100%;min-height:480px}.cta{background:var(--o);color:#fff;padding:72px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-size:40px}.btn.light{background:#fff;color:#111}footer{background:#101010;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px}.footer-grid>div:not(.footer-brand):not(.network){display:flex;flex-direction:column;gap:11px;font-size:13px;color:#aaa}.footer-brand img{width:170px;height:115px}.footer-brand p{color:#888;font-size:13px}.network span{display:block;color:#777;font-size:10px;text-transform:uppercase;margin-bottom:10px}.network img{width:155px;height:80px;object-fit:cover}.copyright{border-top:1px solid #2a2a2a;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#666;font-size:11px}.floating{position:fixed;right:22px;bottom:22px;z-index:30;background:#20b75a;color:#fff;padding:14px 18px;border-radius:30px;font-size:13px;font-weight:900;box-shadow:0 8px 25px #0004}
@media(max-width:850px){.nav nav{display:none}.nav{gap:10px}.brand{width:150px}.nav .btn{margin-left:auto}.hero-grid,.calc-grid,.store-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0}.hero-visual{height:380px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.fields{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{align-items:start;flex-direction:column}}
@media(max-width:560px){.container{width:calc(100% - 26px)}.topbar{height:74px}.nav .btn{font-size:11px;padding:10px}.hero-grid{gap:35px}.hero-actions,.trust{flex-direction:column}.trust{gap:8px}.hero-visual{height:320px}.orange-panel{width:80%;padding:30px}.orange-panel strong{font-size:34px}.material-stack{width:62%;height:54%}.section,.products-section,.calculator{padding:72px 0}.category-grid,.product-grid{grid-template-columns:1fr}.category{min-height:auto}.calc-card{padding:22px}.result{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column;gap:12px}.cta h2{font-size:32px}.floating{right:13px;bottom:13px}}
.brand{width:84px;height:74px;display:flex;align-items:center;justify-content:center;overflow:visible;flex:0 0 auto}.brand img{width:74px;height:74px;object-fit:contain;object-position:center;border-radius:10px;background:#fff}.footer-brand{max-width:220px}.footer-brand img{width:150px;height:150px;object-fit:contain;object-position:center;border-radius:12px;background:#fff}.network{display:flex;flex-direction:column;align-items:flex-start}.network img{width:180px;height:88px;object-fit:contain;object-position:center;border-radius:7px;background:#fff}
@media(max-width:850px){.brand{width:72px}.brand img{width:66px;height:66px}}
@media(max-width:560px){.brand{height:66px;width:66px}.brand img{width:62px;height:62px}}
.brand img,.footer-brand img,.network img{background:transparent;border-radius:0;box-shadow:none}
.brand{width:174px;height:74px}.brand img{width:170px;height:70px}.footer-brand img{width:205px;height:138px}.network img{width:190px;height:76px}
@media(max-width:850px){.brand{width:145px}.brand img{width:140px;height:64px}}
@media(max-width:560px){.brand{width:118px;height:62px}.brand img{width:116px;height:58px}}

/* Paleta institucional inspirada na Rede Construir */
:root{--o:#f2c500;--brand-blue:#082f63;--c:#f7f7f4;--l:#e5e5df}
.eyebrow{color:#f2c500}.eyebrow.dark{color:var(--brand-blue)}
.btn{background:#f2c500;color:#111}.btn:hover{background:var(--brand-blue);color:#fff}
.btn.ghost{background:transparent;color:#fff;border-color:#666}.btn.ghost:hover{background:#fff;color:#111;border-color:#fff}
.orange-panel{background:#f2c500;color:#111}.orange-panel:before{border-color:#fff3a6}
.category:hover{background:#fffbea}.cat-icon{background:#fff7c7;color:var(--brand-blue)}
.category a,.product-copy a,.store-list article a{color:var(--brand-blue)}
.product-copy small{color:var(--brand-blue)}
.calc-note{border-left-color:#f2c500}.result{background:#fff9d9;border-color:#f1d968}.result strong{color:var(--brand-blue)}
.cta{background:#f2c500;color:#111}.cta .eyebrow{color:var(--brand-blue)}.btn.light{background:#111;color:#fff}.btn.light:hover{background:var(--brand-blue)}

/* Versão final: azul, amarelo e branco, sem preto na interface */
:root{--k:#082f63;--brand-blue:#082f63}
body{color:var(--brand-blue)}
.hero,.calculator,footer{background:var(--brand-blue)}
.orange-panel,.material-stack,.cta{color:var(--brand-blue)}
.btn{color:var(--brand-blue)}.btn:hover{background:#fff;color:var(--brand-blue)}
.btn.ghost{color:#fff;border-color:#d7e4f2}.btn.ghost:hover{background:#fff;color:var(--brand-blue)}
.material-stack{background:#fff}
.product-art span{background:var(--brand-blue);color:#fff}
.calc-card{color:var(--brand-blue)}
.btn.light{background:#fff;color:var(--brand-blue)}.btn.light:hover{background:var(--brand-blue);color:#fff}
.copyright{border-top-color:#2e5784;color:#b7cbe0}

/* Tons únicos da marca */
:root{--brand-blue:#082f63;--brand-yellow:#f2c500;--o:#f2c500;--k:#082f63}
.hero,.calculator,footer{background:var(--brand-blue)}
.eyebrow,.btn,.orange-panel,.cta{background-color:var(--brand-yellow)}
.eyebrow{background:transparent;color:var(--brand-yellow)}
.eyebrow.dark,.category a,.product-copy a,.product-copy small,.store-list article a,.result strong{color:var(--brand-blue)}
.btn{color:var(--brand-blue)}.btn:hover{background:var(--brand-blue);color:#fff;outline:1px solid #fff}
.category:hover,.cat-icon,.result{background:#fff}
.cat-icon{color:var(--brand-blue);border:2px solid var(--brand-yellow)}
.result{border-color:var(--brand-yellow)}
.product-3 .product-art:before,.product-4 .product-art:before{background:var(--brand-yellow)}
.orange-panel:before{border-color:#fff}
.hero-copy>p,.trust,.calc-intro p,.calc-note,footer .footer-grid>div:not(.footer-brand):not(.network),.footer-brand p,.network span{color:#fff}
.calc-note{background:var(--brand-blue);border-left-color:var(--brand-yellow);border-top:1px solid var(--brand-yellow);border-bottom:1px solid var(--brand-yellow)}
.cta,.cta .eyebrow{color:var(--brand-blue)}
.btn.light{background:#fff;color:var(--brand-blue)}.btn.light:hover{background:var(--brand-blue);color:#fff}
.copyright{border-top-color:var(--brand-yellow);color:#fff}

/* Cores extraídas diretamente da identidade oficial da Rede Construir */
:root{--brand-blue:#021e50;--brand-yellow:#f8c624;--o:#f8c624;--k:#021e50}

/* Direção visual baseada nas referências da Rede Construir */
:root{--blue-deep:#021e50;--blue-light:#0877ad;--yellow:#f8c624;--yellow-light:#ffe875;--silver:#e7eaed;--silver-dark:#c8cdd2}
.topbar{background:#fff;border-bottom:5px solid var(--yellow);box-shadow:0 7px 24px rgba(2,30,80,.12)}
.hero{background:linear-gradient(130deg,var(--blue-deep) 0%,#034a7d 58%,var(--blue-light) 100%);position:relative}
.hero:after{content:"";position:absolute;right:-9%;bottom:-35%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,var(--yellow-light) 0%,var(--yellow) 45%,transparent 46%);opacity:.18}
.hero-grid{position:relative;z-index:1}.hero-copy>p,.trust{color:#fff}
.orange-panel{background:linear-gradient(140deg,var(--yellow) 0%,var(--yellow-light) 68%,#fff7c8 100%);box-shadow:0 28px 65px rgba(0,0,0,.24)}
.material-stack{background:linear-gradient(145deg,#fff 0%,var(--silver) 100%);box-shadow:0 24px 60px rgba(2,30,80,.34)}
.section{background:#fff}.products-section{background:linear-gradient(145deg,#fff 0%,#f4f5f6 55%,var(--silver) 100%)}
.category{background:#fff}.category:hover{background:linear-gradient(140deg,#fff 0%,#fff9d8 100%);box-shadow:0 14px 30px rgba(2,30,80,.09)}
.cat-icon{background:linear-gradient(145deg,var(--yellow),var(--yellow-light));border:0;box-shadow:0 8px 18px rgba(248,198,36,.28)}
.calculator{background:linear-gradient(125deg,var(--blue-deep) 0%,#034a7d 60%,var(--blue-light) 100%)}
.calc-card{box-shadow:0 28px 70px rgba(0,0,0,.24)}
.calc-note{background:rgba(255,255,255,.08)}
.result{background:linear-gradient(135deg,#fff 0%,#fff8d1 100%)}
.cta{background:linear-gradient(120deg,var(--yellow) 0%,var(--yellow-light) 66%,#fff4af 100%)}
.stores{background:linear-gradient(180deg,#fff 0%,#f4f5f6 100%)}
.store-list article{background:#fff;box-shadow:0 10px 24px rgba(2,30,80,.06)}
footer{background:linear-gradient(135deg,#f4f5f6 0%,var(--silver) 55%,var(--silver-dark) 100%);color:var(--blue-deep);border-top:6px solid var(--yellow)}
footer .footer-grid>div:not(.footer-brand):not(.network),.footer-brand p,.network span{color:var(--blue-deep)}
.footer-grid b{color:var(--blue-deep)}
.network{background:var(--blue-deep);padding:16px 18px;border-radius:10px}.network span{color:#fff}
.copyright{border-top-color:rgba(2,30,80,.25);color:var(--blue-deep)}
.btn{background:linear-gradient(135deg,var(--yellow),var(--yellow-light));box-shadow:0 7px 16px rgba(2,30,80,.16)}
.btn:hover{background:var(--blue-deep);color:#fff}
.floating{box-shadow:0 10px 28px rgba(2,30,80,.3)}

/* Fotografias reais enviadas pelo cliente, enquadradas sem a área de preços */
.product-art:before{display:none}
.product-art{background-repeat:no-repeat;background-size:cover;background-position:center 52%;isolation:isolate}
.product-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(2,30,80,.58) 100%);z-index:0}
.product-art span{z-index:1}
.product-18 .product-art,.product-19 .product-art,.product-20 .product-art{background-color:#fff;background-size:contain;background-position:center}
.product-18 .product-art:after,.product-19 .product-art:after,.product-20 .product-art:after{background:linear-gradient(180deg,transparent 62%,rgba(2,30,80,.5) 100%)}

/* Maior legibilidade da assinatura completa do Depósito Floramar */
.topbar{height:102px}
.brand{width:228px;height:94px}
.brand img{width:224px;height:90px;object-fit:contain;filter:contrast(1.12) saturate(1.05)}
.footer-brand{max-width:260px}.footer-brand img{width:240px;height:160px;filter:contrast(1.12) saturate(1.05)}
@media(max-width:850px){.topbar{height:88px}.brand{width:180px;height:80px}.brand img{width:176px;height:76px}}
@media(max-width:560px){.topbar{height:80px}.brand{width:150px;height:72px}.brand img{width:147px;height:68px}.nav .btn{padding:9px 10px}}

/* Direção visual final baseada nas referências da Rede Construir */
body{background:#fff}
.topbar{height:88px;background:linear-gradient(110deg,#021e50 0%,#063e78 58%,#021e50 100%);border-bottom:5px solid var(--brand-yellow);box-shadow:0 8px 26px #021e5026}
.nav nav{color:#fff}.nav nav a{position:relative}.nav nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--brand-yellow);transition:right .2s}.nav nav a:hover{color:var(--brand-yellow)}.nav nav a:hover:after{right:0}
.nav .btn.small{box-shadow:0 7px 18px #0004}.nav .btn.small:hover{background:#fff;color:var(--brand-blue);outline:0}
.hero{background:radial-gradient(circle at 85% 20%,#0b5c9a 0,#063b74 25%,#021e50 64%)}
.hero:after{content:"";display:block;height:8px;background:linear-gradient(90deg,#f8c624,#ffe679,#f8c624)}
.orange-panel{background:radial-gradient(circle at 78% 28%,#fff4a5 0,#ffd944 24%,#f8c624 68%);box-shadow:0 26px 70px #00122e99}
.material-stack{background:linear-gradient(145deg,#fff,#e9edf1);color:var(--brand-blue)}
.material-stack i{background:#cbd2d9}.material-stack i:nth-child(2){background:#9eabb8}.material-stack i:nth-child(3){background:#f8c624}
.section{background:#fff}.products-section{background:linear-gradient(145deg,#f7f8fa 0%,#e4e7eb 48%,#fff 100%)}
.category{transition:background .2s,transform .2s,box-shadow .2s}.category:hover{background:#fffdf2;transform:translateY(-3px);box-shadow:0 15px 32px #021e5012}
.product{border-color:#d8dde3;box-shadow:0 12px 28px #021e500c}.product-art{background:linear-gradient(145deg,#f8c624,#ffe47b)}
.calculator{background:radial-gradient(circle at 15% 40%,#07548d 0,#03366a 34%,#021e50 72%)}
.calc-card{box-shadow:0 25px 65px #00143299}.calc-card input:focus,.calc-card select:focus{outline:2px solid var(--brand-yellow);border-color:var(--brand-yellow)}
.variant-select{margin-top:20px}.result>span{display:flex;flex-direction:column;gap:5px}.result-model{max-width:300px;color:#31516e;font-size:10px;font-weight:700;line-height:1.35}.calc-hint{min-height:16px;line-height:1.45}
.stores{background:#fff}.store-list article{border-left:5px solid var(--brand-yellow);box-shadow:0 8px 22px #021e500d}.phones{background:linear-gradient(135deg,#eef1f4,#fff);border-color:#d6dbe1}
.store-grid iframe{border:7px solid #eef0f2;box-shadow:0 15px 38px #021e5019}
.cta{background:radial-gradient(circle at 75% 35%,#fff1a0 0,#ffd83d 27%,#f8c624 70%)}
.cta-inner{position:relative}.cta-inner:before{content:"";width:70px;height:5px;background:var(--brand-blue);position:absolute;top:-24px;left:0}
footer{background:linear-gradient(145deg,#eef0f3 0%,#cdd3da 46%,#f8f9fa 100%);color:var(--brand-blue);border-top:8px solid var(--brand-yellow)}
footer .footer-grid>div:not(.footer-brand):not(.network),.footer-brand p,.network span{color:#294b70}.footer-grid b{color:var(--brand-blue)}.footer-grid a:hover{color:#006cab}.copyright{border-top-color:#aab4bf;color:#294b70}
.floating{background:#20b75a;color:#fff;border:3px solid #fff}
@media(max-width:850px){.topbar{height:82px}.nav nav{display:none}}
@media(max-width:560px){.topbar{height:76px}.nav .btn.small{background:var(--brand-yellow);color:var(--brand-blue)}.hero{background:radial-gradient(circle at 95% 20%,#07548d,#021e50 62%)}footer{background:linear-gradient(155deg,#f6f7f8,#cdd3da)}}

/* Packshots conferidos dos produtos Quartzolit, sem preço ou arte de encarte */
.product-18 .product-art,.product-19 .product-art,.product-20 .product-art{background-color:#fff;background-size:contain;background-repeat:no-repeat;background-position:center}

/* Catálogo limpo e ampliável */
.product-art{width:100%;height:270px;border:0;cursor:zoom-in;text-align:left;background-color:#fff;transition:transform .2s,filter .2s}
.product-art:hover{filter:saturate(1.06);transform:scale(1.015)}
.product-art:focus-visible{outline:4px solid var(--brand-yellow);outline-offset:-4px}
.product-18 .product-art,.product-19 .product-art,.product-20 .product-art,.product-21 .product-art,.product-22 .product-art{background-color:#fff;background-size:contain!important;background-position:center!important}
.zoom-label{position:absolute;right:14px;bottom:14px;z-index:2;background:#fff;color:var(--brand-blue);border-radius:999px;padding:8px 11px;font-size:10px;box-shadow:0 5px 15px #00152f33}
.product-modal{position:fixed;inset:0;z-index:100;background:#00152fd9;display:grid;place-items:center;padding:22px;backdrop-filter:blur(8px)}.product-modal[hidden]{display:none}
.product-modal-card{position:relative;width:min(980px,96vw);max-height:92vh;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 30px 90px #0008}
.product-modal-art{height:min(65vh,620px);background-color:#fff;background-repeat:no-repeat}
.modal-close{position:absolute;right:16px;top:16px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:var(--brand-blue);color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 7px 20px #0005}
.modal-close:hover,.modal-close:focus-visible{background:var(--brand-yellow);color:var(--brand-blue)}
.product-modal-copy{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 26px;border-top:5px solid var(--brand-yellow)}
.product-modal-copy small{color:#006cab;font-size:10px;font-weight:900;text-transform:uppercase}.product-modal-copy h3{font-size:23px;margin:5px 0}.product-modal-copy p{color:#617080;font-size:13px;margin:0}
@media(max-width:850px){.product-art{height:245px}.product-modal-art{height:58vh}.product-modal-copy{align-items:flex-start;flex-direction:column;gap:14px}.product-modal-copy .btn{width:100%}}
@media(max-width:560px){.product-art{height:255px}.product-modal{padding:10px}.product-modal-card{max-height:95vh}.product-modal-art{height:58vh}.product-modal-copy{padding:16px}.modal-close{right:10px;top:10px}}

/* Logos transparentes na paleta Rede Construir */
.brand{width:144px;height:76px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.97);padding:5px 12px;border-radius:9px;overflow:visible;box-shadow:0 5px 16px #00152f42}
.brand img{width:100%;height:100%;object-fit:contain;filter:none;border-radius:0}
.footer-grid{align-items:start}.footer-brand{max-width:210px}.footer-brand img{width:145px;height:118px;object-fit:contain;filter:none;border-radius:0}
.network{align-self:start;display:flex;flex-direction:column;gap:8px;width:155px;max-width:155px;min-height:0;background:transparent!important;padding:0!important;border-radius:0!important}
.network span{display:block!important;margin:0!important;color:#294b70!important;font-size:9px!important;font-weight:800;letter-spacing:.12em}
.network img{display:block;width:145px!important;height:auto!important;max-height:48px;object-fit:contain!important;object-position:left center}
@media(max-width:850px){.brand{width:130px;height:68px}.footer-brand img{width:132px;height:108px}.network{width:145px;max-width:145px}.network img{width:135px!important}}
@media(max-width:560px){.brand{width:112px;height:62px;padding:4px 9px}.footer-brand img{width:125px;height:102px}.network{width:135px;max-width:135px}.network img{width:128px!important}}

/* Rodapé azul com assinaturas branca e amarela */
footer{background:radial-gradient(circle at 18% 20%,#07548d 0,#03366a 35%,#021e50 76%)!important;color:#fff!important;border-top:8px solid var(--brand-yellow)}
footer .footer-grid>div:not(.footer-brand):not(.network),footer .footer-brand p,footer .network span{color:#fff!important}
footer .footer-grid b,footer .footer-grid a{color:#fff!important}footer .footer-grid a:hover{color:var(--brand-yellow)!important}
.footer-brand img{filter:none}.network span{color:#fff!important}.network img{filter:none}
.copyright{border-top-color:rgba(255,255,255,.28)!important;color:#fff!important}

/* Cabeçalho com a mesma assinatura branca e amarela do rodapé */
.brand{width:118px;height:76px;background:transparent;padding:0;border-radius:0;box-shadow:none}
.brand img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 3px 7px rgba(0,0,0,.28))}
@media(max-width:850px){.brand{width:106px;height:68px}}
@media(max-width:560px){.brand{width:94px;height:62px;padding:0}}

/* Mapa exato e acesso às avaliações públicas */
.map-wrap{position:relative;min-height:480px}.map-wrap iframe{display:block;height:100%;min-height:480px}.map-link{position:absolute;left:18px;bottom:18px;background:var(--brand-blue);color:#fff;border:3px solid #fff;border-radius:7px;padding:13px 16px;font-size:12px;font-weight:900;box-shadow:0 8px 24px #00152f55}.map-link:hover{background:var(--brand-yellow);color:var(--brand-blue)}
.reviews{background:linear-gradient(145deg,#f5f7f9 0%,#e3e7eb 58%,#fff 100%);padding-top:82px;padding-bottom:82px}.reviews-top{display:grid;grid-template-columns:1fr auto;align-items:end;gap:48px;margin-bottom:34px}.reviews-top p{color:#536579;line-height:1.7;max-width:650px}.rating-summary{display:flex;align-items:center;gap:18px;background:var(--brand-blue);color:#fff;border-bottom:6px solid var(--brand-yellow);padding:20px 26px;box-shadow:0 14px 35px #021e5028}.rating-summary>strong{font-size:50px;line-height:1}.rating-summary>div{display:flex;flex-direction:column;gap:5px}.rating-summary small{color:#fff;font-weight:800}.review-stars{color:var(--brand-yellow);font-size:20px;letter-spacing:2px}.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.review-card{background:#fff;border-top:5px solid var(--brand-yellow);padding:25px;box-shadow:0 14px 34px #021e5014}.review-card-head{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--brand-blue);color:#fff;font-weight:900}.review-card-head>div{display:flex;flex-direction:column}.review-card-head strong{color:var(--brand-blue);font-size:15px}.review-card-head span{color:#708095;font-size:11px}.review-card .review-stars{margin:16px 0 8px;font-size:17px}.review-card p{margin:0;color:#3e5064;line-height:1.65;font-size:14px}.reviews-actions{display:flex;justify-content:center;margin-top:30px}
@media(max-width:850px){.reviews-top{grid-template-columns:1fr;align-items:start;gap:22px}.rating-summary{width:max-content}.reviews-grid{grid-template-columns:1fr}}
@media(max-width:560px){.map-link{left:10px;right:10px;bottom:10px;text-align:center}.reviews{padding-top:68px;padding-bottom:68px}.rating-summary{width:100%;padding:17px 20px}.rating-summary>strong{font-size:43px}.review-card{padding:21px 18px}.reviews-actions .btn{width:100%;text-align:center}}

/* Hero aprovado: fachada real, composição azul/amarelo e produtos do catálogo */
.topbar{position:relative;height:112px;background:linear-gradient(110deg,#03265b,#064785 58%,#03265b);border-bottom:5px solid var(--brand-yellow)}
.nav{max-width:1440px}.brand{width:190px;height:100px}.brand img{width:188px;height:96px}.nav nav{gap:38px;font-size:15px}.nav .btn.small{gap:9px;align-items:center;padding:17px 25px;border-radius:12px;font-size:15px}
.hero{min-height:calc(100vh - 112px);background-image:linear-gradient(90deg,rgba(2,30,80,.97) 0%,rgba(2,43,91,.87) 36%,rgba(3,56,109,.46) 67%,rgba(2,30,80,.22) 100%),linear-gradient(180deg,rgba(2,30,80,.12),rgba(2,30,80,.28)),url('../assets/img/fachada-floramar-real.jpeg');background-position:center,center,center 22%;background-size:cover;background-repeat:no-repeat}
.hero:after{position:absolute;left:0;right:0;bottom:0;height:10px;background:var(--brand-yellow);content:"";display:block}.hero-grid{width:min(1440px,calc(100% - 64px));min-height:calc(100vh - 112px);grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:36px;align-items:center;padding:66px 0 42px}.hero-copy{max-width:790px}.hero-copy .eyebrow{font-size:15px;margin-bottom:22px}.hero-copy h1{font-size:clamp(54px,5.1vw,82px);line-height:.98;max-width:840px;text-wrap:balance}.hero-copy h1 mark{color:var(--brand-yellow);background:transparent}.hero-copy>p{max-width:650px;font-size:19px;line-height:1.55}.hero-actions{margin:32px 0 36px;gap:16px}.hero-actions .btn{align-items:center;gap:10px;border-radius:10px;padding:17px 24px;font-size:16px}.hero-actions .ghost{border:2px solid #fff;box-shadow:none}.trust{gap:36px}.trust span{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;color:#fff;font-size:13px;line-height:1.35}.trust b{grid-row:1 / span 2;color:var(--brand-yellow);font-size:25px}.hero-visual{height:600px;align-self:end}.yellow-card{position:absolute;right:0;top:130px;width:245px;min-height:245px;padding:25px 24px;border-radius:14px;background:linear-gradient(145deg,#ffdf32,#f8c624);color:var(--brand-blue);box-shadow:0 18px 45px #00153773;display:flex;flex-direction:column;z-index:3}.yellow-card>span{font-size:42px;line-height:1}.yellow-card strong{font-size:32px;line-height:1.02;margin:6px 0 12px}.yellow-card small{font-size:13px;line-height:1.25}.hero-products{position:absolute;right:-40px;bottom:0;width:590px;height:300px;z-index:2}.hero-products:after{content:"";position:absolute;left:-45px;right:-100px;bottom:-55px;height:170px;background:linear-gradient(170deg,var(--brand-yellow) 0%,#ffe26d 100%);border-radius:60% 0 0 0;z-index:-1;box-shadow:0 -10px 35px #001d4a26}.hero-product{position:absolute;display:block;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 13px 10px #00153666)}.hero-product-floor{left:0;bottom:10px;width:210px;height:155px;object-fit:cover;object-position:center 82%;clip-path:polygon(12% 22%,85% 0,100% 76%,22% 100%)}.hero-product-bag{left:165px;bottom:20px;width:205px;height:260px}.hero-product-paint{right:0;bottom:13px;width:205px;height:235px}
@media(max-width:1100px){.nav nav{gap:20px}.hero-grid{grid-template-columns:minmax(0,1fr) 360px}.hero-copy h1{font-size:58px}.hero-products{right:-120px}.yellow-card{right:-15px}}
@media(max-width:850px){.topbar{height:86px}.nav{height:82px}.brand{width:156px;height:78px}.brand img{width:152px;height:74px}.hero{min-height:auto;background-position:center,center,60% top}.hero-grid{width:min(100% - 34px,680px);min-height:auto;grid-template-columns:1fr;padding:68px 0 0;gap:24px}.hero-copy{max-width:650px}.hero-copy h1{font-size:clamp(46px,9vw,64px)}.hero-visual{height:390px;width:100%}.yellow-card{top:20px;right:0;width:205px;min-height:210px;padding:20px}.yellow-card strong{font-size:27px}.hero-products{right:-80px;width:520px;height:270px}.hero-product-floor{width:185px}.hero-product-bag{left:145px;width:180px;height:230px}.hero-product-paint{width:185px;height:215px}}
@media(max-width:560px){.topbar{height:78px}.nav{height:74px}.brand{width:116px;height:68px}.brand img{width:114px;height:64px}.nav .btn.small{padding:10px 11px;font-size:11px;border-radius:8px}.hero{background-image:linear-gradient(180deg,rgba(2,30,80,.91) 0%,rgba(2,30,80,.86) 56%,rgba(2,30,80,.47) 100%),url('../assets/img/fachada-floramar-real.jpeg');background-position:center,center top}.hero-grid{width:calc(100% - 28px);padding:52px 0 0}.hero-copy .eyebrow{font-size:12px}.hero-copy h1{font-size:clamp(40px,12vw,53px);line-height:1.01}.hero-copy h1 br{display:none}.hero-copy h1 mark:before{content:" "}.hero-copy>p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;margin:25px 0}.hero-actions .btn{width:100%;font-size:14px}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.trust span{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:10px}.trust b{font-size:20px}.hero-visual{height:330px}.yellow-card{top:25px;right:0;width:165px;min-height:175px;padding:15px;border-radius:10px}.yellow-card>span{font-size:28px}.yellow-card strong{font-size:22px}.yellow-card small{font-size:10px}.hero-products{right:-95px;width:420px;height:215px}.hero-products:after{left:-30px}.hero-product-floor{left:0;width:135px;height:105px}.hero-product-bag{left:105px;width:145px;height:180px}.hero-product-paint{right:10px;width:145px;height:165px}}

/* Desktop: aplicação direta da composição aprovada, sem reconstrução visual */
@media(min-width:851px){
 main{position:relative}
 main:before{content:"";position:absolute;z-index:0;inset:0 0 auto;height:56.28vw;background:url('../assets/img/hero-floramar-aprovado.png') center top/100% auto no-repeat;pointer-events:none}
 .topbar{position:relative;top:auto;z-index:2;height:6.76vw;min-height:92px;max-height:114px;background:transparent;border:0;box-shadow:none}
 .topbar .nav{width:86%;max-width:none;height:100%;opacity:0}
 .hero{position:relative;z-index:1;min-height:0;height:49.52vw;max-height:832px;background:none}
 .hero:after{display:none}
 .hero-grid{width:86%;min-height:0;height:100%;padding:0;opacity:0}
 .topbar .nav,.hero-grid{pointer-events:none}
 .topbar a,.hero a{pointer-events:auto}
 .nav .btn.small{position:absolute;left:78.3vw;top:1.5vw;width:14.5vw;height:3.8vw}
 .hero-actions{position:absolute;left:0;top:31.7vw;margin:0;gap:.95vw}
 .hero-actions .btn{width:17.2vw;height:4vw}
 .hero-actions .btn.ghost{width:16.3vw}
 .floating{position:absolute;top:calc(56.28vw + 22px);bottom:auto}
}

/* Estrutura unificada: fotografia separada de navegação e ações reais */
main:before{display:none!important}
.topbar{position:sticky;top:0;z-index:40;height:98px;min-height:0;max-height:none;background:linear-gradient(110deg,#03265b,#064785 58%,#03265b);border-bottom:5px solid var(--brand-yellow);box-shadow:0 8px 28px rgba(2,30,80,.22)}
.topbar .nav{width:min(1380px,calc(100% - 48px));max-width:none;height:100%;opacity:1;pointer-events:auto}.topbar .brand{width:176px;height:84px}.topbar .brand img{width:172px;height:80px}.nav nav{gap:38px}.nav .btn.small{position:static;width:auto;height:auto;padding:16px 24px;border-radius:12px}
.hero{position:relative;z-index:1;height:auto;min-height:720px;max-height:none;background-image:linear-gradient(90deg,rgba(2,30,80,.97) 0%,rgba(2,38,82,.89) 38%,rgba(3,55,105,.43) 72%,rgba(2,30,80,.22) 100%),linear-gradient(180deg,rgba(2,30,80,.08),rgba(2,30,80,.26)),url('../assets/img/fachada-floramar-completa.jpeg');background-size:cover;background-position:center,center,center 43%;background-repeat:no-repeat}
.hero:after{display:block;height:9px;background:var(--brand-yellow)}
.hero-grid{width:min(1380px,calc(100% - 48px));height:auto;min-height:720px;padding:62px 0 36px;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);opacity:1;pointer-events:auto}.hero-copy{max-width:790px}.hero-copy h1{font-size:clamp(55px,5.2vw,82px)}
.hero-actions{position:static;margin:32px 0 36px;gap:16px}.hero-actions .btn,.hero-actions .btn.ghost{width:auto;height:auto}.hero-visual{height:560px}.yellow-card{top:90px;right:0}
.hero-products{right:-20px;bottom:-4px;width:570px}.hero-products:after{right:-80px}.hero-product{mix-blend-mode:normal;background:#fff;border-radius:12px;padding:8px;filter:drop-shadow(0 14px 15px #00153670)}.hero-product-floor{display:none}.hero-product-bag{left:115px;bottom:18px;width:200px;height:255px}.hero-product-paint{right:15px;bottom:14px;width:205px;height:235px}
.section,.products-section,.calculator{padding:92px 0}.section-head{margin-bottom:42px}.section-head h2,.calc-intro h2{color:var(--brand-blue)}.section-head .eyebrow{margin-bottom:12px}
.category-grid{border:0;gap:16px}.category{border:1px solid #d9e3ed;border-radius:16px;min-height:245px;box-shadow:0 10px 28px #021e500b}.category:hover{border-color:var(--brand-yellow)}
.products-section{background:linear-gradient(180deg,#f2f6fa,#e5edf5)}.product{border:1px solid #d5e0eb;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #021e5010}.product-copy{border-top:4px solid var(--brand-yellow)}
.calculator{background:linear-gradient(125deg,#021e50 0%,#06447d 64%,#0877ad 100%)}.calculator .calc-intro h2{color:#fff}.calc-card{border-radius:18px;border-top:7px solid var(--brand-yellow)}
.stores{background:#f6f9fc}.store-list article,.phones,.store-grid iframe{border-radius:14px}.reviews{background:#fff}.review-card{border-radius:14px;border-top-width:6px}.cta{border-top:8px solid #fff;background:linear-gradient(120deg,#f8c624,#ffe875)}
.footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.footer-social{display:inline-flex!important;width:max-content;padding:11px 16px;border-radius:9px;font-weight:800;color:#fff!important}.footer-social.whatsapp{background:#159447}.footer-social.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045)}.footer-social:hover{filter:brightness(.93)}
.brand-icon{width:21px;height:21px;display:block;flex:0 0 auto}.footer-social{align-items:center;gap:8px}.copyright a{font-weight:800;color:var(--brand-yellow);text-decoration:underline;text-underline-offset:3px}.copyright a:hover{color:#fff}
.footer-socials .footer-social{width:44px;height:44px;padding:0;align-items:center;justify-content:center;border-radius:50%}.footer-socials .brand-icon{width:24px;height:24px}
@media(max-width:1100px){.topbar .nav,.hero-grid{width:calc(100% - 36px)}.nav nav{gap:22px}.hero-grid{grid-template-columns:minmax(0,1fr) 350px}.hero-products{right:-105px}}
@media(max-width:850px){.topbar{height:84px}.topbar .nav{width:calc(100% - 28px)}.topbar .brand{width:148px;height:76px}.topbar .brand img{width:144px;height:72px}.nav .btn.small{position:static;width:auto;height:auto}.hero{min-height:auto;background-position:center,center,55% center}.hero-grid{width:calc(100% - 32px);min-height:auto;height:auto;grid-template-columns:1fr;padding:64px 0 0;opacity:1}.hero-visual{height:390px}.hero-products{right:-65px}}
@media(max-width:560px){.topbar{height:78px}.topbar .nav{width:calc(100% - 22px)}.topbar .brand{width:124px;height:68px}.topbar .brand img{width:120px;height:64px}.hero{background-image:linear-gradient(180deg,rgba(2,30,80,.93),rgba(2,30,80,.80)),url('../assets/img/fachada-floramar-completa.jpeg');background-position:center,center}.hero-grid{width:calc(100% - 28px);padding-top:48px}.hero-visual{height:330px}.hero-products{right:-70px}.hero-product-bag{left:95px;width:145px;height:180px}.hero-product-paint{right:8px;width:145px;height:165px}.category-grid{gap:12px}.section,.products-section,.calculator{padding:70px 0}}

/* Desktop final: composição aprovada no hero + navegação real e simplificada */
@media(min-width:851px){
 .topbar{height:6.76vw;min-height:96px;max-height:113px}
 .topbar .nav{width:min(1440px,calc(100% - 200px))}
 .topbar .brand{width:174px;height:92px}.topbar .brand img{width:170px;height:88px}
 .hero{height:49.52vw;min-height:0;max-height:832px;background-image:url('../assets/img/hero-floramar-sem-botoes.png');background-size:100vw auto;background-position:center -6.76vw;background-repeat:no-repeat}
 .hero:after{display:none}
 .hero-grid{position:relative;width:100%;height:100%;min-height:0;padding:0;display:block;opacity:1}
 .hero-copy{opacity:1;visibility:hidden;pointer-events:none}.hero-visual{display:none}
 .hero-actions{position:absolute;z-index:4;left:7.05vw;top:31.7vw;display:flex;margin:0;gap:clamp(12px,.95vw,16px);opacity:1;visibility:visible;pointer-events:auto}
 .hero-actions .btn{display:inline-flex;width:clamp(230px,17.2vw,288px);height:clamp(56px,4vw,67px);align-items:center;justify-content:center;gap:10px;padding:0;white-space:nowrap;pointer-events:auto}
 .hero-actions .btn.ghost{width:clamp(220px,16.3vw,273px)}
}
@media(max-width:850px){.hero-products{display:none}.hero-visual{height:280px}.yellow-card{top:28px}}
@media(max-width:560px){.hero-visual{height:235px}.yellow-card{top:22px}}
@media(min-width:851px) and (max-width:1100px){.topbar .nav{width:calc(100% - 36px)}.topbar .nav nav{display:flex;margin-left:auto;gap:clamp(18px,3vw,30px);font-size:14px}.hero-actions .btn{width:17.2vw;height:4vw;min-height:38px;font-size:clamp(11px,1.15vw,13px);gap:7px}.hero-actions .btn.ghost{width:16.3vw}.hero-actions .brand-icon{width:clamp(16px,1.6vw,19px);height:clamp(16px,1.6vw,19px)}}
@media(min-width:701px) and (max-width:850px){.topbar .nav nav{display:flex;margin-left:auto;gap:clamp(13px,2.5vw,21px);font-size:12px}.topbar .brand{width:132px;height:72px}.topbar .brand img{width:128px;height:68px}}

/* CTAs reais sobre a arte sem botões gravados */
html,body{overflow-x:clip}.hero{cursor:default}.hero .hero-actions .btn{cursor:default;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.hero .hero-actions .btn:first-child{background:linear-gradient(135deg,#f8c624,#ffe875);color:var(--brand-blue);box-shadow:0 8px 20px rgba(2,30,80,.28)}.hero .hero-actions .btn.ghost{background:#07386d;color:#fff;border:2px solid #fff;box-shadow:0 8px 20px rgba(2,30,80,.22)}.hero .hero-actions .btn:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(2,30,80,.38)}.hero .hero-actions .btn:first-child:hover{background:linear-gradient(135deg,#ffe05a,#fff0a0);color:var(--brand-blue);outline:0}.hero .hero-actions .btn.ghost:hover{background:#0b4d8d;color:#fff;border-color:#ffe875}.hero .hero-actions .btn:active{transform:translateY(1px) scale(.98);box-shadow:0 4px 10px rgba(2,30,80,.3)}.hero .hero-actions .btn:focus-visible{outline:4px solid #fff;outline-offset:4px}

/* Navegação completa também no mobile */
@media(max-width:700px){.topbar{height:126px}.topbar .nav{width:calc(100% - 28px);height:122px;display:grid;grid-template-columns:1fr;grid-template-rows:76px 42px;gap:0;align-items:center}.topbar .brand{width:124px;height:72px;justify-self:start}.topbar .brand img{width:120px;height:68px}.topbar .nav nav{display:flex;width:100%;margin:0;justify-content:space-between;align-items:center;gap:10px;color:#fff;font-size:clamp(10px,3vw,12px);white-space:nowrap}.topbar .nav nav a{padding:10px 0}}

.site-chrome{position:sticky;top:0;z-index:100}.site-chrome .topbar{position:relative;top:auto}

/* Campanha Rede Construir */
.campaign-highlight{padding:72px 0;background:linear-gradient(135deg,#03265b 0%,#0755a4 62%,#087bd0 100%);color:#fff;border-top:8px solid var(--brand-yellow);border-bottom:8px solid var(--brand-yellow)}.campaign-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.72fr);gap:70px;align-items:center}.campaign-copy{max-width:610px}.campaign-kicker{display:block;color:var(--brand-yellow);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}.campaign-copy h2{color:#fff;font-size:clamp(42px,5vw,66px);margin-bottom:22px}.campaign-copy p{font-size:18px;line-height:1.65;color:#eaf4ff}.campaign-copy p strong{color:var(--brand-yellow)}.campaign-prizes{display:flex;gap:12px;margin:28px 0}.campaign-prizes span{min-width:128px;padding:14px 16px;border:2px solid var(--brand-yellow);border-radius:12px;background:#fff;color:var(--brand-blue);font-size:18px;font-weight:900}.campaign-prizes b{display:block;font-size:11px;text-transform:uppercase}.campaign-copy small{display:block;max-width:540px;color:#d7e9fb;line-height:1.55}.campaign-art{margin:0;justify-self:end;width:min(100%,510px);padding:10px;background:#fff;border-radius:18px;box-shadow:0 24px 55px rgba(0,18,52,.45)}.campaign-art img{display:block;width:100%;height:auto;border-radius:11px}.campaign-art figcaption{padding:9px 4px 2px;color:#52677f;font-size:10px;text-align:center;text-transform:uppercase;letter-spacing:.08em}@media(max-width:850px){.campaign-highlight{padding:56px 0}.campaign-grid{grid-template-columns:1fr;gap:38px}.campaign-copy{max-width:none}.campaign-art{justify-self:center;width:min(100%,560px)}}@media(max-width:560px){.campaign-highlight{padding:44px 0}.campaign-copy h2{font-size:40px}.campaign-copy p{font-size:16px}.campaign-prizes{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.campaign-prizes span{min-width:0;padding:11px 8px;font-size:15px}.campaign-art{padding:6px;border-radius:12px}.campaign-art img{border-radius:8px}}
