.section{min-height:100svh;padding-top:calc(var(--header-height) + clamp(1rem, 4vh, 3rem));align-items:center;padding-bottom:clamp(2rem,6vh,5rem);display:flex}.hero{min-height:100svh;padding-top:var(--header-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{background:var(--bg-base);position:absolute;inset:0}.hero-grid-overlay{background-image:linear-gradient(#f5a6230a 1px,#0000 1px),linear-gradient(90deg,#f5a6230a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;mask-image:radial-gradient(80% 60%,#000 30%,#0000 100%)}.hero-glow{pointer-events:none;background:radial-gradient(#f5a6231f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;max-width:760px;padding-top:clamp(1rem,4vh,2rem);padding-bottom:clamp(1rem,3vh,1.5rem);display:flex;position:relative}.hero-badge{color:var(--amber);letter-spacing:.06em;background:#f5a6231a;border:1px solid #f5a62340;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--amber);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.05}.hero-title span{color:var(--amber)}.hero-subtitle{color:var(--text-secondary);max-width:560px;margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.hero-subtitle strong{color:var(--text-primary);font-weight:600}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.hero-stats{border-top:1px solid var(--border-subtle);flex-wrap:wrap;gap:2.5rem;width:100%;padding-top:1.25rem;display:flex}.hero-stat{flex-direction:column;gap:.2rem;display:flex}.hero-stat-value{font-family:var(--font-display);color:var(--amber);font-size:1.6rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--text-muted);letter-spacing:.04em;font-size:.75rem}.about-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.about-text p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.about-badges{flex-wrap:wrap;gap:.6rem;margin:1.75rem 0;display:flex}.badge-pill{background:var(--bg-card);border:1px solid var(--border-card);color:var(--text-secondary);border-radius:999px;padding:.45rem .9rem;font-size:.78rem}.about-image-wrapper{border:1px solid var(--border-card);background:var(--bg-card);box-shadow:var(--shadow-md);aspect-ratio:2048/900;border-radius:16px;height:fit-content;position:relative;overflow:hidden}.about-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform var(--ease-normal)}.about-image-wrapper:hover img{transform:scale(1.05)}.about-image-overlay{background:linear-gradient(#0000 50%,#0c0d0f66 100%);position:absolute;inset:0}.products-header-row{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(1.5rem,5vh,3.5rem);display:flex}.products-header-row .section-header{flex:1;margin-bottom:0}.products-header-row .products-cta{margin-top:0;margin-bottom:.5rem}@media (width<=768px){.products-header-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.products-header-row .products-cta{margin-bottom:0}}.section-header{max-width:600px}.carousel-container{align-items:center;margin:0 -1rem;display:flex;position:relative}.carousel-track-wrapper{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding:1rem;overflow-x:auto}.carousel-track-wrapper::-webkit-scrollbar{display:none}.products-carousel{gap:1.25rem;padding-bottom:.5rem;display:flex}.carousel-slide{scroll-snap-align:start;flex:0 0 320px;display:flex}.carousel-slide .product-card{width:100%}.carousel-btn{background:var(--bg-card);border:1px solid var(--border-amber);color:var(--amber);cursor:pointer;z-index:10;width:44px;height:44px;transition:all var(--ease-normal);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--amber);color:var(--bg-base)}.prev-btn{left:-.5rem}.next-btn{right:-.5rem}.product-card{background:var(--bg-card);border:1px solid var(--border-card);transition:all var(--ease-normal);border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:var(--amber);transform-origin:0;height:3px;transition:transform var(--ease-normal);z-index:2;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.product-card:hover{border-color:var(--border-amber);box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-card:hover:before{transform:scaleX(1)}.product-img-wrap{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.product-thumb{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-normal)}.product-card:hover .product-thumb{transform:scale(1.06)}.product-img-overlay{background:linear-gradient(#0000 40%,#0c0d0fbf 100%);position:absolute;inset:0}.product-card-body{flex-direction:column;flex:1;padding:1.25rem 1.5rem;display:flex}.product-icon{margin-bottom:1rem;font-size:2rem;display:block}.product-title{color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.product-desc{color:var(--text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.5}.products-cta{text-align:center}.cap-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.cap-list{flex-direction:column;gap:.75rem;display:flex}.cap-item{background:var(--bg-card);border:1px solid var(--border-card);color:var(--text-secondary);transition:all var(--ease-fast);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.9rem 1.2rem;font-size:.9rem;display:flex}.cap-item:hover{border-color:var(--border-amber);color:var(--text-primary)}.cap-check{color:var(--amber);flex-shrink:0;font-size:1rem;font-weight:700}@media (width<=900px){.section{min-height:auto;padding-top:calc(var(--header-height) + 2rem);padding-bottom:3rem}.hero{min-height:auto;padding-bottom:4rem}.hero-glow{top:60%}.about-grid,.cap-grid{grid-template-columns:1fr;gap:3rem}.about-image-wrapper{aspect-ratio:16/9;min-height:auto}.product-img-wrap{aspect-ratio:4/3}.contact-inner{flex-direction:column;align-items:flex-start}}@media (width<=600px){.hero-title{font-size:2.5rem}.hero-stats{gap:1.5rem}.carousel-btn{display:none}.carousel-slide{flex:0 0 280px}}
