:root{--primary-dark:#1a2332;--primary-navy:#2c3e50;--accent-orange:#77f4af;--accent-coral:#5de09a;--light-gray:#f8f9fa;--text-dark:#2d3436;--text-muted:#636e72;--white:#ffffff;--gradient-primary:linear-gradient(135deg,#1a2332,#2c3e50);--gradient-accent:linear-gradient(135deg,#67bed9,#77f4af)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--light-gray);color:var(--text-dark);line-height:1.6}header{background:var(--gradient-primary);padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1)}.header-content{max-width:1200px;margin:0 auto;justify-content:space-between}.header-content,.logo{display:flex;align-items:center}.logo{gap:.75rem}.logo-icon{width:145px;height:145px;background:var(--gradient-accent);border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-icon i,.logo-text{color:var(--white);font-size:1.5rem}.logo-text{font-weight:700;letter-spacing:-.5px;display:flex;align-items:center}.logo-text img{max-width:145px;height:auto}.logo-text span{color:var(--accent-orange)}.help-link{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;transition:all .3s ease;font-weight:500;white-space:nowrap}.help-link:hover{background:var(--white);color:var(--primary-dark);border-color:var(--white)}.header-actions{display:flex;gap:1rem;align-items:center}.hero{background:var(--gradient-primary);padding:4rem 2rem 6rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{color:var(--white);font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.hero h1 span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:rgba(255,255,255,.8);font-size:1.25rem;max-width:600px;margin:0 auto}.products{max-width:1200px;margin:-3rem auto 4rem;padding:0 2rem;position:relative;z-index:10}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .4s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.product-image{height:250px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(230,126,34,.05))}.product-icon-wrapper{width:140px;height:140px;background:var(--gradient-primary);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 35px rgba(26,35,50,.3);position:relative}.product-icon-wrapper i{font-size:4rem;color:var(--accent-orange)}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--gradient-accent);color:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-content{padding:2rem}.product-title{font-size:1.75rem;font-weight:700;color:var(--primary-dark);margin-bottom:.75rem}.product-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.product-features{list-style:none;margin-bottom:2rem}.product-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-dark);font-size:.95rem}.product-features li i{color:#27ae60;font-size:1rem}.product-actions{display:flex;gap:1rem}.btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:var(--gradient-accent);color:var(--white);box-shadow:0 4px 15px rgba(119,244,175,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(119,244,175,.4)}.btn-secondary{background:var(--light-gray);color:var(--primary-dark)}.btn-secondary:hover{background:#e9ecef}.features-banner{background:var(--white);padding:3rem 2rem;margin-bottom:3rem}.features-banner-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.feature-item{flex-direction:column;gap:.75rem}.feature-icon,.feature-item{display:flex;align-items:center}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(119,244,175,.1),rgba(93,224,154,.1));border-radius:16px;justify-content:center}.feature-icon i{font-size:1.5rem;color:var(--accent-orange)}.feature-item h4{color:var(--primary-dark);font-size:1rem;font-weight:600}.feature-item p{color:var(--text-muted);font-size:.875rem}footer{background:var(--gradient-primary);color:var(--white);padding:3rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo span{color:var(--accent-orange)}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent-orange)}.footer-copyright{color:rgba(255,255,255,.6);font-size:.875rem}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.products-grid{grid-template-columns:1fr}.header-content,.product-actions{flex-direction:column}.header-content{gap:1rem}.header-actions{flex-direction:column;width:100%}.header-actions .help-link{width:100%;justify-content:center}}