/* Landing premium — SÓ as seções da home (hero, categorias, produtos, oferta,
   marcas, CTA da loja e chat). O chrome (topbar/cabeçalho/benefícios/rodapé)
   vem de chrome.css + template-parts/chrome-*.php.
   Tokens de marca (--gold, --gold-dark, --whats-green…) vêm de tokens.css. */
:root{--black:#111;--black-2:#1a1a1a;--white:#fff;--gray:#f5f5f3;--text:#242424;--muted:#6d6d6d;--green:var(--whats-green);--border:#e7e7e3;--shadow:0 18px 45px rgba(17,17,17,.1);--radius:16px;--container:1240px;--chat--color-primary:#111;--chat--color-secondary:var(--gold);--chat--color-secondary-shade-50:var(--gold-dark);--chat--toggle--background:var(--gold);--chat--toggle--hover--background:var(--gold-dark);--chat--toggle--active--background:var(--gold-dark);--chat--toggle--color:#111;--chat--header--background:#111;--chat--header--color:var(--gold);--chat--message--user--background:var(--gold);--chat--message--user--color:#111;--chat--border-radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Inter,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero{min-height:590px;display:flex;align-items:center;position:relative;background:#10100f url("../images/hero-ferramentas.webp") center/cover no-repeat;color:#fff}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.28),transparent 60%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 40%)}.hero-content{position:relative;z-index:1}.hero-copy{width:55%;max-width:680px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.eyebrow::before{content:"";width:28px;height:3px;background:currentColor}.hero h1,.section h2,.offer-copy h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;line-height:.93;margin:17px 0}.hero h1{font-size:clamp(55px,6vw,84px);letter-spacing:-1px}.hero h1 em,.offer-copy h2 em{color:var(--gold);font-style:normal}.hero-copy>p{max-width:570px;color:#c8c8c8;font-size:16px;line-height:1.75}.hero-buttons{display:flex;gap:13px;margin:30px 0}.btn{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:6px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.3px;transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}.btn svg{width:17px;height:17px}.btn-primary{background:var(--gold);color:#111}.btn-primary:hover{background:var(--gold-light);box-shadow:0 10px 22px rgba(var(--gold-rgb),.2)}.btn-outline{border-color:#777;color:#fff}.btn-outline:hover{background:#fff;color:#111;border-color:#fff}.btn-dark{background:#111;color:#fff}.btn-dark:hover{background:var(--gold);color:#111}.hero-trust{display:flex;align-items:center;gap:19px;color:#aaa;font-size:12px}.hero-trust b{color:#fff;font-size:13px}.hero-trust i{height:28px;width:1px;background:#494949}
.section{padding:90px 0}.categories{background:#f7f7f5}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section h2{font-size:42px;margin:9px 0 0;color:#111;letter-spacing:-.3px}.section-heading>a{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:800;text-transform:uppercase;border-bottom:1px solid #222;padding-bottom:3px}.section-heading>a svg{width:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{position:relative;min-height:218px;padding:28px 20px;background:#fff;border:1px solid #e9e9e5;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.category-card::after{content:"";position:absolute;bottom:0;left:50%;width:0;height:4px;background:var(--gold);transition:left .3s ease,width .3s ease}.category-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}.category-card:hover::after{left:0;width:100%}.category-card>span{width:72px;height:72px;margin:0 auto 18px;display:grid;place-items:center;background:#fff9e9;border-radius:50%;color:var(--gold-dark)}.category-card svg{width:34px;height:34px;stroke-width:1.5}.category-card h3{font-family:"Barlow Condensed",sans-serif;font-size:19px;line-height:1.1;text-transform:uppercase;margin:0 0 10px}.category-card small{color:#999;font-size:12px}
.products-section{background:#fff}.tabs{display:flex;gap:6px}.tabs button{border:0;background:#f2f2ef;border-radius:5px;padding:9px 15px;font-size:12px;font-weight:800;text-transform:uppercase}.tabs button.active,.tabs button:hover{background:#111;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;border:1px solid var(--border);background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card.is-hidden{display:none}.product-image{height:270px;padding:22px;background:#f7f7f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.07)}.product-info{padding:20px}.product-info>small{color:var(--gold-dark);font-size:11px;font-weight:700;text-transform:uppercase}.product-info h3{height:42px;margin:8px 0 8px;font-size:13px;line-height:1.55}.price{display:block;font-family:"Barlow Condensed",sans-serif;font-size:27px;color:#111;line-height:1.1}.product-info p{font-size:12px;color:#777;margin:4px 0 16px}.add-cart{width:100%;height:43px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:5px;background:#111;color:#fff;text-transform:uppercase;font-size:12px;font-weight:800;transition:background-color .2s ease-out,color .2s ease-out}.add-cart:hover,.add-cart.added{background:var(--gold);color:#111}.add-cart svg{width:16px}.center{text-align:center;margin-top:40px}
.offer-strip{position:relative;overflow:hidden;background:#141414;color:#fff}.offer-strip::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(var(--gold-rgb),.18),transparent 38%),linear-gradient(115deg,transparent 0 52%,rgba(255,255,255,.025) 52% 53%,transparent 53%)}.offer-strip>.container{position:relative;min-height:470px;display:grid;grid-template-columns:45% 55%;align-items:center}.offer-copy{padding:65px 0}.offer-copy h2{font-size:57px}.offer-copy p{color:#999;font-size:12px}.offer-image{height:470px;position:relative;display:flex;align-items:center;justify-content:center}.offer-image img{height:95%;width:90%;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.45))}
.center-heading{justify-content:center;text-align:center}.center-heading .eyebrow{justify-content:center}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--border)}.brand-grid span{height:100px;display:grid;place-items:center;border-right:1px solid var(--border);font-family:"Barlow Condensed";font-size:22px;font-weight:800;color:#777;filter:grayscale(1);transition:color .2s ease-out,background-color .2s ease-out,filter .2s ease-out}.brand-grid span:last-child{border:0}.brand-grid span:hover{color:#111;background:#fff9e9;filter:none}
.chat-window{font-family:Inter,Arial,sans-serif!important}.chat-window-toggle{box-shadow:0 12px 30px rgba(0,0,0,.25)!important}
.quote-price{margin-top:27px}.quote-button{background:#111;color:#fff}.quote-button svg{color:var(--green)}.quote-button:hover svg{color:#111}.product-card{padding:10px;border-radius:14px}.product-image{border-radius:10px}.product-info{padding:20px 10px 10px}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(3,1fr)}.brand-grid span:nth-child(3){border-right:0}.brand-grid span:nth-child(-n+3){border-bottom:1px solid var(--border)}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--container))}.hero{min-height:610px;background-position:62% center}.hero::after{background:linear-gradient(90deg,rgba(5,5,5,.92) 0,rgba(5,5,5,.75) 70%,rgba(5,5,5,.4)),linear-gradient(0deg,rgba(0,0,0,.4),transparent)}.hero-copy{width:100%}.hero h1{font-size:51px}.hero-copy>p{font-size:14px}.hero-buttons{flex-direction:column;align-items:stretch;max-width:340px}.hero-trust{gap:10px}.section{padding:65px 0}.section-heading{align-items:flex-start}.section h2{font-size:35px}.section-heading>a{margin-top:15px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:195px;padding:22px 12px}.tabs{width:100%;overflow-x:auto;margin-top:20px}.products-section .section-heading{display:block}.product-grid{grid-template-columns:1fr}.product-card{max-width:410px;margin:auto;width:100%}.product-image{height:310px}.offer-strip>.container{grid-template-columns:1fr}.offer-copy{padding:65px 0 20px}.offer-copy h2{font-size:47px}.offer-image{height:330px}.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-grid span{height:80px;font-size:18px;border-bottom:1px solid var(--border)!important}.brand-grid span:nth-child(odd){border-right:1px solid var(--border)!important}.brand-grid span:nth-child(even){border-right:0}}
@media(max-width:390px){.category-grid{gap:8px}.category-card h3{font-size:17px}.hero h1{font-size:45px}.hero-trust{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.chat-window{transition:opacity .01s linear!important}}
:root{--chat--toggle--hover--background:var(--gold-light);--chat--toggle--size:70px;--chat--header--padding:12px 16px;--chat--header--min-height:auto;--chat--heading--font-size:1.35rem;--chat--subtitle--font-size:.75rem;--chat--subtitle--line-height:1.2}.chat-header{min-height:0!important;padding:12px 16px!important}.chat-heading{gap:2px!important}.chat-heading h1,.chat-heading h2,.chat-heading p{margin-top:0!important;margin-bottom:2px!important;line-height:1.15!important}.chat-window-toggle{width:70px!important;height:70px!important;border:3px solid #111!important;box-shadow:0 0 0 0 rgba(var(--gold-rgb),.6),0 12px 30px rgba(0,0,0,.3)!important;animation:chat-attention 2s ease-in-out infinite}.chat-window-toggle:hover{transform:scale(1.08)!important}.chat-window-toggle svg{width:31px!important;height:31px!important}@keyframes chat-attention{0%,100%{box-shadow:0 0 0 0 rgba(var(--gold-rgb),.55),0 12px 30px rgba(0,0,0,.3)}50%{box-shadow:0 0 0 12px rgba(var(--gold-rgb),0),0 15px 34px rgba(0,0,0,.38)}}
@media(prefers-reduced-motion:reduce){.chat-window-toggle{animation:none}}
.product-card{display:flex;flex-direction:column}.product-info{display:flex;flex:1;flex-direction:column}.product-info h3{height:auto;min-height:42px}.product-info p{margin-bottom:16px}.quote-button{margin-top:auto}.offer-copy>p{max-width:530px;font-size:13px;line-height:1.8}
body{background:#ecece8}.categories{background:linear-gradient(180deg,#f1f1ed 0%,#e8e8e3 100%)}.products-section{background:#e4e4df;border-top:1px solid #d8d8d2;border-bottom:1px solid #d3d3cd}.products-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(var(--gold-rgb),.08),transparent 27%);pointer-events:none}.products-section{position:relative}.products-section>.container{position:relative}.product-card{border-color:#d9d9d3;box-shadow:0 4px 16px rgba(17,17,17,.055)}.product-image{background:#f5f5f2}.brands{background:#f2f2ee}.brand-grid{background:#fff}
section[id]{scroll-margin-top:145px}.category-card small{font-weight:700;letter-spacing:.4px;text-transform:uppercase}.product-info>small{letter-spacing:.7px}.quote-price{font-size:24px;color:#242424}.quote-button{letter-spacing:.45px}.quote-button:hover{background:var(--gold);color:#111}.quote-button:hover svg{color:#111}
.chat-layout .chat-header{gap:2px!important;padding:10px 16px!important;justify-content:center!important}.chat-layout .chat-header h1,.chat-layout .chat-header p{margin:0!important}.chat-layout .chat-header h1,.chat-window .chat-heading h1{font-size:18px!important;line-height:1.15!important;letter-spacing:0!important;text-transform:none!important}.chat-layout .chat-header p,.chat-window .chat-heading p{font-size:11px!important;line-height:1.2!important}
.chat-window-wrapper .chat-window{height:min(380px,calc(100vh - 150px))!important}.chat-layout{overflow:hidden!important}.chat-layout .chat-body{min-height:0!important;overflow-y:auto!important;scrollbar-width:thin;scrollbar-color:var(--gold) #e8e8e4}.chat-layout .chat-body::-webkit-scrollbar{width:7px}.chat-layout .chat-body::-webkit-scrollbar-track{background:#e8e8e4}.chat-layout .chat-body::-webkit-scrollbar-thumb{background:var(--gold);border:2px solid #e8e8e4;border-radius:10px}.chat-powered-by{display:none!important}
.chat-window-toggle{position:relative!important}.chat-window-toggle::before{content:"";position:absolute;top:-30px;left:-73px;z-index:2;width:72px;height:72px;background:transparent url("../images/atendente-virtual-v2.webp") center/contain no-repeat;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 6px 7px rgba(0,0,0,.35));animation:attendant-pulse 1.8s ease-in-out infinite;transform-origin:center}@keyframes attendant-pulse{0%,100%{transform:scale(1);filter:drop-shadow(0 6px 7px rgba(0,0,0,.35))}50%{transform:scale(1.08);filter:drop-shadow(0 8px 10px rgba(221,169,0,.55))}}.chat-window-toggle::after{display:none!important}
@media(prefers-reduced-motion:reduce){.chat-window-toggle::before{animation:none}}
body.brisa-landing-page{padding:0;background:#ecece8}
.brisa-landing-page .product-image{border-radius:10px}
.brisa-landing-page .product-image img{margin:0}
.brisa-landing-page .product-info h3 a:hover{color:var(--gold-dark)}
