:root{--bg:#ffffff;--text:#171b20;--muted:#6a717b;--graphite:#10151c;--concrete2:#f6f3ed;--blue:#132b4f;--gold:#d6a12b;--gold2:#f2c14e;--radius:28px;--shadow:0 24px 70px rgba(16,21,28,.14);--soft:0 12px 38px rgba(16,21,28,.08);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:absolute;left:-999px;top:12px;background:var(--gold2);color:#000;padding:10px 14px;border-radius:999px;z-index:999}.skip:focus{left:12px}
.header{position:fixed;top:0;left:0;width:100%;z-index:100;color:white;padding:16px 0;transition:.25s ease}.header.scrolled{background:rgba(16,21,28,.92);backdrop-filter:blur(16px);box-shadow:0 18px 46px rgba(0,0,0,.18);padding:10px 0}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.logo img{width:180px;height:auto;max-height:72px;object-fit:contain}.nav{display:flex;align-items:center;gap:24px;font-weight:800;font-size:.94rem}.nav a{opacity:.92;transition:.2s}.nav a:hover{opacity:1;color:var(--gold2)}.nav__btn{background:var(--gold2);color:#111!important;padding:12px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(214,161,43,.25)}.menu-btn{display:none;background:rgba(255,255,255,.13);color:white;border:0;border-radius:14px;width:46px;height:46px}.menu-btn span{display:block;width:22px;height:2px;background:currentColor;margin:5px auto}
.hero{min-height:790px;display:grid;align-items:center;position:relative;color:#fff;overflow:hidden;padding:150px 0 92px}.hero__bg{position:absolute;inset:0;background:linear-gradient(100deg,rgba(16,21,28,.92),rgba(16,21,28,.55),rgba(19,43,79,.42)),url("../img/hero-wa-blocos.webp") center/cover no-repeat;z-index:-2;transform:scale(1.04)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(0deg,#fff,transparent);z-index:-1}.hero__content{max-width:850px}.tag,.kicker{display:inline-block;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--gold2)}
h1,h2,h3{font-family:Manrope,Inter,sans-serif;line-height:1.04;letter-spacing:-.045em;margin:0}h1{font-size:clamp(3rem,7vw,6.2rem);max-width:940px}.hero__text{font-size:1.2rem;color:rgba(255,255,255,.86);max-width:690px;margin:24px 0 34px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;border-radius:999px;font-weight:950;transition:.22s;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--gold2);color:#111;box-shadow:0 18px 42px rgba(242,193,78,.25)}.btn--outline{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}
.numbers{margin-top:-58px;position:relative;z-index:2}.numbers__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.numbers article{background:white;border-radius:24px;padding:26px;box-shadow:var(--soft);border:1px solid rgba(16,21,28,.06)}.numbers strong{display:block;font:900 2rem/1 Manrope;color:var(--blue);letter-spacing:-.05em}.numbers span{font-weight:800;color:var(--muted)}
.section{padding:108px 0}.section--soft{background:var(--concrete2)}.section__head{max-width:780px;margin:0 auto 44px;text-align:center}.section__head h2{font-size:clamp(2.1rem,4.4vw,3.8rem)}.section__head p{color:var(--muted);font-size:1.06rem;margin:16px 0 0}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid rgba(16,21,28,.07);border-radius:var(--radius);box-shadow:var(--soft);overflow:hidden;transition:.23s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product img{width:100%;height:310px;object-fit:cover;background:#ddd}.product div{padding:24px}.product h3{font-size:1.34rem;margin-bottom:10px}.product p,.feature p,.timeline p{color:var(--muted);margin:0 0 18px}.product a{font-weight:950;color:var(--blue)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:26px}.feature span{display:grid;place-items:center;width:46px;height:46px;background:var(--graphite);color:var(--gold2);border-radius:14px;font-weight:950;margin-bottom:20px}.feature h3{font-size:1.2rem;margin-bottom:10px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.timeline article{padding:28px;border-radius:28px;background:linear-gradient(180deg,#fff,var(--concrete2));border:1px solid rgba(16,21,28,.07);box-shadow:var(--soft)}.timeline span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--gold2);color:#111;font-weight:950;margin-bottom:36px}.timeline h3{font-size:1.28rem;margin-bottom:8px}
.gallery-section{background:linear-gradient(135deg,var(--graphite),var(--blue));color:#fff}.section__head--light p{color:rgba(255,255,255,.72)}.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.gallery a:first-child{grid-row:span 2}.gallery img{width:100%;height:280px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.12);box-shadow:0 26px 80px rgba(0,0,0,.25);transition:.22s}.gallery a:first-child img{height:578px}.gallery img:hover{transform:scale(1.015)}
.social-icons{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.social-icon{width:82px;height:82px;border-radius:28px;display:grid;place-items:center;background:#fff;color:var(--graphite);border:1px solid rgba(16,21,28,.08);box-shadow:var(--soft);transition:.22s}.social-icon:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.social-icon svg{width:38px;height:38px;fill:currentColor}.social-icon--instagram:hover{color:#d62976}.social-icon--tiktok:hover{color:#000}.social-icon--facebook:hover{color:#1877f2}.social-note{text-align:center;margin-top:30px}.social-note a,.text-link,.map-link{color:var(--blue)!important;font-weight:950;text-decoration:underline;text-underline-offset:5px}.map-link{display:inline-block!important;margin-top:8px}
.faq{background:var(--concrete2)}details{max-width:900px;margin:0 auto 14px;background:white;border-radius:22px;padding:22px 24px;box-shadow:var(--soft);border:1px solid rgba(16,21,28,.06)}summary{font-weight:950;cursor:pointer}details p{color:var(--muted)}
.cta{padding:106px 0;background:linear-gradient(135deg,rgba(16,21,28,.94),rgba(19,43,79,.88)),url("../img/estoque-blocos-close.webp") center/cover;color:#fff}.cta__box{text-align:center;max-width:860px}.cta h2{font-size:clamp(2.2rem,5vw,4.4rem)}.cta p{font-size:1.15rem;color:rgba(255,255,255,.82);margin:18px 0 28px}
.footer{background:#0c1015;color:rgba(255,255,255,.76);padding:64px 0 24px}.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr .7fr;gap:34px}.footer__logo{width:220px;border-radius:18px;margin-bottom:18px}.footer h3{color:#fff;font-size:1rem}.footer a{display:block;color:rgba(255,255,255,.78);margin:7px 0}.footer .map-link{color:var(--gold2)!important}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;font-size:.9rem}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:120;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#fff;box-shadow:0 18px 38px rgba(0,0,0,.24);transition:.22s}.whatsapp:hover{transform:translateY(-3px) scale(1.03);background:#16a34a}.whatsapp svg{width:34px;height:34px;fill:currentColor}.top{position:fixed;right:22px;bottom:88px;width:48px;height:48px;border:0;border-radius:50%;background:var(--graphite);color:white;z-index:120;box-shadow:0 18px 38px rgba(0,0,0,.24);opacity:0;pointer-events:none;transform:translateY(10px);transition:.22s}.top.show{opacity:1;pointer-events:auto;transform:translateY(0)}
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}[data-reveal].visible{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(max-width:1050px){.products{grid-template-columns:repeat(2,1fr)}.features,.timeline,.numbers__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.menu-btn{display:block}.nav{position:absolute;top:82px;left:20px;right:20px;display:grid;gap:0;background:rgba(16,21,28,.97);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:14px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-10px);transition:.22s}.nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a{padding:13px;border-radius:14px}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}.logo img{width:150px}.hero{min-height:auto;padding:130px 0 76px}.hero__actions,.btn{width:100%}.numbers__grid,.products,.features,.timeline,.gallery,.footer__grid{grid-template-columns:1fr}.section{padding:78px 0}.product img{height:280px}.gallery a:first-child{grid-row:auto}.gallery a:first-child img,.gallery img{height:300px}.whatsapp{right:14px;bottom:14px;width:58px;height:58px}.top{bottom:82px}}
