*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;background:#8212e3;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:1000;color:#fff}.navbar-container{max-width:1300px;margin:auto;height:75px;padding:0 25px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:30px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:2px}.nav-links{display:flex;gap:35px;list-style:none}.nav-links a{text-decoration:none;color:#fff;font-size:16px;font-weight:500;transition:.3s}.nav-links a:hover{color:#d89b4d}.hamburger{width:32px;display:none;flex-direction:column;gap:6px;cursor:pointer}.hamburger span{width:100%;height:3px;background:#111;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:absolute;top:75px;left:-100%;width:100%;background:#fff;flex-direction:column;gap:25px;text-align:center;padding:30px 0;transition:.35s;border-top:1px solid #eee}.nav-links a{color:#111}.nav-links.active{left:0}}.main-products-wrapper{padding:20px;font-family:Arial,sans-serif;background-color:#fafafa}h2{text-align:center;margin-top:40px;margin-bottom:30px;color:#222;font-size:28px}.highlighted-product-section{display:flex;flex-direction:column;align-items:center;margin-bottom:60px}.product-card.highlighted-card{width:100%;max-width:800px;height:800px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000026;display:flex;flex-direction:column;cursor:default}.product-card.highlighted-card img{border-radius:20px;width:100%;height:70%;object-fit:contain;background-color:#f0f0f0;display:block}.product-card.highlighted-card .product-content{padding:30px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-card.highlighted-card h3{font-size:28px;color:#111;margin-bottom:12px}.product-card.highlighted-card p{color:#555;font-size:16px;line-height:1.6}.products-container.general-grid{max-width:1300px;margin:20px auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;justify-items:center}.product-card.normal-card{width:300px;height:500px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer}.product-card.normal-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #00000026}.product-card.normal-card img{width:100%;height:280px;object-fit:cover;display:block}.product-card.normal-card .product-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-card.normal-card h3{font-size:22px;color:#222;margin-bottom:8px}.product-card.normal-card p{color:#666;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-content button{width:130px;height:38px;background-color:#0800ff;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;margin-top:5px}.product-content button:hover{background-color:#0500c8}.product-content button[style*=background-color]{width:auto!important;padding:0 15px;font-size:14px;font-weight:400;border-radius:10px}@media(max-width:768px){.product-card.highlighted-card{max-width:90%;height:700px}.products-container.general-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-card.normal-card{width:100%;max-width:300px}}@media(max-width:480px){.product-card.highlighted-card{max-width:95%;height:550px}.product-card.highlighted-card h3{font-size:22px}.products-container.general-grid{grid-template-columns:1fr;padding:0 15px}}.footer{background:#111;color:#fff;margin-top:60px}.footer-container{max-width:1300px;margin:auto;padding:60px 20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand h2{font-size:32px;margin-bottom:15px;color:#fff;text-align:start}.footer-brand p{color:#bdbdbd;line-height:1.8;max-width:420px}.footer-links h3,.footer-social h3{margin-bottom:20px;font-size:20px}.footer-links{display:flex;flex-direction:column}.footer-links a{color:#bdbdbd;text-decoration:none;margin-bottom:12px;transition:.3s}.footer-links a:hover{color:#fff;padding-left:8px}.footer-icons{display:flex;gap:15px}.footer-icons a{width:45px;height:45px;border-radius:50%;background:#222;display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;text-decoration:none;transition:.3s}.footer-icons a:hover{background:#fff;color:#111;transform:translateY(-5px)}.footer-bottom{border-top:1px solid #222;text-align:center;padding:20px;color:#9e9e9e}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-brand p{margin:auto}.footer-icons{justify-content:center}}
