:root{--color-navy:#1a237e;--color-blue:#42a5f5;--color-dark:#0d1b4a;--color-light:#f0f7ff;--color-white:#fff;--font-main:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);color:var(--color-dark);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.header{background:var(--color-white);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header-logo img{height:50px}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--color-navy);font-weight:500;transition:color .3s}.header-nav a:hover{color:var(--color-blue)}.btn-whatsapp{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:flex}.btn-whatsapp:hover{color:#fff;transform:scale(1.05);box-shadow:0 4px 15px #25d36666}.header-toggle{color:var(--color-navy);cursor:pointer;background:0 0;border:none;padding:.3rem;font-size:1.6rem;transition:transform .3s;display:none}.header-toggle:active{transform:scale(.9)}@media (width<=768px){.header{flex-wrap:wrap}.header-toggle{display:block}.header-nav{opacity:0;flex-direction:column;align-items:flex-start;gap:0;width:100%;max-height:0;padding:0;transition:max-height .32s,opacity .28s,padding .32s,gap .32s;display:flex;overflow:hidden}.header-nav.open{opacity:1;gap:1rem;max-height:350px;padding:1rem 0 .5rem}.header-nav a{width:100%;padding:.3rem 0}.btn-whatsapp{justify-content:center;width:100%}}.hero{background:linear-gradient(135deg, var(--color-navy) 0%, var(--color-dark) 100%);color:#fff;justify-content:center;align-items:center;min-height:80vh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:var(--color-blue);opacity:.1;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero-content{align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.hero-text{flex:1}.hero-text h1{margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.hero-text h1 span{color:var(--color-blue)}.hero-text p{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.hero-image{text-align:center;flex:1}.hero-image img{border-radius:20px;max-height:400px;box-shadow:0 20px 60px #0000004d}.hero-carousel{min-height:88vh}.hero-carousel .hero-content{align-items:center}.hero-carousel .hero-image{flex:1.7}.hero-carousel .hero-text{flex:1}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.hero-carousel .hero-image img{object-fit:contain;width:100%;height:auto;animation:.6s heroFade}@keyframes heroFade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-controls{display:contents}.hero-nav{z-index:5;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav:hover{background:#ffffff59}.hero-nav-left{left:1.5rem}.hero-nav-right{right:1.5rem}.hero-dots{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:11px;height:11px;transition:background .2s,width .2s}.hero-dot.active{background:#fff;border-radius:6px;width:28px}.btn-cta{background:var(--color-blue);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn-cta:hover{color:#fff;transform:scale(1.05);box-shadow:0 8px 25px #42a5f566}.section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--color-navy);font-size:2.2rem;font-weight:700}.section-title p{color:#666;margin-top:.5rem;font-size:1.1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.category-card{background:var(--color-light);text-align:center;cursor:pointer;border-radius:15px;padding:2rem;transition:transform .3s,box-shadow .3s}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.category-card i{color:var(--color-blue);margin-bottom:1rem;font-size:2.5rem}.category-card h3{color:var(--color-navy);font-size:1.1rem}.promotions-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.promo-carousel-wrap{align-items:center;gap:.5rem;display:flex;position:relative}.promo-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;gap:1.5rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.promo-carousel::-webkit-scrollbar{display:none}.promo-carousel .promo-card{scroll-snap-align:start;flex:0 0 300px;width:300px}.promo-nav{background:var(--color-navy);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.6rem;line-height:1;transition:background .2s,transform .2s;display:flex;box-shadow:0 3px 10px #0003}.promo-nav:hover{background:var(--color-blue);transform:scale(1.08)}@media (width<=600px){.promo-nav{display:none}.promo-carousel .promo-card{flex:0 0 85%;width:85%}}.promo-card{background:#fff;border-radius:15px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 15px #00000014}.promo-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.promo-card img{object-fit:cover;width:100%;height:200px}.promo-card-body{padding:1.5rem}.promo-card-body h3{color:var(--color-navy);margin-bottom:.5rem;font-size:1.1rem}.promo-card-body p{color:#666;margin-bottom:1rem;font-size:.9rem}.promo-price{color:var(--color-blue);font-size:1.3rem;font-weight:700}.quote-section{background:#fff}.quote-form{flex-direction:column;gap:1rem;display:flex}.quote-row{gap:1rem;display:flex}.quote-field{flex-direction:column;flex:1;display:flex}.quote-field label{color:var(--color-navy);margin-bottom:.35rem;font-size:.85rem;font-weight:600}.quote-field input,.quote-field select,.quote-field textarea{border:1.5px solid #e3e6ea;border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{border-color:var(--color-blue);outline:none;box-shadow:0 0 0 3px #0000000f}.quote-success{text-align:center;background:#e8f9ee;border-radius:15px;padding:2.5rem}.quote-success h3{color:var(--color-navy);margin-bottom:.5rem}.quote-success p{color:#555}@media (width<=600px){.quote-row{flex-direction:column;gap:1rem}}.testimonials-section{background:var(--color-light);padding:5rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 4px 15px #0000000d}.contact-section{background:linear-gradient(135deg, var(--color-navy) 0%, var(--color-dark) 100%);color:#fff;text-align:center;padding:5rem 2rem}.contact-section h2{margin-bottom:1rem;font-size:2rem}.contact-section p{opacity:.9;margin-bottom:.5rem}.contact-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.contact-links a{color:#fff;font-size:1.5rem;transition:transform .3s}.contact-links a:hover{transform:scale(1.2)}.footer{background:var(--color-dark);color:#fff;text-align:center;opacity:.8;padding:2rem;font-size:.9rem}@media (width<=768px){.header{padding:1rem}.hero{min-height:60vh;padding:3rem .9rem}.hero-carousel{flex-direction:column;min-height:auto}.hero-content{text-align:center;flex-direction:column;gap:1.5rem}.hero-carousel .hero-image{order:-1;width:100%}.hero-carousel .hero-text{order:1}.hero-text h1{font-size:2rem}.hero-image img{max-height:250px}.hero-carousel .hero-image img{max-height:none}.hero-carousel{align-items:center}.hero-controls{order:3;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1.2rem;display:flex}.hero-nav{background:var(--color-navy);width:38px;height:38px;font-size:1.5rem;position:static;transform:none}.hero-dots{justify-content:center;align-items:center;margin:0;position:static;transform:none}.hero-dot{background:#1a237e4d}.hero-dot.active{background:var(--color-navy)}.section{padding:3rem 1.5rem}.promotions-grid{grid-template-columns:1fr}}
