@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600;700;800&display=swap);body{background:#fff}.navbar{background:#111;color:#fff;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;z-index:9999}.navbar,.navbar-inner{display:flex;width:100%}.navbar-inner{align-items:center;height:70px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 20px}.mobile-logo,.navbar-logo{align-items:center;display:flex;text-decoration:none}.mobile-logo img,.navbar-logo img{display:block;height:50px;object-fit:contain;width:auto}.desktop-nav ul{align-items:center;display:flex;gap:20px;list-style:none}.nav-item{position:relative}.desktop-nav a,.menu-parent{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:500;gap:8px;padding:10px 14px;text-decoration:none;transition:.3s ease}.desktop-nav a:hover,.menu-parent:hover{background:#ffffff0d;color:#ff7a18}.desktop-nav a.active{background:#ffffff14;color:#ff7a18}.dropdown-wrapper{position:relative}.submenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141414fa;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 20px 40px #00000059;display:flex;flex-direction:column;gap:6px;left:50%;min-width:220px;opacity:0;padding:10px;position:absolute;top:58px;transform:translateX(-50%) translateY(10px);transition:all .25s ease;visibility:hidden;z-index:999}.submenu.open{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.submenu li{list-style:none;width:100%}.submenu a{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:.92rem;font-weight:500;min-height:46px;padding:0 14px;text-decoration:none;transition:.25s ease;white-space:nowrap;width:100%}.submenu a:hover{background:#ffffff0f;color:#ff7a18}.cart-badge{background:#ff7a18;border-radius:50px;color:#fff;font-size:11px;height:18px;justify-content:center;min-width:18px;padding:0 5px}.cart-badge,.navbar-actions{align-items:center;display:flex}.navbar-actions{gap:15px}.login-link{align-items:center;color:#fff;display:flex;gap:8px;text-decoration:none;transition:.3s ease}.login-link:hover{color:#ff7a18}.profile-container{position:relative}.profile-wrapper{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:10px;padding:5px}.mobile-profile img,.profile-wrapper img{border:2px solid #ff7a18;border-radius:50%;height:38px;object-fit:cover;transition:.3s ease;width:38px}.profile-wrapper:hover img{transform:scale(1.05)}.profile-name{color:#fff;font-size:14px;font-weight:600}.profile-dropdown{animation:dropdownFade .25s ease;background:#fff;border-radius:14px;box-shadow:0 20px 40px #0003;overflow:hidden;position:absolute;right:0;top:60px;width:210px;z-index:5000}@keyframes dropdownFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown a,.profile-dropdown button{align-items:center;background:#0000;border:none;color:#333;cursor:pointer;display:flex;font-size:.92rem;gap:12px;padding:13px 16px;text-decoration:none;transition:.3s ease;width:100%}.profile-dropdown a:hover,.profile-dropdown button:hover{background:#f5f5f5}.logout-btn{color:#e53935!important}.scroll-progress-container{background:#ffffff14;bottom:0;height:3px;left:0;position:absolute;width:100%}.scroll-progress-main{background:linear-gradient(90deg,#ff7a18,#ffb347);height:100%;transition:width .15s linear}.mobile-header{display:none}.mobile-actions{align-items:center;display:flex;gap:12px}.mobile-profile{position:relative}.hamburger{align-items:center;background:#ffffff0f;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:46px;justify-content:center;transition:.3s ease;width:46px}.hamburger:active{transform:scale(.95)}.mobile-nav-menu{display:none}@media (max-width:768px){.navbar-inner{display:none}.mobile-header{align-items:center;background:#111;border-bottom:1px solid #ffffff0f;display:flex;height:65px;justify-content:space-between;padding:0 14px}.mobile-logo img{height:38px}.hamburger{align-items:center;background:#ffffff0d;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:42px;justify-content:center;width:42px}.mobile-nav-menu{background:#0d0d0d;display:block;height:calc(100vh - 65px);left:-100%;overflow-y:auto;padding:14px;position:fixed;top:65px;transition:left .3s ease;width:100%;z-index:9999}.mobile-nav-menu.active{left:0}.mobile-nav-menu ul{display:flex;flex-direction:column;gap:10px;list-style:none}.mobile-menu-parent,.mobile-nav-menu>ul>li>a{align-items:center;background:#ffffff0a;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:54px;justify-content:center;padding:0 16px;text-decoration:none;transition:.25s ease;width:100%}.mobile-menu-parent.active,.mobile-menu-parent:hover,.mobile-nav-menu>ul>li>a:hover{background:#ffffff14}.mobile-menu-left{align-items:center;display:flex;gap:12px}.mobile-menu-left svg,.mobile-nav-menu>ul>li>a svg{font-size:16px;min-width:16px}.mobile-dropdown-icon{font-size:12px;opacity:.7;transition:transform .25s ease}.mobile-dropdown-icon.rotate{transform:rotate(180deg)}.mobile-submenu{display:flex;flex-direction:column;gap:8px;max-height:0;overflow:hidden;padding-left:10px;transition:all .3s ease}.mobile-submenu.open{margin-top:6px;max-height:300px}.mobile-submenu a{align-items:center;background:#ffffff08;border-radius:12px;color:#fff;display:flex;font-size:.9rem;height:48px;padding:0 16px;text-decoration:none;transition:.25s ease;width:100%}.mobile-submenu a:hover{background:#ffffff0f}.mobile-login-btn{background:linear-gradient(90deg,#ff7a18,#ff9f43)!important;font-weight:600;justify-content:center!important}.mobile-profile img{height:34px;width:34px}.profile-dropdown.mobile{right:0;top:50px;width:180px}.floating-whatsapp,.whatsapp-button{bottom:95px!important}}.footer{background:#050505;border-top:1px solid #ffffff0f;overflow:hidden;position:relative;width:100%}.footer:before{background:radial-gradient(circle,#ff66001f,#0000 70%);content:"";filter:blur(90px);height:500px;left:-180px;pointer-events:none;position:absolute;top:-220px;width:500px}.footer-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1.4fr 1fr 1fr 1.3fr;margin:auto;max-width:1450px;padding:90px 5% 70px;position:relative;z-index:2}.footer-brand{display:flex;flex-direction:column;gap:22px}.footer-logo{align-items:center;display:flex;gap:14px;text-decoration:none}.footer-logo img{object-fit:contain;width:75px}.footer-logo h2{color:#fff;font-size:2rem;font-weight:900;letter-spacing:-1px}.footer-logo h2 span{color:#f60}.footer-brand p{color:#ffffffad;font-size:.98rem;line-height:1.9;max-width:420px}.footer-contact{display:flex;flex-direction:column;gap:16px}.footer-contact div{align-items:center;color:#ffffffc7;display:flex;font-size:.92rem;gap:12px}.footer-contact svg{color:#f60}.footer-links h3,.footer-newsletter h3{color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:28px}.footer-links ul{display:flex;flex-direction:column;gap:18px;list-style:none}.footer-links a{color:#ffffffad;font-size:.95rem;text-decoration:none;transition:.3s ease}.footer-links a:hover{color:#f60;padding-left:4px}.footer-newsletter p{color:#ffffffad;font-size:.95rem;line-height:1.8;margin-bottom:24px}.newsletter-input{align-items:center;display:flex;gap:12px;margin-bottom:30px}.newsletter-input input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;color:#fff;flex:1 1;font-size:.95rem;height:58px;outline:none;padding:0 22px}.newsletter-input input::placeholder{color:#ffffff73}.newsletter-input button{align-items:center;background:linear-gradient(90deg,#ff4800,#ff7a00);border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:10px;height:58px;padding:0 24px;transition:.35s ease;white-space:nowrap}.newsletter-input button:hover{box-shadow:0 15px 35px #ff660047;transform:translateY(-3px)}.footer-socials{align-items:center;display:flex;gap:14px}.footer-socials a{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;color:#fff;display:flex;font-size:1rem;height:50px;justify-content:center;transition:.35s ease;width:50px}.footer-socials a:hover{background:#f60;box-shadow:0 18px 40px #ff660047;transform:translateY(-5px)}.footer-bottom{border-top:1px solid #ffffff0f;padding:26px 5%;position:relative;text-align:center;z-index:2}.footer-bottom p{color:#ffffff8c;font-size:.9rem}@media (max-width:1100px){.footer-container{gap:50px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{gap:42px;grid-template-columns:1fr;padding:70px 18px 50px}.footer-logo img{width:60px}.footer-logo h2{font-size:1.7rem}.footer-brand p,.footer-newsletter p{font-size:.92rem;line-height:1.7}.newsletter-input{align-items:stretch;flex-direction:column}.newsletter-input button,.newsletter-input input{width:100%}.newsletter-input button{justify-content:center}.footer-links ul{gap:14px}.footer-socials{gap:12px}.footer-socials a{height:46px;width:46px}.footer-bottom{padding:22px 18px}.footer-bottom p{font-size:.82rem;line-height:1.6}}.whatsapp-float{align-items:center;background:#25d366;border:none;border-radius:50%;bottom:20px;box-shadow:0 8px 20px #00000059;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;width:56px;z-index:9999}.whatsapp-icon{color:#fff;font-size:30px}.whatsapp-popup{background:#020617;border-radius:14px;bottom:90px;box-shadow:0 10px 30px #00000080;color:#e5e7eb;padding:12px;position:fixed;right:20px;width:240px;z-index:9999}.popup-title{color:#38bdf8;font-size:14px;margin-bottom:10px;text-align:center}.whatsapp-popup button{background:#0f172a;border:1px solid #334155;border-radius:10px;color:#e5e7eb;cursor:pointer;margin-bottom:8px;padding:10px;text-align:left;width:100%}.whatsapp-popup button:hover{background:#1e293b}@media (max-width:768px){.whatsapp-popup{bottom:80px;right:16px}.whatsapp-float{bottom:16px;right:16px}}.sacHeroSection{align-items:center;background:#000;display:flex;min-height:100vh;overflow:hidden;position:relative;width:100%}.sacHeroVideo{animation:sacZoom 18s ease-in-out infinite alternate;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}@keyframes sacZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.sacHeroOverlay{background:linear-gradient(90deg,#000000eb,#000000c2 35%,#00000073 65%,#000000b8)}.sacHeroGradient,.sacHeroOverlay{inset:0;position:absolute;z-index:2}.sacHeroGradient{background:radial-gradient(circle at top left,#ff5a0033,#0000 40%)}.sacHeroGlow{animation:sacGlow 5s ease-in-out infinite;background:radial-gradient(circle,#ff640038,#0000 70%);border-radius:50%;filter:blur(80px);height:500px;left:-120px;position:absolute;top:-120px;width:500px;z-index:2}@keyframes sacGlow{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}to{opacity:.6;transform:scale(1)}}.sacHeroContent{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1450px;padding:120px 7% 80px;position:relative;width:100%;z-index:5}.sacHeroBadge{align-items:center;animation:sacFadeUp 1s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:10px;margin-bottom:30px;padding:12px 24px}.sacHeroTitle{animation:sacFadeUp 1.2s ease;color:#fff;font-size:clamp(4rem,8vw,7rem);font-weight:900;letter-spacing:-4px;line-height:.9;margin-bottom:28px;text-transform:uppercase}.sacHeroTitle span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d00,#ff9500);-webkit-background-clip:text;text-shadow:0 0 30px #ff5a0059}.sacHeroDescription{animation:sacFadeUp 1.4s ease;color:#ffffffd1;font-size:1.15rem;line-height:1.8;margin-bottom:40px;max-width:650px;width:100%}.sacHeroButtons{align-items:center;animation:sacFadeUp 1.6s ease;display:flex;flex-wrap:wrap;gap:18px;margin-bottom:50px}.sacPrimaryBtn,.sacSecondaryBtn{align-items:center;border:none;border-radius:18px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:12px;height:60px;justify-content:center;padding:0 32px;transition:all .35s ease}.sacPrimaryBtn{background:linear-gradient(90deg,#ff4d00,#ff8c00);box-shadow:0 15px 35px #ff5a0059;color:#fff}.sacPrimaryBtn:hover{box-shadow:0 25px 45px #ff5a0073;transform:translateY(-4px) scale(1.02)}.sacSecondaryBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1f;color:#fff}.sacSecondaryBtn:hover{background:#ffffff1f;transform:translateY(-3px)}.sacHeroStats{align-items:center;animation:sacFadeUp 1.8s ease;display:flex;flex-wrap:wrap;gap:60px;margin-bottom:42px}.sacStatItem h3{color:#fff;font-size:2rem;font-weight:800;margin-bottom:6px}.sacStatItem p{color:#ffffffad;font-size:.95rem}.sacHeroTrusts{animation:sacFadeUp 2s ease;flex-wrap:wrap;gap:30px}.sacHeroTrusts,.sacTrustItem{align-items:center;display:flex}.sacTrustItem{color:#ffffffd1;font-size:.95rem;gap:10px}.sacTrustItem svg{color:#ff7a00}.sacScrollIndicator{bottom:30px;left:50%;position:absolute;transform:translateX(-50%);z-index:5}.sacScrollIndicator span{border:2px solid #fff6;border-radius:30px;display:block;height:48px;position:relative;width:28px}.sacScrollIndicator span:before{animation:sacScroll 1.8s infinite;background:#fff;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:6px}@keyframes sacScroll{0%{opacity:0;transform:translate(-50%)}50%{opacity:1}to{opacity:0;transform:translate(-50%,16px)}}@keyframes sacFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.sacHeroTitle{font-size:clamp(3.5rem,10vw,5rem)}.sacHeroDescription{font-size:1.05rem}.sacHeroStats{gap:35px}}@media (max-width:768px){.sacHeroSection{align-items:flex-start;min-height:100vh;padding-top:90px}.sacHeroVideo{filter:brightness(1.05) contrast(1.05) saturate(1.08);object-position:center;opacity:.95}.sacHeroOverlay{background:linear-gradient(180deg,#00000061,#0000008f 40%,#000000bf)}.sacHeroContent{justify-content:flex-start;padding:0 20px 60px}.sacHeroBadge{font-size:.78rem;margin-bottom:22px;padding:10px 18px}.sacHeroTitle{font-size:clamp(3.2rem,18vw,5rem);letter-spacing:-2px;line-height:.92;margin-bottom:20px}.sacHeroDescription{font-size:1rem;line-height:1.7;margin-bottom:28px;max-width:100%}.sacHeroButtons{gap:14px;margin-bottom:34px;width:100%}.sacPrimaryBtn,.sacSecondaryBtn{border-radius:16px;font-size:.95rem;height:54px;width:100%}.sacHeroStats{gap:12px;justify-content:space-between;margin-bottom:28px;width:100%}.sacStatItem h3{font-size:1.7rem}.sacStatItem p{font-size:.8rem}.sacHeroTrusts{gap:12px}.sacTrustItem{font-size:.82rem;line-height:1.5}.sacHeroGlow{filter:blur(45px);height:220px;left:-60px;top:-60px;width:220px}.sacScrollIndicator{display:none}}@media (max-width:480px){.sacHeroTitle{font-size:clamp(2.8rem,17vw,4.2rem)}.sacHeroStats{gap:20px}.sacStatItem h3{font-size:1.4rem}.sacHeroDescription{font-size:.95rem}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.editorial-products{background:#f3f3f3;overflow:hidden;padding:80px 24px;width:100%}.editorial-header{margin-bottom:50px;text-align:center}.editorial-header p{color:#111;font-size:.75rem;font-weight:700;letter-spacing:3px;margin-bottom:12px;text-transform:uppercase}.editorial-header h2{color:#000;font-size:clamp(3rem,8vw,8rem);font-weight:900;letter-spacing:-5px;line-height:.9;text-transform:uppercase}.editorial-swiper{overflow:hidden;padding-bottom:70px;width:100%}.editorial-swiper .swiper{width:100%}.editorial-swiper .swiper-wrapper{display:flex}.editorial-swiper .swiper-slide{display:flex!important;height:auto!important}.editorial-card{background:#fff;border:1px solid #00000014;cursor:pointer;min-width:0;overflow:hidden;transition:.4s ease;width:100%}.editorial-card:hover{transform:translateY(-8px)}.editorial-image-wrap{align-items:center;background:#e7b253;display:flex;height:520px;justify-content:center;overflow:hidden;width:100%}.swiper-slide:nth-child(2n) .editorial-image-wrap{background:#53a7ba}.swiper-slide:nth-child(3n) .editorial-image-wrap{background:#cc6d86}.editorial-image{height:85%;object-fit:contain;transition:.6s ease;width:85%}.editorial-card:hover .editorial-image{transform:scale(1.05)}.editorial-content{background:#fff;padding:22px}.editorial-content h3{color:#000;font-size:1.8rem;font-weight:900;letter-spacing:-1px;line-height:1;margin-bottom:10px;text-transform:uppercase}.editorial-subtitle{color:#0009;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:1px;margin-bottom:18px;text-transform:uppercase}.editorial-bottom{gap:12px}.editorial-price{color:#000;font-size:1.5rem;font-weight:900}.editorial-btn{align-items:center;background:#0000;border:1px solid #000;color:#000;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;gap:10px;height:46px;padding:0 18px;transition:.3s ease}.editorial-btn:hover{background:#000;color:#fff}.swiper-button-next,.swiper-button-prev{background:#000;border-radius:50%;color:#fff!important;height:54px!important;padding:10px;transition:.3s ease;width:54px!important}.swiper-button-next:hover,.swiper-button-prev:hover{transform:scale(1.08)}.swiper-button-next:after,.swiper-button-prev:after{font-size:14px!important;font-weight:900}.swiper-pagination-bullet{background:#00000040;opacity:1}.swiper-pagination-bullet-active{background:#000}@media (max-width:1199px){.editorial-image-wrap{height:420px}.editorial-content h3{font-size:1.4rem}}@media (max-width:768px){.editorial-products{padding:60px 14px}.editorial-header{margin-bottom:34px}.editorial-header h2{font-size:3rem;letter-spacing:-2px}.editorial-image-wrap{height:320px}.editorial-content{padding:18px}.editorial-content h3,.editorial-price{font-size:1.2rem}.editorial-btn{font-size:.72rem;height:40px;padding:0 14px}.swiper-button-next,.swiper-button-prev{height:42px!important;padding:10px;width:42px!important}.swiper-button-next:after,.swiper-button-prev:after{font-size:11px!important}.swiper-pagination-bullet{background:#00000040;opacity:1}.swiper-pagination-bullet-active{background:#fff}}.about-section{background:#050505;overflow:hidden;padding:80px 5%;position:relative;width:100%}.about-section:before{background:radial-gradient(circle,#ff620029,#0000 70%);content:"";filter:blur(100px);height:500px;left:-200px;position:absolute;top:-200px;width:500px;z-index:0}.about-container{gap:55px;justify-content:space-between;margin:auto;max-width:1400px;z-index:2}.about-container,.about-image{align-items:center;display:flex;position:relative}.about-image{background:#111;border-radius:26px;justify-content:center;min-height:560px;overflow:hidden;width:50%}.about-image img{display:block;height:auto;max-height:560px;object-fit:contain;transition:.7s ease;width:100%}.about-image:hover img{transform:scale(1.03)}.about-image:after{background:linear-gradient(0deg,#00000061,#0000000a);content:"";inset:0;pointer-events:none;position:absolute}.about-image-overlay{bottom:34px;color:#fff;left:34px;position:absolute;z-index:5}.about-image-overlay span{color:#ff6b00;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:3px;margin-bottom:14px}.about-image-overlay h3{font-size:3.2rem;font-weight:900;letter-spacing:-3px;line-height:.92;max-width:380px;text-transform:uppercase}.about-content{color:#fff;display:flex;flex-direction:column;gap:18px;justify-content:center;width:50%}.about-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;color:#ff6b00;font-size:.72rem;font-weight:700;letter-spacing:3px;padding:10px 18px;width:-webkit-fit-content;width:fit-content}.about-title{color:#fff;font-size:clamp(3rem,5vw,5rem);font-weight:900;letter-spacing:-4px;line-height:.92;text-transform:uppercase}.about-text{color:#ffffffb8;font-size:1rem;line-height:1.9;max-width:620px}.Sacmtb{color:#ff6b00;font-weight:800}.about-stats{align-items:center;display:flex;flex-wrap:wrap;gap:45px;margin-top:10px}.about-stat h4{color:#fff;font-size:2.1rem;font-weight:900;margin-bottom:6px}.about-stat p{color:#ffffff8c;font-size:.82rem;letter-spacing:1px;text-transform:uppercase}.about-btn{align-items:center;background:linear-gradient(90deg,#ff4800,#ff7a00);border:none;border-radius:999px;box-shadow:0 15px 40px #ff620038;color:#fff;cursor:pointer;display:flex;font-size:.92rem;font-weight:700;gap:10px;height:56px;margin-top:14px;padding:0 26px;transition:.35s ease;width:-webkit-fit-content;width:fit-content}.about-btn:hover{transform:translateY(-4px) scale(1.03)}@media (max-width:1100px){.about-container{gap:40px}.about-image{min-height:460px}.about-image img{max-height:460px}.about-image-overlay h3{font-size:2.4rem}.about-title{font-size:3.5rem}.about-stats{gap:24px}}@media (max-width:768px){.about-section{padding:60px 18px}.about-container{flex-direction:column;gap:32px}.about-content,.about-image{width:100%}.about-image{border-radius:22px;min-height:auto}.about-image img{max-height:320px;object-fit:contain;width:100%}.about-image-overlay{bottom:22px;left:22px}.about-image-overlay span{font-size:.65rem;letter-spacing:2px}.about-image-overlay h3{font-size:1.8rem;letter-spacing:-2px;max-width:220px}.about-content{gap:16px}.about-tag{font-size:.65rem;padding:8px 14px}.about-title{font-size:2.4rem;letter-spacing:-2px;line-height:.95}.about-text{font-size:.92rem;line-height:1.75}.about-stats{gap:20px;justify-content:space-between}.about-stat h4{font-size:1.5rem}.about-stat p{font-size:.68rem}.about-btn{height:50px;justify-content:center;width:100%}}.whyus-section{background:#050505;overflow:hidden;padding:100px 6%;position:relative;width:100%}.whyus-section:before{background:radial-gradient(circle,#ff66001f,#0000 70%);height:500px;left:-120px;top:-180px;width:500px}.whyus-section:after,.whyus-section:before{content:"";filter:blur(80px);pointer-events:none;position:absolute}.whyus-section:after{background:radial-gradient(circle,#ffffff0a,#0000 70%);bottom:-180px;height:400px;right:-100px;width:400px}.whyus-header{margin-bottom:70px;position:relative;text-align:center;z-index:2}.whyus-tag{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;color:#f60;display:inline-flex;font-size:.78rem;font-weight:700;justify-content:center;letter-spacing:3px;margin-bottom:26px;padding:10px 22px}.whyus-tag,.whyus-title{text-transform:uppercase}.whyus-title{color:#fff;font-size:clamp(3rem,7vw,6.8rem);font-weight:900;letter-spacing:-4px;line-height:.95;margin-bottom:24px}.whyus-subtext{color:#ffffffb3;font-size:1.05rem;line-height:1.8;margin:0 auto;max-width:780px;width:100%}.whyus-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.whyus-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:30px;overflow:hidden;padding:38px 32px;position:relative;transition:.4s ease}.whyus-card:before{background:radial-gradient(circle,#ff660026,#0000 70%);content:"";filter:blur(35px);height:180px;position:absolute;right:-60px;top:-60px;width:180px}.whyus-card:hover{border-color:#ff66004d;box-shadow:0 25px 60px #00000073,0 0 30px #ff660014;transform:translateY(-10px)}.whyus-icon{align-items:center;animation:floatIcon 4s ease-in-out infinite;background:linear-gradient(135deg,#ff660026,#ffffff0a);border:1px solid #ffffff14;border-radius:22px;box-shadow:inset 0 1px 0 #ffffff0f,0 12px 25px #00000040;color:#f60;display:flex;font-size:2rem;height:78px;justify-content:center;margin-bottom:28px;overflow:hidden;position:relative;transition:.4s ease;width:78px}.whyus-icon:before{animation:pulseGlow 3s ease-in-out infinite;background:radial-gradient(circle,#ff660040,#0000 70%);content:"";height:120%;position:absolute;width:120%}.whyus-card:hover .whyus-icon{box-shadow:0 20px 40px #ff660040;transform:translateY(-6px) rotate(-6deg) scale(1.08)}.whyus-card h3{color:#fff;font-size:1.55rem;font-weight:800;line-height:1.2;margin-bottom:16px}.whyus-card p{color:#ffffffad;font-size:.98rem;line-height:1.8}@keyframes pulseGlow{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(.9)}}@media (max-width:1100px){.whyus-grid{grid-template-columns:repeat(2,1fr)}.whyus-title{letter-spacing:-2px}}@media (max-width:768px){.whyus-section{padding:70px 18px}.whyus-header{margin-bottom:45px}.whyus-title{font-size:2.8rem;letter-spacing:-2px}.whyus-subtext{font-size:.95rem;line-height:1.7}.whyus-grid{gap:18px;grid-template-columns:1fr}.whyus-card{border-radius:24px;padding:28px 22px}.whyus-icon{border-radius:18px;font-size:1.6rem;height:64px;margin-bottom:20px;width:64px}.whyus-card h3{font-size:1.25rem}.whyus-card p{font-size:.9rem;line-height:1.7}}.feedback-section{background:#050505;overflow:hidden;padding:100px 5%;position:relative;width:100%}.feedback-section:before{background:radial-gradient(circle,#ff66001f,#0000 70%);content:"";filter:blur(90px);height:500px;left:-120px;pointer-events:none;position:absolute;top:-180px;width:500px}.feedback-header{margin-bottom:60px;position:relative;text-align:center;z-index:2}.feedback-header span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;color:#f60;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:3px;margin-bottom:22px;padding:10px 20px;text-transform:uppercase}.feedback-header h2{color:#fff;font-size:clamp(3rem,7vw,6.5rem);font-weight:900;letter-spacing:-4px;line-height:.92;text-transform:uppercase}.feedback-slider{border-radius:34px;height:720px;margin:auto;max-width:1400px;overflow:hidden;position:relative;width:100%}.feedback-slide{inset:0;opacity:0;position:absolute;transform:scale(1.05);transition:opacity .8s ease,transform 1s ease}.feedback-slide.active{opacity:1;transform:scale(1);z-index:2}.feedback-slide.inactive{opacity:0;z-index:1}.feedback-bg{filter:brightness(.9);height:100%;object-fit:cover;transform:scale(1.02);width:100%}.feedback-overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid #ffffff1f;border-radius:24px;bottom:40px;box-shadow:0 20px 50px #00000040;color:#fff;left:40px;max-width:500px;padding:28px;position:absolute}.feedback-profile{align-items:center;display:flex;gap:16px;margin-bottom:24px}.feedback-profile img{border:3px solid #ffffff2e;border-radius:50%;height:72px;object-fit:cover;width:72px}.feedback-profile h3{font-size:1.3rem;font-weight:800;margin-bottom:4px}.feedback-profile p{color:#ffffffb8;font-size:.92rem}.feedback-stars{align-items:center;color:#ffb400;display:flex;font-size:.95rem;gap:6px;margin-bottom:20px}.feedback-story{color:#ffffffeb;font-size:1.08rem;line-height:1.9}.feedback-controls{gap:18px;margin-top:38px}.feedback-controls,.feedback-controls button{align-items:center;display:flex;justify-content:center}.feedback-controls button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;height:58px;transition:.35s ease;width:58px}.feedback-controls button:hover{background:#f60;box-shadow:0 18px 40px #ff66004d;color:#fff;transform:translateY(-4px)}@media (max-width:768px){.feedback-section{padding:70px 18px}.feedback-header{margin-bottom:36px}.feedback-header h2{font-size:2.8rem;letter-spacing:-2px}.feedback-slider{border-radius:26px;height:520px}.feedback-overlay{border-radius:22px;bottom:16px;left:16px;max-width:none;padding:20px;right:16px}.feedback-profile{gap:12px;margin-bottom:16px}.feedback-profile img{height:54px;width:54px}.feedback-profile h3{font-size:1rem}.feedback-profile p{font-size:.78rem}.feedback-story{font-size:.92rem;line-height:1.7}.feedback-controls{margin-top:28px}.feedback-controls button{height:48px;width:48px}}.luxury-about{background:#f5f3ee;min-height:100vh;width:100%}.about-hero{background:#000;height:100vh;overflow:hidden;position:relative;width:100%}.about-video{filter:brightness(.72) contrast(1.08);height:100%;object-fit:cover;transform:scale(1.04);width:100%}.about-hero:after{background:linear-gradient(90deg,#000000e0,#00000073,#0000001f);content:"";inset:0;position:absolute}.about-overlay{color:#fff;left:6%;max-width:700px;position:absolute;top:52%;transform:translateY(-50%);z-index:5}.about-overlay span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff40;border-radius:999px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:4px;padding:12px 24px}.about-overlay h1,.about-overlay span{margin-bottom:24px;text-transform:uppercase}.about-overlay h1{font-family:Anton,sans-serif;font-size:clamp(4rem,9vw,8rem);line-height:.82}.about-overlay p{color:#ffffffd6;font-size:1rem;line-height:1.9;max-width:560px}.about-statement{padding:120px 5% 70px;width:100%}.about-statement h1{font-family:Anton,sans-serif;font-size:clamp(4rem,11vw,11rem);line-height:.88;text-transform:uppercase}.editorial-story{grid-gap:90px;align-items:center;display:grid;gap:90px;grid-template-columns:1fr 1fr;padding:80px 6% 140px}.story-image{border-radius:36px;position:relative}.story-image img{height:780px;transition:transform 1s ease,filter .8s ease}.story-image:hover img{filter:contrast(1.08) brightness(1.05);transform:scale(1.05)}.story-content h2{margin-bottom:28px}.story-content p{line-height:1.95;margin-bottom:24px;max-width:560px}.mission-editorial{grid-gap:90px;align-items:center;display:grid;gap:90px;grid-template-columns:1fr 1fr;padding:0 6% 140px}.mission-box span{display:block;font-size:.72rem;font-weight:700;letter-spacing:4px;margin-bottom:18px;text-transform:uppercase}.mission-box h2{font-family:Anton,sans-serif;font-size:clamp(3rem,7vw,7rem);line-height:.88;margin-bottom:26px;text-transform:uppercase}.mission-box p{color:#444;font-size:1rem;line-height:1.95;margin-bottom:24px;max-width:560px}.mission-image{border-radius:36px;overflow:hidden}.mission-image img{height:780px;object-fit:cover;transition:transform 1s ease,filter .8s ease;width:100%}.mission-image:hover img{filter:contrast(1.08) brightness(1.05);transform:scale(1.05)}.luxury-features{padding:0 5% 140px;width:100%}.luxury-features h2{font-family:Anton,sans-serif;font-size:clamp(3rem,8vw,7rem);line-height:.9;margin-bottom:60px;text-transform:uppercase}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:32px;min-height:320px;padding:42px 34px;transition:transform .5s ease,box-shadow .5s ease}.feature-card:hover{box-shadow:0 30px 80px #00000014;transform:translateY(-10px)}.feature-icon{align-items:center;background:#111;border-radius:50%;color:#fff;display:flex;font-size:1.6rem;height:74px;justify-content:center;margin-bottom:28px;width:74px}.feature-card h3{font-family:Anton,sans-serif;font-size:2rem;line-height:1;margin-bottom:18px;text-transform:uppercase}.feature-card p{color:#555;font-size:.96rem;line-height:1.9}.stats-editorial{grid-gap:20px;background:#0a0a0a;color:#fff;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);padding:120px 5%;width:100%}.stat-box{text-align:center}.stat-box h1{color:#9cff57;font-family:Anton,sans-serif;font-size:clamp(4rem,8vw,8rem);line-height:.9;margin-bottom:16px}.stat-box p{color:#ffffffb8;font-size:.8rem;font-weight:700;letter-spacing:4px;text-transform:uppercase}.timeline-editorial{background:#050505;overflow:hidden;padding:140px 5%;position:relative;width:100%}.timeline-header{margin-bottom:90px;text-align:center}.timeline-header span{color:#9cff57;display:block;font-size:.75rem;font-weight:700;letter-spacing:4px;margin-bottom:20px;text-transform:uppercase}.timeline-header h2{color:#fff;font-family:Anton,sans-serif;font-size:clamp(3rem,8vw,8rem);line-height:.88;text-transform:uppercase}.timeline-grid{grid-gap:45px;display:grid;gap:45px;grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}.timeline-card{background:#111;border-radius:34px;isolation:isolate;min-height:680px;overflow:hidden;position:relative;transition:transform .5s ease,box-shadow .5s ease}.timeline-card:hover{box-shadow:0 40px 100px #0000008c;transform:translateY(-12px)}.timeline-image{height:50%;inset:0;position:absolute;width:100%}.timeline-image img{height:100%;object-fit:cover;transition:transform 1.3s ease,filter 1s ease;width:100%}.timeline-card:hover
.timeline-image img{filter:brightness(1.08) contrast(1.08);transform:scale(1.08)}.timeline-overlay{background:linear-gradient(0deg,#000000fa,#000000ad,#0000002e,#0000);display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:45px;position:absolute;z-index:2}.timeline-overlay span{color:#9cff57;font-family:Anton,sans-serif;font-size:5rem;line-height:1;margin-bottom:12px;text-shadow:0 0 20px #9cff5766}.timeline-overlay h3{color:#fff;font-family:Anton,sans-serif;font-size:2.7rem;line-height:1;margin-bottom:22px;text-transform:uppercase}.timeline-overlay p{color:#ffffffd1;font-size:1rem;line-height:1.9;max-width:420px}.timeline-card:before{background:radial-gradient(#9cff5738,#0000 70%);border-radius:50%;content:"";height:320px;opacity:0;position:absolute;right:-150px;top:-150px;transition:.7s ease;width:320px;z-index:1}.timeline-card:hover:before{opacity:1;transform:scale(1.25)}.timeline-card:after{background:linear-gradient(120deg,#0000 30%,#ffffff0f,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute;transform:translateX(-120%);transition:1s ease;z-index:2}.timeline-card:hover:after{transform:translateX(120%)}.ending-editorial{padding:140px 5%;text-align:center;width:100%}.ending-editorial h1{font-family:Anton,sans-serif;font-size:clamp(4rem,12vw,11rem);line-height:.88;text-transform:uppercase}@media(max-width:1100px){.editorial-story,.mission-editorial{gap:60px;grid-template-columns:1fr}.mission-image img,.story-image img{height:520px}.stats-editorial{gap:60px;grid-template-columns:1fr}.timeline-grid{grid-template-columns:repeat(2,1fr)}.timeline-card{min-height:580px}}@media(max-width:768px){.about-hero{height:80vh}.about-overlay{left:20px;right:20px}.about-overlay h1{font-size:4rem}.about-overlay p{font-size:.92rem}.about-statement{padding:70px 20px 40px}.about-statement h1{font-size:4rem}.editorial-story,.mission-editorial{padding:50px 20px 80px}.mission-image img,.story-image img{height:380px}.mission-box h2,.story-content h2{font-size:3rem}.luxury-features{padding:0 20px 80px}.luxury-features h2{font-size:3rem;margin-bottom:30px}.feature-card{padding:30px 24px}.feature-card h3{font-size:1.6rem}.stats-editorial,.timeline-editorial{padding:90px 20px}.timeline-header{margin-bottom:50px}.timeline-header h2{font-size:3.5rem}.timeline-grid{gap:30px;grid-template-columns:1fr}.timeline-card{min-height:520px}.timeline-overlay{padding:28px}.timeline-overlay span{font-size:3.5rem}.timeline-overlay h3{font-size:2rem}.timeline-overlay p{font-size:.92rem;line-height:1.7}.ending-editorial{padding:90px 20px}.ending-editorial h1{font-size:4rem}}@media(max-width:480px){.about-overlay h1{font-size:3.1rem}.about-statement h1{font-size:3.3rem}.mission-box h2,.story-content h2{font-size:2.4rem}.feature-card h3{font-size:1.4rem}.timeline-header h2{font-size:2.8rem}.timeline-card{min-height:470px}.timeline-overlay{padding:22px}.timeline-overlay span{font-size:3rem}.timeline-overlay h3{font-size:1.6rem}.timeline-overlay p{font-size:.88rem}.ending-editorial h1{font-size:3.2rem}}.game-coming-soon{align-items:center;background:linear-gradient(135deg,#0f0f0f,#222);color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100vh;justify-content:center;text-align:center}.game-coming-soon h1{color:#0f8;font-size:3rem;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.game-coming-soon p{color:#ccc;font-size:1.5rem}.sac-luxury-hero{background:#000;height:100vh;min-height:760px;overflow:hidden;position:relative;width:100%}.sac-hero-visual{height:100%;position:relative;width:100%}.sac-hero-bg-image{filter:brightness(.45);height:100%;object-fit:cover;object-position:center center;transform:scale(1.02);width:100%}.sac-dark-overlay{background:linear-gradient(90deg,#000000b8,#00000059 45%,#0000001f);inset:0;position:absolute;z-index:1}.sac-hero-content{left:6%;max-width:520px;position:absolute;top:52%;transform:translateY(-50%);z-index:5}.sac-small-tag{color:#9cff32;font-size:14px;font-weight:700;letter-spacing:9px;margin-bottom:22px;text-transform:uppercase}.sac-main-title{color:#fff;font-size:9rem;font-weight:900;letter-spacing:-5px;line-height:.85;margin-bottom:30px;text-transform:uppercase}.sac-hero-description{color:#ffffffeb;font-size:1.35rem;font-weight:400;line-height:1.8;max-width:520px}.sac-floating-buybox{padding:20px;position:absolute;right:5%;top:50%;transform:translateY(-50%);width:320px;z-index:20}.sac-buybox-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;box-shadow:0 25px 60px #00000073;padding:28px}.sac-product-image-wrap{align-items:center;background:#f3f3f3;display:flex;height:120px;justify-content:center;margin:0 auto 20px;width:120px}.sac-product-image{height:100%;object-fit:cover;width:100%}.sac-product-title{color:#000;font-size:2rem;font-weight:900;line-height:.9;margin-bottom:10px}.sac-product-category,.sac-product-title{text-align:center;text-transform:uppercase}.sac-product-category{color:#666;font-size:12px;letter-spacing:6px;margin-bottom:26px}.sac-product-price{color:#000;font-size:2.3rem;font-weight:800;margin-bottom:28px;text-align:center}.sac-size-options{display:flex;gap:12px;justify-content:center;margin-bottom:28px}.sac-size-btn{background:#0000;border:1px solid #000;cursor:pointer;font-size:1rem;font-weight:700;height:58px;transition:.3s ease;width:74px}.sac-cart-btn,.sac-size-btn.active,.sac-size-btn:hover{background:#000;color:#fff}.sac-cart-btn{border:none;cursor:pointer;font-size:1rem;font-weight:800;height:62px;margin-bottom:24px;text-transform:uppercase;transition:.3s ease;width:100%}.sac-cart-btn:hover{background:#1d1d1d}.sac-features{border-top:1px solid #ddd;padding-top:18px}.sac-feature{color:#777;font-size:14px;margin-bottom:12px}@media (max-width:1400px){.sac-main-title{font-size:7rem}.sac-floating-buybox{width:290px}}@media (max-width:1100px){.sac-main-title{font-size:5.8rem}.sac-hero-description{font-size:1.05rem}.sac-floating-buybox{padding:20px;right:3%;width:320px}.sac-product-title{font-size:1.5rem}.sac-product-price{font-size:2rem}}@media (max-width:900px){.sac-luxury-hero{height:auto;min-height:auto}.sac-hero-visual{height:78vh}.sac-hero-content{left:5%;max-width:90%;top:50%}.sac-main-title{font-size:4.5rem}.sac-floating-buybox{margin:-90px auto 40px;max-width:420px;position:relative;right:auto;top:auto;transform:none;width:92%}}@media (max-width:768px){.sac-hero-visual{height:72vh}.sac-main-title{font-size:3.5rem;letter-spacing:-2px}.sac-small-tag{font-size:11px;letter-spacing:5px}.sac-hero-description{font-size:.95rem;line-height:1.7}.sac-floating-buybox{margin-top:-60px;width:94%}.sac-buybox-inner{padding:20px}.sac-product-title{font-size:2.4rem}.sac-product-price{font-size:2rem}.sac-size-btn{flex:1 1;height:50px}}.sacCinemaSection{background:#050505;display:grid;grid-template-columns:40% 60%;min-height:100vh;overflow:hidden;position:relative;width:100%}.sacCinemaContent{display:flex;flex-direction:column;justify-content:center;padding:120px 6vw;position:relative;z-index:5}.sacCinemaTag{color:#9cff32;font-size:13px;font-weight:700;letter-spacing:8px;margin-bottom:25px}.sacCinemaTitle{color:#fff;font-size:7rem;font-weight:900;letter-spacing:-5px;line-height:.85;margin-bottom:35px;text-transform:uppercase}.sacCinemaDesc{color:#ffffffbf;font-size:1.15rem;line-height:2;margin-bottom:40px;max-width:500px}.sacRotateBtn{background:#9cff32;border:none;color:#000;cursor:pointer;font-size:14px;font-weight:800;height:65px;letter-spacing:2px;transition:.3s ease;width:220px}.sacRotateBtn:hover{transform:translateY(-4px)}.sacCinemaVisual{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.sacCinemaVideo{filter:brightness(.45);height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:1}.sacCinemaOverlay{background:linear-gradient(90deg,#00000059,#00000014);inset:0;position:absolute;z-index:2}.sacBikeGlow{background:radial-gradient(circle,#9cff322e,#0000 70%);height:600px;position:absolute;width:600px;z-index:3}.sacFloatingBike{animation:sacBikeFloat 5s ease-in-out infinite;max-width:760px;object-fit:contain;position:relative;width:78%;z-index:5}@keyframes sacBikeFloat{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.sacMiniSelectors{bottom:35px;display:flex;gap:14px;position:absolute;right:35px;z-index:10}.sacMiniBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:2px solid #0000;cursor:pointer;height:74px;padding:6px;transition:.3s ease;width:74px}.sacMiniBtn img{height:100%;object-fit:contain;width:100%}.sacMiniBtn.active{background:#fff;border:2px solid #9cff32}.sacMiniBtn:hover{transform:translateY(-4px)}@media(max-width:1400px){.sacCinemaTitle{font-size:6rem}}@media(max-width:1200px){.sacCinemaSection{grid-template-columns:45% 55%}.sacCinemaTitle{font-size:5rem}.sacFloatingBike{width:82%}}@media(max-width:992px){.sacCinemaSection{grid-template-columns:1fr}.sacCinemaContent{padding:80px 7vw 50px}.sacCinemaTitle{font-size:4.5rem}.sacCinemaVisual{min-height:700px}.sacFloatingBike{width:75%}.sacMiniSelectors{left:50%;right:auto;transform:translateX(-50%)}}@media(max-width:768px){.sacCinemaContent{padding:70px 25px 40px}.sacCinemaTag{font-size:11px;letter-spacing:5px}.sacCinemaTitle{font-size:3rem;letter-spacing:-2px;line-height:.9}.sacCinemaDesc{font-size:.95rem;line-height:1.8}.sacRotateBtn{font-size:12px;height:55px;width:180px}.sacCinemaVisual{min-height:520px}.sacFloatingBike{width:88%}.sacMiniSelectors{bottom:20px;gap:10px}.sacMiniBtn{height:58px;width:58px}}@media(max-width:480px){.sacCinemaTitle{font-size:2.4rem}.sacCinemaVisual{min-height:450px}.sacMiniBtn{height:50px;width:50px}}.sacSpecsSection{background:radial-gradient(circle at top left,#91ff0014,#0000 30%),#050505;min-height:100vh;overflow:hidden;padding:120px 7%;position:relative;width:100%}.sacSpecsLeft{margin-bottom:80px;max-width:850px}.sacSpecsTag{color:#9dff00;display:block;font-size:13px;font-weight:700;letter-spacing:8px;margin-bottom:25px}.sacSpecsTitle{color:#fff;font-size:clamp(70px,10vw,160px);font-weight:900;line-height:.88;margin-bottom:35px;text-transform:uppercase}.sacSpecsDesc{color:#ffffffb8;font-size:1.15rem;line-height:2;max-width:700px}.sacFeaturesGrid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:90px}.sacFeatureCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;overflow:hidden;padding:40px 35px;position:relative;transition:.4s ease}.sacFeatureCard:before{background:radial-gradient(circle,#91ff002e,#0000 70%);content:"";filter:blur(10px);height:180px;position:absolute;right:-60px;top:-60px;width:180px}.sacFeatureCard:hover{border-color:#91ff0040;box-shadow:0 20px 50px #00000040;transform:translateY(-10px)}.sacFeatureIcon{color:#9dff00;display:block;font-size:2rem;margin-bottom:20px}.sacFeatureCard h3{color:#fff;font-size:1.15rem;font-weight:700;line-height:1.6}.sacSpecsGrid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sacSpecItem{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;display:flex;justify-content:space-between;padding:28px 30px;transition:.3s ease}.sacSpecItem:hover{border-color:#91ff0033;transform:translateY(-6px)}.sacSpecItem span{color:#fff9;font-size:.95rem}.sacSpecItem strong{color:#fff;font-size:1rem;font-weight:700}.sacReviewSection{background:linear-gradient(180deg,#050505,#000);min-height:100vh;overflow:hidden;padding:120px 7%;position:relative;width:100%}.sacReviewHeading{margin-bottom:90px;text-align:center}.sacReviewHeading span{color:#9dff00;display:block;font-size:13px;font-weight:700;letter-spacing:8px;margin-bottom:25px}.sacReviewHeading h2{color:#fff;font-size:clamp(60px,9vw,140px);font-weight:900;line-height:.9;text-transform:uppercase}.sacReviewGrid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.sacReviewCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;overflow:hidden;padding:45px 40px;position:relative;transition:.4s ease}.sacReviewCard:before{background:radial-gradient(circle,#91ff0026,#0000 70%);content:"";filter:blur(15px);height:220px;position:absolute;right:-80px;top:-80px;width:220px}.sacReviewCard:hover{border-color:#91ff0033;box-shadow:0 25px 60px #00000059;transform:translateY(-12px)}.sacReviewStars{color:#9dff00;font-size:1.2rem;letter-spacing:4px;margin-bottom:25px}.sacReviewCard p{color:#ffffffc7;font-size:1rem;line-height:2;margin-bottom:35px}.sacReviewUser{align-items:center;display:flex;gap:15px}.sacReviewUser img{border:2px solid #91ff0040;border-radius:50%;height:60px;object-fit:cover;width:60px}.sacReviewUser h4{color:#fff;font-size:1rem;margin-bottom:4px}.sacReviewUser span{color:#ffffff8c;font-size:.85rem}@media(max-width:992px){.sacReviewSection,.sacSpecsSection{padding:90px 30px}.sacFeaturesGrid,.sacReviewGrid,.sacSpecsGrid{grid-template-columns:1fr}}@media(max-width:768px){.sacReviewHeading h2,.sacSpecsTitle{font-size:60px}.sacSpecsDesc{font-size:1rem;line-height:1.9}.sacFeatureCard,.sacReviewCard{padding:30px 25px}.sacSpecItem{padding:24px 20px}.sacReviewCard p{line-height:1.8}}@media(max-width:480px){.sacReviewHeading h2,.sacSpecsTitle{font-size:48px}.sacReviewHeading span,.sacSpecsTag{font-size:11px;letter-spacing:5px}}.sacStickyBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050505f0;border-bottom:1px solid #ffffff14;gap:30px;justify-content:space-between;min-height:92px;overflow:hidden;padding:15px 5%;position:-webkit-sticky;position:sticky;z-index:999}.sacStickyBar,.sacStickyLeft{align-items:center;display:flex}.sacStickyLeft{flex:1 1;gap:18px}.sacStickyImage{filter:drop-shadow(0 10px 18px rgba(145,255,0,.2));height:65px;object-fit:contain;width:65px}.sacStickyInfo{display:flex;flex-direction:column}.sacStickyInfo h3{color:#fff;font-size:1rem;font-weight:800;margin-bottom:5px;text-transform:uppercase}.sacStickyInfo span{color:#ffffff8c;font-size:.8rem;letter-spacing:3px;text-transform:uppercase}.sacStickyCenter{align-items:center;display:flex;flex:1 1;gap:14px;justify-content:center}.sacStickySize{background:#0000;border:1px solid #ffffff26;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;height:60px;transition:.3s ease;width:60px}.sacStickySize.active{background:#9dff00;border-color:#9dff00;color:#000}.sacStickySize:hover{border-color:#9dff00;transform:translateY(-2px)}.sacStickyRight{align-items:center;display:flex;flex:1 1;gap:25px;justify-content:flex-end}.sacStickyRight h2{color:#fff;font-size:1.8rem;font-weight:900;white-space:nowrap}.sacStickyCartBtn{background:#fff;border:none;color:#000;cursor:pointer;font-size:.95rem;font-weight:900;height:62px;letter-spacing:1px;transition:.3s ease;width:200px}.sacStickyCartBtn:hover{background:#9dff00;color:#000;transform:translateY(-2px)}@media(max-width:1100px){.sacStickyBar{gap:20px}.sacStickyCartBtn{width:160px}.sacStickyRight h2{font-size:1.4rem}.sacStickySize{height:54px;width:54px}}@media(max-width:768px){.sacStickyBar{align-items:center;flex-direction:column;gap:18px;justify-content:center;padding:20px}.sacStickyCenter,.sacStickyLeft,.sacStickyRight{justify-content:center;width:100%}.sacStickyRight{flex-direction:column;gap:15px}.sacStickyCartBtn{width:100%}.sacStickyInfo{text-align:center}}@media(max-width:480px){.sacStickyInfo h3{font-size:.9rem}.sacStickyInfo span{font-size:.72rem}.sacStickySize{font-size:.85rem;height:48px;width:48px}.sacStickyRight h2{font-size:1.2rem}.sacStickyCartBtn{font-size:.88rem;height:56px}}.sacStickyBar{left:0;opacity:1;position:fixed;top:0;transition:transform .45s ease,opacity .45s ease;width:100%;z-index:9999}.sacStickyBar.hide{opacity:0;pointer-events:none;transform:translateY(-120%)}.sacStickyBar.show{opacity:1;transform:translateY(0)}.luxury-products-page{overflow:hidden}.luxury-hero:after{background:linear-gradient(90deg,#000000b8,#00000047,#0000001a)}.luxury-overlay{max-width:560px}.luxury-overlay span{font-size:.75rem}.luxury-overlay h1{line-height:.86;max-width:520px}.luxury-overlay p{max-width:500px}.luxury-statement h1{max-width:900px}.luxury-filter-bar button{font-size:.78rem}.luxury-editorial-grid{background:#f5f3ee}.editorial-panel{background:#fff;cursor:pointer;display:flex;flex-direction:column}.editorial-image{height:460px;padding:28px}.editorial-image:before{height:320px;width:320px}.editorial-content{flex:1 1;gap:16px;padding:32px 28px}.editorial-content span{color:#111;font-size:.72rem}.editorial-content h2{color:#111;font-size:clamp(2rem,2.4vw,3rem);line-height:.95;min-height:120px}.editorial-bottom{gap:18px}.editorial-bottom h3{color:#111}.editorial-bottom button{font-size:.72rem;height:54px;padding:0 24px}.view-more-wrapper{padding:10px 20px 120px}.view-more-btn{min-width:280px;overflow:hidden;padding:0 34px;position:relative}.view-more-btn:after{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.7s ease;width:100%}.view-more-btn:hover:after{left:100%}@media(max-width:1100px){.luxury-editorial-grid{gap:36px;grid-template-columns:repeat(2,1fr)}.editorial-panel{min-height:680px}.editorial-image{height:380px}.story-section{gap:50px;grid-template-columns:1fr}.story-image img{height:520px}}@media(max-width:768px){.luxury-hero{height:75vh}.luxury-overlay{left:20px;right:20px;top:52%}.luxury-overlay span{font-size:.65rem;letter-spacing:2px}.luxury-overlay h1{font-size:4.2rem;line-height:.9;max-width:320px}.luxury-overlay p{font-size:.92rem;line-height:1.7}.luxury-statement{padding:60px 20px 20px}.luxury-statement h1{font-size:4rem}.luxury-editorial-grid{gap:30px;grid-template-columns:1fr;padding:20px 14px 70px}.editorial-panel{min-height:auto}.editorial-image{height:320px}.editorial-content{padding:22px 18px}.editorial-content h2{font-size:2rem;min-height:auto}.editorial-bottom{align-items:flex-start;flex-direction:column}.editorial-bottom button{width:100%}.view-more-wrapper{padding:10px 20px 80px}.view-more-btn{font-size:.72rem;height:64px;letter-spacing:2px;min-width:100%;width:100%}.story-section{gap:40px;padding:70px 20px}.story-image img{height:380px}.story-content h2{font-size:3rem}.story-content p{font-size:.95rem}.ending-section{padding:70px 20px}.ending-section h1{font-size:4rem}}@media(max-width:480px){.luxury-overlay h1{font-size:3.3rem}.luxury-statement h1{font-size:3.5rem}.editorial-image{height:260px}.editorial-bottom h3,.editorial-content h2{font-size:1.7rem}.story-content h2{font-size:2.7rem}.ending-section h1{font-size:3.4rem}}.sacProfilePage{align-items:center;background:#050505;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 20px;position:relative}.sacProfileBg{filter:blur(0);height:100%;inset:0;object-fit:cover;opacity:.28;position:absolute;transform:scale(1.03);width:100%}.sacProfileOverlay{background:linear-gradient(90deg,#000000b8,#00000085);inset:0;position:absolute;z-index:1}.sacProfileGlow{background:radial-gradient(circle,#9dff0024,#0000 70%);height:700px;position:absolute;right:-150px;top:-150px;width:700px;z-index:2}.sacProfileCard{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:34px;box-shadow:0 30px 90px #0000007a;max-width:560px;overflow:hidden;padding:60px 42px;position:relative;width:100%;z-index:10}.sacProfileCard:before{background:linear-gradient(135deg,#9dff0014,#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.sacAvatarWrap{align-items:center;display:flex;height:160px;justify-content:center;margin:0 auto 28px;position:relative;width:160px}.sacAvatar{background:#111;border:4px solid #9dff00;border-radius:50%;box-shadow:0 12px 35px #9dff003d;display:block;height:160px;min-height:160px;min-width:160px;object-fit:cover;transition:.45s ease;width:160px}.sacAvatar:hover{box-shadow:0 18px 45px #9dff0057;transform:scale(1.03)}.sacAvatarLayer{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000094;border-radius:50%;color:#fff;display:flex;font-size:15px;font-weight:700;inset:0;justify-content:center;opacity:0;position:absolute;transition:.35s ease}.sacAvatarWrap:hover
.sacAvatarLayer{opacity:1}.sacProfileHeading{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-3px;line-height:1;margin-bottom:36px;text-align:center}.sacInfoContainer{display:flex;flex-direction:column;gap:18px;margin-bottom:36px}.sacInfoCard{align-items:center;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:18px;display:flex;justify-content:space-between;padding:20px 24px;transition:.35s ease}.sacInfoCard:hover{background:#ffffff0f;border-color:#9dff001f;transform:translateY(-2px)}.sacInfoCard span{color:#ffffffa6;font-size:13px;font-weight:600;letter-spacing:1px}.sacInfoCard strong{color:#fff;font-size:15px;font-weight:700}.sacActionWrap{display:flex;flex-direction:column;gap:18px}.sacActionBtn{background:#9dff00;border:none;border-radius:18px;box-shadow:0 10px 30px #9dff0026;color:#000;cursor:pointer;font-size:15px;font-weight:900;height:62px;letter-spacing:1px;transition:.35s ease;width:100%}.sacActionBtn:hover{box-shadow:0 20px 45px #9dff0047;transform:translateY(-3px) scale(1.01)}.sacSecondaryBtn{background:#fff;color:#000}.sacLogoutBtn{background:#ff4d4d;color:#fff}.sacModalOverlay{align-items:center;background:#000000c7;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:999}.sacModalCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f5;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 20px 60px #00000073;max-width:460px;padding:35px;width:100%}.sacModalCard h3{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:25px;text-align:center}.sacModalCard input{background:#ffffff0d;border:none;border-radius:16px;color:#fff;height:58px;margin-bottom:18px;outline:none;padding:0 18px;transition:.3s ease;width:100%}.sacModalCard input:focus{border:1px solid #9dff00;box-shadow:0 0 20px #9dff002e}.sacModalBtns{display:flex;gap:12px;margin-top:10px}.sacModalBtns button{background:#9dff00;border:none;border-radius:14px;color:#000;cursor:pointer;flex:1 1;font-weight:800;height:54px;transition:.3s ease}.sacModalBtns button:hover{transform:translateY(-2px)}.sacCancelBtn{background:#222!important;color:#fff!important}@media(max-width:768px){.sacProfilePage{padding-bottom:100px;padding-top:100px}.sacProfileCard{border-radius:28px;padding:42px 24px}.sacProfileHeading{font-size:2.2rem}.sacAvatar,.sacAvatarWrap{height:130px;width:130px}.sacAvatar{min-height:130px;min-width:130px}.sacInfoCard{align-items:flex-start;flex-direction:column;gap:10px}.sacActionBtn{font-size:14px;height:58px}}@media(max-width:480px){.sacProfileHeading{font-size:1.9rem}.sacModalCard{padding:28px 20px}.sacModalBtns{flex-direction:column}}.auth-hero{background:linear-gradient(90deg,#000000a6,#00000040),url(https://i.ibb.co/Z6LFXLpW/Whats-App-Image-2025-12-05-at-5-30-37-PM.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;font-family:Poppins,sans-serif;min-height:100vh}.resend-text{font-size:14px;margin-top:12px;text-align:center}.resend-text span{color:#e63946;cursor:pointer;font-weight:600}.error-msg{color:red;font-size:13px}.success-msg{color:green;font-size:13px}.auth-left{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:80px}.auth-left h1{font-size:3.2rem;font-weight:700;margin-bottom:12px}.auth-left p{font-size:1.15rem;max-width:420px;opacity:.9}.auth-card{background:#ffffff14;border:1px solid #fff3;border-radius:18px;box-shadow:0 20px 50px #00000059;color:#fff;margin:auto 80px;max-width:90%;padding:38px}.auth-card h2{font-size:1.8rem;margin-bottom:20px;text-align:center}.auth-card input{background:#ffffff1f;border:1px solid #ffffff40;border-radius:10px;margin-bottom:14px;padding:12px 14px}.auth-card input::placeholder{color:#ddd}.auth-card input:focus{border-color:#e63946}.auth-card button{background:#e63946;border-radius:12px;color:#fff;font-weight:600;padding:12px;transition:.25s}.auth-card button:hover{background:#b91c1c}.auth-switch{margin-top:14px;text-align:center}.auth-switch a{color:#ffd166;font-weight:600;text-decoration:none}.error-msg{color:#ff6b6b}.error-msg,.success-msg{margin-bottom:10px;text-align:center}.success-msg{color:#51cf66}@media (max-width:900px){.auth-hero{background-size:cover;flex-direction:column}.auth-left{padding:50px 20px;text-align:center}.auth-card{margin:20px}}.login-hero{align-items:center;background:linear-gradient(90deg,#000000a6,#0003),url(https://i.ibb.co/Z6LFXLpW/Whats-App-Image-2025-12-05-at-5-30-37-PM.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background:#050505;display:flex;gap:80px;justify-content:space-between;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 8%;padding:60px 40px;position:relative;width:100%}.auth-bg-image{filter:blur(2px);height:100%;inset:0;object-fit:cover;opacity:.22;position:absolute;transform:scale(1.05);width:100%}.auth-bg-overlay{background:#000000b8;inset:0;position:absolute;z-index:1}.auth-gradient{background:radial-gradient(circle,#9dff002e,#0000 70%);height:700px;position:absolute;right:-150px;top:-150px;width:700px;z-index:2}.login-hero-content{max-width:520px;position:relative;z-index:5}.login-hero-content span{color:#9dff00;display:inline-block;font-size:13px;font-weight:700;letter-spacing:4px;margin-bottom:18px}.login-hero-content h1{color:#fff;font-size:clamp(55px,7vw,110px);font-weight:900;letter-spacing:-4px;line-height:.9;margin-bottom:25px;text-transform:uppercase}.login-hero-content p{color:#ffffffb8;font-size:1.1rem;line-height:1.9;max-width:500px}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 60px #00000073;padding:40px;position:relative;transform:translateZ(0);width:420px;will-change:transform;z-index:10}.auth-card h2{color:#fff;font-size:2rem;font-weight:800;margin-bottom:28px}.auth-card input{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;color:#fff;contain:layout;font-size:1rem;height:58px;margin-bottom:18px;outline:none;padding:0 18px;transition:.3s ease;width:100%}.auth-card input::placeholder{color:#ffffff73}.auth-card input:focus{border-color:#9dff00;box-shadow:0 0 20px #9dff002e}.auth-card input.error{border-color:#ff6b6b}.auth-card button{background:#9dff00;border:none;border-radius:14px;color:#000;cursor:pointer;font-size:1rem;font-weight:800;height:60px;margin-top:10px;transform:translateZ(0);transition:.3s ease;width:100%}.auth-card button:hover{box-shadow:0 10px 25px #9dff0059;transform:translateY(-2px)}.auth-card button:disabled{cursor:not-allowed;opacity:.6}.error-text{color:#ff6b6b;font-size:14px;margin-bottom:10px}.login-helper{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-top:18px}.back-link,.login-helper a,.login-helper span{color:#9dff00;cursor:pointer;text-decoration:none;transition:.3s ease}.back-link:hover,.login-helper a:hover,.login-helper span:hover{opacity:.7}.login-divider{color:#ffffff59;font-size:14px;margin:30px 0;position:relative;text-align:center}.login-divider:before{left:0}.login-divider:after,.login-divider:before{background:#ffffff14;content:"";height:1px;position:absolute;top:50%;width:40%}.login-divider:after{right:0}.social-login{margin-top:10px}.google-loader{align-items:center;color:#888;display:flex;font-size:14px;height:40px;justify-content:center}.back-link{font-size:14px;margin-top:20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#9dff00;border-radius:20px}@media(max-width:992px){.login-hero{flex-direction:column;gap:50px;justify-content:center;padding:80px 20px}.login-hero-content{max-width:700px;text-align:center}.login-hero-content p{margin:auto}.auth-card{max-width:430px;width:100%}}@media(max-width:480px){.login-hero{padding:40px 16px}.login-hero-content h1{font-size:3.2rem;letter-spacing:-2px}.login-hero-content p{font-size:.95rem;line-height:1.7}.auth-card{border-radius:20px;padding:28px 20px}.auth-card h2{font-size:1.7rem}.auth-card input{font-size:.95rem;height:54px}.auth-card button{font-size:.95rem;height:56px}.login-helper{flex-direction:column;gap:12px}}.back-link{color:#777;cursor:pointer;margin-top:12px;text-align:center}@media (max-width:900px){.login-hero{flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.login-hero-content{margin-bottom:30px}}.sacCartPage{background:#050505;min-height:100vh;overflow:hidden;padding:130px 5% 80px;position:relative}.sacCartPage:before{background:radial-gradient(circle,#9dff001a,#0000 70%);content:"";height:750px;pointer-events:none;position:absolute;right:-220px;top:-220px;width:750px}.sacCartTitle{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-2px;margin-bottom:50px;position:relative;text-align:center;z-index:2}.sacCartWrapper{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1.3fr .7fr;position:relative;z-index:2}.sacCartItems{display:flex;flex-direction:column;gap:24px}.sacCartItem{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;display:flex;gap:24px;overflow:hidden;padding:24px;position:relative;transition:.35s ease}.sacCartItem:before{background:linear-gradient(135deg,#9dff000f,#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.sacCartItem:hover{border-color:#9dff002e;box-shadow:0 20px 50px #0006;transform:translateY(-4px)}.sacCartImage{background:#111;border:1px solid #ffffff0f;border-radius:24px;flex-shrink:0;height:180px;overflow:hidden;width:180px}.sacCartImage img{height:100%;object-fit:cover;transition:.4s ease;width:100%}.sacCartItem:hover img{transform:scale(1.06)}.sacCartContent{display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;z-index:2}.sacCartContent h2{color:#fff;font-size:1.35rem;font-weight:800;line-height:1.5;margin-bottom:14px}.sacCartPrice{color:#9dff00;font-size:1.6rem;font-weight:900;margin-bottom:18px}.sacQtyRow{align-items:center;display:flex;gap:14px;margin-bottom:18px}.sacQtyBtn{background:#111;border:1px solid #ffffff14;border-radius:14px;color:#fff;cursor:pointer;font-size:20px;font-weight:800;height:42px;transition:.3s ease;width:42px}.sacQtyBtn:hover{background:#9dff00;color:#000;transform:translateY(-2px)}.sacQtyNumber{color:#fff;font-size:18px;font-weight:700;min-width:24px;text-align:center}.sacItemSubtotal{color:#ffffffb8;font-size:15px;margin-bottom:16px}.sacRemoveBtn{background:#ff4d4d;border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px;transition:.3s ease;width:-webkit-max-content;width:max-content}.sacRemoveBtn:hover{background:#ff2f2f;transform:translateY(-2px)}.sacSummary{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:32px;height:-webkit-max-content;height:max-content;overflow:hidden;padding:34px;position:-webkit-sticky;position:sticky;top:120px}.sacSummary:before{background:linear-gradient(135deg,#9dff000d,#0000 50%);content:"";inset:0;pointer-events:none;position:absolute}.sacSummary h2{color:#fff;font-size:2rem;font-weight:900;margin-bottom:30px;position:relative;z-index:2}.sacSummaryRow{align-items:center;color:#ffffffd9;display:flex;font-size:16px;justify-content:space-between;margin-bottom:20px;position:relative;z-index:2}.sacGrandTotal{color:#fff;font-size:22px;font-weight:900;margin-top:24px;padding-top:24px}.sacGrandTotal span:last-child{color:#9dff00}.sacSummary button{border:none;border-radius:18px;cursor:pointer;font-size:16px;font-weight:800;height:60px;margin-top:16px;position:relative;transition:.35s ease;width:100%;z-index:2}.sacCheckoutBtn{box-shadow:0 15px 35px #9dff002e}.sacCheckoutBtn:hover{box-shadow:0 20px 45px #9dff0047;transform:translateY(-2px)}.sacClearBtn{background:#ff4d4d;color:#fff}.sacClearBtn:hover{background:#ff2f2f}.sacContinueBtn{background:#25f809;border:1px solid #ffffff14;color:#fff;padding:10px}.sacContinueBtn:hover{background:#ec8208;transform:translateY(-2px)}.sacEmptyCart{align-items:center;background:#050505;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;text-align:center}.sacEmptyCart h2{color:#fff;font-size:3rem;font-weight:900;margin-bottom:18px}.sacEmptyCart p{color:#ffffffb3;font-size:16px;margin-bottom:28px}@media(max-width:992px){.sacCartWrapper{grid-template-columns:1fr}.sacSummary{position:relative;top:0}}@media(max-width:768px){.sacCartPage{padding:110px 16px 60px}.sacCartTitle{font-size:2.2rem}.sacCartItem{flex-direction:column}.sacCartImage{height:250px;width:100%}.sacCartContent h2{font-size:1.1rem}.sacSummary{padding:26px}.sacSummary h2{font-size:1.6rem}}@media(max-width:480px){.sacCartTitle{font-size:1.9rem}.sacCartImage{height:220px}.sacCheckoutBtn,.sacClearBtn,.sacContinueBtn{font-size:14px;height:56px}.sacGrandTotal{font-size:18px}}body{background:#050505;font-family:Poppins,sans-serif;overflow-x:hidden}.sacCheckoutPage{background:#050505;min-height:100vh;overflow:hidden;padding:120px 24px 80px;position:relative}.sacCheckoutBg{filter:blur(1px);height:100%;inset:0;object-fit:cover;opacity:.22;position:absolute;transform:scale(1.04);width:100%}.sacCheckoutOverlay{background:linear-gradient(90deg,#000000d1,#0000009e);inset:0;position:absolute;z-index:1}.sacCheckoutGlow{background:radial-gradient(circle,#9dff0024,#0000 70%);height:750px;position:absolute;right:-180px;top:-200px;width:750px;z-index:2}.sacCheckoutWrapper{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.1fr .9fr;margin:auto;max-width:1400px;position:relative;width:100%;z-index:10}.sacCheckoutForm{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:32px;box-shadow:0 25px 80px #00000073;overflow:hidden;padding:50px 42px;position:relative}.sacCheckoutForm:before{background:linear-gradient(135deg,#9dff0014,#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.sacCheckoutForm h1{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-3px;margin-bottom:12px;position:relative;z-index:2}.sacCheckoutForm p{color:#ffffffb8;line-height:1.7;margin-bottom:34px}.sacCheckoutForm input,.sacCheckoutForm p{font-size:15px;position:relative;z-index:2}.sacCheckoutForm input{-webkit-appearance:none;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;color:#fff;height:62px;margin-bottom:18px;outline:none;padding:0 18px;transition:.35s ease;width:100%}.sacCheckoutForm input::placeholder{color:#ffffff73}.sacCheckoutForm input:focus{border-color:#9dff00;box-shadow:0 0 22px #9dff002e}.sacPaymentBox{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:24px;margin-top:24px;padding:24px;position:relative;z-index:2}.sacPaymentBox h3{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:18px}.sacPaymentBox label{align-items:center;color:#ffffffd1;cursor:pointer;display:flex;font-size:15px;gap:12px;margin-bottom:14px}.sacPaymentBox input[type=radio]{accent-color:#9dff00;height:18px;margin:0;width:18px}.sacCheckoutBtn{background:#9dff00;border:none;border-radius:20px;box-shadow:0 12px 35px #9dff0038;color:#000;cursor:pointer;font-size:16px;font-weight:900;height:64px;letter-spacing:1px;margin-top:32px;position:relative;transition:.35s ease;width:100%;z-index:2}.sacCheckoutBtn:hover{box-shadow:0 22px 45px #9dff0052;transform:translateY(-3px) scale(1.01)}.sacCheckoutBtn:disabled{cursor:not-allowed;opacity:.6}.sacOrderSummary{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:32px;box-shadow:0 25px 80px #00000073;height:-webkit-fit-content;height:fit-content;padding:42px 32px}.sacOrderSummary h2{color:#fff;font-size:2rem;font-weight:900;letter-spacing:-1px;margin-bottom:30px}.sacOrderItem{align-items:center;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:22px;display:flex;gap:16px;margin-bottom:18px;padding:16px;transition:.3s ease}.sacOrderItem:hover{border-color:#9dff0024;transform:translateY(-2px)}.sacOrderItem img{background:#111;border-radius:18px;height:90px;object-fit:cover;width:90px}.sacOrderItem div{flex:1 1}.sacOrderItem h4{color:#fff;font-size:15px;line-height:1.5;margin-bottom:6px}.sacOrderItem p{color:#9dff00;font-size:13px;margin-bottom:4px}.sacOrderItem span{color:#fff9;font-size:13px}.sacOrderItem strong{color:#fff;font-size:16px;font-weight:800}.sacPriceBox{border-top:1px solid #ffffff14;margin-top:28px;padding-top:24px}.sacPriceBox div{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.sacPriceBox span{color:#ffffffb8;font-size:15px}.sacPriceBox strong{color:#fff;font-size:16px}.sacGrandTotal{border-top:1px solid #ffffff14;margin-top:18px;padding-top:20px}.sacGrandTotal span{color:#fff;font-size:18px;font-weight:700}.sacGrandTotal strong{color:#9dff00;font-size:24px;font-weight:900}.sacSuccessCard{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:34px;box-shadow:0 30px 90px #0000007a;margin:auto;max-width:650px;padding:70px 40px;position:relative;text-align:center;width:100%;z-index:10}.sacSuccessCard h1{color:#9dff00;font-size:3rem;font-weight:900;letter-spacing:-2px;margin-bottom:18px}.sacSuccessCard p{color:#ffffffbd;font-size:1.05rem;line-height:1.7;margin-bottom:24px}.sacSuccessCard h3{color:#fff;font-size:1.2rem;margin-bottom:18px}.sacSuccessCard strong{color:#fff;font-size:2rem;font-weight:900}.sacRedirectText{color:#9dff00!important;font-size:14px!important;margin-top:26px;opacity:.8}@media(max-width:992px){.sacCheckoutWrapper{gap:28px;grid-template-columns:1fr}.sacOrderSummary{order:-1}}@media(max-width:768px){.sacCheckoutPage{padding:100px 16px 60px}.sacCheckoutForm,.sacOrderSummary{border-radius:28px;padding:30px 22px}.sacCheckoutForm h1{font-size:2.2rem}.sacOrderSummary h2{font-size:1.7rem}.sacOrderItem{align-items:flex-start;flex-direction:column}.sacOrderItem img{height:220px;width:100%}.sacOrderItem strong{margin-top:8px}.sacSuccessCard{padding:50px 24px}.sacSuccessCard h1{font-size:2.1rem}}@media(max-width:480px){.sacCheckoutForm h1{font-size:1.9rem}.sacCheckoutBtn{font-size:14px;height:58px}.sacOrderItem img{height:180px}.sacGrandTotal strong{font-size:20px}}.orders-container{background:#fff;color:#000;font-family:Poppins,sans-serif;margin:auto;max-width:1100px;padding:30px 16px}.orders-title{color:#000;font-size:1.6rem;margin-bottom:20px}.orders-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.orders-tabs button{background:#fff;border:1px solid #ddd;border-radius:20px;color:#000;cursor:pointer;font-size:.85rem;padding:6px 16px}.orders-tabs .active{background:#111;border-color:#111;color:#fff}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#000;margin-bottom:20px;overflow:hidden}.order-header{background:#f9fafb;color:#000;display:flex;flex-wrap:wrap;font-size:.75rem;gap:12px;justify-content:space-between;padding:14px 18px}.order-header span{color:#000;display:block}.order-header strong{color:#000;font-size:.85rem}.status.delivered{color:#16a34a}.status.processing{color:#2563eb}.status.pending{color:#d97706}.order-products{color:#000;padding:15px 18px}.order-product{align-items:center;color:#000;display:flex;gap:14px;margin-bottom:14px}.order-product img{background:#fff;border:1px solid #e5e7eb;border-radius:6px;height:80px;object-fit:contain;width:80px}.product-info{color:#000;flex:1 1}.product-name{color:#000;font-size:.9rem;font-weight:500}.product-qty{color:#000;font-size:.8rem}.order-actions{border-top:1px solid #e5e7eb;color:#000;display:flex;flex-wrap:wrap;gap:10px;padding:14px 18px}.order-actions button{background:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:8px 16px}.order-actions .secondary{background:#f3f4f6;color:#000}.orders-error,.orders-loading{color:#000;padding:30px;text-align:center}.modal-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.modal{background:#fff;border-radius:14px;color:#000;max-width:90%;padding:20px;width:360px}.modal h3{color:#000;margin-bottom:15px}.timeline{color:#000;list-style:none;margin-bottom:20px;padding:0}.timeline li{color:#000;font-size:.9rem;padding:8px 0;position:relative}.timeline li:before{content:"○";margin-right:8px}.timeline li.done:before{color:#16a34a;content:"✔"}.stars{font-size:1.8rem;margin-bottom:12px}.stars span{color:#d1d5db;cursor:pointer}.stars .filled{color:#facc15}.modal textarea{border:1px solid #ddd;border-radius:6px;color:#000;font-size:.85rem;margin-bottom:12px;min-height:80px;padding:8px;width:100%}.modal button{background:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:6px;padding:8px;width:100%}.modal .secondary{background:#f3f4f6;color:#000}@media (max-width:600px){.order-header{flex-direction:column}.order-product img{height:70px;width:70px}}*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;scroll-behavior:smooth}body{background:#f5f3ee;color:#111;font-family:Inter,sans-serif}.luxury-products-page{background:#f5f3ee;min-height:100vh;width:100%}.luxury-loading{align-items:center;background:#111;display:flex;height:100vh;justify-content:center;width:100%}.luxury-loading h1{color:#fff;font-family:Anton,sans-serif;font-size:clamp(4rem,10vw,9rem);line-height:.9;text-align:center;text-transform:uppercase}.luxury-hero{background:#000;height:92vh;overflow:hidden;position:relative;width:100%}.luxury-video{filter:brightness(.92) contrast(1.05);height:100%;object-fit:cover;transform:scale(1.03);width:100%}.luxury-hero:after{background:linear-gradient(90deg,#000000c7,#00000047,#00000014);content:"";inset:0;position:absolute}.luxury-overlay{color:#fff;left:6%;max-width:600px;position:absolute;top:52%;transform:translateY(-50%);z-index:5}.luxury-overlay span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:999px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:4px;margin-bottom:22px;padding:12px 22px;text-transform:uppercase}.luxury-overlay h1{font-family:Anton,sans-serif;font-size:clamp(4rem,8vw,7rem);line-height:.84;margin-bottom:24px;text-transform:uppercase}.luxury-overlay p{color:#ffffffe0;font-size:1rem;line-height:1.8;max-width:520px}.luxury-statement{padding:90px 5% 50px;width:100%}.luxury-statement h1{font-family:Anton,sans-serif;font-size:clamp(4rem,11vw,10rem);line-height:.88;max-width:1000px;text-transform:uppercase}.luxury-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 5% 50px;width:100%}.luxury-filter-bar button{background:#fff;border:none;border-radius:999px;color:#111;cursor:pointer;font-size:.76rem;font-weight:800;height:52px;letter-spacing:2px;padding:0 28px;text-transform:uppercase;transition:.35s ease}.luxury-filter-bar button.active{background:#111;color:#fff}.luxury-filter-bar button:hover{background:#ff5c00;color:#fff;transform:translateY(-2px)}.luxury-editorial-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));padding:50px 5% 120px;width:100%}.editorial-panel{border-radius:30px;min-height:720px;overflow:hidden;position:relative;transform-style:preserve-3d;transition:.45s ease}.editorial-panel:hover{transform:translateY(-10px)}.cyan{background:#63b3c7}.pink{background:#cd708b}.green{background:#35695e}.cream{background:#d8d2c8}.editorial-image{align-items:center;display:flex;height:430px;isolation:isolate;justify-content:center;overflow:hidden;padding:30px;position:relative;width:100%}.image-hover-wrapper{height:100%;position:relative;width:100%;z-index:2}.image-hover-wrapper img{height:100%;inset:0;object-fit:contain;position:absolute;transition:opacity .7s ease,transform .9s cubic-bezier(.22,1,.36,1),filter .7s ease;width:100%}.main-image{opacity:1;z-index:2}.hover-image{opacity:0;transform:scale(1.08) rotate(-2deg);z-index:3}.editorial-panel:hover
.main-image{opacity:0}.editorial-panel:hover
.hover-image{filter:drop-shadow(0 25px 40px rgba(0,0,0,.28));opacity:1;transform:scale(1.12) rotate(0deg) translateY(-8px)}.editorial-image:before{background:radial-gradient(#ffffff73,#0000 70%);border-radius:50%;content:"";filter:blur(20px);height:300px;opacity:0;position:absolute;transition:.6s ease;width:300px;z-index:1}.editorial-panel:hover
.editorial-image:before{opacity:1;transform:scale(1.2)}.editorial-image:after{background:linear-gradient(0deg,#0000001f,#0000 50%);content:"";inset:0;opacity:0;position:absolute;transition:.5s ease;z-index:1}.editorial-panel:hover
.editorial-image:after{opacity:1}.editorial-content{background:#f5f3ee;display:flex;flex-direction:column;min-height:290px;padding:30px 24px}.editorial-content span{font-size:.68rem;font-weight:800;letter-spacing:3px;text-transform:uppercase}.editorial-content h2{font-family:Anton,sans-serif;font-size:2.3rem;line-height:.94;margin:18px 0;text-transform:uppercase}.editorial-content p{color:#444;font-size:.95rem;line-height:1.8;margin-bottom:24px}.editorial-bottom{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-top:auto}.editorial-bottom h3{font-family:Anton,sans-serif;font-size:2rem}.editorial-bottom button{background:#111;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.74rem;font-weight:800;height:56px;letter-spacing:2px;min-width:160px;text-transform:uppercase;transition:.35s ease}.editorial-bottom button:hover{background:#ff5c00;transform:translateY(-2px)}.view-more-wrapper{display:flex;justify-content:center;padding:0 20px 120px;width:100%}.view-more-btn{background:#111;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.76rem;font-weight:800;height:68px;letter-spacing:3px;min-width:300px;text-transform:uppercase;transition:.4s ease}.view-more-btn:hover{background:#ff5c00;transform:translateY(-4px)}.story-section{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;padding:120px 6%}.story-image{border-radius:28px;overflow:hidden}.story-image img{height:700px;object-fit:cover;transition:.7s ease;width:100%}.story-image:hover img{transform:scale(1.04)}.story-content span{display:block;font-size:.72rem;font-weight:700;letter-spacing:4px;margin-bottom:18px;text-transform:uppercase}.story-content h2{font-family:Anton,sans-serif;font-size:clamp(3rem,7vw,7rem);line-height:.88;margin-bottom:24px;text-transform:uppercase}.story-content p{color:#444;font-size:1rem;line-height:1.9;max-width:520px}.ending-section{padding:100px 5%;text-align:center}.ending-section h1{font-family:Anton,sans-serif;font-size:clamp(4rem,12vw,10rem);line-height:.88;text-transform:uppercase}@media(max-width:1100px){.luxury-editorial-grid{grid-template-columns:repeat(2,1fr)}.story-section{grid-template-columns:1fr}.story-image img{height:520px}}@media(max-width:768px){.luxury-hero{height:75vh}.luxury-overlay{left:20px;right:20px}.luxury-overlay h1{font-size:4rem}.luxury-overlay p{font-size:.92rem}.luxury-statement{padding:60px 20px 20px}.luxury-statement h1{font-size:4rem}.luxury-editorial-grid{gap:30px;grid-template-columns:1fr;padding:20px 14px 70px}.editorial-panel{min-height:auto}.editorial-image{height:320px}.editorial-content{padding:22px 18px}.editorial-content h2{font-size:1.9rem}.editorial-bottom{align-items:flex-start;flex-direction:column}.editorial-bottom button{width:100%}.view-more-wrapper{padding-bottom:80px}.view-more-btn{min-width:100%;width:100%}.story-section{gap:40px;padding:70px 20px}.story-image img{height:380px}.story-content h2{font-size:3rem}.ending-section{padding:70px 20px}.ending-section h1{font-size:4rem}}@media(max-width:480px){.luxury-overlay h1{font-size:3.2rem}.luxury-statement h1{font-size:3.5rem}.editorial-image{height:260px}.editorial-content h2{font-size:1.6rem}.editorial-bottom h3{font-size:1.7rem}.story-content h2{font-size:2.5rem}.ending-section h1{font-size:3.3rem}}.contact-page{background-color:#0f172a;color:#fff;min-height:100vh;padding:60px 20px}.contact-header{margin-bottom:50px;text-align:center}.contact-header h1{font-size:2.5rem;font-weight:700}.contact-header h1 span{color:#e63946}.contact-header p{color:#cbd5e1;font-size:1rem;margin-top:10px}.contact-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:auto;max-width:1100px}.contact-form h2,.contact-info h2{font-size:1.6rem;margin-bottom:20px}.contact-info ul{list-style:none;margin-bottom:20px;padding:0}.contact-info ul li{align-items:center;color:#cbd5e1;display:flex;font-size:.95rem;gap:10px;margin-bottom:12px}.contact-info ul li svg{color:#e63946;font-size:1.2rem}.contact-form form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{background:#1e293b;border:none;border-radius:8px;color:#fff;font-size:1rem;outline:none;padding:12px;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{background:#16213e;border:1px solid #e63946}.contact-form textarea{height:120px;resize:none}.contact-form button{background:#e63946;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;transition:background .3s ease,transform .2s ease}.contact-form button:hover{background:#c72e3b;transform:translateY(-2px)}@media (min-width:768px){.contact-container{grid-template-columns:1fr 1fr}}@media (max-width:480px){.contact-header h1{font-size:2rem}}.faq-page{background-color:#0f172a;color:#fff;min-height:100vh;padding:60px 20px}.faq-header{margin-bottom:50px;text-align:center}.faq-header h1{font-size:2.5rem;font-weight:700}.faq-header h1 span{color:#e63946}.faq-header p{color:#cbd5e1;font-size:1rem;margin-left:auto;margin-right:auto;margin-top:10px;max-width:600px}.faq-container{margin:0 auto;max-width:800px}.faq-item{background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;margin-bottom:15px;padding:20px;transition:all .3s ease}.faq-item:hover{border-color:#e63946;box-shadow:0 0 10px #e6394633}.faq-question{align-items:center;display:flex;justify-content:space-between}.faq-question h3{color:#fff;font-size:1.1rem;margin:0}.faq-question span{color:#e63946;font-size:1.5rem;transition:transform .3s ease}.faq-item.active .faq-question span{transform:rotate(180deg)}.faq-answer{color:#cbd5e1;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease}.faq-item.active .faq-answer{margin-top:10px;max-height:300px;opacity:1}@media (max-width:600px){.faq-header h1{font-size:2rem}.faq-question h3{font-size:1rem}}.shipping-page{background-color:#0f172a;color:#fff;min-height:100vh;padding:60px 20px}.shipping-header{margin-bottom:60px;text-align:center}.shipping-header h1{font-size:2.5rem;font-weight:700}.shipping-header h1 span{color:#e63946}.shipping-header p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:12px;max-width:700px}.shipping-container{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr;margin:0 auto;max-width:1000px}.shipping-card{background:#1e293b;border:1px solid #ffffff1a;border-radius:14px;padding:30px 25px;text-align:center;transition:all .3s ease}.shipping-card:hover{border-color:#e63946;box-shadow:0 0 15px #e639464d;transform:translateY(-3px)}.shipping-card h3{color:#fff;font-size:1.3rem;margin-top:15px}.shipping-card p{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin-top:10px}.shipping-icon{animation:floatIcon 3s ease-in-out infinite;color:#e63946;font-size:2.5rem;margin-bottom:10px}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.shipping-note{background:#e639461a;border-left:4px solid #e63946;border-radius:10px;color:#cbd5e1;font-size:.95rem;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:50px;max-width:900px;padding:20px}@media (min-width:768px){.shipping-container{grid-template-columns:repeat(3,1fr)}}.returns-page{background-color:#f9f9f9;color:#222;font-family:Poppins,sans-serif;padding-bottom:50px}.returns-hero{background:linear-gradient(90deg,#0a0a0a,#1e1e1e);color:#fff;padding:80px 20px 60px;text-align:center}.returns-hero h1{font-size:2.6rem;font-weight:700;letter-spacing:1px}.returns-hero p{color:#ccc;font-size:1.1rem;margin-top:10px}.returns-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:60px auto;max-width:900px;padding:40px}.returns-content h2{border-left:4px solid #ff4d00;color:#000;font-size:1.4rem;margin-bottom:10px;padding-left:10px}.returns-content p{color:#444;line-height:1.7;margin-bottom:20px}.returns-content ol,.returns-content ul{color:#444;margin-bottom:25px;margin-left:25px}.returns-content li{margin-bottom:8px}.returns-content a{color:#ff4d00;text-decoration:none}.returns-content a:hover{text-decoration:underline}.returns-support{background:#f7f7f7;border-left:5px solid #ff4d00;border-radius:10px;font-weight:500;margin-top:30px;padding:20px}@media (max-width:768px){.returns-hero h1{font-size:2rem}.returns-content{margin:30px 15px;padding:25px}}.privacy-policy{background:#f9f9f9;color:#222;font-family:Poppins,sans-serif;padding-bottom:60px}.privacy-hero{background:linear-gradient(90deg,#0a0a0a,#1e1e1e);color:#fff;padding:80px 20px 60px;text-align:center}.privacy-hero h1{font-size:2.6rem;font-weight:700;margin-bottom:10px}.privacy-hero p{color:#ccc;font-size:1.1rem}.privacy-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:60px auto;max-width:900px;padding:40px}.privacy-content h2{border-left:4px solid #ff4d00;color:#000;font-size:1.4rem;margin-bottom:10px;padding-left:10px}.privacy-content p,.privacy-content ul{color:#444;line-height:1.7;margin-bottom:20px}.privacy-content ul{margin-left:25px}.privacy-content a{color:#ff4d00;text-decoration:none}.privacy-content a:hover{text-decoration:underline}@media (max-width:768px){.privacy-hero h1{font-size:2rem}.privacy-content{margin:30px 15px;padding:25px}}.terms-page{background:#f9f9f9;color:#222;font-family:Poppins,sans-serif;padding-bottom:60px}.terms-hero{background:linear-gradient(90deg,#0a0a0a,#1e1e1e);color:#fff;padding:80px 20px 60px;text-align:center}.terms-hero h1{font-size:2.6rem;font-weight:700;margin-bottom:10px}.terms-hero p{color:#ccc;font-size:1.1rem}.terms-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:60px auto;max-width:900px;padding:40px}.terms-content h2{border-left:4px solid #ff4d00;color:#000;font-size:1.4rem;margin-bottom:10px;padding-left:10px}.terms-content p,.terms-content ul{color:#444;line-height:1.7;margin-bottom:20px}.terms-content ul{margin-left:25px}.terms-content a{color:#ff4d00;text-decoration:none}.terms-content a:hover{text-decoration:underline}.last-updated{color:#777;font-size:.9rem;margin-top:40px;text-align:right}@media (max-width:768px){.terms-hero h1{font-size:2rem}.terms-content{margin:30px 15px;padding:25px}}
/*# sourceMappingURL=main.16746695.css.map*/