@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600;700&display=swap');
:root{--red:#dc2828;--dark:#1a1a1a;--muted:#737373;--light:#f5f5f5;--green:#22c55e}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);font-family:"Open Sans",sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1216px,calc(100% - 48px));margin:auto}.header{position:fixed;inset:0 0 auto;z-index:20;height:80px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid #eee}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:block;width:203px;height:50px;object-fit:contain}.nav{display:flex;gap:34px;font-size:14px;color:#555}.nav a:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:0;border-radius:9px;padding:14px 31px;font-weight:700;transition:.25s}.btn:hover{transform:translateY(-2px);filter:brightness(.93)}.header-cta{font-weight:400;padding:12px 22px}.menu-toggle{display:none;background:none;border:0;font-size:24px}
.hero{height:100vh;min-height:680px;position:relative;display:grid;place-items:center;background:url("../img/hero.avif") center/cover no-repeat;color:#fff;text-align:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6),rgba(0,0,0,.82))}.hero-content{z-index:1;margin-top:45px}.eyebrow{display:inline-block;background:rgba(220,40,40,.2);padding:10px 18px;border-radius:99px;font-size:14px}.hero h1,.section h2{font-family:Montserrat,sans-serif}.hero h1{font-size:64px;margin:22px 0 15px;line-height:1.05}.hero h1 em,.section h2 em{font-style:normal;color:var(--red)}.hero p{font-size:24px;line-height:1.9;color:#eee;margin:0 0 24px}.video-button{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.35);border-radius:99px;padding:12px 27px 12px 14px;font-size:16px}.video-button span{display:inline-grid;place-items:center;width:48px;height:48px;margin-right:10px;border-radius:50%;background:var(--red)}.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:28px}.btn-outline{background:transparent;border:2px solid rgba(255,255,255,.7)}.scroll{position:absolute;z-index:2;bottom:44px;display:flex;flex-direction:column;font-size:14px}.scroll b{font-size:28px;font-weight:400}
.metrics{background:var(--red);color:#fff;padding:96px 0}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.metrics article{display:flex;flex-direction:column;align-items:center}.metrics i,.features i,.values i{display:grid;place-items:center;width:64px;height:64px;border-radius:14px;background:rgba(255,255,255,.1);font-style:normal;font-size:28px}.metrics strong{font:700 56px Montserrat;margin:16px 0 5px}.metrics span{font-size:16px;color:#f7dede}
.section{padding:128px 0}.section-title{text-align:center;margin-bottom:78px}.section h2{font-size:48px;line-height:1.08;margin:0 0 20px}.section-title p,.lead{color:var(--muted);font-size:18px;line-height:1.65}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.company-card{border-radius:14px;padding:32px;box-shadow:0 5px 15px rgba(0,0,0,.08);min-height:480px;display:flex;flex-direction:column}.company-card img{width:100%;height:245px;object-fit:contain}.company-card h3{font:700 24px Montserrat;margin:24px 0 10px}.company-card p{color:var(--muted);line-height:1.7;margin:0}.company-card a{color:var(--red);margin-top:auto}.company-card a span{margin-left:18px}
.technology{background:var(--light)}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.features{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:36px 0}.features article,.values article{display:flex;align-items:center;gap:16px}.features article{background:white;padding:18px;border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.08)}.features i,.values i{flex:0 0 48px;width:48px;height:48px;color:var(--red);background:rgba(220,40,40,.09);font-size:23px}.features b,.features span,.values b,.values span{display:block}.features b{font-size:16px}.features span,.values span{color:var(--muted);font-size:14px;margin-top:5px}.tech-images{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}.tech-images img{width:100%;height:245px;object-fit:cover;border-radius:16px}.tech-images img:last-child{height:330px}
.sustainability{position:relative}.sustainability:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,#1a1a1a 1px,transparent 0);background-size:32px 32px;opacity:.025}.sustainable-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sustainable-image{position:relative}.sustainable-image>img{width:100%;height:455px;object-fit:cover;border-radius:16px}.energy{position:absolute;right:-32px;bottom:58px;background:#fff;box-shadow:0 8px 25px #0002;border-radius:14px;padding:22px;display:flex;align-items:center;gap:14px}.energy i{color:var(--green);font-size:28px}.energy b{font-size:22px}.energy small{display:block;color:var(--muted);font-weight:400;font-size:14px}.values{display:grid;gap:18px;margin-top:30px}.values b{font-size:18px}
.sellers{padding-top:115px}.seller-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.seller-card{text-align:center;padding:26px 24px 24px;border-radius:14px;box-shadow:0 4px 14px #00000014}.seller-card img,.avatar{width:124px;height:124px;border-radius:50%;object-fit:cover;margin:auto;box-shadow:0 4px 10px #0003}.avatar{display:grid;place-items:center;background:#f3f3f3;color:#777;font-size:38px;border-right:10px solid var(--red)}.seller-card h3{font:700 20px Montserrat;margin:18px 0 5px}.seller-card p{margin:0 0 22px;font-size:13px;color:var(--muted)}.seller-card>a{display:flex;align-items:center;justify-content:center;gap:7px;background:#59c86f;color:white;border-radius:8px;padding:10px;font-weight:700;font-size:14px}.seller-whatsapp .whatsapp-icon{display:block;width:19px;height:19px;fill:currentColor}
footer{background:#191919;color:#aaa;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:90px}.footer-grid h4{color:#fff;margin:0 0 27px}.footer-grid>div>a{display:block;margin:0 0 22px;font-size:14px}.footer-brand .footer-logo{display:block;width:240px;height:auto;margin-bottom:18px}.footer-brand p{font-size:14px;line-height:1.8;max-width:320px}.social{display:flex;gap:12px;margin-top:25px}.social a{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#303030;color:white;font-weight:bold}.social svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.footer-bottom{border-top:1px solid #333;margin-top:50px;padding-top:28px;display:flex;justify-content:space-between;font-size:13px}.footer-bottom a{margin-left:30px}
.reveal{opacity:0;transform:translateY(25px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:800px){.container{width:min(100% - 28px,600px)}.header{height:65px}.logo{width:147px;height:auto}.menu-toggle{display:block}.nav,.header-cta{display:none}.nav.open{display:flex;position:absolute;top:65px;left:0;right:0;background:white;padding:20px;flex-direction:column;gap:18px;box-shadow:0 8px 20px #0002}.hero{min-height:650px}.hero-content{margin-top:25px;width:100%;padding:0 14px}.hero h1{font-size:32px;line-height:1.15}.hero h1 em{display:block}.hero p{font-size:16px;line-height:1.8}.video-button{width:100%;font-size:14px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.scroll{bottom:105px}.metrics{padding:55px 0}.metrics-grid{grid-template-columns:1fr 1fr;gap:42px 10px}.metrics i{width:48px;height:48px;font-size:22px}.metrics strong{font-size:30px}.metrics span{font-size:12px}.section{padding:72px 0}.section h2{font-size:28px}.section-title{margin-bottom:52px}.section-title p,.lead{font-size:15px}.section-title br{display:none}.company-grid,.tech-grid,.sustainable-grid{grid-template-columns:1fr}.company-grid{gap:24px}.company-card{min-height:0;padding:20px}.company-card img{height:260px}.company-card a{margin-top:28px}.features{grid-template-columns:1fr;gap:12px}.tech-grid{gap:55px}.tech-images{gap:14px}.tech-images img{height:145px}.tech-images img:last-child{height:190px}.sustainable-grid{display:flex;flex-direction:column-reverse;gap:45px}.sustainable-image>img{height:310px}.energy{right:-5px;bottom:-25px;padding:15px}.seller-grid{grid-template-columns:1fr 1fr;gap:16px}.seller-card{padding:18px 10px}.seller-card img,.avatar{width:100px;height:100px}.seller-card h3{font-size:16px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-bottom{display:block;line-height:1.6}.footer-bottom span:last-child{display:flex;justify-content:flex-end;margin-top:15px}.footer-bottom a{margin-left:20px}.sellers{padding-top:80px}}

/* Player institucional */
.video-modal[hidden]{display:none}.video-modal{position:fixed;z-index:10050;inset:0;display:grid;place-items:center;padding:24px}.video-modal-backdrop{position:absolute;inset:0;background:rgba(8,10,12,.82);backdrop-filter:blur(6px)}.video-modal-card{position:relative;z-index:1;width:min(960px,100%);overflow:hidden;border-radius:16px;background:#171717;box-shadow:0 24px 80px #0008}.video-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:#fff}.video-modal-head h2{margin:0;font:600 18px Montserrat,sans-serif}.video-modal-close{border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer}.institutional-video{display:block;width:100%;max-height:75vh;background:#000}
@media(max-width:800px){.video-modal{padding:12px}.video-modal-card{border-radius:12px}.video-modal-head{padding:13px 15px}.video-modal-head h2{font-size:15px}.institutional-video{max-height:70vh}}
/* Os links jurídicos públicos foram removidos da navegação do site. */
.footer-bottom a[href="#"]{display:none}
 .social a:first-child{font-size:0;background-image:url('../img/instagram.svg');background-repeat:no-repeat;background-position:center;background-size:22px 22px}
 .social a{line-height:1}
 .social a:first-child svg{display:none}
