*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#1e3a8a,#3730a3);color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 20px #1e3a8a33}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e3a8a;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.logo-text{font-size:1.5rem;font-weight:700}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#fbbf24}.hero{background:linear-gradient(135deg,#1e3a8a,#3730a3);color:#fff;padding:120px 0 80px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-slogan{font-size:1.5rem;font-weight:600;color:#fbbf24;margin-bottom:2rem}.hero-description{font-size:1.1rem;max-width:600px;margin:0 auto 3rem;opacity:.9;line-height:1.8}.shop-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e3a8a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fbbf244d}.btn-secondary{background:linear-gradient(135deg,#1e3a8a,#3730a3);color:#fff;border:2px solid #1e3a8a}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a4d}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e3a8a}.advantages{padding:80px 0;background:#f8fafc}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advantage-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.advantage-card:hover{transform:translateY(-5px)}.advantage-icon{font-size:3rem;margin-bottom:1.5rem}.advantage-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e3a8a}.advantage-card p{color:#64748b;line-height:1.7}.products{padding:80px 0}.products-subtitle{text-align:center;font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto 3rem;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-8px)}.product-image{height:300px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:2rem;text-align:center}.product-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e3a8a}.product-description{color:#64748b;margin-bottom:2rem;line-height:1.7}.about{padding:80px 0;background:#f8fafc}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;color:#64748b;margin-bottom:1.5rem;line-height:1.8}.reviews{padding:80px 0}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.review-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.review-card:hover{transform:translateY(-3px)}.review-avatar{margin-bottom:1rem}.review-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fbbf24}.review-content p{color:#64748b;font-style:italic;margin-bottom:1rem;line-height:1.7}.review-author{font-weight:600;color:#1e3a8a}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand .logo{margin-bottom:1rem}.footer-tagline{color:#fbbf24;font-weight:500}.footer-contact h4{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem}.contact-item{margin-bottom:.5rem;color:#e2e8f0}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width: 768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.nav{display:none}.products-grid{grid-template-columns:1fr}.product-card{margin:0 auto;max-width:400px}.shop-buttons{flex-direction:column;align-items:center}.advantages-grid,.reviews-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.advantage-card,.product-content,.review-card{padding:1.5rem}}html{scroll-behavior:smooth}.product-image img{opacity:0;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{to{opacity:1}}.btn:focus,.nav a:focus{outline:2px solid #fbbf24;outline-offset:2px}.advantage-card:hover .advantage-icon{animation:bounce .6s ease-in-out}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}
