.hero{padding:clamp(48px,6vw,80px) 0 clamp(64px,7vw,96px);position:relative}.hero[data-layout=A] .hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(40px,5vw,80px);align-items:center;min-height:560px}.hero[data-layout=B] .hero-inner{text-align:center;display:flex;flex-direction:column;align-items:center}.hero[data-layout=B] .hero-copy{max-width:760px}.hero[data-layout=B] .hero-copy h1{font-size:clamp(44px,6vw,88px)}.hero[data-layout=B] .hero-visual{margin-top:40px;width:100%;max-width:960px;aspect-ratio:16/9}.hero[data-layout=B] .hero-actions{justify-content:center}.hero[data-layout=C]{padding-top:0}.hero[data-layout=C] .hero-inner{position:relative;min-height:640px;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(180deg,#0e1222,#1a1a2e);color:#fff;padding:clamp(48px,6vw,96px);display:flex;flex-direction:column;justify-content:flex-end}.hero[data-layout=C] .hero-copy{max-width:680px}.hero[data-layout=C] .hero-copy h1{color:#fff;font-size:clamp(44px,6vw,84px)}.hero[data-layout=C] .hero-copy p{color:#ffffffb3}.hero[data-layout=C] .hero-visual{position:absolute;right:-6%;top:50%;transform:translateY(-50%);width:60%;aspect-ratio:1/1}.hero[data-layout=C] .btn-ghost{color:#fff;border-color:#ffffff40}.hero[data-layout=C] .btn-ghost:hover{background:#ffffff0f}.hero[data-layout=C] .eyebrow{color:#fff9}.hero .eyebrow{margin-bottom:20px;display:inline-flex;align-items:center;gap:10px}.hero .eyebrow .dot{width:6px;height:6px;border-radius:100px;background:var(--success);box-shadow:0 0 0 3px color-mix(in srgb,var(--success) 18%,transparent);animation:heroPulse 2.2s ease-in-out infinite}@keyframes heroPulse{0%,to{background:var(--success);box-shadow:0 0 0 3px color-mix(in srgb,var(--success) 18%,transparent)}50%{background:color-mix(in srgb,var(--success) 55%,#fff 45%);box-shadow:0 0 0 6px color-mix(in srgb,var(--success) 8%,transparent)}}.hero h1{margin-bottom:20px;text-wrap:balance}.hero p.lede{color:var(--muted);font-size:clamp(16px,1.3vw,19px);line-height:1.55;max-width:520px;margin-bottom:32px;text-wrap:pretty}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.hero-trust{display:flex;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:500}.hero-trust .t{display:inline-flex;align-items:center;gap:8px}.hero-trust svg{color:var(--success)}.hero-visual{position:relative;aspect-ratio:5/4;display:flex;align-items:center;justify-content:center}.hero-visual img{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(26,26,46,.18))}.hero-visual .grid-bg{display:none}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:40px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric .num{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1}.metric .label{color:var(--muted);font-size:13px;margin-top:8px;line-height:1.5}.metric+.metric{border-left:1px solid var(--line);padding-left:40px}.press{padding:48px 0;border-bottom:1px solid var(--line)}.press-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.press-label{color:var(--muted);font-size:13px;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-weight:500}.press-logos{display:flex;gap:clamp(24px,4vw,56px);flex-wrap:wrap;align-items:center;opacity:.65}.press-logo{font-weight:700;color:var(--ink);font-size:18px;letter-spacing:-.02em}.press-logo.serif{font-family:Times New Roman,serif;font-style:italic;font-weight:400;font-size:22px}.press-logo.mono{font-family:var(--font-mono);font-size:14px;letter-spacing:.1em;text-transform:uppercase}.press-logo.caps{letter-spacing:.2em;font-size:13px;text-transform:uppercase}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.product-card{display:flex;flex-direction:column;overflow:hidden;background:#fff}.product-card .pc-media{aspect-ratio:4/3;background:var(--soft);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .pc-media img{width:78%;transition:transform .5s ease}.product-card:hover .pc-media img{transform:scale(1.03)}.product-card .pc-badge{position:absolute;top:20px;left:20px}.product-card .pc-badge.coming{background:var(--ink);color:#fff}.product-card .pc-body{padding:28px;display:flex;flex-direction:column;gap:12px;flex:1}.product-card .pc-eyebrow{color:var(--muted);font-size:12px;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase}.product-card h3{font-size:26px;letter-spacing:-.02em}.product-card .pc-desc{color:var(--muted);font-size:14px;line-height:1.6}.product-card .pc-specs{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-top:4px}.product-card .pc-specs span:before{content:"\2022  ";margin-right:2px;color:var(--line)}.product-card .pc-specs span:first-child:before{display:none}.product-card .pc-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:16px}.product-card .pc-price{display:flex;flex-direction:column;gap:4px}.product-card .pc-price .now{font-size:28px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.product-card .pc-price .was{display:flex;gap:10px;align-items:center;font-size:13px}.product-card .pc-price .was .strike{font-family:var(--font-mono)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.feature{background:#fff;padding:40px 32px;min-height:260px;display:flex;flex-direction:column;gap:14px}.feature .f-icon{width:44px;height:44px;border-radius:10px;background:var(--soft);display:flex;align-items:center;justify-content:center;color:var(--accent)}.feature h3{font-size:19px;font-weight:700;letter-spacing:-.01em}.feature p{color:var(--muted);font-size:14px;line-height:1.6}.feature .big{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-top:auto;color:var(--ink)}.feature.span-2{grid-column:span 2}.feature.dark{background:var(--ink);color:#fff}.feature.dark p{color:#ffffffa6}.feature.dark .f-icon{background:#ffffff14;color:#fff}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:step}.how-step{counter-increment:step}.how-step .step-num{display:inline-block;font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.1em;margin-bottom:20px}.how-step .step-num:before{content:"STEP 0" counter(step)}.how-step .step-visual{aspect-ratio:4/3;background:var(--soft);border-radius:var(--radius-md);border:1px solid var(--line);margin-bottom:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.how-step h3{font-size:20px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.how-step p{color:var(--muted);font-size:14px;line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:28px;display:flex;flex-direction:column;gap:16px}.review-stars{color:#d97706;display:inline-flex;gap:2px}.review-body{font-size:15px;line-height:1.55;color:var(--ink);text-wrap:pretty}.review-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.review-meta .who{color:var(--ink);font-weight:600}.review-meta .verified{display:inline-flex;align-items:center;gap:4px;color:var(--success)}.compat{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:clamp(48px,6vw,88px);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.compat h2{color:#fff;font-size:clamp(32px,3vw,44px);margin-bottom:16px}.compat p{color:#ffffffa6;max-width:440px;font-size:16px;line-height:1.55;margin-bottom:28px}.compat-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.compat-list .ci{display:flex;align-items:center;gap:10px;font-size:14px;padding:10px 14px;background:#ffffff0a;border-radius:8px}.compat-list .ci svg{color:var(--success);flex-shrink:0}.cta-band{background:var(--soft);border-top:1px solid var(--line);padding:clamp(72px,8vw,112px) 0;text-align:center}.cta-band h2{margin-bottom:16px;max-width:760px;margin-left:auto;margin-right:auto}.cta-band p{color:var(--muted);max-width:520px;margin:0 auto 32px;font-size:17px}@media(max-width:900px){.hero[data-layout=A] .hero-inner,.metrics,.features-grid,.how-grid,.reviews-grid,.products-grid{grid-template-columns:1fr}.metric+.metric{border-left:none;padding-left:0;border-top:1px solid var(--line);padding-top:24px}.compat{grid-template-columns:1fr;padding:40px}.feature.span-2{grid-column:auto}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/home.css.map */
