:root{--primary: #0f172a;--accent: #f59e0b;--accent-dark: #d97706;--text: #e2e8f0;--text-dim: #94a3b8;--surface: #1e293b;--surface-2: #334155;--white: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--primary);color:var(--text);line-height:1.6;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}header{position:fixed;width:100%;top:0;z-index:1000;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--surface-2);height:100px;overflow:visible}.nav{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;height:100px;overflow:visible}.logo{font-weight:900;font-size:1.4rem;color:var(--white);display:flex;align-items:center;justify-content:center;height:100%;flex-shrink:0;overflow:visible;position:relative;z-index:1001}.logo img{height:180px;width:auto;max-height:none;aspect-ratio:1 / 1;object-fit:contain;margin:0;display:block}.product-img picture,.hero-carousel-slide picture{display:contents}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:600;color:var(--text-dim);transition:color .3s}.nav-links a:hover{color:var(--accent)}.nav-links.mobile-open{display:flex!important;flex-direction:column;position:fixed;top:70px;left:0;right:0;width:100%;background:#0f172afa;padding:1rem;gap:0;z-index:999;max-height:calc(100vh - 70px);overflow-y:auto}.nav-links.mobile-open li{width:100%;padding:1rem 0;border-bottom:1px solid var(--surface-2)}.nav-links.mobile-open a{display:block;font-size:1.1rem}.mobile-menu-btn{display:none;background:none!important;border:none!important;color:var(--white)!important;font-size:1.5rem!important;cursor:pointer!important;z-index:1001;padding:0!important}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero{min-height:100vh;display:flex;align-items:center;padding-top:100px;background:radial-gradient(ellipse at top right,rgba(245,158,11,.08),transparent),linear-gradient(180deg,var(--primary) 0%,#0b1120 100%);position:relative;overflow:hidden}.hero-content{z-index:5;margin-top:0}.hero-title,.hero h1{font-size:clamp(1.5rem,5vw,3.2rem);font-weight:900;line-height:1.15;color:var(--white);margin-bottom:1rem}.hero h1 span,.hero-title span{color:var(--accent)}.hero p{font-size:clamp(.9rem,2.5vw,1.15rem);color:var(--text-dim);margin-bottom:1.5rem;max-width:500px;line-height:1.4}.hero-buttons{display:flex;gap:1rem}.hero-carousel-container{position:relative;width:100%;height:clamp(280px,70vw,520px);border-radius:12px;overflow:hidden;border:2px solid var(--accent);box-shadow:0 20px 60px #00000080;background:var(--surface);contain:layout size}.hero-carousel-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;height:100%;width:100%}.hero-carousel-inner--single{transition:none}.hero-carousel-slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.hero-carousel-slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:1.5rem;background:var(--surface)}.hero-carousel-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface-2);font-size:3rem;color:var(--accent)}.hero-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffa500cc;color:var(--primary);border:none;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-carousel-btn-prev{left:20px}.hero-carousel-btn-next{right:20px}.hero-carousel-product-name{position:absolute;bottom:65px;left:50%;transform:translate(-50%);background:#ffa500f2;color:var(--primary);padding:12px 28px;border-radius:8px;font-size:1.2rem;font-weight:700;z-index:10;max-width:85%;text-align:center;opacity:0;visibility:hidden}.hero-carousel-product-name.is-visible{opacity:1;visibility:visible}.hero-carousel-counter{position:absolute;top:20px;right:20px;background:#0f172acc;color:var(--accent);padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:700;z-index:10}.btn{display:inline-block;padding:.9rem 2.2rem;border-radius:6px;font-weight:700;font-size:.95rem;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:var(--primary)}.btn-outline{border:2px solid var(--accent);color:var(--accent);margin-left:1rem}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.2rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.section-title p{color:var(--text-dim);font-size:1.05rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:.75rem;overflow:hidden}.product-img{height:180px;background:linear-gradient(135deg,var(--surface-2),var(--primary));display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:180px;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.product-info p{font-size:.9rem;color:var(--text-dim)}@media (max-width: 1024px){.container{width:95%}.logo img{height:150px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){header,.nav{height:80px;overflow:hidden}.logo{overflow:hidden}.logo img{height:72px;max-height:90%}.hero{padding-top:96px;min-height:auto}.hero .container{grid-template-columns:1fr;gap:1.5rem}.hero-content{margin-top:0}}@media (max-width: 768px){header,.nav{height:70px;overflow:hidden}.logo img{height:60px;max-height:90%}.mobile-menu-btn{display:block!important}.nav-links{display:none!important}.nav-links.mobile-open{display:flex!important;top:70px!important}.hero{padding-top:86px}.hero .container{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn-outline{margin-left:0}.products-grid{grid-template-columns:1fr 1fr;gap:1rem}.product-img,.product-img img{height:150px}}@media (max-width: 600px){header,.nav{height:64px;overflow:hidden}.logo img{height:52px;max-height:88%}.nav-links.mobile-open{top:64px!important;max-height:calc(100vh - 64px)}.hero{padding-top:80px;min-height:auto;display:block!important}.hero-content{margin-top:0}.hero-carousel-container{height:min(320px,70vw)}.hero-carousel-product-name{display:none!important}.products-grid{grid-template-columns:1fr}.product-img,.product-img img{height:240px}}
