*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background-size:cover;background-position:center;height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-content{max-width:800px}.hero-content h1{font-size:3.5rem;margin-bottom:20px}.hero-content p{font-size:1.5rem;max-width:800px;margin:0 auto 30px}.btn{display:inline-block;background-color:#06c;color:#fff;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s}.btn:hover{background-color:#0052a3}.products{padding:80px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:2.5rem;margin-bottom:15px;color:#333}.section-title p{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.product-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.product-image{height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:20px}.product-info h3{font-size:1.3rem;margin-bottom:10px}.product-info p{color:#666;margin-bottom:15px}.product-price{font-size:1.2rem;font-weight:700;color:#06c;margin-bottom:15px}.amazon-btn{display:inline-block;background-color:#f90;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s}.amazon-btn:hover{background-color:#e68a00}.footer{background-color:#333;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.footer-section h3{font-size:1.2rem;margin-bottom:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #555;font-size:.9rem;color:#ccc}@media (max-width: 768px){.container{padding:0 15px}.navbar{flex-direction:column;padding:10px 0}.logo,.logo-right{height:30px}.agent-text{font-size:14px}.nav-links{margin-top:15px;flex-direction:column;gap:10px}.nav-links li{margin:0 15px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.section-title h2{font-size:2rem}.products{padding:60px 0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.footer{padding:30px 0 15px}.footer-content{grid-template-columns:1fr;gap:20px;text-align:center}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.product-grid{grid-template-columns:1fr}}
