*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:auto;padding:0 20px}.header-inner{justify-content:space-between;align-items:center;min-height:75px;display:flex}header{color:#fff}header nav{gap:25px;display:flex}header nav a:hover{opacity:.7}.theme1-hero,.theme2-hero,.theme3-hero{color:#fff;padding:100px 0}.theme1-hero h1,.theme2-hero h1,.theme3-hero h1{margin:0 0 15px;font-size:50px}button{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:13px 25px}.products{padding:70px 0}.products h2{text-align:center;margin-bottom:40px}.product-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.product-card{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.product-card img{object-fit:cover;width:100%;height:250px}.product-card-content{padding:20px}.product-card-content h3{margin-top:0}.product-card-content h4{font-size:22px}.product-card-content button{width:100%}footer{color:#fff;padding:60px 0}@media (max-width:768px){.header-inner{flex-direction:column;gap:20px;padding:20px}header nav{flex-wrap:wrap;justify-content:center}.product-grid{grid-template-columns:1fr}.theme1-hero h1,.theme2-hero h1,.theme3-hero h1{font-size:35px}}
