*{margin:0;padding:0;box-sizing:border-box}body{background:#050505;color:#fff;font-family:Arial,sans-serif}.app{width:100%;overflow-x:hidden}.hero{height:100vh;background-image:url(https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=1600&auto=format&fit=crop);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.hero-content{position:relative;z-index:2;text-align:center;max-width:700px;padding:20px}.badge{background:#d4a017;color:#000;padding:10px 18px;border-radius:30px;font-weight:700;font-size:14px}.hero h1{font-size:70px;margin-top:20px;color:#f5c542}.hero p{margin-top:20px;font-size:20px;line-height:1.6;color:#ddd}.buttons{margin-top:35px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.buttons a{background:#d4a017;color:#000;text-decoration:none;padding:15px 28px;border-radius:10px;font-weight:700;transition:.3s}.buttons a:hover{transform:scale(1.05)}.instagram{background:#fff!important}.section{padding:80px 20px;max-width:1200px;margin:auto}.section h2{font-size:40px;color:#f5c542;margin-bottom:40px;text-align:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.card{background:#111;border:2px solid #d4a017;border-radius:20px;padding:30px;transition:.3s}.card:hover{transform:translateY(-8px)}.combo-card h3{font-size:28px;color:#f5c542}.combo-card p{margin-top:15px;color:#ddd;line-height:1.6}.combo-card span{display:inline-block;margin-top:25px;background:#f5c542;color:#000;padding:12px 18px;border-radius:10px;font-weight:700;font-size:22px}.products{display:flex;flex-direction:column;gap:15px}.product{background:#111;border-left:5px solid #d4a017;padding:18px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.product span{color:#f5c542;font-weight:700}.info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;max-width:1200px;margin:auto;padding:20px 20px 100px}.info-card{background:#111;border:2px solid #d4a017;border-radius:20px;padding:30px}.info-card h3{color:#f5c542;margin-bottom:20px;font-size:28px}.info-card p{line-height:1.8;color:#ddd}.floating{position:fixed;right:25px;bottom:25px;width:70px;height:70px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:34px;box-shadow:0 0 20px #00000080}@media (max-width: 768px){.hero h1{font-size:48px}.hero p{font-size:18px}.section h2{font-size:32px}}
