body,html{margin:0;padding:0;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}:root{--color-fixivo-blue: #007AFF;--color-deep-slate: #0A0A0B;--color-gold-glow: #FFD6A0;--color-white: #FFFFFF;--font-display: "Playfair Display", serif;--font-sans: "Inter", sans-serif}.hero-carousel{position:relative;width:100%;min-height:100vh;background:radial-gradient(circle at top,#1c1c24,#050505 80%);display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box}.hero-video-wrapper{position:relative;width:100%;max-width:1442px;height:85vh;border-radius:32px;overflow:hidden;box-shadow:0 0 160px #007aff1f,0 0 250px #ffd6a00d,0 40px 80px #000c,0 0 0 1px #ffffff14}.carousel-video{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.28) translate(2%,2%);object-fit:cover;z-index:0}.mobile-video{display:none}@media(max-width:768px){.desktop-video{display:none}.mobile-video{display:block;transform:scale(1.15) translateY(.5%)}}.premium-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,transparent 30%,rgba(0,0,0,.4) 100%);z-index:1;pointer-events:none}.hero-center-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:3;width:100%}.carousel-headline{font-family:var(--font-display);font-size:clamp(40px,8vw,100px);font-weight:700;color:#fff;letter-spacing:.05em;line-height:1.2;opacity:0;animation:fadeInScale 1s forwards ease-out;animation-delay:2.5s}.headline-sub{display:block;margin-top:15px;font-size:clamp(16px,2.5vw,24px);font-family:var(--font-sans);font-weight:300;letter-spacing:.1em;color:#e0e0e0;text-transform:uppercase}@keyframes fadeInScale{0%{opacity:0;transform:translateY(20px);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.center-line-glow{width:1px;height:120px;background:linear-gradient(to bottom,#fff,transparent);margin:20px auto;opacity:0;transform-origin:top;transform:scaleY(0);animation:lineGrow 1.5s forwards;animation-delay:1.2s}@keyframes lineGrow{to{transform:scaleY(1);opacity:.5}}.btn-primary{padding:16px 40px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;text-transform:uppercase;letter-spacing:.2em;cursor:pointer;transition:.4s;opacity:0;animation:fadeIn 1s forwards;animation-delay:2s}.btn-primary:hover{background:#fff;color:#000}.hero-text-overlay{position:absolute;z-index:5}.hero-text-overlay.bottom-left{bottom:clamp(30px,6vh,60px);left:clamp(20px,5vw,60px)}.tech-title{font-family:Orbitron,sans-serif;font-size:clamp(28px,4vw,54px);font-weight:700;margin:0;max-width:600px;line-height:1.1;text-align:right;background:linear-gradient(135deg,#fff,#b0b5bb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;opacity:0;animation:fadeInSlideRight 1s forwards ease-out;animation-delay:.5s}.tech-link{font-family:Orbitron,sans-serif;font-size:clamp(14px,2vw,18px);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;text-decoration:none;padding:14px 32px;border:1px solid rgba(255,255,255,.4);border-radius:4px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;display:inline-block;opacity:0;animation:fadeInSlideRight 1s forwards ease-out;animation-delay:.8s}.tech-link:hover{background:#fff;color:#0a0a0b;border-color:#fff}@keyframes fadeInSlideRight{0%{opacity:0;transform:translate(-30px);filter:blur(5px)}to{opacity:1;transform:translate(0);filter:blur(0)}}.hero-text-overlay.right-side{top:clamp(30px,6vh,60px);right:clamp(20px,5vw,60px);text-align:right;display:flex;flex-direction:column;align-items:flex-end}.products-section{padding:120px 40px;background:#050505;color:#fff}.section-title{text-align:center;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,48px);font-weight:700;margin-bottom:60px;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;background-clip:text;color:transparent}.products-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.product-card{background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.06);overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.product-card:hover{transform:translateY(-8px);border-color:#ffffff2e;box-shadow:0 20px 50px #000000b3}.product-image-wrapper{width:100%;aspect-ratio:1;background:#0f0f12;overflow:hidden;position:relative}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image-wrapper img{transform:scale(1.06)}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#555;font-size:14px}.product-card__content{padding:24px;display:flex;flex-direction:column;flex-grow:1;gap:8px}.product-card__img-link{display:block;text-decoration:none}.product-card__title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fff;line-height:1.3;text-decoration:none;transition:color .2s}.product-card__title:hover{color:#ffffffbf}.product-card__price{font-family:Inter,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.01em;color:#a0a0a5}.product-card__actions{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.05)}.product-card__atc{flex:1;background:#fff;color:#000;border:none;border-radius:6px;padding:10px 14px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap}.product-card__atc:hover:not(:disabled){background:#e8e8e8;transform:translateY(-1px)}.product-card__atc:disabled{background:#ffffff26;color:#fff6;cursor:not-allowed}.product-card__cta{font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#888;text-decoration:none;white-space:nowrap;transition:color .3s ease}.product-card:hover .product-card__cta{color:#fff}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;max-width:1400px;margin:0 auto}.skeleton-card{height:380px;border-radius:20px;background:linear-gradient(90deg,#ffffff08 25%,#ffffff0f,#ffffff08 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products-error{text-align:center;padding:60px 20px;color:#888;font-size:15px;max-width:600px;margin:0 auto}@media(max-width:900px){.products-section{padding:80px 24px}.section-title{margin-bottom:40px}.products-grid,.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:14px}.skeleton-card{height:260px}}@media(max-width:600px){.products-section{padding:60px 16px 40px}.section-title{font-size:22px;margin-bottom:28px;letter-spacing:.01em}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%}.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}.skeleton-card{height:220px;border-radius:14px}.product-card{border-radius:14px;border-color:#ffffff14;background:#ffffff08}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0009}.product-image-wrapper{aspect-ratio:5 / 4;border-radius:0}.product-card__content{padding:10px 11px 12px;gap:5px}.product-card__title{font-size:12px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:13px;font-weight:700;font-family:Inter,sans-serif;color:#fff;letter-spacing:-.01em}.product-card__actions{padding-top:9px;gap:0;border-top:1px solid rgba(255,255,255,.07)}.product-card__atc{width:100%;padding:9px 8px;font-size:10px;letter-spacing:.04em;border-radius:5px;background:#ffffffeb}.product-card__cta{display:none}.products-grid .product-card:first-child{grid-column:1 / -1;flex-direction:row;border-radius:16px;max-height:160px;overflow:hidden}.products-grid .product-card:first-child .product-card__img-link{flex-shrink:0;width:44%}.products-grid .product-card:first-child .product-image-wrapper{width:100%;height:160px;aspect-ratio:unset}.products-grid .product-card:first-child .product-card__content{flex:1;padding:14px 14px 12px;justify-content:space-between}.products-grid .product-card:first-child .product-card__title{font-size:14px;font-weight:700;-webkit-line-clamp:3;line-clamp:3}.products-grid .product-card:first-child .product-card__price{font-size:15px}.products-grid .product-card:first-child .product-card__atc{font-size:11px;padding:10px}.products-grid .product-card:first-child .product-card__cta{display:none}}.newsletter-section{padding:120px 40px;background:var(--color-background, #050505);display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.newsletter-box{background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid rgba(255,255,255,.1);padding:60px 40px;border-radius:24px;max-width:800px;width:100%;text-align:center;box-shadow:0 20px 40px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-title{font-family:var(--font-display, "Playfair Display", serif);font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:15px}.newsletter-subtitle{font-family:var(--font-sans, "Inter", sans-serif);color:#a0a0a5;font-size:16px;margin-bottom:40px}.newsletter-form{display:flex;gap:15px;max-width:500px;margin:0 auto}.newsletter-input{flex-grow:1;background:#0000004d;border:1px solid rgba(255,255,255,.15);padding:16px 20px;border-radius:8px;color:#fff;font-family:var(--font-sans, "Inter", sans-serif);font-size:16px;transition:border-color .3s ease}.newsletter-input:focus{outline:none;border-color:#fff}.newsletter-input::placeholder{color:#666}.newsletter-btn{background:#fff;color:#050505;border:none;padding:0 30px;border-radius:8px;font-family:var(--font-sans, "Inter", sans-serif);font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:transform .3s ease,background .3s ease}.newsletter-btn:hover{background:#eaeaea;transform:translateY(-2px)}@media(max-width:600px){.newsletter-form{flex-direction:column}.newsletter-btn{padding:16px}}.categories-section{padding:120px 40px;background:#060608;position:relative;overflow:hidden}.categories-section:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:500px;background:radial-gradient(ellipse at center,rgba(90,60,200,.08) 0%,transparent 70%);pointer-events:none}.categories-header{text-align:center;margin-bottom:70px}.categories-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#ffffff59;margin-bottom:18px}.categories-header h2{font-family:Playfair Display,serif;font-size:clamp(34px,4.5vw,56px);font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#9b9bbd);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.15}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1320px;margin:0 auto}.category-card{position:relative;height:420px;border-radius:24px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.06);transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.category-card:hover{transform:translateY(-8px);border-color:#ffffff24;box-shadow:0 30px 80px #00000080}.category-bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .7s cubic-bezier(.16,1,.3,1)}.category-card:hover .category-bg{transform:scale(1.06)}.category-card[data-cat=lighting] .category-bg{background:linear-gradient(#0000004d,#0006),url(/assets/lighting_thumb-DIVVdQNY.png) center/cover no-repeat}.category-card[data-cat=cleaning] .category-bg{background:linear-gradient(#0000004d,#0006),url(/assets/cleaning_thumb-DSMn65-u.png) center/cover no-repeat}.category-card[data-cat=kitchen] .category-bg{background:linear-gradient(#0000004d,#0006),url(/assets/kitchen_thumb-SHHWHEU2.png) center/cover no-repeat}.category-card[data-cat=smarthome] .category-bg{background:linear-gradient(#0000004d,#0006),url(/assets/smarthome_thumb-yj0-a6ZI.png) center/cover no-repeat}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0000 55%);pointer-events:none;z-index:1}.category-icon{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s ease;opacity:.6;z-index:2}.category-card:hover .category-icon{transform:translate(-50%,-55%);opacity:.9}.category-icon svg{width:60px;height:60px;filter:drop-shadow(0 0 20px currentColor)}.category-card[data-cat=lighting] .category-icon svg{color:#ffd04a}.category-card[data-cat=cleaning] .category-icon svg{color:#4acfff}.category-card[data-cat=kitchen] .category-icon svg{color:#6effa0}.category-card[data-cat=smarthome] .category-icon svg{color:#b47aff}.category-content{position:absolute;bottom:0;left:0;right:0;padding:28px 28px 32px;z-index:3;display:flex;flex-direction:column;gap:10px}.category-title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.category-cta{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;text-decoration:none;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease,color .3s ease}.category-card:hover .category-cta{opacity:1;transform:translateY(0)}.category-cta:hover{color:#fff}.category-cta svg{width:14px;height:14px;transition:transform .3s ease}.category-cta:hover svg{transform:translate(4px)}@media(max-width:1100px){.categories-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:360px}}@media(max-width:700px){.categories-section{padding:80px 20px}.categories-grid{grid-template-columns:1fr;gap:16px}.category-card{height:300px}}
