:root{
  --bg:#050505;
  --surface:#0b0b0b;
  --surface2:#111;
  --line:#242424;
  --text:#f5f5f5;
  --muted:#a7a7a7;
  --soft:#707070;
  --white:#fff;
  --radius:22px;
  --shadow:0 24px 90px rgba(0,0,0,.48);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:
 radial-gradient(circle at 50% 0%,rgba(255,255,255,.055),transparent 32rem),
 var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em}
.brand img{width:42px;height:42px;border-radius:12px;object-fit:cover;border:1px solid #1e1e1e}
.nav-links{display:flex;align-items:center;gap:28px;color:#bbb;font-size:14px;font-weight:650}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn{border:1px solid #303030;background:#101010;color:#fff;padding:12px 18px;border-radius:999px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px);border-color:#555;background:#151515}
.btn.primary{background:#fff;color:#050505;border-color:#fff}
.btn.primary:hover{background:#e7e7e7}
.hero{padding:92px 0 52px;text-align:center;overflow:hidden}
.eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid #252525;border-radius:999px;padding:8px 13px;color:#c4c4c4;background:#0b0b0b;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.eyebrow i{width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 12px rgba(255,255,255,.7)}
h1{font-size:clamp(52px,8vw,98px);line-height:.92;letter-spacing:-.065em;margin:26px auto 22px;max-width:1050px}
.hero p{max-width:760px;margin:0 auto;color:#aaa;font-size:clamp(17px,2vw,21px)}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:32px 0 44px}
.hero-visual{position:relative;margin:0 auto;width:min(1200px,calc(100% - 16px));border:1px solid #242424;border-radius:28px;overflow:hidden;background:#090909;box-shadow:var(--shadow)}
.hero-visual:before{content:"";position:absolute;inset:0;z-index:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),inset 0 -80px 140px rgba(0,0,0,.28);pointer-events:none}
.hero-visual img{display:block;width:100%;height:auto}
.supported{padding:30px 0 88px}
.supported-label{text-align:center;color:#666;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:22px}
.retailers{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #222;border-radius:18px;overflow:hidden;background:#090909}
.retailer{padding:24px 16px;text-align:center;font-weight:850;letter-spacing:.04em;border-right:1px solid #222}
.retailer:last-child{border:0}
.section{padding:94px 0}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:end;margin-bottom:38px}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#777;font-weight:800;margin-bottom:12px}
h2{font-size:clamp(38px,5vw,68px);line-height:1;letter-spacing:-.055em;margin:0}
.section-head p{margin:0;color:#999;font-size:17px;max-width:520px;justify-self:end}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:linear-gradient(180deg,#101010,#090909);border:1px solid #232323;border-radius:var(--radius);padding:28px;min-height:220px;position:relative;overflow:hidden}
.card:after{content:"";position:absolute;right:-100px;bottom:-120px;width:220px;height:220px;border:1px solid rgba(255,255,255,.07);border-radius:50%}
.num{font-size:11px;color:#777;letter-spacing:.14em;font-weight:850}
.card h3{font-size:22px;letter-spacing:-.03em;margin:34px 0 10px}
.card p{color:#8f8f8f;margin:0}
.showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.shot{border:1px solid #232323;background:#080808;border-radius:22px;overflow:hidden}
.shot img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}
.shot-copy{padding:22px 24px}
.shot-copy strong{display:block;font-size:18px;margin-bottom:6px}
.shot-copy span{color:#888;font-size:14px}
.dashboard-wide{grid-column:1/-1}
.dashboard-wide img{aspect-ratio:16/8.6}
.pricing{background:#080808;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.price-card{padding:26px;border:1px solid #242424;background:#0d0d0d;border-radius:22px;display:flex;flex-direction:column;min-height:390px}
.price-card.popular{border-color:#666;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.badge{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#111;background:#fff;padding:6px 9px;border-radius:999px;align-self:flex-start;margin-bottom:26px}
.price-name{font-size:14px;color:#aaa;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.price{font-size:43px;font-weight:900;letter-spacing:-.055em;margin:10px 0 4px}
.renew{color:#777;font-size:13px;min-height:40px}
.price-card ul{padding:0;margin:24px 0 30px;list-style:none;color:#a0a0a0;font-size:14px}
.price-card li{padding:7px 0}
.price-card li:before{content:"✓";color:#fff;margin-right:8px;font-weight:900}
.price-card .btn{margin-top:auto}
.faq-list{border-top:1px solid #242424}
details{border-bottom:1px solid #242424;padding:22px 0}
summary{cursor:pointer;font-weight:800;font-size:18px;list-style:none;display:flex;justify-content:space-between;gap:20px}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";font-size:23px;color:#888}
details[open] summary:after{content:"−"}
details p{color:#8f8f8f;max-width:850px;margin:14px 0 0}
.cta{padding:110px 0}
.cta-box{border:1px solid #262626;border-radius:30px;background:
 radial-gradient(circle at 50% -40%,rgba(255,255,255,.11),transparent 45%),
 #0a0a0a;text-align:center;padding:70px 30px;overflow:hidden}
.cta-box h2{max-width:760px;margin:0 auto 18px}
.cta-box p{color:#929292;max-width:650px;margin:0 auto 28px}
.footer{border-top:1px solid #1d1d1d;padding:34px 0 48px;color:#777;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.mobile-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}
.mobile-menu{display:none;padding:0 20px 18px}
.mobile-menu a{display:block;padding:11px 0;color:#aaa;font-weight:700}
.mobile-menu.open{display:block}
.fade{opacity:0;transform:translateY(18px);transition:.65s ease}
.fade.in{opacity:1;transform:none}
@media(max-width:900px){
 .nav-links,.nav-actions .secondary{display:none}
 .mobile-toggle{display:block}
 .hero{padding-top:68px}
 .section-head{grid-template-columns:1fr}
 .section-head p{justify-self:start}
 .feature-grid{grid-template-columns:1fr}
 .showcase{grid-template-columns:1fr}
 .dashboard-wide{grid-column:auto}
 .price-grid{grid-template-columns:1fr 1fr}
 .retailers{grid-template-columns:1fr 1fr}
 .retailer:nth-child(2){border-right:0}
 .retailer:nth-child(-n+2){border-bottom:1px solid #222}
}
@media(max-width:580px){
 .container{width:min(100% - 28px,1180px)}
 .nav-inner{height:68px}
 .brand span{font-size:15px}
 .hero{padding:52px 0 34px}
 h1{font-size:52px}
 .hero p{font-size:16px}
 .hero-actions .btn{width:100%}
 .hero-visual{border-radius:18px}
 .supported{padding-bottom:58px}
 .section{padding:68px 0}
 .price-grid{grid-template-columns:1fr}
 .retailers{grid-template-columns:1fr}
 .retailer{border-right:0;border-bottom:1px solid #222}
 .retailer:last-child{border-bottom:0}
 .footer-row{align-items:flex-start;flex-direction:column}
 .cta{padding:70px 0}
 .cta-box{padding:48px 20px}
}


.hero-note{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;color:#666;font-size:11px;margin-top:14px;letter-spacing:.04em}
.stock-note{font-size:11px;color:#777;margin-top:10px;text-align:center}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#fff;color:#080808;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:800;z-index:99;opacity:0;pointer-events:none;transition:.25s ease;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.toast.show{opacity:1;transform:translate(-50%,0)}
.legal-page{padding:80px 0 120px}
.legal-wrap{max-width:850px}.legal-wrap h1{font-size:64px;margin:50px 0 20px;line-height:1}.legal-wrap h2{font-size:26px;letter-spacing:-.03em;margin-top:44px}.legal-wrap p,.legal-wrap li{color:#9b9b9b}.legal-wrap ul{padding-left:22px}.legal-back{display:inline-flex;margin-top:18px;color:#aaa;font-weight:700}.legal-back:hover{color:#fff}
.footer-links a:hover{color:#fff}
.price-card .btn{width:100%}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.fade{opacity:1;transform:none}}
@media(max-width:580px){.eyebrow{font-size:10px;letter-spacing:.09em}.legal-wrap h1{font-size:48px}}

html,body{background-color:#050505!important;color:#f5f5f5!important}
.btn,.btn.primary{background:#fff!important;color:#050505!important;border-color:#fff!important}
.btn:hover,.btn.primary:hover{background:#e9e9e9!important;color:#050505!important}


/* V6 populated product showcase */
.product-showcase{padding-top:96px}
.product-stack{display:grid;gap:18px}
.product-panel{border:1px solid #242424;background:linear-gradient(180deg,#0d0d0d,#080808);border-radius:26px;overflow:hidden;display:grid;grid-template-columns:.38fr .62fr;min-height:470px;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.product-panel-main{grid-template-columns:.32fr .68fr;min-height:560px}
.product-panel-split{grid-template-columns:.42fr .58fr}
.product-panel.reverse{grid-template-columns:.58fr .42fr}
.product-panel.reverse .product-copy{order:2}
.product-panel.reverse .product-image-wrap{order:1}
.product-copy{padding:46px 34px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.product-index{font-size:10px;color:#6d6d6d;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:18px}
.product-copy h3{font-size:clamp(32px,3.5vw,54px);line-height:.98;letter-spacing:-.05em;margin:0 0 17px}
.product-copy p{color:#929292;margin:0;max-width:450px;font-size:16px}
.mini-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.mini-points span{border:1px solid #292929;background:#0b0b0b;border-radius:999px;color:#9a9a9a;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:8px 10px}
.product-image-wrap{min-width:0;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.08),transparent 58%),#060606;padding:30px 26px;display:flex;align-items:center}
.product-image-wrap img{display:block;width:100%;height:auto;border:1px solid #292929;border-radius:13px;box-shadow:0 30px 90px rgba(0,0,0,.5)}
.product-panel-main .product-image-wrap img{max-height:520px;object-fit:cover;object-position:top}
.product-panel-split .product-image-wrap img{max-height:430px;object-fit:cover;object-position:top}
.product-footer-note{display:grid;grid-template-columns:repeat(6,1fr);margin-top:18px;border:1px solid #202020;border-radius:16px;overflow:hidden;background:#080808}
.product-footer-note span{text-align:center;padding:16px 8px;border-right:1px solid #202020;color:#878787;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.product-footer-note span:last-child{border-right:0}
@media(max-width:900px){
 .product-panel,.product-panel-main,.product-panel-split,.product-panel.reverse{grid-template-columns:1fr;min-height:auto}
 .product-copy{padding:34px 28px 10px}
 .product-image-wrap{padding:24px 20px 22px}
 .product-footer-note{grid-template-columns:repeat(3,1fr)}
 .product-footer-note span:nth-child(3n){border-right:0}
 .product-footer-note span:nth-child(-n+3){border-bottom:1px solid #202020}
}
@media(max-width:580px){
 .product-showcase{padding-top:68px}
 .product-panel{border-radius:20px}
 .product-copy{padding:28px 22px 8px}
 .product-copy h3{font-size:34px}
 .product-copy p{font-size:15px}
 .product-image-wrap{padding:20px 14px 16px}
 .product-image-wrap img{border-radius:10px}
 .product-footer-note{grid-template-columns:repeat(2,1fr)}
 .product-footer-note span{border-bottom:1px solid #202020}
 .product-footer-note span:nth-child(2n){border-right:0}
 .product-footer-note span:nth-last-child(-n+2){border-bottom:0}
}

/* V9: CSS-only retailer brand marks. No SVG/image dependencies. */
.supported{padding:42px 0 92px}
.supported-head{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:end;margin-bottom:24px}
.supported-head .supported-label{text-align:left;margin:0 0 10px;color:#666}
.supported-head h3{font-size:clamp(30px,3.6vw,48px);line-height:.98;letter-spacing:-.05em;margin:0}
.supported-head p{margin:0;color:#8f8f8f;max-width:500px;justify-self:end;font-size:15px}
.retailer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border:0;border-radius:0;overflow:visible;background:transparent}
.retailer-card{min-height:174px;border:1px solid #242424;border-radius:20px;background:linear-gradient(180deg,#0e0e0e,#080808);padding:23px 22px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:.22s ease}
.retailer-card:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.055);border-radius:50%;right:-100px;top:-100px;transition:.22s ease}
.retailer-card:hover{transform:translateY(-3px);border-color:#444;background:linear-gradient(180deg,#111,#090909)}
.retailer-card:hover:before{transform:scale(1.12);border-color:rgba(255,255,255,.10)}
.brand-mark{height:78px;display:flex;align-items:center;color:#f7f7f7;position:relative;z-index:1}
.retailer-meta{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid #202020;padding-top:15px;position:relative;z-index:1}
.retailer-meta strong{font-size:14px;letter-spacing:-.01em}
.retailer-meta span{font-size:9px;color:#777;text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.retailer-footnote{text-align:center;color:#585858;font-size:11px;margin-top:14px}

/* Pokémon Center */
.pokemon-mark{gap:15px}
.pokeball{width:54px;height:54px;border:5px solid currentColor;border-radius:50%;position:relative;flex:0 0 auto}
.pokeball:before{content:"";position:absolute;left:0;right:0;top:50%;height:5px;background:currentColor;transform:translateY(-50%)}
.pokeball i{position:absolute;width:19px;height:19px;border:5px solid currentColor;background:#090909;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}
.pokemon-word{display:flex;flex-direction:column;line-height:.85}
.pokemon-word b{font-size:20px;letter-spacing:.04em}
.pokemon-word small{font-size:11px;letter-spacing:.32em;margin-top:8px;font-weight:900}

/* Target */
.target-mark{gap:16px}
.target-mark b{font-size:22px;letter-spacing:.12em}
.target-bullseye{width:54px;height:54px;border:10px solid currentColor;border-radius:50%;position:relative;flex:0 0 auto}
.target-bullseye:after{content:"";position:absolute;width:14px;height:14px;background:currentColor;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}

/* Walmart */
.walmart-mark{gap:18px}
.walmart-mark b{font-size:25px;letter-spacing:-.055em}
.spark{width:54px;height:54px;position:relative;display:block;flex:0 0 auto}
.spark i{position:absolute;left:24px;top:5px;width:6px;height:18px;background:currentColor;border-radius:999px;transform-origin:3px 22px}
.spark i:nth-child(1){transform:rotate(0deg)}
.spark i:nth-child(2){transform:rotate(60deg)}
.spark i:nth-child(3){transform:rotate(120deg)}
.spark i:nth-child(4){transform:rotate(180deg)}
.spark i:nth-child(5){transform:rotate(240deg)}
.spark i:nth-child(6){transform:rotate(300deg)}

/* Amazon */
.amazon-mark{display:block;padding-top:7px}
.amazon-mark b{font-size:34px;letter-spacing:-.06em;font-weight:800;display:inline-block}
.amazon-smile{display:block;width:115px;height:22px;border-bottom:4px solid currentColor;border-radius:0 0 60% 60%;margin:0 0 0 16px;transform:skewX(-8deg);position:relative}
.amazon-smile:after{content:"";position:absolute;right:-1px;bottom:-6px;border-left:8px solid currentColor;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:rotate(15deg)}

@media(max-width:900px){
  .supported-head{grid-template-columns:1fr;align-items:start}
  .supported-head p{justify-self:start}
  .retailer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .retailer-grid{grid-template-columns:1fr}
  .retailer-card{min-height:150px}
}

/* V10 — retailer brand colors on an otherwise monochrome site */

/* Pokémon Center */
.pokemon-mark{
  color:#ffffff;
}
.pokeball{
  border-color:#ffffff;
  background:linear-gradient(to bottom,#e3352f 0 46%,#111111 46% 54%,#ffffff 54% 100%);
  box-shadow:0 0 0 1px rgba(255,255,255,.05);
}
.pokeball:before{
  background:#111111;
}
.pokeball i{
  border-color:#111111;
  background:#ffffff;
  box-shadow:0 0 0 4px #ffffff inset;
}
.pokemon-word b{
  color:#ffcb05;
  -webkit-text-stroke:1.4px #2a75bb;
  paint-order:stroke fill;
  text-shadow:
    -1px -1px 0 #2a75bb,
     1px -1px 0 #2a75bb,
    -1px  1px 0 #2a75bb,
     1px  1px 0 #2a75bb;
}
.pokemon-word small{
  color:#2a75bb;
}

/* Target */
.target-mark{
  color:#cc0000;
}
.target-mark b{
  color:#cc0000;
}
.target-bullseye{
  border-color:#cc0000;
}
.target-bullseye:after{
  background:#cc0000;
}

/* Walmart */
.walmart-mark{
  color:#0071ce;
}
.walmart-mark b{
  color:#0071ce;
}
.spark i{
  background:#ffc220;
}

/* Amazon — white wordmark for dark background, orange a-to-z smile */
.amazon-mark{
  position:relative;
  display:inline-block;
  width:max-content;
  padding:3px 0 20px 0;
  color:#ffffff;
}
.amazon-mark b{
  position:relative;
  z-index:2;
  color:#ffffff;
  font-size:34px;
  letter-spacing:-.06em;
  font-weight:800;
  display:inline-block;
}
.amazon-smile{
  position:absolute;
  left:16px;                 /* begins beneath the first 'a' */
  right:7px;                 /* ends beneath the 'z' */
  bottom:2px;
  height:24px;
  width:auto;
  margin:0;
  border:0;
  border-bottom:4px solid #ff9900;
  border-radius:0 0 62% 62%;
  transform:skewX(-7deg);
}
.amazon-smile:after{
  content:"";
  position:absolute;
  right:-1px;
  bottom:-6px;
  width:0;
  height:0;
  border-left:9px solid #ff9900;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  transform:rotate(14deg);
  transform-origin:center;
}

/* Keep the cards themselves monochrome */
.retailer-card{
  background:linear-gradient(180deg,#0e0e0e,#080808);
}
.retailer-card:hover{
  background:linear-gradient(180deg,#111111,#090909);
}

/* V11 — corrected Amazon a-to-z arrow: straight, clean, no foldback */
.amazon-mark{
  position:relative;
  display:inline-block;
  width:max-content;
  padding:3px 0 18px 0;
  color:#ffffff;
}
.amazon-mark b{
  position:relative;
  z-index:2;
  color:#ffffff;
  font-size:34px;
  letter-spacing:-.06em;
  font-weight:800;
  display:inline-block;
}
.amazon-smile{
  position:absolute;
  left:16px;
  right:10px;
  bottom:5px;
  height:0;
  width:auto;
  margin:0;
  border:0;
  border-bottom:4px solid #ff9900;
  border-radius:0;
  transform:none;
}
.amazon-smile:after{
  content:"";
  position:absolute;
  right:-2px;
  top:-6px;
  width:0;
  height:0;
  border-left:10px solid #ff9900;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  transform:none;
}

/* V12 — Amazon-style curved a-to-z smile arrow */
.amazon-mark{
  position:relative;
  display:inline-block;
  width:max-content;
  padding:3px 0 24px 0;
  color:#ffffff;
}
.amazon-mark b{
  position:relative;
  z-index:2;
  color:#ffffff;
  font-size:34px;
  letter-spacing:-.06em;
  font-weight:800;
  display:inline-block;
}
.amazon-smile{
  position:absolute;
  left:15px;          /* starts beneath the first "a" */
  right:7px;          /* ends beneath the "z" */
  bottom:1px;
  height:30px;
  width:auto;
  margin:0;
  border:0;
  border-bottom:4px solid #ff9900;
  border-radius:0 0 58% 58%;
  transform:scaleY(.55);
  transform-origin:center bottom;
}
.amazon-smile:after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:-7px;
  width:0;
  height:0;
  border-left:10px solid #ff9900;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  transform:rotate(18deg) scaleY(1.8);
  transform-origin:center;
}

/* V13 — fixed Amazon logo uses a stable local PNG instead of CSS arrow geometry */
.amazon-image-mark{
  display:flex;
  align-items:center;
  height:78px;
  width:100%;
}
.amazon-image-mark img{
  display:block;
  width:190px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  object-position:left center;
}
