*{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}}.landing{font-family:Arial,sans-serif;color:#222}.hero{max-width:1200px;margin:auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.tag{display:inline-block;background:#ffe5ef;color:#ff4081;padding:8px 18px;border-radius:50px;font-size:14px;margin-bottom:20px}.hero h1{font-size:52px;line-height:1.15;margin-bottom:25px}.hero p{color:#666;line-height:1.8;font-size:18px}.hero-buttons{display:flex;gap:15px;margin-top:35px}.primary-btn{background:#111;color:#fff;padding:15px 28px;border-radius:8px;text-decoration:none;font-weight:700}.secondary-btn{border:2px solid #111;color:#111;padding:15px 28px;border-radius:8px;text-decoration:none;font-weight:700}.hero-right img{width:100%;border-radius:20px;object-fit:cover;box-shadow:0 15px 40px #0000001f}.features{max-width:1200px;margin:60px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:0 20px}.feature-card{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 10px 30px #00000014;font-size:40px}.feature-card h3{font-size:22px;margin:20px 0 10px}.feature-card p{color:#666}.categories{max-width:1200px;margin:80px auto;padding:0 20px;text-align:center}.category-grid{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.category{background:#fafafa;border-radius:15px;padding:35px;font-weight:600;transition:.3s}.category:hover{background:#111;color:#fff}.cta{margin-top:100px;padding:80px 20px;text-align:center;background:#111;color:#fff}.cta h2{color:#fff;font-size:42px}.cta p{max-width:700px;margin:20px auto 40px;color:#ddd;line-height:1.8}.cta .primary-btn{background:#fff;color:#111}@media(max-width:900px){.hero{grid-template-columns:1fr;text-align:center}.hero-buttons{justify-content:center}.features{grid-template-columns:1fr}.hero h1{font-size:38px}.cta h2{font-size:32px}}@media(max-width:500px){.hero{padding:40px 20px}.hero h1{font-size:30px}.hero p{font-size:16px}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn{display:block}}.hero-section{max-width:1100px;margin:60px auto;padding:0 20px;text-align:center}.hero-section h1{font-size:42px;font-weight:700;color:#222;line-height:1.2;margin-bottom:20px}.hero-section p{max-width:850px;margin:0 auto;font-size:18px;line-height:1.8;color:#666}@media(max-width:768px){.hero-section{margin:40px auto}.hero-section h1{font-size:32px}.hero-section p{font-size:16px;line-height:1.7}}@media(max-width:480px){.hero-section{padding:0 15px;margin:30px auto}.hero-section h1{font-size:26px;line-height:1.3}.hero-section p{font-size:15px;line-height:1.6}}.main-products-wrapper{padding:20px;font-family:Arial,sans-serif;background:#fafafa}h2{text-align:center;margin:40px 0 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;min-height:800px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000026;display:flex;flex-direction:column}.product-card.highlighted-card img{width:100%;height:70%;object-fit:contain;background:#f3f3f3}.product-card.highlighted-card .product-content{flex:1;padding:30px;display:flex;flex-direction:column}.product-card.highlighted-card h3{font-size:28px;margin-bottom:10px}.product-card.highlighted-card p{font-size:16px;line-height:1.6;margin-bottom:20px}.product-card.highlighted-card .button-group{margin-top:auto;display:flex;gap:12px}.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;display:flex;flex-direction:column;box-shadow:0 8px 25px #00000014;transition:.3s}.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}.product-card.normal-card .product-content{flex:1;padding:18px;display:flex;flex-direction:column}.product-card.normal-card h3{font-size:20px;line-height:1.35;color:#222;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:54px}.product-card.normal-card p{font-size:14px;color:#666;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:64px;margin-bottom:18px}.button-group{margin-top:auto;display:flex;gap:10px}.button-group button{flex:1}.product-content button{height:40px;border:none;border-radius:10px;background:#0800ff;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}.product-content button:hover{background:#0500c8}.product-content button a{color:#fff;text-decoration:none;display:block;width:100%;height:100%;line-height:40px}.product-content button[style*=background-color]{width:auto!important}@media(max-width:768px){.product-card.highlighted-card{max-width:95%;min-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{min-height:550px}.product-card.highlighted-card h3{font-size:22px}.products-container.general-grid{grid-template-columns:1fr;padding:0 15px}.button-group{display:flex;flex-direction:row;gap:8px}.button-group button{flex:1;min-height:42px;font-size:14px}}.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}}
