*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;background-color:#000;color:#fff;font-family:Arial,sans-serif;overflow-x:hidden}app-root{display:block;width:100%;min-height:100vh;background-color:#000}.header{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:fixed;top:0;left:0;background:transparent;transition:background .4s ease,height .4s ease;z-index:1000}.header.scrolled{background:#000000f2;border-bottom:1px solid #222;height:65px}.logo{display:flex;align-items:center}.logo img{height:80px;width:auto}.menu{display:flex;align-items:center;gap:30px}.menu a{text-decoration:none;color:#ccc;font-size:25px;font-weight:500;transition:.3s}.menu a:hover{color:#f60}.hamburger{display:none;border:none;background:none;color:#fff;font-size:28px;cursor:pointer}@media(max-width:768px){.header{padding:0 20px}.hamburger{display:block}.menu{position:absolute;top:80px;left:0;width:100%;background:#000000f2;flex-direction:column;align-items:center;max-height:0;overflow:hidden;transition:max-height .3s ease}.menu.active{max-height:400px}.menu a{width:100%;padding:18px;border-bottom:1px solid #111;text-align:center;font-size:18px}}.sobre-content-wrapper{display:flex;flex-direction:row;gap:40px;background-color:#000;color:#fff;width:100%;padding:5% 4%;align-items:flex-start;justify-content:center}.sobre-banner{flex:1 1 50%;max-width:50%;border-radius:12px;overflow:hidden}.sobre-banner img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.sobre-content{flex:1 1 50%;display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-width:250px}.subtitle{color:#888;font-size:120px;letter-spacing:1px;margin-bottom:10px}.sobre-content h1{font-size:28px;margin-bottom:15px}.sobre-content p{font-size:20px;color:#ccc;line-height:1.6;margin-bottom:15px}.sobre-cards{display:flex;gap:15px;justify-content:flex-start}.card{flex:1;background:linear-gradient(145deg,#111,#1a1a1a);padding:12px;text-align:center;border-radius:12px;box-shadow:0 4px 15px #0006;transition:.3s;font-size:16px;border:1px solid rgba(255,255,255,.05)}.card:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 10px 25px #f603}.card-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:0 auto 10px;background:#f60;border-radius:12px;box-shadow:0 4px 12px #f606}.card-icon img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.card strong{display:block;font-size:18px;margin-bottom:3px}.card small{color:#aaa;font-size:14px}@media(max-width:768px){.sobre-content-wrapper{flex-direction:column;padding:20px 5%}.sobre-banner{order:2;margin-top:20px;max-width:100%;height:auto}.sobre-content{order:1}.sobre-cards{flex-direction:row;gap:10px}.card{padding:8px;font-size:14px}.card-icon{width:40px;height:40px}.card-icon img{width:20px;height:20px}}.products-section{padding:15px 20px;background-color:#000;text-align:center}.legenda{color:#f60;font-weight:700;font-size:25px;margin-bottom:5px;letter-spacing:1px}.products-section h1{color:#fff;font-size:35px;margin-bottom:40px}.destaque{color:#f60}.products-container{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;max-width:1200px;margin:0 auto}.product-card{background-color:#111;border:2px solid #ff6600;border-radius:12px;padding:20px;width:350px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s}.product-card:hover{transform:translateY(-5px) scale(1.03)}.product-card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:15px}.product-card h3{color:#f60;margin:10px 0}.product-card p{font-size:14px;color:#ccc;min-height:40px}.price-options{width:100%;margin:15px 0;display:flex;flex-direction:column;gap:8px}.price-item{display:flex;justify-content:space-between;background:#1a1a1a;padding:8px 12px;border-radius:6px;font-size:18px}.price-item.highlight{border:1px solid #ff6600;color:#f60}.product-card button{background:#f60;color:#fff;border:none;padding:12px;width:100%;border-radius:8px;font-weight:700;cursor:pointer;font-size:18px}@media(max-width:768px){.products-container{flex-direction:column;align-items:center}.product-card{width:100%;max-width:320px}}#lojas-parceiras{background-color:#0a0a0a;padding:60px 20px;text-align:center}.legenda-secao{color:#f60;font-size:25px;font-weight:700;letter-spacing:2px;margin-bottom:10px}.section-title{color:#fff;font-size:40px;margin-bottom:40px}.section-title .destaque{color:#f60}.lojas-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;max-width:1200px;margin:0 auto}.partner-card{background:#151515;border-radius:20px;padding:30px;width:500px;max-width:100%;display:flex;flex-direction:column;justify-content:space-between}.partner-content{display:flex;align-items:center;gap:20px;text-align:left;margin-bottom:25px}.partner-logo{width:80px;height:80px;border-radius:15px;object-fit:cover}.partner-info h3{color:#fff;font-size:18px;margin:0 0 8px}.partner-info .location{color:#666;font-size:14px;margin:0}.partner-info .location span{color:#f47c2c;opacity:.8}.partner-info .obs{display:block;color:#666;font-size:12px;margin-top:10px}.btn-mapa{background:#ff66001a;border:1px solid #333;color:#f60!important;text-decoration:none;padding:15px;border-radius:12px;font-weight:700;font-size:14px;transition:.3s;text-align:center}.btn-mapa:hover{background:#f60;color:#fff!important}@media(max-width:768px){.lojas-container{flex-direction:column;align-items:center}.partner-content{flex-direction:column;text-align:center}.partner-card{width:95%;padding:20px}}#contato{background:#0a0a0a}.footer{background:#0a0a0a;color:#fff;padding:50px 20px 20px;margin-top:0}.footer-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-section h4{color:#f60;margin-bottom:15px;font-size:16px}.footer-section p{margin-bottom:8px;font-size:14px}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;font-size:13px}
