:root{--bg:#050407;--panel:#111016;--text:#f8f6ff;--muted:#c9c0d8;--line:rgba(185,95,255,.28);--purple:#9c35ff;--purple2:#d05cff;--radius:8px;--shadow:0 0 32px rgba(156,53,255,.24)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 0,rgba(120,50,255,.22),transparent 34rem),var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;color:#000;padding:.75rem}.page-width{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#050407db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px}.site-logo img{max-width:210px;max-height:54px;object-fit:contain}.site-nav{display:flex;gap:1.25rem;color:var(--muted);font-size:.94rem}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-link{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;padding:0 .75rem;background:#ffffff0a}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border:0;border-radius:var(--radius);background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;font-weight:800;text-transform:uppercase;box-shadow:0 0 20px #9c35ff59;cursor:pointer}.button--secondary{background:#ffffff0f;border:1px solid var(--line);box-shadow:none}.section{padding:64px 0}.eyebrow{margin:0 0 .75rem;color:var(--purple2);font-weight:800;text-transform:uppercase;font-size:.82rem}.h1,.h2,h1,h2,h3{margin:0;color:#fff;line-height:1.02;text-transform:uppercase}h1{font-size:clamp(2.45rem,6vw,5.8rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.35rem}p{color:var(--muted);line-height:1.65}.hero{position:relative;min-height:calc(100vh - 78px);display:grid;align-items:center;overflow:hidden;background:#050407}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050407eb,#050407b8 42%,#0504072e);z-index:1}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.72}.hero__content{position:relative;z-index:2;width:min(780px,calc(100% - 32px));margin:0 auto 0 max(16px,calc((100vw - 1180px)/2));padding:72px 0}.hero__logo{width:min(420px,80vw);margin-bottom:1.5rem}.hero__copy{font-size:1.13rem;max-width:620px}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.trust-strip{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust-item{background:#0f0c14e6;padding:1rem}.trust-item strong{display:block;color:#fff;text-transform:uppercase}.trust-item span{color:var(--muted);font-size:.88rem}.grid{display:grid;gap:1.25rem}.grid--3{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff0e,#ffffff06);overflow:hidden}.product-card{display:flex;flex-direction:column}.product-card__media{aspect-ratio:1.15;background:#fff;display:grid;place-items:center}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.8rem;flex:1}.price{color:#fff;font-size:1.35rem;font-weight:800}.badge{display:inline-flex;width:max-content;border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;color:#e7d7ff;background:#9c35ff21;font-size:.78rem;font-weight:800;text-transform:uppercase}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.feature-list{display:grid;gap:.85rem}.feature-row{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff09}.feature-row svg{flex:0 0 auto;color:var(--purple2)}.image-panel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#0b0810}.compare{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;background:#ffffff09}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line);color:var(--muted)}th{color:#fff;background:#9c35ff1f;text-transform:uppercase}td strong{color:#fff}.faq-item{border-top:1px solid var(--line);padding:1.1rem 0}.faq-item summary{cursor:pointer;font-weight:800;text-transform:uppercase;color:#fff}.footer{border-top:1px solid var(--line);background:#050407;padding:44px 0;color:var(--muted)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer img{max-width:220px}.product{display:grid;grid-template-columns:1.08fr .92fr;gap:2rem;align-items:start}.product__gallery{display:grid;gap:1rem}.product__main-image{background:#fff;border-radius:var(--radius);overflow:hidden}.product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product__thumbs img{aspect-ratio:1;object-fit:cover;background:#fff;border-radius:var(--radius);border:1px solid var(--line)}.product__info{position:sticky;top:96px}.product-form{display:grid;gap:1rem;margin:1.4rem 0}.quantity{display:flex;align-items:center;gap:.75rem}.quantity input,.select{width:100%;height:46px;background:#08070b;border:1px solid var(--line);color:#fff;border-radius:var(--radius);padding:0 .75rem}.cart-row{display:grid;grid-template-columns:92px 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.rte{color:var(--muted)}@media(max-width:900px){.site-nav{display:none}.hero{min-height:720px}.hero:before{background:linear-gradient(180deg,#050407bd,#050407f5)}.hero__content{margin:0 auto;padding:40px 0}.trust-strip,.grid--3,.split,.footer__grid,.product{grid-template-columns:1fr}.product__info{position:static}.section{padding:48px 0}.hero__logo{width:min(320px,78vw)}}.back-home-wrap{padding-top:22px;margin-bottom:-8px}.back-home-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid rgba(185,95,255,.42);border-radius:8px;color:#f8f6ff;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:0;background:#0c0812c7;box-shadow:0 0 24px #9b34ff2e;transition:transform .18s ease,border-color .18s ease,background .18s ease}.back-home-button:hover{transform:translateY(-1px);border-color:#d449ffe6;background:#8b2cff29}@media(max-width:720px){.back-home-wrap{padding-top:14px;margin-bottom:0}.back-home-button{width:100%;justify-content:center}}.trust-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#09060edb;padding:18px 0}.trust-band__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust-band__item{min-height:118px;padding:16px;background:linear-gradient(180deg,#ffffff0f,#ffffff06);display:flex;flex-direction:column;justify-content:center}.trust-band__item strong{color:#fff;text-transform:uppercase;line-height:1.2}.trust-band__item span{color:var(--muted);font-size:.9rem;line-height:1.45;margin-top:6px}.badge--featured{background:linear-gradient(135deg,var(--purple),var(--purple2));border-color:#ffffff47;color:#fff;box-shadow:0 0 18px #9c35ff57}.product-card__note{margin:0;color:#fff;font-size:.92rem;line-height:1.45}.mobile-compare{display:none;margin-top:1rem;gap:1rem}.compare-card{padding:1rem}.compare-card h3{margin-top:.75rem}.testimonial-grid{margin-top:1.5rem}.testimonial-card{padding:1.25rem}.testimonial-card p{font-size:1rem;margin-bottom:0}.purchase-confidence{display:grid;gap:.65rem;margin:-.35rem 0 1.15rem}.purchase-confidence div{border:1px solid var(--line);border-radius:var(--radius);padding:.85rem 1rem;background:#ffffff09}.purchase-confidence strong{display:block;color:#fff;text-transform:uppercase;font-size:.86rem}.purchase-confidence span{display:block;color:var(--muted);line-height:1.45;margin-top:.25rem}@media(max-width:900px){.trust-band__grid{grid-template-columns:1fr}.trust-band__item{min-height:auto}.compare{display:none}.mobile-compare{display:grid}.testimonial-grid{grid-template-columns:1fr}}.product-card{height:100%}.product-card__media{height:302px;aspect-ratio:auto;display:grid;place-items:center;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__body{min-height:362px}.product-card__body .quick-add-form{margin-top:auto}@media(max-width:900px){.product-card__media{height:280px}.product-card__body{min-height:auto}}.product-card__body h3{min-height:1.5em}.product-card__body>p:not(.product-card__note){min-height:5.25em}.product-card__note{min-height:3.15em}.product-card__body .price{margin-top:auto}.product-card__body .quick-add-form{margin-top:0}.product-card__body .button{width:100%}@media(max-width:900px){.product-card__body h3,.product-card__body>p:not(.product-card__note),.product-card__note{min-height:auto}.product-card__body .price{margin-top:0}}#products .grid--3{align-items:stretch}#products .product-card{display:grid;grid-template-rows:360px 1fr;height:100%}#products .product-card__media{height:360px;min-height:360px;max-height:360px;padding:18px;background:#fff}#products .product-card__media img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;object-position:center}#products .product-card__body{display:grid;grid-template-rows:32px 34px 104px 64px 68px 34px 58px 50px 50px;gap:12px;min-height:0;height:100%;align-items:start}#products .product-card__body .badge{align-self:start}#products .product-card__body h3,#products .product-card__body p,#products .product-card__body .price,#products .product-card__body form,#products .product-card__body a{margin:0}#products .product-card__body h3{min-height:0;display:flex;align-items:center}#products .product-card__body>p:not(.product-card__note),#products .product-card__note{min-height:0;overflow:hidden}#products .product-card__body .price{margin-top:0;display:flex;align-items:end}#products .product-card__body .quick-add-form{margin:0;display:block}#products .product-card__body .button{width:100%;min-height:50px}#products .product-card__body>.button--secondary{align-self:end}@media(max-width:900px){#products .product-card{display:flex;height:auto}#products .product-card__media{height:320px;min-height:320px;max-height:320px;padding:16px}#products .product-card__body{display:flex;height:auto;min-height:auto}#products .product-card__body>p:not(.product-card__note),#products .product-card__note{overflow:visible}}.announcement-bar{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:10px 16px;background:linear-gradient(90deg,#8b2cff,#d05cff);color:#fff;font-weight:900;text-transform:uppercase;font-size:.82rem}.announcement-bar span{white-space:nowrap}.section--tight{padding-top:34px;padding-bottom:34px}.help-callout{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;background:linear-gradient(135deg,#9c35ff33,#ffffff09);box-shadow:var(--shadow)}.help-callout p{margin-bottom:0}.help-callout__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.order-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.order-step{padding:1.15rem}.order-step span{display:inline-flex;margin-bottom:.9rem;color:var(--purple2);font-weight:900;font-size:1.35rem}.order-step p{margin-bottom:0}.quick-fit{display:flex;flex-wrap:wrap;gap:6px;align-content:start;overflow:hidden}.quick-fit span{display:inline-flex;border:1px solid rgba(185,95,255,.3);border-radius:999px;padding:5px 8px;color:#e7d7ff;background:#ffffff09;font-size:.75rem;font-weight:800}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:1.5rem;margin-top:1.5rem;align-items:start}.cart-layout__items{display:grid;gap:1rem}.cart-layout__items>.button{justify-self:start}.cart-summary{padding:1.25rem;position:sticky;top:96px}.cart-summary h2{font-size:1.5rem}.cart-assurance{display:grid;gap:.65rem;margin:1rem 0}.cart-assurance div{border:1px solid var(--line);border-radius:var(--radius);padding:.8rem;background:#ffffff09}.cart-assurance strong{display:block;color:#fff;text-transform:uppercase;font-size:.84rem}.cart-assurance span{display:block;color:var(--muted);line-height:1.45;margin-top:.2rem}.policy-acknowledgement{margin:1rem 0;text-align:left}.policy-acknowledgement label{display:flex;gap:.7rem;align-items:flex-start;color:var(--muted);line-height:1.45}.policy-acknowledgement input{margin-top:.2rem}.policy-acknowledgement a{text-decoration:underline;color:#fff}.policy-acknowledgement p{font-size:.9rem;margin:.5rem 0 0}@media(max-width:900px){.announcement-bar{gap:10px;font-size:.72rem}.announcement-bar span{white-space:normal}.help-callout{grid-template-columns:1fr}.help-callout__actions{justify-content:stretch}.help-callout__actions .button{width:100%}.order-steps,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.quick-fit{overflow:visible}}.site-nav a{font-weight:800;text-transform:uppercase;font-size:.82rem;letter-spacing:0}.site-nav a:hover{color:#fff}.cart-pill{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:0 14px;background:#ffffff0e;color:#fff;font-weight:900;text-transform:uppercase;font-size:.82rem}.cart-pill strong{min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--purple2));font-size:.75rem}.header-cta{min-height:42px;padding:0 16px}@media(max-width:1080px){.site-header__inner{display:grid;grid-template-columns:auto 1fr;gap:.75rem;padding:12px 0}.site-logo{grid-column:1}.header-actions{grid-column:2;justify-content:flex-end}.site-nav{grid-column:1 / -1;display:flex;overflow-x:auto;gap:.7rem;padding:4px 0 2px;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{flex:0 0 auto;border:1px solid rgba(185,95,255,.28);border-radius:999px;padding:9px 12px;background:#ffffff0a}}@media(max-width:640px){.site-logo img{max-width:168px}.header-cta{display:none}.cart-pill{min-height:38px;padding:0 12px}.site-header__inner{min-height:auto}.site-nav a{font-size:.76rem}}.footer-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:28px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.footer-trust span{display:grid;place-items:center;min-height:58px;padding:10px;background:#ffffff09;color:#fff;font-weight:900;text-transform:uppercase;font-size:.82rem;text-align:center}.policy-date{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:.35rem .7rem;background:#9c35ff21}.mobile-help-button{display:none}.cart-help-note{border:1px solid rgba(208,92,255,.45);border-radius:var(--radius);padding:1rem;margin:1rem 0;background:#9c35ff1f;text-align:left}.cart-help-note strong{display:block;color:#fff;text-transform:uppercase}.cart-help-note span{display:block;color:var(--muted);line-height:1.45;margin-top:.25rem}.cart-help-note a,.feature-row a{color:#fff;text-decoration:underline}@media(max-width:900px){.footer-trust{grid-template-columns:1fr 1fr}.mobile-help-button{position:fixed;left:16px;right:16px;bottom:14px;z-index:50;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;font-weight:900;text-transform:uppercase;box-shadow:0 0 28px #9c35ff80}body{padding-bottom:72px}}@media(max-width:520px){.footer-trust{grid-template-columns:1fr}}.wholesale-callout{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;border:1px solid rgba(208,92,255,.45);border-radius:var(--radius);padding:1.5rem;background:linear-gradient(135deg,#d05cff2e,#ffffff09);box-shadow:var(--shadow)}.wholesale-callout p{margin-bottom:0}.wholesale-callout__actions{display:grid;gap:.75rem;justify-items:end}.wholesale-callout__actions p{color:#fff}@media(max-width:900px){.wholesale-callout{grid-template-columns:1fr}.wholesale-callout__actions{justify-items:stretch}.wholesale-callout__actions .button{width:100%}}.reseller-verify{display:grid;grid-template-columns:1.05fr .95fr;gap:1.5rem;align-items:start}.reseller-verify__panel{padding:1.25rem}.reseller-verify__form{display:grid;gap:.8rem}.reseller-verify__form label{color:#fff;font-weight:900;text-transform:uppercase;font-size:.84rem}.reseller-verify__entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.reseller-result{margin-top:1rem;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:#ffffff09}.reseller-result strong{display:block;color:#fff;text-transform:uppercase}.reseller-result span{display:block;color:var(--muted);line-height:1.45;margin-top:.3rem}.reseller-result--valid{border-color:#58ffaa8c;background:#27ae6024}.reseller-result--invalid{border-color:#ff5a5a99;background:#b4232329}.reseller-result--warning{border-color:#ffc457a6;background:#b9821e29}.reseller-verify__side{border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;background:linear-gradient(135deg,#9c35ff24,#ffffff08)}.reseller-verify__side h2{font-size:1.35rem;margin-top:1.35rem}.reseller-verify__side h2:first-child{margin-top:0}@media(max-width:900px){.reseller-verify,.reseller-verify__entry{grid-template-columns:1fr}.reseller-verify__entry .button{width:100%}}.cart-savings-note,.product-discount-note,.cart-discount-note{border:1px solid rgba(208,92,255,.45);border-radius:var(--radius);background:#9c35ff1f;padding:.7rem .85rem}.cart-savings-note strong,.product-discount-note strong,.cart-discount-note strong{display:block;color:#fff;text-transform:uppercase;font-size:.78rem;line-height:1.2}.cart-savings-note span,.product-discount-note span,.cart-discount-note span{display:block;color:var(--muted);font-size:.86rem;line-height:1.35;margin-top:.2rem}.product-discount-note{margin:.85rem 0 1rem}.cart-discount-note{text-align:left;margin:1rem 0}.page-hero-simple{padding-bottom:18px}.page-hero-simple .page-width{border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;background:linear-gradient(135deg,#9c35ff29,#ffffff08);box-shadow:var(--shadow)}.page-hero-simple p:last-child{max-width:760px;margin-bottom:0}.why-buy-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.5rem;align-items:start;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;background:linear-gradient(135deg,#9c35ff29,#ffffff08);box-shadow:var(--shadow)}.why-buy-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.why-buy-list div{padding:1rem;background:#ffffff09}.why-buy-list strong{display:block;color:#fff;text-transform:uppercase;line-height:1.2}.why-buy-list span{display:block;color:var(--muted);line-height:1.45;margin-top:.4rem}@media(max-width:900px){.why-buy-grid,.why-buy-list{grid-template-columns:1fr}}.reviews-preview{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;background:linear-gradient(135deg,#9c35ff29,#ffffff08);box-shadow:var(--shadow)}.reviews-preview p{margin-bottom:0}.reviews-preview__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.review-widget-panel{margin-top:1.5rem;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;background:#ffffff09}.review-widget-panel--product h2{font-size:1.4rem;margin-bottom:1rem}.reviews-product-grid{display:grid;gap:1rem;margin-top:1.5rem}.review-empty-note,.review-policy-note{border:1px solid rgba(208,92,255,.45);border-radius:var(--radius);padding:1rem;background:#9c35ff1f;margin-top:1rem}.review-empty-note strong,.review-policy-note strong{display:block;color:#fff;text-transform:uppercase}.review-empty-note span,.review-policy-note span{display:block;color:var(--muted);line-height:1.45;margin-top:.3rem}.review-badge-slot{min-height:26px;margin:.5rem 0}.product-reviews-section h2{max-width:780px}.reviews-page .button{width:max-content}.reviews-page .jdgm-carousel-title{font-size:clamp(1.5rem,3vw,2.4rem);color:#fff}.reviews-page .jdgm-carousel-wrapper{color:#fff}.reviews-page .jdgm-carousel-number-of-reviews{color:var(--muted)}.reviews-leave-review{margin-top:2.4rem}.reviews-leave-review h2{margin-bottom:1rem}.reviews-native-write{display:flex;justify-content:flex-start}.reviews-native-write .jdgm-all-reviews-rating-wrapper,.reviews-native-write .jdgm-histogram,.reviews-native-write .jdgm-rev-widg__summary,.reviews-native-write .jdgm-all-reviews-text{display:none!important}.reviews-native-write .jdgm-write-rev-link,.reviews-native-write .jdgm-write-rev-link-custom{display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;min-width:220px;padding:0 1.25rem;border:0;border-radius:var(--radius);background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff!important;font-weight:800;text-transform:uppercase;box-shadow:0 0 20px #9c35ff59;cursor:pointer;text-decoration:none!important}@media(max-width:900px){.reviews-preview{grid-template-columns:1fr}.reviews-preview__actions{justify-content:stretch}.reviews-preview__actions .button,.reviews-page .button,.reviews-native-write .jdgm-write-rev-link,.reviews-native-write .jdgm-write-rev-link-custom{width:100%}}.hero--interactive{--hero-mouse-x:50%;--hero-mouse-y:46%;isolation:isolate}.hero--interactive:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at var(--hero-mouse-x) var(--hero-mouse-y),rgba(208,92,255,.22),rgba(156,53,255,.08) 18rem,transparent 36rem);mix-blend-mode:screen;transition:opacity .2s ease}.hero__neon-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none;opacity:.9}.hero__side-glow{position:absolute;top:8%;bottom:8%;z-index:1;width:min(22vw,270px);pointer-events:none;border-radius:999px;filter:blur(22px);opacity:.5}.hero__side-glow--left{left:-8vw;background:radial-gradient(ellipse at center,rgba(208,92,255,.38),rgba(156,53,255,.12) 42%,transparent 72%)}.hero__side-glow--right{right:-8vw;background:radial-gradient(ellipse at center,rgba(120,75,255,.34),rgba(208,92,255,.1) 42%,transparent 72%)}.hero--interactive .hero__content{z-index:3}.hero--interactive .hero__media{z-index:0}@media(max-width:900px),(prefers-reduced-motion:reduce){.hero__neon-canvas{display:none}.hero--interactive:after{opacity:.35}.hero__side-glow{opacity:.22}}.compliance-card{padding:1.75rem 1.9rem;overflow:visible;background:linear-gradient(160deg,#9c35ff1f,#ffffff09);box-shadow:0 0 22px #9c35ff1f}.compliance-card .badge{margin-bottom:1rem}.compliance-card h2,.compliance-card h3{font-size:clamp(1.55rem,2.6vw,2.45rem);line-height:1.12;max-width:13ch}.compliance-card h3{max-width:20ch}.compliance-card p{margin:.95rem 0 0;max-width:58ch;line-height:1.62}.compliance-card p:last-child{margin-bottom:0}.split>.compliance-card{align-self:stretch;display:flex;flex-direction:column;justify-content:center}@media(max-width:900px){.compliance-card{padding:1.35rem}.compliance-card h2,.compliance-card h3{max-width:none;font-size:clamp(1.35rem,7vw,2rem)}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/theme.css.map */
