
:root{
  --bg:#070707;
  --bg-soft:#0d0d0f;
  --panel:#131316;
  --panel-2:#19191d;
  --red:#f21f2b;
  --red-2:#c50f18;
  --text:#f7f7f8;
  --muted:#a9a9b2;
  --muted-2:#777781;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.18);
  --success:#38d27a;
  --warning:#ffcf33;
  --max:1180px;
  --radius:18px;
  --radius-sm:12px;
  --shadow:0 22px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
::selection{background:var(--red);color:#fff}
:focus-visible{outline:3px solid rgba(242,31,43,.62);outline-offset:3px}
.skip-link{position:fixed;left:16px;top:-60px;z-index:1000;background:#fff;color:#000;padding:12px 16px;border-radius:10px;font-weight:800;transition:.2s}
.skip-link:focus{top:14px}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ff4751;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.eyebrow:before{content:"";width:22px;height:2px;background:var(--red)}
.kicker{display:inline-flex;gap:8px;align-items:center;padding:8px 11px;border:1px solid rgba(242,31,43,.25);border-radius:999px;background:rgba(242,31,43,.08);color:#ff626a;font-size:12px;font-weight:800}
.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,7,7,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:94px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:850;letter-spacing:.04em}
.brand img{width:58px;height:58px;object-fit:contain}
.brand-name{white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.main-nav a{position:relative;padding:36px 0;color:#c9c9cf;font-size:14px;font-weight:700}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--red)}
.nav-actions{display:flex;align-items:center;gap:10px}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(135deg,#ff313d,#d50d17);
    color: #fff;
    font-weight: 850;
    /* Much subtler */
    box-shadow: 0 6px 18px rgba(242,31,43,.12);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
    .button:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg,#ff3c47,#e1141e);
        box-shadow: 0 10px 24px rgba(242,31,43,.25), 0 0 14px rgba(242,31,43,.15);
    }
.button.small{min-height:44px;padding:0 20px;border-radius:999px;font-size:13px}
.button.secondary{background:#18181c;border-color:var(--line-strong);box-shadow:none}
.button.ghost{background:transparent;border-color:var(--line-strong);box-shadow:none}
.button.full{width:100%}
.menu-toggle{display:none;margin-left:auto;padding:8px;background:none;border:0}
.menu-toggle span{display:block;width:25px;height:2px;margin:5px;background:#fff;transition:.2s}
.hero{position:relative;padding:92px 0 56px;overflow:hidden;background:
radial-gradient(circle at 78% 36%,rgba(242,31,43,.18),transparent 31%),
radial-gradient(circle at 30% 86%,rgba(242,31,43,.08),transparent 26%),
linear-gradient(120deg,#050505 0%,#0b0b0d 60%,#150809 100%)}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:
linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);
background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,black 22%,black 75%,transparent)}
.hero-grid{position:relative;display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:64px}
.hero h1,.page-hero h1,.section-title,.cta-title{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase;letter-spacing:-.025em}
.hero h1{font-size:clamp(62px,7vw,102px);line-height:.87;margin:19px 0 20px}
.hero h1 span{display:block;color:var(--red)}
.hero-copy>p{max-width:620px;color:#c0c0c8;font-size:18px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:29px}
.microcopy{display:flex;align-items:center;gap:9px;margin-top:15px;color:#8e8e98;font-size:12px}
.microcopy:before{content:"✓";width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:rgba(56,210,122,.13);color:var(--success);font-weight:900}
.hero-media{position:relative}
.hero-media:before{content:"";position:absolute;inset:10% -8% -8% 8%;border-radius:40%;background:rgba(242,31,43,.19);filter:blur(65px)}
.product-window{position:relative;overflow:hidden;border:1px solid rgba(255,57,68,.62);border-radius:14px;background:#0c0c0e;box-shadow:0 0 0 4px rgba(242,31,43,.07),0 0 48px rgba(242,31,43,.22),var(--shadow);transform:perspective(1200px) rotateY(-2.2deg)}
.product-window img{width:100%;aspect-ratio:1.63/1;object-fit:cover}
.window-caption{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:rgba(5,5,6,.78);backdrop-filter:blur(10px);font-size:12px}
.status{display:inline-flex;align-items:center;gap:8px}
.status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 14px rgba(56,210,122,.65)}
.quick-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:68px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,rgba(28,28,32,.96),rgba(15,15,17,.96));box-shadow:var(--shadow)}
.quick-benefit{display:flex;gap:13px;align-items:center;padding:22px;border-right:1px solid var(--line)}
.quick-benefit:last-child{border-right:0}
.quick-benefit-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:rgba(242,31,43,.10);color:#ff4650;font-size:20px}
.quick-benefit strong,.quick-benefit small{display:block}
.quick-benefit strong{font-size:13px}.quick-benefit small{margin-top:4px;color:#85858e;font-size:11px}
.section{padding:96px 0;background:#0b0b0d}
.section.alt{background:#060607;border-block:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}
.section-copy{max-width:670px}
.section-title{font-size:clamp(43px,5vw,65px);line-height:.94;margin:13px 0}
.section-copy p{color:var(--muted);line-height:1.7;margin-bottom:0}
.center{text-align:center;margin-inline:auto}.center .eyebrow{justify-content:center}.center .eyebrow:before{display:none}
.cards-grid,.steps-grid,.posts-grid,.review-grid,.faq-grid{display:grid;gap:20px}
.cards-grid{grid-template-columns:repeat(3,1fr)}
.card,.step-card,.post-card,.review-card,.purchase-card,.faq-item{background:linear-gradient(145deg,#17171a,#0f0f11);border:1px solid var(--line);border-radius:var(--radius)}
.card{padding:29px;min-height:226px;transition:transform .22s,border-color .22s,background .22s}
.card:hover{transform:translateY(-5px);border-color:rgba(242,31,43,.42);background:linear-gradient(145deg,#1b1719,#101012)}
.card-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:22px;border-radius:12px;background:rgba(242,31,43,.10);color:#ff4a54;font-size:20px}
.card h3,.step-card h3,.post-card h3{margin:0 0 9px;font-size:20px}
.card p,.step-card p,.post-card p{margin:0;color:#a6a6af;font-size:14px;line-height:1.7}
.steps-grid{grid-template-columns:repeat(3,1fr)}
.step-card{position:relative;padding:31px;overflow:hidden}
.step-card span{position:absolute;right:18px;top:8px;color:rgba(255,255,255,.035);font-family:"Barlow Condensed";font-size:92px;font-weight:800}
.step-card .step-number{position:static;display:grid;place-items:center;width:36px;height:36px;margin-bottom:25px;border-radius:50%;background:var(--red);color:#fff;font-family:Inter;font-size:13px}
.logo-stage{display:grid;place-items:center;min-height:320px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle,rgba(242,31,43,.12),transparent 45%),#0d0d0f}
.logo-stage img{max-height:270px;object-fit:contain;filter:drop-shadow(0 20px 32px rgba(0,0,0,.55))}
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.check-list{display:grid;gap:13px;margin:27px 0}
.check-list div{position:relative;padding-left:31px;color:#d7d7dc}
.check-list div:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(56,210,122,.12);color:var(--success);font-size:11px;font-weight:900}
.page-hero{padding:78px 0 64px;background:radial-gradient(circle at 80% 22%,rgba(242,31,43,.17),transparent 30%),linear-gradient(120deg,#080809,#120708)}
.page-hero h1{font-size:clamp(56px,7vw,88px);line-height:.9;margin:15px 0 18px}
.page-hero p{max-width:720px;color:var(--muted);font-size:17px;line-height:1.7}
.breadcrumbs{display:flex;gap:8px;align-items:center;margin-bottom:18px;color:#84848e;font-size:12px}
.breadcrumbs a:hover{color:#fff}.breadcrumbs span{color:#555}
.products-layout{display:grid;grid-template-columns:1.1fr .7fr;gap:54px;align-items:start}
.product-preview{overflow:hidden;border-radius:16px;border:1px solid var(--line);box-shadow:var(--shadow)}
.product-preview img{width:100%;height:auto}
.purchase-card{position:sticky;top:120px;padding:28px}
.purchase-card h2{margin:0;font-size:29px}.price-note{margin:8px 0 22px;color:var(--muted);font-size:13px}
.purchase-list{display:grid;gap:12px;margin:23px 0;padding:0;list-style:none}
.purchase-list li{position:relative;padding-left:27px;color:#d0d0d7;font-size:14px}
.purchase-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:900}
.secure-note{display:flex;justify-content:center;gap:7px;margin-top:13px;color:#85858e;font-size:11px}
.guide-tools{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:28px}
.search-wrap{position:relative;flex:1;max-width:520px}
.search-wrap:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#7e7e87}
.search-input{width:100%;height:48px;padding:0 16px 0 43px;border:1px solid var(--line);border-radius:12px;background:#121214;color:#fff}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#111114;color:#bdbdc5;font-size:12px;font-weight:750;cursor:pointer}
.filter-btn.active,.filter-btn:hover{border-color:rgba(242,31,43,.55);background:rgba(242,31,43,.09);color:#fff}
.posts-grid{grid-template-columns:repeat(3,1fr)}
.post-card{overflow:hidden;transition:transform .22s,border-color .22s}
.post-card:hover{transform:translateY(-5px);border-color:rgba(242,31,43,.42)}
.post-thumb{aspect-ratio:16/9;overflow:hidden;background:#111}
.post-thumb img{width:100%;height:100%;object-fit:cover;opacity:.88;transition:transform .35s}
.post-card:hover .post-thumb img{transform:scale(1.03)}
.post-body{padding:23px}
.post-meta{font-size:11px;color:#ff535c;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.post-card h3{margin-top:11px;line-height:1.25}
.read-more{display:inline-flex;align-items:center;gap:7px;margin-top:19px;color:#fff;font-size:13px;font-weight:800}
.empty-state{display:none;padding:50px 20px;text-align:center;border:1px dashed var(--line-strong);border-radius:16px;color:var(--muted)}
.article{padding:68px 0}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 270px;gap:58px;align-items:start}
.article-main{min-width:0}
.article-meta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:25px;color:#82828d;font-size:12px}
.article-content{color:#d1d1d7;font-size:16px;line-height:1.85}
.article-content h2,.article-content h3{color:#fff;scroll-margin-top:105px}
.article-content h2{margin:44px 0 12px;font-size:32px}.article-content h3{margin:30px 0 9px;font-size:23px}
.article-content p{margin:0 0 18px}.article-content ul,.article-content ol{padding-left:23px}.article-content li{margin:9px 0}
.article-content img{margin:28px 0;border:1px solid var(--line);border-radius:15px}
.article-content code{padding:3px 7px;border-radius:5px;background:#17171a;color:#fff}
.notice{margin:24px 0;padding:18px 19px;border-left:3px solid var(--red);border-radius:8px;background:#151518}
.article-sidebar{position:sticky;top:120px;display:grid;gap:16px}
.sidebar-box{padding:20px;border:1px solid var(--line);border-radius:14px;background:#111113}
.sidebar-box h3{margin:0 0 12px;font-size:15px}
.sidebar-box a{display:block;padding:9px 0;border-bottom:1px solid var(--line);color:#aaaab3;font-size:13px}
.sidebar-box a:last-child{border-bottom:0}.sidebar-box a:hover{color:#fff}
.progress-bar{position:fixed;top:94px;left:0;z-index:99;width:0;height:2px;background:var(--red)}
.review-grid{grid-template-columns:repeat(3,1fr)}
.review-card{margin:0;padding:28px}
.review-card p{color:#d0d0d5;line-height:1.75}.review-card footer{margin-top:21px;color:#7e7e88;font-size:12px}
.stars{color:var(--warning);letter-spacing:.1em}
.faq-grid{grid-template-columns:1fr 1fr}
.faq-item{overflow:hidden}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;background:none;border:0;text-align:left;font-weight:800;cursor:pointer}
.faq-question span:last-child{color:#ff4852;font-size:21px;transition:.2s}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
.faq-answer>div{overflow:hidden}
.faq-answer p{margin:0;padding:0 22px 21px;color:#a7a7b0;line-height:1.7;font-size:14px}
.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.cta-band{padding:70px 0;background:radial-gradient(circle at 82% 50%,rgba(242,31,43,.22),transparent 35%),linear-gradient(120deg,#18181b,#080809);border-top:1px solid var(--line)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-title{font-size:clamp(42px,5vw,62px);line-height:.93;margin:10px 0 0}
.site-footer{padding:34px 0;background:#050506;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr;gap:40px}
.footer-brand p{max-width:420px;color:#7f7f88;font-size:13px;line-height:1.7}
.footer-col h3{margin-top:0;font-size:13px}.footer-col a{display:block;padding:7px 0;color:#8d8d96;font-size:13px}.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line);color:#66666f;font-size:11px}
.mobile-buy-bar{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:90;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line-strong);border-radius:15px;background:rgba(17,17,19,.94);backdrop-filter:blur(15px);box-shadow:0 18px 45px rgba(0,0,0,.55)}
.mobile-buy-bar strong,.mobile-buy-bar small{display:block}.mobile-buy-bar small{color:#85858f;font-size:10px;margin-top:3px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){
  .hero-grid,.split,.products-layout,.article-layout{grid-template-columns:1fr}
  .hero-copy{max-width:760px}
  .product-window{transform:none}
  .quick-benefits{grid-template-columns:repeat(2,1fr)}
  .quick-benefit:nth-child(2){border-right:0}
  .quick-benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .cards-grid,.posts-grid{grid-template-columns:repeat(2,1fr)}
  .purchase-card,.article-sidebar{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  body{padding-bottom:82px}
  .nav-wrap{min-height:82px}.brand img{width:50px;height:50px}.brand-name{font-size:14px}
  .menu-toggle{display:block}.nav-actions{display:none}
  .main-nav{display:none;position:fixed;top:82px;left:12px;right:12px;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:rgba(15,15,17,.98);box-shadow:var(--shadow)}
  .main-nav.open{display:flex}.main-nav a{padding:14px;border-radius:9px}.main-nav a.active{background:rgba(242,31,43,.09)}.main-nav a.active:after{display:none}
  .hero{padding:66px 0 40px}.hero-grid{gap:42px}.hero h1{font-size:clamp(58px,17vw,82px)}
  .hero-copy>p{font-size:16px}.hero-actions .button{width:100%}
  .window-caption{position:static;border:0;border-top:1px solid var(--line);border-radius:0}
  .quick-benefits,.cards-grid,.steps-grid,.posts-grid,.review-grid,.faq-grid{grid-template-columns:1fr}
  .quick-benefit,.quick-benefit:nth-child(2),.quick-benefit:nth-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}
  .quick-benefit:last-child{border-bottom:0}
  .section{padding:76px 0}.section-head{align-items:flex-start;flex-direction:column}.section-title{font-size:48px}
  .guide-tools{align-items:stretch;flex-direction:column}.search-wrap{max-width:none}
  .filters{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-btn{white-space:nowrap}
  .cta-inner,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .mobile-buy-bar{display:flex}
  .page-hero{padding:60px 0 48px}.page-hero h1{font-size:58px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}


/* V4 multi-product and premium product page */
.product-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  gap:48px;
  align-items:center;
}
.product-art{
  position:relative;
  display:grid;
  place-items:center;
  min-height:560px;
  padding:32px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 42%,rgba(212,168,0,.20),transparent 38%),
    linear-gradient(145deg,#16130a,#090909 66%);
  box-shadow:var(--shadow);
}
.product-art:before{
  content:"";
  position:absolute;
  inset:auto 8% 7% 8%;
  height:70px;
  border-radius:50%;
  background:rgba(0,0,0,.72);
  filter:blur(20px);
}
.product-art img{
  position:relative;
  z-index:1;
  width:min(100%,590px);
  max-height:600px;
  object-fit:contain;
  filter:drop-shadow(0 30px 45px rgba(0,0,0,.62));
}
.product-details-panel{
  padding:34px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,#171719,#0e0e10);
  box-shadow:var(--shadow);
}
.product-badges{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.product-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(212,168,0,.36);
  background:rgba(212,168,0,.10);
  color:#ffd64d;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-badge.red{
  border-color:rgba(242,31,43,.38);
  background:rgba(242,31,43,.10);
  color:#ff5e67;
}
.product-details-panel h1{
  margin:0 0 10px;
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:clamp(52px,6vw,78px);
  line-height:.9;
  text-transform:uppercase;
}
.product-price{
  display:flex;
  align-items:end;
  gap:8px;
  margin:18px 0 22px;
}
.product-price strong{
  font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:52px;
  line-height:1;
}
.product-price span{
  padding-bottom:6px;
  color:var(--muted);
  font-size:13px;
}
.product-summary{
  color:#c0c0c8;
  line-height:1.75;
}
.product-actions{
  display:grid;
  gap:11px;
  margin-top:25px;
}
.product-assurance{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:18px;
}
.product-assurance div{
  padding:12px 9px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#111113;
  color:#aaaab3;
  text-align:center;
  font-size:11px;
}
.product-feature-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.product-feature-item{
  padding:22px;
  border:1px solid var(--line);
  border-radius:15px;
  background:linear-gradient(145deg,#171719,#101012);
}
.product-feature-item strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
}
.product-feature-item p{
  margin:0;
  color:#a9a9b2;
  line-height:1.65;
  font-size:14px;
}
.bonus-panel{
  padding:30px;
  border:1px solid rgba(212,168,0,.25);
  border-radius:18px;
  background:
    radial-gradient(circle at 90% 10%,rgba(212,168,0,.13),transparent 30%),
    linear-gradient(145deg,#17150d,#0e0e0f);
}
.bonus-panel h3{
  margin:0 0 18px;
  font-size:25px;
}
.bonus-list{
  display:grid;
  gap:12px;
}
.bonus-list div{
  position:relative;
  padding-left:29px;
  color:#d1d1d7;
}
.bonus-list div:before{
  content:"✦";
  position:absolute;
  left:0;
  color:#ffd33d;
}
.video-shell{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#0b0b0c;
  box-shadow:var(--shadow);
}
.video-shell iframe{
  width:100%;
  height:100%;
  border:0;
}
.product-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.store-product-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,#171719,#0e0e10);
  transition:transform .22s,border-color .22s;
}
.store-product-card:hover{
  transform:translateY(-5px);
  border-color:rgba(242,31,43,.42);
}
.store-product-media{
  position:relative;
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:18px;
  background:
    radial-gradient(circle,rgba(212,168,0,.14),transparent 40%),
    #0b0b0d;
}
.store-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.store-product-content{
  padding:23px;
}
.store-product-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:9px;
}
.store-product-topline h3{
  margin:0;
  font-size:21px;
}
.store-product-price{
  color:#ffd33d;
  font-size:14px;
  font-weight:850;
}
.store-product-content p{
  color:#a6a6af;
  font-size:14px;
  line-height:1.65;
}
.legal-wrap{
  max-width:840px;
}
.legal-wrap h2{
  margin-top:38px;
  color:#fff;
}
.legal-wrap p,.legal-wrap li{
  color:#c7c7cf;
  line-height:1.8;
}
@media(max-width:1000px){
  .product-spotlight{grid-template-columns:1fr}
  .product-art{min-height:430px}
  .product-card-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .product-details-panel{padding:24px}
  .product-art{min-height:350px;padding:18px}
  .product-feature-list,.product-assurance,.product-card-grid{grid-template-columns:1fr}
}


/* V8 — improved product feature-section spacing and UX */
.product-features-section .section-copy.center,
.section-copy.center.product-features-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.product-features-section .section-copy.center p,
.section-copy.center.product-features-heading p {
  max-width: 700px;
  margin: 18px auto 0;
}

.product-features-section .product-feature-list,
.product-features-heading + .product-feature-list {
  margin-top: 0;
}

.product-feature-list {
  gap: 20px;
}

.product-feature-item {
  position: relative;
  min-height: 166px;
  padding: 28px 28px 27px 76px;
  overflow: hidden;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.product-feature-item::before {
  content: "✓";
  position: absolute;
  top: 27px;
  left: 27px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(242, 31, 43, .11);
  border: 1px solid rgba(242, 31, 43, .22);
  color: #ff535d;
  font-size: 15px;
  font-weight: 900;
}

.product-feature-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(242, 31, 43, .58),
    transparent
  );
  opacity: 0;
  transition: opacity .22s ease;
}

.product-feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 31, 43, .40);
  background: linear-gradient(145deg, #1b1719, #101012);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.product-feature-item:hover::after {
  opacity: 1;
}

.product-feature-item strong {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.35;
}

.product-feature-item p {
  max-width: 620px;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .product-features-section .section-copy.center,
  .section-copy.center.product-features-heading {
    margin-bottom: 34px;
  }

  .product-feature-item {
    min-height: 0;
    padding: 24px 22px 23px 65px;
  }

  .product-feature-item::before {
    top: 23px;
    left: 20px;
    width: 30px;
    height: 30px;
  }

  .product-feature-item strong {
    font-size: 17px;
  }
}


/* V9 — site-wide hover and micro-interaction improvements */

/* Global interactive motion */
a,
button,
.card,
.post-card,
.store-product-card,
.product-feature-item,
.step-card,
.review-card,
.faq-item,
.quick-benefit,
.purchase-card,
.product-window,
.product-preview,
.logo-stage,
.product-art,
.sidebar-box {
  will-change: transform;
}

/* Navigation */
.brand {
  transition: transform .22s ease, filter .22s ease;
}

.brand:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(242,31,43,.20));
}

.brand img {
  transition: transform .28s ease, filter .28s ease;
}

.brand:hover img {
  transform: rotate(-3deg) scale(1.04);
  filter: drop-shadow(0 0 14px rgba(242,31,43,.32));
}

.main-nav a {
  transition: color .18s ease, transform .18s ease;
}

.main-nav a:hover {
  transform: translateY(-1px);
}

.main-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  transform: translateX(-50%);
  transition: width .22s ease;
}

.main-nav a:hover::before {
  width: 100%;
}

.main-nav a.active::before {
  display: none;
}

/* Buttons */
.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,.18) 38%,
    rgba(255,255,255,.04) 58%,
    transparent 100%
  );
  transform: translateX(-135%);
  transition: transform .48s ease;
}

.button:hover::before {
  transform: translateX(135%);
}

.button:active {
  transform: translateY(0) scale(.985);
}

.button.secondary:hover,
.button.ghost:hover {
  border-color: rgba(242,31,43,.55);
  background: rgba(242,31,43,.08);
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
}

/* Hero product window */
.product-window {
  transition: transform .38s ease, box-shadow .38s ease, border-color .38s ease;
}

.product-window:hover {
  transform: perspective(1200px) rotateY(0deg) translateY(-6px);
  border-color: rgba(255,77,88,.90);
  box-shadow:
    0 0 0 4px rgba(242,31,43,.09),
    0 0 66px rgba(242,31,43,.28),
    0 38px 90px rgba(0,0,0,.68);
}

.product-window img {
  transition: transform .55s ease, filter .55s ease;
}

.product-window:hover img {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.03);
}

.window-caption {
  transition: background .24s ease, border-color .24s ease;
}

.product-window:hover .window-caption {
  background: rgba(8,8,10,.88);
  border-color: rgba(242,31,43,.28);
}

/* Benefit strip */
.quick-benefit {
  position: relative;
  overflow: hidden;
  transition: background .22s ease, transform .22s ease;
}

.quick-benefit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(242,31,43,.11), transparent 42%);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

.quick-benefit:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.018);
}

.quick-benefit:hover::after {
  opacity: 1;
}

.quick-benefit-icon {
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.quick-benefit:hover .quick-benefit-icon {
  transform: translateY(-2px) scale(1.08);
  background: rgba(242,31,43,.16);
  box-shadow: 0 0 22px rgba(242,31,43,.16);
}

/* General content cards */
.card,
.step-card,
.review-card,
.post-card,
.store-product-card {
  position: relative;
  overflow: hidden;
}

.card::after,
.step-card::after,
.review-card::after,
.post-card::after,
.store-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent 28%,
    rgba(255,255,255,.035) 48%,
    transparent 68%
  );
  transform: translateX(-130%);
  transition: transform .55s ease;
}

.card:hover::after,
.step-card:hover::after,
.review-card:hover::after,
.post-card:hover::after,
.store-product-card:hover::after {
  transform: translateX(130%);
}

.card:hover,
.step-card:hover,
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242,31,43,.42);
  box-shadow: 0 20px 48px rgba(0,0,0,.25);
}

.card-icon {
  transition: transform .26s ease, background .26s ease, box-shadow .26s ease;
}

.card:hover .card-icon {
  transform: rotate(-4deg) scale(1.08);
  background: rgba(242,31,43,.16);
  box-shadow: 0 0 22px rgba(242,31,43,.14);
}

.step-card .step-number {
  transition: transform .25s ease, box-shadow .25s ease;
}

.step-card:hover .step-number {
  transform: scale(1.10);
  box-shadow: 0 0 24px rgba(242,31,43,.26);
}

/* Product cards */
.store-product-media img {
  transition: transform .38s ease, filter .38s ease;
}

.store-product-card:hover .store-product-media img {
  transform: scale(1.045) translateY(-3px);
  filter: saturate(1.08) drop-shadow(0 18px 25px rgba(0,0,0,.40));
}

.store-product-content h3 {
  transition: color .2s ease;
}

.store-product-card:hover .store-product-content h3 {
  color: #fff;
}

.store-product-price {
  transition: transform .2s ease, text-shadow .2s ease;
}

.store-product-card:hover .store-product-price {
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(255,211,61,.22);
}

/* Product artwork */
.product-art {
  transition: transform .36s ease, border-color .36s ease, box-shadow .36s ease;
}

.product-art:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
}

.product-art img {
  transition: transform .48s ease, filter .48s ease;
}

.product-art:hover img {
  transform: scale(1.025) translateY(-3px);
  filter: drop-shadow(0 34px 52px rgba(0,0,0,.68)) saturate(1.06);
}

.product-details-panel {
  transition: transform .30s ease, border-color .30s ease, box-shadow .30s ease;
}

.product-details-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.product-badge {
  transition: transform .20s ease, box-shadow .20s ease;
}

.product-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(212,168,0,.16);
}

/* Feature cards */
.product-feature-item::before {
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.product-feature-item:hover::before {
  transform: scale(1.10) rotate(-3deg);
  background: rgba(242,31,43,.18);
  box-shadow: 0 0 20px rgba(242,31,43,.16);
}

/* Posts and guides */
.post-thumb {
  position: relative;
}

.post-thumb::after {
  content: "Read guide";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  min-width: 112px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(8,8,10,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translate(-50%,-42%);
  transition: opacity .24s ease, transform .24s ease;
  backdrop-filter: blur(8px);
}

.post-card:hover .post-thumb::after {
  opacity: 1;
  transform: translate(-50%,-50%);
}

.post-card:hover .post-thumb img {
  transform: scale(1.065);
  filter: brightness(.72) saturate(1.05);
}

.read-more {
  transition: gap .2s ease, color .2s ease;
}

.post-card:hover .read-more {
  gap: 11px;
  color: #ff535d;
}

/* Search/filter */
.search-input {
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.search-input:hover,
.search-input:focus {
  border-color: rgba(242,31,43,.40);
  background: #151518;
  box-shadow: 0 0 0 4px rgba(242,31,43,.07);
}

.filter-btn {
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.filter-btn:hover {
  transform: translateY(-2px);
}

/* FAQ */
.faq-item {
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(242,31,43,.30);
  background: linear-gradient(145deg,#18181b,#101012);
}

.faq-question span:last-child {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(242,31,43,.08);
}

.faq-item:hover .faq-question span:last-child {
  background: rgba(242,31,43,.15);
}

/* Reviews */
.review-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.review-card:hover .stars {
  text-shadow: 0 0 18px rgba(255,207,51,.30);
}

.review-card footer {
  transition: color .18s ease;
}

.review-card:hover footer {
  color: #b6b6be;
}

/* Sidebars and legal links */
.sidebar-box {
  transition: transform .22s ease, border-color .22s ease;
}

.sidebar-box:hover {
  transform: translateY(-2px);
  border-color: rgba(242,31,43,.26);
}

.sidebar-box a {
  transition: color .16s ease, padding-left .16s ease;
}

.sidebar-box a:hover {
  padding-left: 5px;
  color: #fff;
}

.footer-col a {
  transition: color .18s ease, transform .18s ease;
}

.footer-col a:hover {
  transform: translateX(4px);
}

/* Logo stage */
.logo-stage {
  transition: transform .34s ease, border-color .34s ease, box-shadow .34s ease;
}

.logo-stage:hover {
  transform: translateY(-5px);
  border-color: rgba(242,31,43,.30);
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
}

.logo-stage img {
  transition: transform .42s ease, filter .42s ease;
}

.logo-stage:hover img {
  transform: scale(1.035) rotate(-1deg);
  filter: drop-shadow(0 24px 38px rgba(0,0,0,.60));
}

/* Mobile: preserve touch usability, reduce hover-only movement */
@media (hover: none) {
  .main-nav a::before,
  .post-thumb::after {
    display: none;
  }

  .card:hover,
  .step-card:hover,
  .review-card:hover,
  .store-product-card:hover,
  .product-art:hover,
  .product-details-panel:hover,
  .quick-benefit:hover,
  .faq-item:hover,
  .logo-stage:hover {
    transform: none;
  }
}

/* Reduced motion remains fully respected */
@media (prefers-reduced-motion: reduce) {
  .button::before,
  .card::after,
  .step-card::after,
  .review-card::after,
  .post-card::after,
  .store-product-card::after {
    display: none !important;
  }
}


/* V10 — FAQ cards open independently without stretching their grid row */
.faq-grid {
  align-items: start;
}

.faq-item {
  align-self: start;
  height: auto;
}

.faq-question {
  min-height: 72px;
}

.faq-answer {
  min-height: 0;
}

/* Prevent an open card from visually forcing the card beside it taller */
.faq-grid > .faq-item {
  grid-row: auto;
}
/* Homepage Premium promotional video */

.premium-video-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 20% 50%, rgba(242, 31, 43, 0.09), transparent 34% ), #060607;
    border-block: 1px solid var(--line);
}

.premium-video-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

    .premium-video-heading p {
        max-width: 650px;
        margin: 18px auto 0;
    }

.premium-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: center;
    gap: 48px;
}

.premium-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(212,168,0,.35);
    border-radius: 18px;
    background: #09090b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(242, 31, 43, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .premium-video-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        border-radius: inherit;
        box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.22);
    }

    .premium-video-frame:hover {
        transform: translateY(-5px);
        border-color: rgba(255,215,64,.70);
        box-shadow: 0 30px 82px rgba(0, 0, 0, 0.5), 0 0 40px rgba(242, 31, 43, 0.14);
    }

    .premium-video-frame iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
    }

.premium-video-details {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: radial-gradient( circle at 100% 0, rgba(242, 31, 43, 0.1), transparent 35% ), linear-gradient(145deg, #171719, #0e0e10);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

    .premium-video-details h3 {
        margin: 18px 0 12px;
        font-family: "Barlow Condensed", Impact, sans-serif;
        font-size: clamp(28px, 3vw, 40px);
        line-height: 0.98;
        text-transform: uppercase;
    }

    .premium-video-details > p {
        margin: 0;
        color: var(--muted);
        line-height: 1.75;
    }

    .premium-video-details .check-list {
        margin: 26px 0 30px;
    }

@media (max-width: 1000px) {
    .premium-video-layout {
        grid-template-columns: 1fr;
    }

    .premium-video-details {
        max-width: 720px;
    }
}

@media (max-width: 760px) {
    .premium-video-heading {
        margin-bottom: 34px;
    }

    .premium-video-layout {
        gap: 26px;
    }

    .premium-video-details {
        padding: 25px 22px;
    }

        .premium-video-details .button {
            width: 100%;
        }
}


/* V11 — full-site UX audit fixes */

.product-card-grid {
  align-items: stretch;
}

.store-product-card {
  display: flex;
  flex-direction: column;
}

.store-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.store-product-content > .button {
  margin-top: auto;
}

.store-product-card.featured-product {
  border-color: rgba(212,168,0,.58);
  background:
    radial-gradient(circle at 85% 0%,rgba(212,168,0,.11),transparent 34%),
    linear-gradient(145deg,#19170f,#0e0e10);
  box-shadow: 0 24px 65px rgba(0,0,0,.34);
}

.store-product-card.featured-product::before {
  content: "BEST VALUE";
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,215,67,.48);
  border-radius: 999px;
  background: rgba(9,9,10,.88);
  color: #ffd743;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
}

.store-product-card.featured-product:hover {
  border-color: rgba(255,215,67,.82);
  box-shadow: 0 30px 82px rgba(0,0,0,.42),0 0 30px rgba(212,168,0,.10);
}

.core-features-section {
  background: #0b0b0d;
}

.review-empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 30px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%,rgba(242,31,43,.08),transparent 45%),
    #101012;
  text-align: center;
}

.review-empty-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 15px;
  background: rgba(242,31,43,.10);
  color: #ff4d57;
  font-size: 24px;
}

.review-empty-state h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.review-empty-state p {
  max-width: 590px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.75;
}

.review-empty-state .button {
  margin-top: 22px;
}

.button.disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
  background: #202024;
  border-color: var(--line);
  color: #7d7d86;
  box-shadow: none;
  transform: none;
}

.checkout-pending-note {
  margin: 12px 0 0;
  color: #8d8d96;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #101012;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
}

.comparison-table thead th {
  background: #151518;
  font-size: 14px;
}

.comparison-table thead th.premium-column {
  color: #ffd743;
  background: rgba(212,168,0,.08);
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody tr:hover td {
  background: rgba(255,255,255,.018);
}

.comparison-check {
  color: var(--success);
  font-weight: 900;
}

.comparison-limited {
  color: #ffcf53;
  font-size: 12px;
  font-weight: 800;
}

.comparison-no {
  color: #777781;
}

.section + .section:not(.alt),
.section.alt + .section.alt {
  border-top: 1px solid rgba(255,255,255,.045);
}

@media (max-width:760px) {
  .review-empty-state {
    padding: 34px 22px;
  }

  .store-product-card.featured-product::before {
    top: 11px;
    left: 11px;
  }
}

/* Reviews page — moved from reviews.html into the shared stylesheet */
:root{--review-red:#ff2438;--review-bg:#08090b;--review-panel:#101115;--review-panel-2:#14151a;--review-muted:#999faa;--review-line:rgba(255,255,255,.09)}
.reviews-hero{position:relative;isolation:isolate;overflow:hidden;padding:112px 0 86px;border-bottom:1px solid var(--review-line);background:#08090b}
.reviews-hero:before{content:"";position:absolute;z-index:-2;inset:-20%;background:radial-gradient(circle at 76% 35%,rgba(255,36,56,.25),transparent 28%),radial-gradient(circle at 15% 0%,rgba(255,255,255,.06),transparent 24%)}
.reviews-hero:after{content:"";position:absolute;z-index:-1;inset:0;opacity:.26;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 86%)}
.reviews-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.68fr);align-items:center;gap:76px}
.reviews-kicker{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:.77rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.reviews-kicker:before{content:"";width:34px;height:2px;background:var(--review-red)}
.reviews-hero h1{max-width:860px;margin:18px 0 24px;font-family:"Barlow Condensed",sans-serif;font-size:clamp(4.1rem,8vw,8rem);line-height:.82;letter-spacing:-.038em;text-transform:uppercase}.reviews-hero h1 span{display:block;color:var(--review-red)}
.reviews-hero-copy{max-width:680px;margin:0;color:#b7bbc4;font-size:1.08rem;line-height:1.8}
.hero-proof{padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,rgba(22,23,28,.88),rgba(12,13,16,.78));box-shadow:0 30px 100px rgba(0,0,0,.34);backdrop-filter:blur(16px)}
.hero-rating{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--review-line)}.hero-rating strong{font-family:"Barlow Condensed",sans-serif;font-size:3.2rem;line-height:1}.hero-rating span{display:block;color:#ffc928;letter-spacing:3px}.hero-rating small{display:block;margin-top:6px;color:var(--review-muted)}
.proof-list{display:grid;gap:0;margin-top:8px}.proof-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.065)}.proof-item:last-child{border-bottom:0;padding-bottom:0}.proof-item span{color:#c7cad1}.proof-item strong{color:#fff;font-size:.9rem}.proof-check{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:10px;border-radius:50%;background:rgba(255,36,56,.14);color:var(--review-red);font-weight:900}
.trust-strip{border-bottom:1px solid var(--review-line);background:#0c0d10}.trust-strip-inner{display:grid;grid-template-columns:repeat(4,1fr)}.trust-stat{padding:25px 28px;border-right:1px solid var(--review-line)}.trust-stat:last-child{border-right:0}.trust-stat strong{display:block;color:#fff;font-size:1rem}.trust-stat small{display:block;margin-top:6px;color:#858b96;font-size:.8rem;line-height:1.5}
.reviews-main{padding:92px 0 112px;background:linear-gradient(180deg,#090a0c,#07080a)}
.reviews-shell{width:min(1320px,calc(100% - 40px));margin-inline:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:38px;margin-bottom:38px}.section-heading h2{max-width:780px;margin:10px 0 0;font-family:"Barlow Condensed",sans-serif;font-size:clamp(3rem,5.7vw,5.6rem);line-height:.88;letter-spacing:-.025em;text-transform:uppercase}.section-heading p{max-width:510px;margin:0;color:var(--review-muted);line-height:1.75}
.featured-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:22px}body[data-page="reviews"] .review-card{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:22px;background:#111217;cursor:zoom-in;box-shadow:0 24px 70px rgba(0,0,0,.34);transition:transform .25s ease,box-shadow .25s ease}body[data-page="reviews"] .review-card:hover{transform:translateY(-5px);box-shadow:0 34px 90px rgba(0,0,0,.5),0 0 42px rgba(255,36,56,.07)}body[data-page="reviews"] .review-card img{display:block;width:100%;height:auto}body[data-page="reviews"] .review-card:after{content:"Open review";position:absolute;right:16px;bottom:16px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(8,9,11,.88);color:#fff;font:700 .75rem/1 "Inter",sans-serif;opacity:0;transform:translateY(6px);transition:.2s ease;backdrop-filter:blur(10px)}body[data-page="reviews"] .review-card:hover:after,body[data-page="reviews"] .review-card:focus-visible:after{opacity:1;transform:none}body[data-page="reviews"] .review-card:focus-visible{outline:3px solid rgba(255,36,56,.55);outline-offset:5px}
.community-block{margin-top:92px}.community-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.community-heading h2{margin:8px 0 0;font-family:"Barlow Condensed",sans-serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.9;text-transform:uppercase}.community-heading p{max-width:470px;margin:0;color:var(--review-muted);line-height:1.7}
.review-wall{display:grid;gap:20px}.review-row{display:flex}.review-row.center{justify-content:center}.review-row.right{justify-content:flex-end}.review-row .review-card{width:min(var(--card-width,100%),100%);border-radius:16px}.review-row:nth-child(3n+1) body[data-page="reviews"] .review-card{--card-width:88%}.review-row:nth-child(3n+2) body[data-page="reviews"] .review-card{--card-width:76%}.review-row:nth-child(3n) body[data-page="reviews"] .review-card{--card-width:94%}.review-row .review-card:before{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.benefits-section{margin-top:120px;padding:54px;border:1px solid var(--review-line);border-radius:30px;background:radial-gradient(circle at 100% 0%,rgba(255,36,56,.13),transparent 32%),#0e0f12}.benefits-heading{max-width:680px;margin-bottom:34px}.benefits-heading h2{margin:10px 0 12px;font-family:"Barlow Condensed",sans-serif;font-size:clamp(2.7rem,5vw,4.8rem);line-height:.9;text-transform:uppercase}.benefits-heading p{margin:0;color:var(--review-muted);line-height:1.7}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefit-card{min-height:205px;padding:26px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:rgba(255,255,255,.025)}.benefit-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:28px;border-radius:14px;background:rgba(255,36,56,.13);color:var(--review-red);font-size:1.25rem;font-weight:900}.benefit-card h3{margin:0 0 9px;font-size:1rem}.benefit-card p{margin:0;color:#9298a3;font-size:.88rem;line-height:1.65}
.final-cta{position:relative;overflow:hidden;margin-top:90px;padding:64px;border:1px solid rgba(255,36,56,.25);border-radius:30px;background:linear-gradient(120deg,rgba(255,36,56,.19),rgba(18,19,23,.92) 48%,#0d0e11)}.final-cta:after{content:"DS4";position:absolute;right:-10px;bottom:-54px;color:rgba(255,255,255,.028);font-family:"Barlow Condensed",sans-serif;font-size:15rem;font-weight:800;line-height:1}.final-cta-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:42px}.final-cta h2{max-width:720px;margin:10px 0 13px;font-family:"Barlow Condensed",sans-serif;font-size:clamp(3rem,5.5vw,5.5rem);line-height:.86;text-transform:uppercase}.final-cta p{max-width:590px;margin:0;color:#b4b8c1;line-height:1.7}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:11px;flex:0 0 auto}.cta-actions small{color:#868c97;font-size:.76rem}
.review-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:28px;background:rgba(0,0,0,.93);opacity:0;visibility:hidden;transition:.2s ease}.review-lightbox.open{opacity:1;visibility:visible}.review-lightbox img{max-width:min(1400px,94vw);max-height:88vh;border-radius:14px;box-shadow:0 30px 100px #000}.lightbox-close,.lightbox-nav{position:fixed;border:1px solid rgba(255,255,255,.18);background:rgba(18,19,23,.88);color:#fff;cursor:pointer;backdrop-filter:blur(10px)}.lightbox-close{top:22px;right:22px;width:48px;height:48px;border-radius:50%;font-size:1.6rem}.lightbox-nav{top:50%;width:50px;height:66px;border-radius:14px;transform:translateY(-50%);font-size:1.6rem}.lightbox-prev{left:22px}.lightbox-next{right:22px}.lightbox-count{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);padding:9px 13px;border-radius:999px;background:rgba(18,19,23,.88);color:#c9ccd2;font-size:.82rem}
@media(max-width:1050px){.reviews-hero-grid{grid-template-columns:1fr;gap:46px}.hero-proof{max-width:680px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.trust-stat:nth-child(2){border-right:0}.trust-stat:nth-child(-n+2){border-bottom:1px solid var(--review-line)}}
@media(max-width:820px){.section-heading,.community-heading,.final-cta-content{display:block}.section-heading p,.community-heading p{margin-top:17px}.featured-grid{grid-template-columns:1fr}.final-cta .cta-actions{align-items:flex-start;margin-top:26px}.review-row .review-card{--card-width:100%!important}.review-row{justify-content:stretch!important}}
@media(max-width:620px){.reviews-hero{padding:76px 0 60px}.reviews-hero h1{font-size:clamp(3.55rem,18vw,5.6rem)}.hero-proof{padding:21px}.hero-rating strong{font-size:2.6rem}.trust-stat{padding:20px 16px}.reviews-main{padding:64px 0 84px}.reviews-shell{width:min(100% - 22px,1320px)}.featured-grid,.review-wall{gap:12px}.review-card,.review-row .review-card{border-radius:13px}.community-block{margin-top:68px}.benefits-section{margin-top:72px;padding:28px 18px;border-radius:22px}.benefits-grid{grid-template-columns:1fr}.benefit-card{min-height:0}.final-cta{margin-top:68px;padding:36px 25px;border-radius:22px}.final-cta:after{font-size:9rem}.lightbox-nav{display:none}}

/* V12 — Reviews landing page integration and polish */
body[data-page="reviews"] {
  background: #08090b;
}

body[data-page="reviews"] main {
  overflow: clip;
}

body[data-page="reviews"] .review-card {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

body[data-page="reviews"] .review-card::before {
  pointer-events: none;
}

body[data-page="reviews"] .review-card img {
  transition: transform .45s ease, filter .45s ease;
}

body[data-page="reviews"] .review-card:hover img {
  transform: scale(1.008);
  filter: brightness(1.025) contrast(1.015);
}

body[data-page="reviews"] .hero-proof,
body[data-page="reviews"] .benefit-card,
body[data-page="reviews"] .trust-stat {
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

body[data-page="reviews"] .hero-proof:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 36px 110px rgba(0,0,0,.44), 0 0 34px rgba(242,31,43,.06);
}

body[data-page="reviews"] .benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242,31,43,.25);
  background: rgba(255,255,255,.038);
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}

body[data-page="reviews"] .benefit-icon {
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

body[data-page="reviews"] .benefit-card:hover .benefit-icon {
  transform: translateY(-2px) scale(1.06);
  background: rgba(242,31,43,.18);
  box-shadow: 0 0 24px rgba(242,31,43,.13);
}

body[data-page="reviews"] .trust-stat:hover {
  background: rgba(255,255,255,.018);
}

body[data-page="reviews"] .final-cta .button {
  min-width: 168px;
}

body[data-page="reviews"] .lightbox-close:hover,
body[data-page="reviews"] .lightbox-nav:hover {
  border-color: rgba(242,31,43,.55);
  background: rgba(242,31,43,.16);
}

@media (hover: none) {
  body[data-page="reviews"] .review-card:hover img,
  body[data-page="reviews"] .hero-proof:hover,
  body[data-page="reviews"] .benefit-card:hover {
    transform: none;
    filter: none;
  }
}

@media (max-width: 760px) {
  body[data-page="reviews"] .final-cta .button {
    width: 100%;
  }
}


/* V14 — selective homepage motion
   Hero animates once on page load. Only Core Features and Products reveal on scroll. */
body[data-page="home"] .hero-enter,
body[data-page="home"] .hero-float-enter {
  opacity: 0;
  will-change: opacity, transform;
}

body[data-page="home"] .hero-enter-copy {
  transform: translateY(22px);
  transition: opacity .68s cubic-bezier(.22,1,.36,1),
              transform .68s cubic-bezier(.22,1,.36,1);
}

body[data-page="home"] .hero-enter-media {
  transform: translateY(24px) scale(.985);
  transition: opacity .78s .18s cubic-bezier(.22,1,.36,1),
              transform .78s .18s cubic-bezier(.22,1,.36,1);
}

body[data-page="home"].hero-ready .hero-enter-copy,
body[data-page="home"].hero-ready .hero-enter-media {
  opacity: 1;
  transform: none;
}

body[data-page="home"] .hero-float-enter {
  transform: translateY(12px) scale(.96);
  transition: opacity .48s var(--hero-delay) ease,
              transform .48s var(--hero-delay) cubic-bezier(.22,1,.36,1);
}

body[data-page="home"].hero-ready .hero-float-enter {
  opacity: 1;
  transform: none;
}

/* Keep existing scroll reveal, but only for the selected homepage elements. */
body[data-page="home"] .core-heading-reveal,
body[data-page="home"] .products-heading-reveal {
  transform: translateY(18px);
}

body[data-page="home"] .core-card-reveal,
body[data-page="home"] .product-card-reveal {
  transform: translateY(20px) scale(.985);
  transition-duration: .58s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}

body[data-page="home"] .core-card-reveal:nth-child(1),
body[data-page="home"] .product-card-reveal:nth-child(1) { transition-delay: 0s; }
body[data-page="home"] .core-card-reveal:nth-child(2),
body[data-page="home"] .product-card-reveal:nth-child(2) { transition-delay: .08s; }
body[data-page="home"] .core-card-reveal:nth-child(3),
body[data-page="home"] .product-card-reveal:nth-child(3) { transition-delay: .16s; }
body[data-page="home"] .core-card-reveal:nth-child(4) { transition-delay: .06s; }
body[data-page="home"] .core-card-reveal:nth-child(5) { transition-delay: .14s; }
body[data-page="home"] .core-card-reveal:nth-child(6) { transition-delay: .22s; }

body[data-page="home"] .core-card-reveal.visible,
body[data-page="home"] .product-card-reveal.visible {
  transform: none;
}

@media (max-width: 760px) {
  body[data-page="home"] .hero-enter-media {
    transition-delay: .1s;
  }

  body[data-page="home"] .core-card-reveal,
  body[data-page="home"] .product-card-reveal {
    transition-delay: 0s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .hero-enter,
  body[data-page="home"] .hero-float-enter,
  body[data-page="home"] .core-heading-reveal,
  body[data-page="home"] .products-heading-reveal,
  body[data-page="home"] .core-card-reveal,
  body[data-page="home"] .product-card-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* V15 — Discord community support section */
.discord-community-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 48%,rgba(88,101,242,.12),transparent 34%),
    radial-gradient(circle at 84% 20%,rgba(242,31,43,.07),transparent 30%),
    #0b0b0d;
}

.discord-community-layout{
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);
  align-items:center;
  gap:clamp(48px,7vw,88px);
}

.discord-community-card{
  position:relative;
  overflow:hidden;
  min-height:410px;
  padding:38px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 0,rgba(88,101,242,.18),transparent 42%),
    linear-gradient(145deg,#17181d,#0e0f13);
  box-shadow:0 28px 80px rgba(0,0,0,.38);
}

.discord-community-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 82%);
}

.discord-community-card > *{
  position:relative;
  z-index:1;
}

.discord-community-icon{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin-bottom:24px;
  border:1px solid rgba(88,101,242,.36);
  border-radius:20px;
  background:rgba(88,101,242,.13);
  color:#7f8cff;
  box-shadow:0 0 34px rgba(88,101,242,.18);
}

.discord-community-icon svg{
  width:38px;
  height:auto;
}

.discord-community-status{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:18px;
  color:#b9bbc5;
  font-size:12px;
  font-weight:750;
}

.discord-status-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#38d27a;
  box-shadow:0 0 14px rgba(56,210,122,.62);
}

.discord-community-card h3{
  margin:0 0 13px;
  font-size:28px;
}

.discord-community-card > p{
  max-width:480px;
  margin:0;
  color:#a9abb4;
  font-size:14px;
  line-height:1.75;
}

.discord-community-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}

.discord-community-meta div{
  padding:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}

.discord-community-meta strong,
.discord-community-meta small{
  display:block;
}

.discord-community-meta strong{
  font-size:13px;
}

.discord-community-meta small{
  margin-top:5px;
  color:#7f828d;
  font-size:11px;
}

.discord-community-copy{
  max-width:650px;
}

.discord-community-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.discord-community-card{
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;
}

.discord-community-card:hover{
  transform:translateY(-5px);
  border-color:rgba(88,101,242,.32);
  box-shadow:0 34px 90px rgba(0,0,0,.45),0 0 34px rgba(88,101,242,.09);
}

@media(max-width:1000px){
  .discord-community-layout{
    grid-template-columns:1fr;
  }

  .discord-community-card{
    min-height:0;
  }

  .discord-community-copy{
    max-width:760px;
  }
}

@media(max-width:600px){
  .discord-community-card{
    padding:26px;
  }

  .discord-community-meta{
    grid-template-columns:1fr;
  }

  .discord-community-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .discord-community-actions .button{
    width:100%;
  }
}

@media(prefers-reduced-motion:reduce){
  .discord-community-card:hover{
    transform:none;
  }
}

/* V16 — expanded homepage FAQ and final CTA */
.faq-grid{gap:22px}
.faq-answer p{font-size:14.5px;line-height:1.78}
.faq-answer a{color:#ff5962;font-weight:750;text-decoration:underline;text-decoration-color:rgba(255,89,98,.38);text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}
.faq-answer a:hover{color:#fff;text-decoration-color:#ff5962}
.cta-copy{max-width:760px}
.cta-copy p{max-width:650px;margin:16px 0 0;color:#aaaab3;line-height:1.7}
@media(max-width:760px){.faq-grid{gap:16px}.cta-copy p{margin-top:13px}}

/* V17 — Release Notes */
.release-hero{background:radial-gradient(circle at 78% 30%,rgba(242,31,43,.18),transparent 32%),linear-gradient(120deg,#080809,#120708)}
.release-notes-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:42px;align-items:start}
.release-sidebar{position:sticky;top:120px;display:grid;gap:16px}
.release-sidebar-card,.release-version-nav{padding:22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#171719,#101012)}
.release-sidebar-label{display:block;margin-bottom:9px;color:#ff5962;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.release-sidebar-card strong{display:block;font-size:20px}.release-sidebar-card p{color:var(--muted);font-size:13px;line-height:1.65}.release-sidebar-card a{color:#fff;font-size:13px;font-weight:800}
.release-version-nav h3{margin:0 0 10px;font-size:14px}.release-version-nav a{display:block;padding:10px 0;border-bottom:1px solid var(--line);color:#aaaab3;font-size:13px}.release-version-nav a:last-child{border-bottom:0}.release-version-nav a:hover{color:#fff}
.release-list{display:grid;gap:26px}.release-card{scroll-margin-top:118px;padding:34px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#171719,#0e0e10);box-shadow:0 22px 60px rgba(0,0,0,.24)}
.release-card.is-latest{border-color:rgba(242,31,43,.38);background:radial-gradient(circle at 100% 0,rgba(242,31,43,.09),transparent 35%),linear-gradient(145deg,#191719,#0e0e10)}
.release-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.release-version{margin-bottom:8px;color:#ff5962;font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.release-card h2{margin:0;font-size:30px;line-height:1.15}.release-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid var(--line);border-radius:999px;color:#aaaab3;font-size:11px;font-weight:800;white-space:nowrap}.release-badge.latest{border-color:rgba(56,210,122,.3);background:rgba(56,210,122,.08);color:#54df8d}.release-summary{max-width:760px;margin:20px 0 28px;color:#b9b9c1;line-height:1.75}.release-groups{display:grid;gap:24px}.release-group{padding-top:22px;border-top:1px solid var(--line)}.release-group h3{margin:0 0 13px;font-size:17px}.release-group ul{margin:0;padding-left:20px}.release-group li{margin:10px 0;color:#c4c4cb;line-height:1.72}.release-group strong{color:#fff}
.release-promo-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 90% 20%,rgba(242,31,43,.12),transparent 32%),linear-gradient(145deg,#171719,#0f0f11)}.release-promo-card h2{margin:10px 0 8px;font-size:30px}.release-promo-card p{margin:0;color:var(--muted);line-height:1.7}
.product-release-link{display:inline-flex;margin:0 0 18px;color:#ff5962;font-size:13px;font-weight:800}.product-release-link:hover{color:#fff}
@media(max-width:900px){.release-notes-layout{grid-template-columns:1fr}.release-sidebar{position:static}.release-version-nav{display:none}}
@media(max-width:760px){.release-card{padding:24px}.release-card-head,.release-promo-card{align-items:flex-start;flex-direction:column}.release-card h2{font-size:25px}.release-badge{white-space:normal}}

/* V18 — Release Notes version tabs */
.release-tabs-layout{
  grid-template-columns:minmax(270px,320px) minmax(0,1fr);
  gap:34px;
}

.release-tabs-sidebar{
  top:118px;
}

.release-tab-list{
  padding:14px;
}

.release-tab-list h3{
  padding:7px 8px 13px;
  margin:0;
  color:#8f9099;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.release-tab{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 9px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#111114;
  color:#b6b7c0;
  text-align:left;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}

.release-tab:last-child{margin-bottom:0}
.release-tab > span:first-child{min-width:0}
.release-tab strong,.release-tab small{display:block}
.release-tab strong{color:#f1f1f4;font-size:13px;line-height:1.35}
.release-tab small{margin-top:4px;color:#777a85;font-size:10px}

.release-tab-plus{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(242,31,43,.09);
  color:#ff4f59;
  font-size:21px;
  font-weight:800;
}

.release-tab:hover{
  transform:translateY(-2px);
  border-color:rgba(242,31,43,.30);
  color:#fff;
}

.release-tab.is-active{
  border-color:rgba(242,31,43,.55);
  background:linear-gradient(135deg,rgba(242,31,43,.13),rgba(255,255,255,.025));
  box-shadow:0 12px 30px rgba(0,0,0,.20);
}

.release-tab.is-active strong{color:#fff}
.release-tab.is-active small{color:#ff6971}
.release-tab.is-active .release-tab-plus{background:var(--red);color:#fff}

.release-tab-panels{min-width:0}
.release-tab-panel{display:none;margin:0}
.release-tab-panel.is-active{display:block;animation:releasePanelIn .34s ease both}
.release-tab-panel[hidden]{display:none!important}

@keyframes releasePanelIn{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:none}
}

@media(max-width:900px){
  .release-tabs-layout{grid-template-columns:1fr}
  .release-tabs-sidebar{position:static}
  .release-version-nav.release-tab-list{display:grid}
  .release-tab-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .release-tab-list h3{grid-column:1/-1}
  .release-tab{margin:0}
}

@media(max-width:600px){
  .release-tab-list{grid-template-columns:1fr}
  .release-tab-list h3{grid-column:auto}
  .release-tab{padding:14px}
}

@media(prefers-reduced-motion:reduce){
  .release-tab-panel.is-active{animation:none}
}



/* V18 — responsive navigation, guide progress and mobile cleanup */
@media(max-width:760px){
  body{padding-bottom:0}
  .main-nav a::before,
  .main-nav a:hover::before{display:none!important;width:0!important}
  .main-nav a:hover{transform:none}
  .progress-bar{top:82px}
  .mobile-buy-bar{display:none!important}
}

/* V19 — consistent guide endings */
.guide-pager{
  max-width:980px;
  margin:28px auto 0;
}
.discord-support-section + .guide-pager{
  margin-top:28px;
}
@media(max-width:760px){
  .guide-pager{
    grid-template-columns:1fr;
  }
  .guide-pager a:last-child{
    text-align:left;
  }
}

/* V20 — shared polished guide ending */
.discord-support-section{
  position:relative;
}
.discord-support-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  max-width:980px;
  margin:0 auto;
  padding:54px 34px;
  border:1px solid rgba(242,31,43,.30);
  border-radius:20px;
  background:
    radial-gradient(circle at 18% 20%,rgba(242,31,43,.15),transparent 34%),
    radial-gradient(circle at 92% 86%,rgba(88,101,242,.14),transparent 34%),
    linear-gradient(145deg,#171719,#0c0c0e);
  box-shadow:0 28px 80px rgba(0,0,0,.38);
  text-align:center;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.discord-support-card:hover{
  transform:translateY(-5px);
  border-color:rgba(242,31,43,.52);
  box-shadow:0 34px 95px rgba(0,0,0,.48),0 0 36px rgba(242,31,43,.10);
}
.discord-support-glow{
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-130px;
  width:520px;
  height:280px;
  border-radius:50%;
  background:rgba(242,31,43,.18);
  filter:blur(95px);
  transform:translateX(-50%);
  pointer-events:none;
}
.discord-support-content{max-width:760px;margin:0 auto}
.discord-mark{
  width:58px;height:58px;display:grid;place-items:center;
  margin:0 auto 18px;border:1px solid rgba(88,101,242,.35);
  border-radius:17px;background:rgba(88,101,242,.12);
  font-size:28px;box-shadow:0 0 28px rgba(88,101,242,.12);
}
.discord-support-card .eyebrow{justify-content:center}
.discord-support-card .eyebrow::before{display:none}
.discord-support-card h2{
  margin:13px 0 14px;font-family:"Barlow Condensed",Impact,sans-serif;
  font-size:clamp(44px,6vw,72px);line-height:.92;text-transform:uppercase;
}
.discord-support-intro{max-width:690px;margin:0 auto;color:#aaaab3;line-height:1.8}
.discord-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:30px 0;text-align:left}
.discord-benefits div{
  position:relative;min-height:48px;display:flex;align-items:center;
  padding:12px 14px 12px 40px;border:1px solid var(--line);
  border-radius:11px;background:rgba(17,17,19,.78);color:#d1d1d7;font-size:13px;
}
.discord-benefits div::before{
  content:"✓";position:absolute;left:14px;width:18px;height:18px;
  display:grid;place-items:center;border-radius:50%;background:rgba(56,210,122,.12);
  color:var(--success);font-size:10px;font-weight:900;
}
.discord-button{min-width:210px;background:linear-gradient(135deg,#5865f2,#404eed);box-shadow:0 8px 24px rgba(88,101,242,.18)}
.discord-button:hover{background:linear-gradient(135deg,#6672ff,#4c59f2);box-shadow:0 12px 28px rgba(88,101,242,.28),0 0 18px rgba(88,101,242,.16)}
.discord-note{display:block;margin-top:13px;color:#70707a;font-size:11px}
.guide-pager{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:980px;margin:28px auto 0}
.guide-pager a{
  position:relative;overflow:hidden;padding:20px;border:1px solid var(--line);
  border-radius:14px;background:#111113;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.guide-pager a::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(120deg,transparent 28%,rgba(255,255,255,.035) 48%,transparent 68%);
  transform:translateX(-130%);transition:transform .55s ease;
}
.guide-pager a:hover{
  transform:translateY(-3px);border-color:rgba(242,31,43,.34);
  background:linear-gradient(145deg,#171719,#101012);box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.guide-pager a:hover::after{transform:translateX(130%)}
.guide-pager small,.guide-pager strong{position:relative;z-index:1;display:block}
.guide-pager small{margin-bottom:6px;color:#7f7f88;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.guide-pager strong{color:#fff}
.guide-pager a:last-child{text-align:right}
@media(max-width:760px){
  .discord-support-card{padding:42px 20px}
  .discord-benefits,.guide-pager{grid-template-columns:1fr}
  .discord-button{width:100%}
  .guide-pager a:last-child{text-align:left}
  .discord-support-card:hover,.guide-pager a:hover{transform:none}
}

/* V20 — static product artwork and AUD pricing labels */
.product-art img,
.store-product-media img{
  image-rendering:auto;
}

.aud-price-info{
  display:flex;
  align-items:center;
  gap:11px;
  flex-wrap:wrap;
  margin:-8px 0 22px;
}

.aud-price-badge,
.store-aud-info span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#e7e7eb;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
}

.aud-price-info small,
.store-aud-info small{
  color:#85858e;
  font-size:11px;
  line-height:1.45;
}

.store-aud-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 13px;
}

.store-aud-info span{
  min-height:27px;
  padding-inline:9px;
  color:#d8d8de;
  font-size:10px;
}

.store-aud-info small{
  text-align:right;
}

@media(max-width:760px){
  .aud-price-info,
  .store-aud-info{
    align-items:flex-start;
    flex-direction:column;
  }

  .store-aud-info small{
    text-align:left;
  }
}



/* V22 — Premium sale pricing and upgraded comparison */
.product-price-sale{
  position:relative;
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:8px 10px;
  padding-top:26px;
}
.product-price-sale .original-price{
  position:absolute;
  top:0;
  left:0;
  color:#777781;
  font-size:15px;
  font-weight:750;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:#ff5962;
}
.product-price-sale .sale-saving{
  align-self:center;
  min-height:27px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(56,210,122,.28);
  border-radius:999px;
  background:rgba(56,210,122,.09);
  color:#51df8b;
  font-size:11px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.sale-price-inline{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:3px 8px;
  line-height:1.15;
}
.sale-price-inline del{
  color:#777781;
  font-size:11px;
  font-weight:700;
  text-decoration-color:#ff5962;
  text-decoration-thickness:1.5px;
}
.sale-price-inline strong{
  color:#ffd33d;
  font-size:14px;
}
.premium-comparison-heading{
  max-width:780px;
  margin-bottom:48px;
}
.comparison-wrap-premium{
  overflow:hidden;
  border-color:rgba(212,168,0,.28);
  background:
    radial-gradient(circle at 35% 0,rgba(212,168,0,.09),transparent 28%),
    #101012;
  box-shadow:0 28px 80px rgba(0,0,0,.32);
}
.comparison-table-premium{
  min-width:900px;
}
.comparison-table-premium thead th{
  min-width:190px;
  padding:25px 20px;
  vertical-align:top;
}
.comparison-table-premium thead th:first-child{
  min-width:255px;
  vertical-align:middle;
}
.comparison-table-premium thead strong,
.comparison-table-premium thead small,
.comparison-table-premium thead span{
  display:block;
}
.comparison-table-premium thead strong{
  margin-bottom:6px;
  color:#fff;
  font-size:18px;
}
.comparison-table-premium thead small{
  min-height:34px;
  margin-bottom:10px;
  color:#85858e;
  font-size:11px;
  line-height:1.5;
}
.comparison-table-premium .premium-column,
.comparison-table-premium .premium-cell{
  background:rgba(212,168,0,.055);
}
.comparison-table-premium .premium-column{
  position:relative;
  border-inline:1px solid rgba(212,168,0,.18);
}
.comparison-badge{
  width:max-content;
  margin:0 auto 11px;
  padding:5px 9px;
  border:1px solid rgba(255,215,67,.40);
  border-radius:999px;
  background:rgba(212,168,0,.10);
  color:#ffd743!important;
  font-size:9px!important;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.comparison-sale-price{
  color:#ffd743;
  font-size:14px;
  font-weight:900;
}
.comparison-sale-price del{
  margin-right:5px;
  color:#777781;
  font-size:11px;
  text-decoration-color:#ff5962;
  text-decoration-thickness:1.5px;
}
.comparison-table-premium tbody td{
  padding-block:17px;
}
.comparison-table-premium tbody td:first-child{
  color:#d7d7dc;
  font-weight:650;
}
.comparison-table-premium tbody tr:hover .premium-cell{
  background:rgba(212,168,0,.085);
}
.comparison-best-for td{
  background:rgba(255,255,255,.018);
}
.comparison-table-premium tfoot td{
  padding:20px;
  border-top:1px solid var(--line);
}
.comparison-table-premium tfoot .button{
  min-height:46px;
  padding-inline:15px;
  font-size:12px;
}
.comparison-currency-note{
  margin:16px 0 0;
  color:#777781;
  font-size:12px;
  text-align:center;
}
@media(max-width:760px){
  .product-price-sale{padding-top:24px}
  .sale-price-inline{justify-content:flex-start}
  .premium-comparison-heading{margin-bottom:34px}
}

/* V24 — product FAQ spacing and comparison consistency */
.product-faq-heading{
  max-width:760px;
  margin-bottom:48px;
}
.product-faq-heading p{
  max-width:680px;
  margin:16px auto 0;
}
@media(max-width:760px){
  .product-faq-heading{
    margin-bottom:34px;
  }
}

/* V25 — Products hero release-notes action */
.products-hero-actions{
  display:flex;
  align-items:center;
  margin-top:28px;
}
.product-release-button{
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:50px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(24,24,28,.92),rgba(14,14,17,.92));
  color:#f5f5f7;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(0,0,0,.20);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.product-release-button svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  fill:none;
  stroke:#ff5962;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.product-release-arrow{
  margin-left:4px;
  color:#ff5962;
  font-size:17px;
  transition:transform .22s ease;
}
.product-release-button:hover{
  transform:translateY(-3px);
  border-color:rgba(242,31,43,.48);
  background:linear-gradient(145deg,rgba(32,25,27,.96),rgba(16,16,19,.96));
  box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 24px rgba(242,31,43,.08);
}
.product-release-button:hover .product-release-arrow{
  transform:translateX(4px);
}
.product-release-button:active{
  transform:translateY(-1px);
}
@media(max-width:760px){
  .products-hero-actions{
    margin-top:23px;
  }
  .product-release-button{
    width:100%;
    min-height:54px;
    justify-content:flex-start;
    padding-inline:17px;
  }
  .product-release-arrow{
    margin-left:auto;
  }
}
@media(hover:none){
  .product-release-button:hover{
    transform:none;
  }
}

/* V21 — final product-page layout fixes */
.hero-release-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin-top:17px;
  color:#ff5962;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:color .2s ease;
}
.hero-release-link span{display:inline-block;transition:transform .2s ease}
.hero-release-link:hover{color:#fff}
.hero-release-link:hover span{transform:translateX(4px)}

/* Comfortable FAQ reading width on every individual product page. */
body[data-page="products"] .product-faq-heading,
body[data-page="products"] .product-faq-heading + .faq-grid{
  width:min(100%,920px);
  margin-left:auto;
  margin-right:auto;
}
body[data-page="products"] .product-faq-heading{
  margin-bottom:42px;
}

/* Comparison tables can be swiped horizontally on narrow screens. */
.comparison-wrap,
.comparison-wrap-premium{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
}
.comparison-wrap .comparison-table,
.comparison-wrap-premium .comparison-table{
  min-width:760px;
}
@media(max-width:760px){
  .hero-release-link{margin-top:15px}
  body[data-page="products"] .product-faq-heading,
  body[data-page="products"] .product-faq-heading + .faq-grid{width:100%}
  body[data-page="products"] .product-faq-heading{margin-bottom:30px}
  .comparison-wrap,
  .comparison-wrap-premium{padding-bottom:8px}
  .comparison-wrap::after,
  .comparison-wrap-premium::after{
    content:"Swipe left or right to compare";
    display:block;
    width:max-content;
    margin:10px 0 0 auto;
    color:#777781;
    font-size:11px;
    font-weight:700;
  }
}


/* V22 — correctly constrained product pre-purchase FAQs */
body[data-page="products"] .product-faq-heading,
body[data-page="products"] .product-faq-heading + .faq-grid{
  width:min(100%,920px);
  margin-inline:auto;
}
body[data-page="products"] .product-faq-heading{
  margin-bottom:44px;
}
body[data-page="products"] .product-faq-heading + .faq-grid{
  gap:20px 26px;
}
@media(max-width:760px){
  body[data-page="products"] .product-faq-heading,
  body[data-page="products"] .product-faq-heading + .faq-grid{
    width:100%;
  }
  body[data-page="products"] .product-faq-heading{
    margin-bottom:30px;
  }
  body[data-page="products"] .product-faq-heading + .faq-grid{
    gap:16px;
  }
}

/* V23 — definitive product pre-purchase width and spacing */
.product-prepurchase-inner{
  width:min(calc(100% - 40px),920px);
  max-width:920px;
  margin-inline:auto;
}
.product-prepurchase-inner .product-faq-heading{
  width:100%;
  max-width:760px;
  margin:0 auto 42px;
}
.product-prepurchase-inner .product-prepurchase-grid{
  width:100%;
  max-width:920px;
  margin-inline:auto;
  gap:20px 26px;
}
@media(max-width:760px){
  .product-prepurchase-inner{
    width:min(calc(100% - 28px),920px);
  }
  .product-prepurchase-inner .product-faq-heading{
    margin-bottom:30px;
  }
  .product-prepurchase-inner .product-prepurchase-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
}


/* V19 — consistent desktop navigation underline + back-to-top control */
@media (min-width: 901px) {
  .nav-wrap {
    min-height: 94px;
  }

  .main-nav {
    align-self: stretch;
  }

  .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 78px;
    padding: 0 10px;
    transform: none;
  }

  /* Use one underline for both hover and active states so positioning is identical. */
  .main-nav a::before {
    display: none;
  }

  .main-nav a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    border-radius: 999px 999px 0 0;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    transform: none;
  }

  .main-nav a:hover::after,
  .main-nav a:focus-visible::after,
  .main-nav a.active::after {
    transform: scaleX(1);
    opacity: 1;
  }
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 2.2vw, 30px);
  bottom: clamp(16px, 2.2vw, 30px);
  z-index: 90;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(18,18,21,.88);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.94);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease,
              background-color .18s ease, border-color .18s ease;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-3px) scale(1.03);
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(242,31,43,.28);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .main-nav a::after {
    display: none;
  }

  .back-to-top {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}
