:root{--ink-950: #020817;--ink-900: #0a1022;--ink-800: #101b30;--ink-700: #182744;--frost: #e4f0fb;--surface: #fff;--surface-elevated: #fafbfd;--blue-400: #5b9bf5;--blue-600: #1b5fd9;--blue-glow: rgba(45, 124, 246, .2);--teal-500: #14b8a6;--radius: 16px;--radius-lg: 24px;--max: 1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-feature-settings:"cv01","cv03";background:var(--bg);color:var(--fg);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}input,select,textarea{font:inherit;color:inherit}.skip-link{position:absolute;top:-60px;left:12px;z-index:999;background:var(--accent);color:#fff;padding:10px 18px;border-radius:10px}.skip-link:focus{top:12px}.container{max-width:var(--max);margin:0 auto;padding:0 24px}@media(max-width:480px){.container{padding:0 16px}}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.05;text-wrap:balance}h1{font-size:clamp(2.8rem,7vw,5.8rem);font-weight:800;letter-spacing:-.04em}h2{font-size:clamp(2rem,4.5vw,3.8rem);letter-spacing:-.03em}h3{font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;letter-spacing:-.015em}p.lead,.lead{font-size:clamp(1.05rem,1.8vw,1.35rem);color:var(--fg-muted);line-height:1.55}.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-500);margin-bottom:12px}.section{padding:clamp(80px,12vw,160px) 0}.section--tight{padding:clamp(48px,7vw,90px) 0}.section--dark{background:var(--dark-bg);color:var(--dark-fg);position:relative;isolation:isolate}.section--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 0%,rgba(45,124,246,.1),transparent 60%),radial-gradient(ellipse 50% 50% at 80% 100%,rgba(45,212,191,.07),transparent 60%);pointer-events:none}.section--dark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");background-size:200px 200px;opacity:.05;pointer-events:none;mix-blend-mode:overlay}.section--dark>*{position:relative;z-index:1}.section--dark .lead{color:#8aa0c0}.section--dark .eyebrow{color:var(--teal-400)}.section-header{margin-bottom:clamp(48px,7vw,80px)}.section-header h2{margin-top:8px}.section-header--center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 32px;border-radius:980px;font-weight:600;font-size:1rem;letter-spacing:-.005em;transition:transform .2s ease,box-shadow .25s ease,filter .2s ease;white-space:nowrap;text-align:center}.btn--primary{background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent) 55%,var(--accent-dark) 100%);color:#fff;position:relative;overflow:hidden;font-weight:700;box-shadow:0 8px 28px var(--accent-glow),0 0 #ff7a3d8c;animation:btn-pulse 2.6s ease-in-out infinite}.btn--primary:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 14px 38px var(--accent-glow)}.btn--primary:active{transform:translateY(0) scale(.98)}.btn--primary>*{position:relative;z-index:2}.btn--primary:after{content:"";position:absolute;top:-50%;bottom:-50%;left:-60%;width:55%;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg) translate(-40%);animation:btn-shine 2.6s ease-in-out infinite}.btn--primary:hover:after{animation-duration:1s}@keyframes btn-pulse{0%,70%,to{box-shadow:0 8px 28px var(--accent-glow),0 0 #ff7a3d80}85%{box-shadow:0 8px 28px var(--accent-glow),0 0 0 12px #ff7a3d00}}@keyframes btn-shine{0%,45%{transform:skew(-20deg) translate(-40%)}75%,to{transform:skew(-20deg) translate(420%)}}.btn--ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--ghost:hover{background:#ffffff24;border-color:#ffffff40}.btn--outline{border:1px solid var(--border);background:var(--surface);color:var(--fg)}.btn--outline:hover{border-color:var(--fg)}.btn--large{padding:18px 44px;font-size:1.1rem}.btn--full{width:100%}.btn[disabled],.btn--disabled{opacity:.45;pointer-events:none;animation:none}.js .reveal{opacity:0;transform:translateY(36px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.js .revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}.btn--primary{animation:none}.btn--primary:after{animation:none;opacity:0}}.logo{display:inline-flex;align-items:center;gap:9px;line-height:1}.logo__mark{flex-shrink:0;border-radius:9px;width:28px;height:28px}.logo__img{max-height:40px;width:auto}.logo__text{font-weight:800;letter-spacing:-.035em;font-size:1.22rem;white-space:nowrap}.logo__a{font-weight:600;opacity:.92}.logo__b{font-weight:800}@media(max-width:480px){.logo{gap:7px}.logo__mark{width:24px;height:24px;border-radius:8px}.logo__text{font-size:1.08rem}}.announcement{background:var(--ink-950);color:#cbd8ea;font-size:.78rem;font-weight:500;letter-spacing:.02em;text-align:center;padding:9px 16px;position:relative;z-index:101}.announcement strong{color:#fff}.nav{position:sticky;top:0;z-index:100;background:transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease;border-bottom:1px solid transparent}.nav--overlay{position:fixed;top:0;left:0;right:0}.nav--solid,.nav--scrolled{background:#020817d9;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom-color:#ffffff0f}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}.nav__logo{color:#fff;display:inline-flex;align-items:center}.nav__links{display:flex;gap:28px;font-size:.85rem;font-weight:500;color:#8aa0c0}.nav__links a{transition:color .2s}.nav__links a:hover{color:#fff}.nav__right{display:flex;align-items:center;gap:12px}.nav__cta{padding:10px 22px;font-size:.85rem}.nav__cart{position:relative;color:#cbd8ea;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px}.nav__cart:hover{background:#ffffff12;color:#fff}.nav__cart svg{width:21px;height:21px}.nav__cart-count{position:absolute;top:3px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--accent);color:#fff;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center}.nav__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px}.nav__burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-mobile--open{opacity:1;pointer-events:auto}.nav-mobile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#02081799;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-mobile__panel{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:var(--ink-950);border-left:1px solid rgba(255,255,255,.06);padding:0 24px env(safe-area-inset-bottom);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1)}.nav-mobile--open .nav-mobile__panel{transform:translate(0)}.nav-mobile__header{display:flex;align-items:center;justify-content:space-between;height:64px;flex-shrink:0}.nav-mobile__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#8aa0c0}.nav-mobile__links{display:flex;flex-direction:column;gap:4px;padding:24px 0}.nav-mobile__links a{display:flex;align-items:center;padding:14px 12px;font-size:1.05rem;font-weight:500;color:#c0cee0;border-radius:12px;transition:background .2s,color .2s}.nav-mobile__links a:hover{background:#ffffff0d;color:#fff}.nav-mobile__cta{margin-top:auto;margin-bottom:32px;width:100%;padding:16px;font-size:1rem}@media(max-width:768px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:100px 0 0;overflow:hidden}.hero--compact{min-height:auto;padding:clamp(80px,12vw,140px) 0 0}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__glow{position:absolute;width:130%;height:90%;top:4%;left:-15%;background:radial-gradient(ellipse 46% 55% at 58% 42%,rgba(255,107,53,.2),transparent 70%),radial-gradient(ellipse 34% 42% at 30% 68%,rgba(236,72,122,.14),transparent 65%),radial-gradient(ellipse 40% 40% at 82% 78%,rgba(45,212,191,.09),transparent 65%);pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero__content{animation:heroFadeUp .8s cubic-bezier(.16,1,.3,1) both}.hero__pill{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:980px;font-size:.72rem;font-weight:600;letter-spacing:.06em;color:#ffb185;margin-bottom:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__pill-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 #ff6b3599;animation:pillPulse 2.4s ease-in-out infinite}@keyframes pillPulse{0%,70%,to{box-shadow:0 0 #ff6b358c}85%{box-shadow:0 0 0 7px #ff6b3500}}.hero__h1{color:#fff}.hero__accent{background:linear-gradient(135deg,#ffd7c2 0%,var(--accent) 60%,#ff4d6d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__lead{margin-top:24px;max-width:500px;color:#8aa0c0}.hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:32px;animation:heroFadeUp .8s .15s cubic-bezier(.16,1,.3,1) both}.hero__offer{display:flex;flex-direction:column;gap:4px}.hero__offer-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hero__now{font-size:clamp(2rem,4.4vw,2.9rem);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1}.hero__was{font-size:1.05rem;color:#6b7f9a;text-decoration:line-through}.hero__off{font-size:.78rem;font-weight:800;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--accent-light),var(--accent-dark));padding:4px 10px;border-radius:7px}.hero__ship{font-size:.85rem;color:#9fb4d0;font-weight:500}.hero__save{font-size:.82rem;color:#ffb185;font-weight:600}.hero__form{width:100%;max-width:420px}.hero__trust{display:flex;align-items:center;gap:20px;margin-top:26px;list-style:none;flex-wrap:wrap;font-size:.79rem;color:#7d93b0;font-weight:500;animation:heroFadeUp .8s .3s cubic-bezier(.16,1,.3,1) both}.hero__trust li{display:flex;align-items:center;gap:7px}.hero__trust svg{width:16px;height:16px;color:var(--teal-400);flex-shrink:0}.hero__media{position:relative;display:flex;justify-content:center;align-items:center;animation:heroScale 1s .1s cubic-bezier(.16,1,.3,1) both}.hero__media img{width:100%;max-width:560px;height:auto;object-fit:contain;filter:drop-shadow(0 24px 70px rgba(255,107,53,.18)) drop-shadow(0 20px 60px rgba(0,0,0,.45))}.hero__social-proof{position:relative;z-index:1;margin-top:auto;padding:18px 0;border-top:1px solid rgba(255,255,255,.06);animation:heroFadeUp .8s .45s cubic-bezier(.16,1,.3,1) both}.hero__social-proof .container{display:flex;align-items:center;gap:10px;font-size:.82rem;color:#7d93b0;font-weight:500}.hero__social-proof strong{color:#e4eaf3;font-weight:700}.hero__stars{color:#f59e0b;font-size:.9rem;letter-spacing:2px}.hero__pay{margin-left:auto;display:flex;gap:6px}.pay-badge{font-size:.6rem;font-weight:700;letter-spacing:.05em;color:#8aa0c0;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);padding:3px 7px;border-radius:5px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(max-width:860px){.hero{min-height:auto;padding:110px 0 0}.hero__inner{grid-template-columns:1fr;text-align:center;gap:40px}.hero__media{order:-1}.hero__media img{max-width:min(70vw,340px)}.hero__lead{margin-left:auto;margin-right:auto}.hero__actions{align-items:center}.hero__offer-price,.hero__trust{justify-content:center}.hero__social-proof .container{justify-content:center;flex-wrap:wrap}.hero__pay{margin-left:0;width:100%;justify-content:center}}@media(max-width:480px){.hero{min-height:100vh;min-height:100dvh;padding:66px 0 0;justify-content:flex-start}.hero--compact{min-height:auto}.hero__pill{font-size:.63rem;padding:5px 13px;margin-bottom:10px}.hero__h1{font-size:clamp(2.1rem,12vw,2.9rem);line-height:1.02}.hero__lead{font-size:.88rem;margin-top:10px;line-height:1.45}.hero__actions{gap:10px;margin-top:14px;width:100%}.hero__offer{align-items:center;gap:2px}.hero__now{font-size:2.15rem}.hero__was{font-size:.95rem}.hero__ship{font-size:.78rem}.hero__save{font-size:.74rem}.hero__trust{gap:12px 14px;font-size:.68rem;margin-top:12px}.hero__trust svg{width:13px;height:13px}.hero__media img{max-width:min(52vw,205px)}.hero__inner{gap:10px}.hero__form{max-width:none}.hero__cta-btn{width:100%;padding:17px 24px;font-size:1.06rem}.hero__social-proof{padding:10px 0}.hero__social-proof .container{font-size:.72rem;gap:7px}.hero__pay{display:none}}.trust{background:var(--surface);border-bottom:1px solid var(--border);padding:clamp(28px,4vw,44px) 0}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.5vw,36px)}.trust__item{display:flex;gap:13px;align-items:flex-start}.trust__icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b351f,#ff6b350a);border:1px solid rgba(255,107,53,.16);color:var(--accent)}.trust__icon svg{width:20px;height:20px}.trust__item strong{display:block;font-size:.92rem;font-weight:700;letter-spacing:-.01em;margin-bottom:3px}.trust__item p{font-size:.8rem;line-height:1.45;color:var(--fg-muted)}@media(max-width:860px){.trust__grid{grid-template-columns:1fr 1fr;gap:20px}}@media(max-width:480px){.trust{padding:24px 0}.trust__grid{grid-template-columns:1fr 1fr;gap:16px 12px}.trust__item{flex-direction:column;gap:8px}.trust__icon{width:34px;height:34px;border-radius:9px}.trust__icon svg{width:17px;height:17px}.trust__item strong{font-size:.82rem}.trust__item p{font-size:.72rem}}.features{background:var(--bg)}.features__header{margin-bottom:clamp(48px,7vw,72px)}.features__header h2{margin-top:8px}.features__bento{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bento-card{padding:32px 28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.bento-card:hover{border-color:#2d7cf640;transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.bento-card--hero{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:0;overflow:hidden;background:var(--ink-950);border-color:#ffffff0f;color:var(--dark-fg)}.bento-card--hero:hover{border-color:#2d7cf64d}.bento-card--hero .bento-card__text{padding:36px 0 36px 36px}.bento-card--hero h3{font-size:1.5rem;margin-bottom:12px;color:#fff}.bento-card--hero p{color:#8aa0c0;line-height:1.6}.bento-card--hero img{width:100%;height:100%;object-fit:cover;border-radius:0 var(--radius) var(--radius) 0}.bento-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--frost);border-radius:12px;color:var(--blue-500);margin-bottom:18px}.bento-card h3{font-size:1.05rem;margin-bottom:8px}.bento-card p{font-size:.88rem;line-height:1.55;color:var(--fg-muted)}@media(max-width:860px){.features__bento{grid-template-columns:1fr 1fr}.bento-card--hero{grid-column:span 2}}@media(max-width:540px){.features__bento{grid-template-columns:1fr;gap:12px}.bento-card{padding:24px 20px}.bento-card--hero{grid-column:span 1;grid-template-columns:1fr}.bento-card--hero .bento-card__text{padding:24px 20px}.bento-card--hero img{height:200px;border-radius:0 0 var(--radius) var(--radius)}.bento-card__icon{width:42px;height:42px;margin-bottom:14px}.bento-card h3{font-size:.95rem}.bento-card p{font-size:.85rem}}.gallery{background:var(--bg)}.gallery__header{text-align:center;margin-bottom:clamp(40px,6vw,64px)}.gallery__header h2{margin-top:8px}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gallery__item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.gallery__item:hover img{transform:scale(1.04)}.gallery__item:first-child{grid-row:span 2;aspect-ratio:auto}@media(max-width:600px){.gallery__grid{grid-template-columns:1fr;gap:12px}.gallery__item{aspect-ratio:3 / 2}.gallery__item:first-child{grid-row:span 1;aspect-ratio:3 / 2}}.how__header{margin-bottom:clamp(48px,7vw,72px)}.how__header h2{margin-top:8px}.how__steps{display:flex;flex-direction:column;gap:24px}.step{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);transition:border-color .3s ease}.step:hover{border-color:#ffffff1f}.step--flip{direction:rtl}.step--flip>*{direction:ltr}.step__img-wrap{border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3}.step__img-wrap img{width:100%;height:100%;object-fit:cover}.step__content{padding:20px 28px}.step__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--blue-500),var(--teal-500));color:#fff;font-size:.85rem;font-weight:800;margin-bottom:16px}.step__content h3{font-size:1.6rem;color:#fff;margin-bottom:10px}.step__content p{font-size:.95rem;color:#8aa0c0;line-height:1.6;max-width:380px}@media(max-width:700px){.step{grid-template-columns:1fr;gap:0}.step--flip{direction:ltr}.step__content{padding:24px 20px}.step__img-wrap{aspect-ratio:16 / 9}.step__content h3{font-size:1.3rem}.step__content p{font-size:.9rem}}@media(max-width:480px){.how__steps{gap:16px}.step{padding:8px;border-radius:var(--radius)}.step__content{padding:20px 16px}}.cmp{background:var(--bg)}.cmp__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg)}.cmp__table{width:100%;border-collapse:collapse;min-width:340px;background:var(--surface)}.cmp__corner{width:26%;background:transparent}.cmp__th{padding:16px 12px;font-size:.85rem;font-weight:700;letter-spacing:-.01em;color:var(--fg-muted);text-align:left;border-bottom:1px solid var(--border);vertical-align:bottom}.cmp__th--good{color:#fff;background:var(--ink-950);border-bottom-color:transparent;border-radius:14px 14px 0 0;font-size:.95rem}.cmp__label{padding:15px 14px 15px 0;font-size:.82rem;font-weight:600;color:var(--fg);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.cmp__cell{padding:15px 12px;font-size:.82rem;line-height:1.35;color:var(--fg-muted);border-bottom:1px solid var(--border);vertical-align:middle}.cmp__cell--good{background:var(--ink-950);color:#e4eaf3;font-weight:600;border-bottom-color:#ffffff12}.cmp__table tbody tr:last-child .cmp__cell--good{border-radius:0 0 14px 14px;border-bottom-color:transparent}.cmp__mark{display:inline-flex;vertical-align:-3px;margin-right:7px}.cmp__mark svg{width:15px;height:15px;color:#cbd3de}.cmp__cell--good .cmp__mark svg{color:var(--teal-400)}@media(max-width:480px){.cmp__wrap{margin:0 -16px;padding:0 16px}.cmp__table{min-width:460px}.cmp__th,.cmp__cell{padding:12px 9px;font-size:.75rem}.cmp__label{font-size:.75rem;padding-right:10px}.cmp__th--good{font-size:.85rem}.cmp__mark svg{width:13px;height:13px}}.reviews{background:var(--surface-elevated)}.reviews__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:48px}.reviews__header h2{margin-top:8px}.reviews__stats{display:flex;gap:32px;align-items:center}.reviews__big-rating{display:flex;gap:14px;align-items:center}.reviews__number{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1}.reviews__stars-wrap{display:flex;flex-direction:column;gap:4px}.reviews__stars{color:#f59e0b;font-size:1.1rem;letter-spacing:3px}.reviews__count{font-size:.78rem;color:var(--fg-muted);font-weight:500}.reviews__breakdown{flex:1;max-width:180px}.bar-row{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:.72rem;color:var(--fg-muted)}.bar-row__label{width:22px;text-align:right;font-weight:600}.bar-row__track{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.bar-row__fill{height:100%;background:#f59e0b;border-radius:3px}.bar-row__pct{width:28px;font-variant-numeric:tabular-nums}.review-hero{background:var(--ink-950);color:var(--dark-fg);border-radius:var(--radius-lg);padding:clamp(32px,5vw,56px);margin-bottom:24px}.review-hero__stars{color:#f59e0b;font-size:1.1rem;letter-spacing:3px;margin-bottom:20px}.review-hero blockquote{font-size:clamp(1.15rem,2.2vw,1.6rem);line-height:1.45;font-weight:500;letter-spacing:-.01em;max-width:700px;margin-bottom:28px}.review-hero__author{display:flex;align-items:center;gap:14px;font-size:.88rem}.review-hero__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue-500),var(--teal-500));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.review-hero__author strong{color:#fff;display:block}.review-hero__author span{color:#6b7f9a;font-size:.82rem}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{padding:28px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column}.review-card__stars{color:#f59e0b;font-size:.88rem;letter-spacing:2px;margin-bottom:14px}.review-card p{font-size:.9rem;line-height:1.55;color:var(--fg);flex:1;margin-bottom:18px}.review-card__footer{font-size:.78rem;color:var(--fg-muted);display:flex;gap:8px;align-items:center}.review-card__footer strong{color:var(--fg)}@media(max-width:860px){.reviews__top{grid-template-columns:1fr;gap:28px}.reviews__grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.reviews__stats{flex-direction:column;align-items:flex-start;gap:20px}.reviews__number{font-size:2.8rem}.review-hero{padding:24px 20px}.review-hero blockquote{font-size:1.05rem}.reviews__grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin:0 -16px;padding-left:16px;padding-right:16px}.review-card{min-width:280px;flex-shrink:0;scroll-snap-align:start}.reviews__grid::-webkit-scrollbar{display:none}}.buy__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center}.buy__media{border-radius:var(--radius-lg);overflow:hidden}.buy__media img{width:100%;height:auto;object-fit:cover}.buy__content h2{margin-top:8px;margin-bottom:16px}.buy__pricing{display:flex;align-items:baseline;gap:18px;margin:32px 0;flex-wrap:wrap}.buy__amount{font-size:3.2rem;font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1}.buy__compare{display:flex;flex-direction:column;gap:2px}.buy__was{font-size:1rem;color:#5e7490}.buy__save{font-size:.85rem;color:var(--accent);font-weight:600}.buy__form{width:100%;max-width:400px}.buy__btn{width:100%;font-size:1.15rem}.buy__pay{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:16px}.buy__pay-lock{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:#8aa0c0;font-weight:500}.buy__pay-methods{display:flex;gap:6px;flex-wrap:wrap}.buy__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;padding-top:28px;border-top:1px solid rgba(255,255,255,.08)}.buy__badge{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:.72rem;color:#5e7490;font-weight:500;text-align:center}.buy__badge svg{color:#5e7490}.buy-mini{background:var(--bg)}.buy-mini__inner{text-align:center}.buy-mini__inner h2{margin-bottom:28px}.buy-mini__row{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:16px}.buy-mini__price{display:flex;align-items:baseline;gap:14px}.buy-mini__price .buy__amount{color:var(--fg);font-size:2.6rem}.buy-mini__price .buy__was{color:var(--fg-muted)}.buy-mini__sub{font-size:.85rem;color:var(--fg-muted)}@media(max-width:860px){.buy__inner{grid-template-columns:1fr;text-align:center}.buy__media{max-width:500px;margin:0 auto}.buy__pricing{justify-content:center}.buy__form{margin:0 auto}.buy__pay{justify-content:center}.buy__badges{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.buy__form{max-width:none}.buy__badges{grid-template-columns:repeat(2,1fr);gap:12px}.buy__badge{font-size:.68rem;gap:6px}.buy__amount{font-size:2.6rem}.buy-mini__price .buy__amount{font-size:2.2rem}}.specs__header{margin-bottom:clamp(48px,7vw,72px)}.specs__header h2{margin-top:8px}.specs__layout{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.specs__row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.92rem}.specs__row:first-child{border-top:1px solid rgba(255,255,255,.06)}.specs__label{color:#6b7f9a}.specs__value{color:var(--dark-fg);font-weight:500;text-align:right}.specs__box{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:32px}.specs__box h3{font-size:1.2rem;color:#fff;margin-bottom:20px}.specs__box ul{list-style:none;display:flex;flex-direction:column;gap:12px}.specs__box li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#8aa0c0;line-height:1.4}.specs__box li svg{flex-shrink:0}.specs__box-img{margin-top:24px;border-radius:var(--radius);width:100%}@media(max-width:700px){.specs__layout{grid-template-columns:1fr}}@media(max-width:480px){.specs__box{padding:24px 18px}.specs__box li{gap:8px;font-size:.84rem}.specs__row{flex-direction:column;align-items:flex-start;gap:3px;font-size:.85rem;padding:12px 0}.specs__label{font-size:.78rem}.specs__value{text-align:left}}.faq{background:var(--bg)}.faq__layout{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(40px,6vw,80px);align-items:start}.faq__left{position:sticky;top:100px}.faq__left h2{margin-top:8px;margin-bottom:12px}.faq__list{display:flex;flex-direction:column}.faq__item{border-bottom:1px solid var(--border)}.faq__q{padding:22px 0;font-size:1rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s}.faq__q:hover{color:var(--blue-500)}.faq__q::-webkit-details-marker{display:none}.faq__q:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--fg-muted);transition:transform .3s cubic-bezier(.16,1,.3,1);flex-shrink:0}.faq__item[open] .faq__q:after{transform:rotate(45deg)}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq__item[open] .faq__a{grid-template-rows:1fr}.faq__a>div{overflow:hidden;padding:0 0 22px;font-size:.92rem;line-height:1.6;color:var(--fg-muted);max-width:560px}@media(max-width:768px){.faq__layout{grid-template-columns:1fr;gap:32px}.faq__left{position:static}}@media(max-width:480px){.faq__q{padding:18px 0;font-size:.92rem;min-height:48px}.faq__a>div{font-size:.88rem;padding-bottom:18px}.faq__left .btn{width:100%}}.footer{background:var(--ink-950);color:#5e7490;padding:64px 0 32px;font-size:.85rem}.footer__top{display:flex;justify-content:space-between;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.06)}.footer__logo{color:#fff;display:block;margin-bottom:10px}.footer__brand p{max-width:240px;line-height:1.5}.footer__pay{display:flex;gap:6px;flex-wrap:wrap;margin-top:18px;max-width:280px}.footer__pay svg{height:24px;width:auto}.footer__secure{display:flex;align-items:center;gap:6px;margin-top:12px;font-size:.76rem}.footer__cols{display:flex;gap:56px}.footer__col{display:flex;flex-direction:column;gap:8px}.footer__col h4{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#8aa0c0;margin-bottom:4px}.footer__col a{transition:color .2s}.footer__col a:hover{color:#fff}.footer__bottom{padding-top:24px;font-size:.75rem;display:grid;gap:8px}.footer__note{color:#45566f;max-width:640px;line-height:1.5}@media(max-width:600px){.footer{padding:48px 0 28px}.footer__top{flex-direction:column;gap:28px}.footer__cols{gap:28px;flex-wrap:wrap}.footer__col{min-width:130px}.footer__col a{padding:4px 0}.footer__brand p{max-width:none}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#020817eb;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-top:1px solid rgba(255,255,255,.06);padding:14px 20px;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);padding-bottom:max(14px,env(safe-area-inset-bottom))}.sticky-cta--visible{transform:translateY(0)}.sticky-cta__inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-cta__price{font-size:1.3rem;font-weight:800;letter-spacing:-.02em;color:#fff}.sticky-cta__ship{font-size:.72rem;color:#7d93b0;font-weight:500}.sticky-cta__was{font-size:.82rem;color:#5e7490}.sticky-cta__prices{display:flex;align-items:baseline;gap:8px}.sticky-cta__info{display:flex;flex-direction:column;gap:1px}.sticky-cta__btn{padding:14px 32px;font-size:.92rem;flex-shrink:0;min-height:48px}@media(min-width:861px){.sticky-cta{display:none}}@media(max-width:380px){.sticky-cta{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom))}.sticky-cta__btn{padding:14px 24px;font-size:.85rem}.sticky-cta__price{font-size:1.15rem}}.page-wrap{padding:clamp(90px,11vw,130px) 0 clamp(60px,9vw,110px)}.page-head{margin-bottom:40px}.page-head h1{font-size:clamp(2rem,4.5vw,3.4rem);letter-spacing:-.03em}.rte{max-width:760px;line-height:1.7;color:var(--fg-muted)}.rte h2{font-size:clamp(1.4rem,2.6vw,2rem);margin:32px 0 12px;color:var(--fg)}.rte h3{margin:24px 0 10px;color:var(--fg)}.rte p,.rte ul,.rte ol{margin-bottom:16px}.rte ul,.rte ol{padding-left:20px}.rte a{color:var(--blue-500);text-decoration:underline}.rte img{border-radius:var(--radius);margin:20px 0}.breadcrumb{font-size:.8rem;color:var(--fg-muted);margin-bottom:14px}.breadcrumb a:hover{color:var(--fg)}.product{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,72px);align-items:start}.product__gallery{position:sticky;top:90px;display:grid;gap:12px}.product__main-img{border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.product__main-img img{width:100%;height:auto}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product__thumb{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--surface);cursor:pointer;padding:0}.product__thumb--active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.product__thumb img{width:100%;aspect-ratio:1;object-fit:cover}.product__vendor{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-500);font-weight:700}.product__title{font-size:clamp(1.9rem,3.6vw,2.9rem);letter-spacing:-.03em;margin:8px 0 14px}.product__rating{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--fg-muted);margin-bottom:18px}.product__rating .stars{color:#f59e0b;letter-spacing:2px}.product__price-row{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:8px}.product__price{font-size:2.4rem;font-weight:800;letter-spacing:-.03em}.product__compare{font-size:1.05rem;color:var(--fg-muted);text-decoration:line-through}.product__badge{font-size:.72rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--accent-light),var(--accent-dark));padding:4px 10px;border-radius:7px}.product__tax{font-size:.78rem;color:var(--fg-muted);margin-bottom:22px}.product__desc{color:var(--fg-muted);line-height:1.7;margin:24px 0;max-width:560px}.product__form{display:grid;gap:16px;max-width:460px}.product-option{display:grid;gap:8px}.product-option__label{font-size:.8rem;font-weight:600;letter-spacing:.02em}.product-option select,.qty__input{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:12px 14px;font-size:.92rem;width:100%}.qty{display:flex;align-items:center;gap:10px}.qty__btn{width:42px;height:42px;border:1px solid var(--border);border-radius:12px;background:var(--surface);font-size:1.1rem}.qty__input{width:64px;text-align:center;padding:11px 6px}.product__trust{list-style:none;display:grid;gap:10px;margin-top:24px;font-size:.85rem;color:var(--fg-muted)}.product__trust li{display:flex;align-items:center;gap:9px}.product__trust svg{width:17px;height:17px;color:var(--teal-500);flex-shrink:0}.product__sold-out{font-size:.85rem;color:#b91c1c;font-weight:600}@media(max-width:860px){.product{grid-template-columns:1fr}.product__gallery{position:static}.product__form{max-width:none}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card:hover{transform:translateY(-3px);box-shadow:0 12px 34px #00000012;border-color:#2d7cf640}.card__media{aspect-ratio:1;overflow:hidden;background:var(--surface-elevated)}.card__media img{width:100%;height:100%;object-fit:cover}.card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}.card__title{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.card__price{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;margin-top:auto}.card__compare{font-size:.85rem;color:var(--fg-muted);text-decoration:line-through;margin-left:7px;font-weight:500}.cart__row{display:grid;grid-template-columns:96px 1fr auto auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart__img{border-radius:12px;overflow:hidden;background:var(--surface-elevated)}.cart__title{font-weight:600}.cart__variant{font-size:.8rem;color:var(--fg-muted)}.cart__remove{font-size:.78rem;color:var(--fg-muted);text-decoration:underline}.cart__foot{display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding-top:28px}.cart__total{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.cart__note{font-size:.8rem;color:var(--fg-muted)}.cart__empty{text-align:center;padding:60px 0}@media(max-width:640px){.cart__row{grid-template-columns:72px 1fr;grid-template-areas:"img info" "qty price"}.cart__row>*:nth-child(1){grid-area:img}.cart__row>*:nth-child(2){grid-area:info}.cart__row>*:nth-child(3){grid-area:qty}.cart__row>*:nth-child(4){grid-area:price;text-align:right}}.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:860px){.article-list{grid-template-columns:1fr 1fr}}@media(max-width:560px){.article-list{grid-template-columns:1fr}}.article-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.article-card__media{aspect-ratio:16 / 10;overflow:hidden}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:20px;display:grid;gap:8px}.article-card__date{font-size:.75rem;color:var(--fg-muted)}.article-card__title{font-size:1.05rem;font-weight:700;letter-spacing:-.015em}.article-card__excerpt{font-size:.88rem;color:var(--fg-muted);line-height:1.55}.field{display:grid;gap:7px;margin-bottom:16px}.field label{font-size:.82rem;font-weight:600}.field input,.field textarea,.search__input{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:13px 15px;font-size:.92rem;width:100%}.field textarea{min-height:140px;resize:vertical}.form-note{padding:14px 16px;border-radius:12px;background:#2dd4bf1f;color:#0f766e;font-size:.88rem;margin-bottom:20px}.form-error{background:#ef44441a;color:#b91c1c}.search{display:flex;gap:10px;max-width:520px;margin-bottom:32px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:48px;font-size:.9rem}.pagination a,.pagination span{padding:9px 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.pagination .current{background:var(--ink-950);color:#fff;border-color:var(--ink-950)}.empty-state{text-align:center;padding:70px 0;color:var(--fg-muted)}.password-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;background:var(--dark-bg);color:var(--dark-fg)}.password-page h1{font-size:clamp(2.4rem,6vw,4rem);color:#fff;margin:24px 0 12px}.password-page form{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap;justify-content:center}.password-page input{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;padding:13px 16px;min-width:240px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
