
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#050816;--card:#11152E;--accent1:#38E8FF;--accent2:#7B61FF;
  --text:#E7EEF8;--text-dim:#9AA8C1;--green:#34D399;--red:#FF4E6A;--gold:#F4C542;
  --gradient:linear-gradient(135deg,var(--accent1),var(--accent2));
}
html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent1) var(--bg)}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}

/* === DEEP BACKGROUND STARFIELD === */
body{
  font-family:'Inter',sans-serif;
  background:
    radial-gradient(1200px 700px at 50% -10%,rgba(18,28,58,.38),transparent 62%),
    radial-gradient(900px 560px at 50% 100%,rgba(8,14,34,.45),transparent 66%),
    linear-gradient(180deg,#040712 0%,#070B18 48%,#040712 100%);
  color:var(--text);line-height:1.6;overflow-x:hidden;
}
body::before,body::after{
  content:'';position:fixed;inset:0;width:100%;height:100%;
  pointer-events:none;z-index:0;
}
body::before{
  opacity:.82;
  background-image:
    radial-gradient(1px 1px at 8% 12%,rgba(255,255,255,.94),transparent 60%),
    radial-gradient(1px 1px at 19% 74%,rgba(231,238,248,.55),transparent 60%),
    radial-gradient(1.4px 1.4px at 31% 22%,rgba(255,255,255,.78),transparent 62%),
    radial-gradient(1px 1px at 43% 81%,rgba(56,232,255,.46),transparent 62%),
    radial-gradient(1.2px 1.2px at 56% 34%,rgba(255,255,255,.84),transparent 62%),
    radial-gradient(1px 1px at 67% 66%,rgba(231,238,248,.58),transparent 62%),
    radial-gradient(1.6px 1.6px at 81% 18%,rgba(255,255,255,.92),transparent 60%),
    radial-gradient(1px 1px at 91% 87%,rgba(123,97,255,.55),transparent 62%),
    radial-gradient(1px 1px at 4% 48%,rgba(255,255,255,.5),transparent 60%),
    radial-gradient(1.3px 1.3px at 27% 45%,rgba(244,197,66,.6),transparent 62%),
    radial-gradient(1px 1px at 73% 44%,rgba(255,255,255,.68),transparent 62%),
    radial-gradient(1.2px 1.2px at 97% 36%,rgba(56,232,255,.50),transparent 62%);
  background-size:220px 220px;
  animation:stars-drift 95s linear infinite,star-twinkle 7s ease-in-out infinite alternate;
}
body::after{
  opacity:.58;
  background-image:
    radial-gradient(220px 120px at 12% 22%,rgba(56,232,255,.05),transparent 72%),
    radial-gradient(280px 160px at 78% 26%,rgba(123,97,255,.06),transparent 74%),
    radial-gradient(180px 110px at 32% 74%,rgba(90,170,255,.05),transparent 72%),
    radial-gradient(1px 1px at 11% 61%,rgba(255,255,255,.55),transparent 60%),
    radial-gradient(1px 1px at 24% 9%,rgba(231,238,248,.48),transparent 60%),
    radial-gradient(1.3px 1.3px at 38% 57%,rgba(255,255,255,.66),transparent 60%),
    radial-gradient(1px 1px at 50% 23%,rgba(56,232,255,.28),transparent 62%),
    radial-gradient(1.2px 1.2px at 62% 91%,rgba(255,255,255,.64),transparent 62%),
    radial-gradient(1px 1px at 77% 8%,rgba(231,238,248,.52),transparent 60%),
    radial-gradient(1px 1px at 89% 59%,rgba(255,255,255,.58),transparent 62%);
  background-size:520px 520px,640px 640px,560px 560px,300px 300px;
  animation:stars-drift2 145s linear infinite reverse,star-twinkle 10s ease-in-out infinite alternate-reverse;
}
@keyframes stars-drift{from{background-position:0 0}to{background-position:220px 220px}}
@keyframes stars-drift2{from{background-position:0 0}to{background-position:-360px 360px}}
@keyframes star-twinkle{0%{filter:brightness(.86)}50%{filter:brightness(1.18)}100%{filter:brightness(.95)}}

/* Keep all page content above the cosmic background layer */
.header,.announce-bar,.section,.footer{position:relative;z-index:4}
/* === BACKGROUND SHOOTING STARS — SMALL, RANDOM, INTEGRATED === */
.comet{
  position:fixed;
  top:0;
  left:0;
  width:150px;
  height:18px;
  pointer-events:none;
  z-index:1;
  opacity:0;
  transform-origin:right center;
  will-change:transform,opacity,filter;
  mix-blend-mode:screen;
}
.comet-tail{
  position:absolute;
  right:8px;
  top:50%;
  width:var(--len,108px);
  height:1.4px;
  transform:translateY(-50%);
  border-radius:999px;
  background:
    linear-gradient(90deg,
      rgba(56,232,255,0) 0%,
      rgba(123,97,255,.05) 22%,
      rgba(56,232,255,.18) 54%,
      rgba(231,238,248,.72) 84%,
      rgba(255,255,255,.92) 100%);
  filter:drop-shadow(0 0 4px rgba(56,232,255,.45)) drop-shadow(0 0 10px rgba(123,97,255,.22));
}
.comet-tail::before{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  width:64%;
  height:5px;
  transform:translateY(-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(56,232,255,.06),rgba(231,238,248,.20));
  filter:blur(5px);
}
.comet-tail::after{
  content:'';
  position:absolute;
  right:8%;
  top:-3px;
  width:34%;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(244,197,66,.22),rgba(255,255,255,.48));
  opacity:.55;
}
.comet-head{
  position:absolute;
  right:3px;
  top:50%;
  width:4.5px;
  height:4.5px;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(circle,#fff 0 30%,#F4C542 34% 45%,#38E8FF 62%,rgba(56,232,255,0) 76%);
  box-shadow:
    0 0 7px 2px rgba(255,255,255,.65),
    0 0 15px 4px rgba(56,232,255,.36),
    0 0 28px 7px rgba(123,97,255,.15);
}
.comet-head::before,.comet-head::after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,.55);
  border-radius:999px;
}
.comet-head::before{width:11px;height:1px;}
.comet-head::after{width:1px;height:11px;}
.comet-fragment{
  position:absolute;
  width:2px;
  height:2px;
  border-radius:50%;
  background:#fff;
  right:28px;
  top:4px;
  opacity:.50;
  box-shadow:0 0 5px rgba(56,232,255,.65);
}
.comet-fragment.f2{right:52px;top:13px;width:1.5px;height:1.5px;opacity:.34;}
.comet-fragment.f3{right:78px;top:8px;width:1.5px;height:1.5px;opacity:.28;}
@media(max-width:768px){.comet{width:120px;height:15px}.comet-tail{width:var(--len,82px)}}
/* === SPATIAL NEBULA CLOUDS — SOFT EDGES, NO HARD CUTS === */
.nebula{
  position:fixed;
  pointer-events:none;
  z-index:0;
  opacity:.64;
  mix-blend-mode:screen;
  filter:blur(58px) saturate(118%);
  overflow:visible;
  border-radius:0;
  background-repeat:no-repeat;
  transform-origin:center;
  will-change:transform,opacity,filter;
  animation:nebula-drift 24s ease-in-out infinite alternate;
}

/* The visual cloud lives inside an oversized pseudo-element.
   This avoids hard rectangular clipping on the visible nebula edge. */
.nebula::before{
  content:'';
  position:absolute;
  inset:-38%;
  background:inherit;
  filter:blur(26px);
  opacity:1;
  border-radius:50%;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.88) 38%, rgba(0,0,0,.42) 58%, transparent 80%);
  mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.88) 38%, rgba(0,0,0,.42) 58%, transparent 80%);
}
.nebula::after{
  content:'';
  position:absolute;
  inset:-54%;
  background:
    radial-gradient(ellipse at 45% 48%,rgba(255,255,255,.035),transparent 16%),
    radial-gradient(ellipse at 58% 54%,rgba(56,232,255,.060),transparent 34%),
    radial-gradient(ellipse at 38% 40%,rgba(123,97,255,.050),transparent 38%);
  filter:blur(36px);
  opacity:.82;
  border-radius:50%;
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.70) 46%, transparent 78%);
  mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.70) 46%, transparent 78%);
}

.nebula.n1{
  width:760px;
  height:500px;
  top:-120px;
  right:-240px;
  background:
    radial-gradient(ellipse at 26% 42%,rgba(56,232,255,.18),transparent 32%),
    radial-gradient(ellipse at 54% 46%,rgba(94,137,255,.15),transparent 34%),
    radial-gradient(ellipse at 74% 58%,rgba(123,97,255,.10),transparent 30%),
    radial-gradient(ellipse at 50% 60%,rgba(231,238,248,.035),transparent 22%);
  transform:rotate(-8deg);
}
.nebula.n2{
  width:720px;
  height:460px;
  top:26%;
  left:-300px;
  background:
    radial-gradient(ellipse at 32% 45%,rgba(64,155,255,.15),transparent 34%),
    radial-gradient(ellipse at 58% 42%,rgba(123,97,255,.10),transparent 32%),
    radial-gradient(ellipse at 76% 62%,rgba(56,232,255,.075),transparent 28%),
    radial-gradient(ellipse at 45% 68%,rgba(231,238,248,.025),transparent 20%);
  transform:rotate(14deg);
  animation-duration:28s;
}
.nebula.n3{
  width:740px;
  height:480px;
  bottom:-160px;
  right:-170px;
  background:
    radial-gradient(ellipse at 30% 42%,rgba(90,170,255,.13),transparent 34%),
    radial-gradient(ellipse at 58% 48%,rgba(123,97,255,.09),transparent 32%),
    radial-gradient(ellipse at 78% 58%,rgba(56,232,255,.07),transparent 28%),
    radial-gradient(ellipse at 54% 70%,rgba(255,255,255,.025),transparent 18%);
  transform:rotate(-12deg);
  animation-duration:26s;
}
.nebula.n4{
  width:620px;
  height:380px;
  top:52%;
  right:10%;
  opacity:.42;
  background:
    radial-gradient(ellipse at 30% 38%,rgba(56,232,255,.085),transparent 34%),
    radial-gradient(ellipse at 54% 52%,rgba(94,127,255,.070),transparent 32%),
    radial-gradient(ellipse at 76% 60%,rgba(255,255,255,.022),transparent 20%);
  transform:rotate(6deg);
  animation-duration:30s;
}

@keyframes nebula-drift{
  0%{transform:translate3d(0,0,0) scale(1) rotate(var(--nebula-rot,0deg))}
  50%{transform:translate3d(18px,-12px,0) scale(1.045) rotate(var(--nebula-rot,0deg))}
  100%{transform:translate3d(-14px,14px,0) scale(.99) rotate(var(--nebula-rot,0deg))}
}

.nebula.n1{--nebula-rot:-8deg}
.nebula.n2{--nebula-rot:14deg}
.nebula.n3{--nebula-rot:-12deg}
.nebula.n4{--nebula-rot:6deg}

@media(max-width:900px){
  .nebula{filter:blur(50px) saturate(115%);opacity:.52}
  .nebula.n1{width:620px;height:410px;right:-260px;top:-110px}
  .nebula.n2{width:580px;height:370px;left:-280px}
  .nebula.n3{width:600px;height:390px;right:-230px;bottom:-150px}
  .nebula.n4{width:460px;height:290px;right:-40px;top:58%;opacity:.34}
}
@media(max-width:560px){
  .nebula{opacity:.36;filter:blur(44px) saturate(112%)}
  .nebula.n1{right:-310px}
  .nebula.n2{left:-330px}
  .nebula.n3{right:-300px}
  .nebula.n4{display:none}
}

h1,h2,h3,h4,h5{font-family:'Sora',sans-serif;font-weight:700}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.btn-primary{display:inline-block;background:var(--gradient);color:#fff;font-weight:700;padding:16px 36px;border-radius:12px;font-size:1.05rem;transition:all .3s;box-shadow:0 4px 24px rgba(126,200,255,.35);border:none;cursor:pointer}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(126,200,255,.55)}
.btn-outline{display:inline-block;border:2px solid var(--accent1);color:var(--accent1);font-weight:600;padding:14px 32px;border-radius:12px;font-size:1rem;transition:all .3s;background:transparent;cursor:pointer}
.btn-outline:hover{background:rgba(126,200,255,.1)}
.kicker{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent1);margin-bottom:12px;font-weight:600}
.section{padding:100px 0}
.fade-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
.stagger>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.stagger.visible>*{opacity:1;transform:translateY(0)}

/* Floating animation */
@keyframes float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}
.floating{animation:float 6s ease-in-out infinite}

/* Pulse */
@keyframes pulse-glow{0%,100%{box-shadow:0 4px 24px rgba(126,200,255,.35)}50%{box-shadow:0 4px 40px rgba(126,200,255,.65)}}
.pulse{animation:pulse-glow 2.5s ease-in-out infinite}

/* Gradient shift */
@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}

/* Slide in left */
@keyframes slide-in-left{0%{opacity:0;transform:translateX(-60px)}100%{opacity:1;transform:translateX(0)}}

/* Slide in right */
@keyframes slide-in-right{0%{opacity:0;transform:translateX(60px)}100%{opacity:1;transform:translateX(0)}}

/* Scale in */
@keyframes scale-in{0%{opacity:0;transform:scale(.85)}100%{opacity:1;transform:scale(1)}}

/* Glow pulse on hover */
@keyframes glow-border{0%,100%{border-color:rgba(126,200,255,.3)}50%{border-color:rgba(240,153,123,.6)}}

/* Bounce in */
@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.95)}100%{transform:scale(1)}}

/* Fade up stagger */
@keyframes fade-up{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}

/* Shimmer effect */
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}
  .fade-in,.stagger>*{opacity:1;transform:none}
  .floating{animation:none}
  .pulse{animation:none}
  html{scroll-behavior:auto}
}

/* Gradient border */
.gradient-border{position:relative;border-radius:16px;padding:2px;background:var(--gradient)}
.gradient-border-inner{background:var(--card);border-radius:14px;height:100%}

/* Header */
.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .35s}
.header.scrolled{background:rgba(5,9,20,.92);backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}
.header-logo{height:36px}
.brand-logo{display:inline-flex;align-items:center;gap:10px;font-family:'Sora',sans-serif;font-weight:800;letter-spacing:-.02em;color:var(--text);font-size:1.1rem}
.brand-logo-mark{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,var(--accent1),var(--accent2));display:inline-flex;align-items:center;justify-content:center;color:#050816;font-weight:900;box-shadow:0 0 22px rgba(56,232,255,.35)}
.brand-logo span:last-child{background:linear-gradient(135deg,var(--text),var(--accent1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.header-nav{display:flex;gap:28px;align-items:center}
.header-nav a{color:var(--text-dim);font-size:.9rem;transition:color .3s}
.header-nav a:hover{color:var(--accent1)}
.header-cta{background:var(--gradient);color:#fff;padding:10px 24px;border-radius:10px;font-weight:600;font-size:.9rem}
.menu-toggle{display:none;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer}

/* Section 1: Social Proof Bar (matches original gps-624988460637225800) */
.announce-bar{background:linear-gradient(90deg,rgba(126,200,255,.08),rgba(240,153,123,.06));border-bottom:1px solid rgba(126,200,255,.12);padding:14px 0;margin-top:70px}
.announce-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.announce-left{flex-shrink:0}
.announce-center{flex:1;text-align:center}
.announce-center span{font-size:.95rem;color:var(--text);font-weight:500}
.announce-right{flex-shrink:0}
.announce-cta{color:var(--accent1);font-weight:600;font-size:.9rem;transition:color .3s;white-space:nowrap}
.announce-cta:hover{color:var(--accent2)}

/* Section 2: Hero */
.hero{padding:80px 0 60px;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-badge{display:inline-block;background:rgba(126,200,255,.1);border:1px solid rgba(126,200,255,.25);padding:6px 16px;border-radius:20px;font-size:.8rem;color:var(--accent1);font-weight:600;margin-bottom:20px}
.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;margin-bottom:20px}
.hero h1 strong{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{color:var(--text-dim);font-size:1.05rem;margin-bottom:28px;max-width:540px}
.hero-bullets{list-style:none;margin-bottom:32px}
.hero-bullets li{padding:8px 0;display:flex;align-items:flex-start;gap:12px;font-size:.95rem}
.hero-bullets li::before{content:'✓';background:var(--gradient);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:700}
.hero-trust{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.hero-trust img{height:24px;filter:brightness(0) invert(1)}
.hero-trust span{font-size:.9rem;color:var(--text-dim)}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.hero-sub{font-size:.8rem;color:var(--text-dim);display:flex;gap:16px;flex-wrap:wrap}
.hero-img-wrap{position:relative;display:flex;justify-content:center}
.hero-img-wrap img{max-width:100%;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.5)}

/* Section 3: Why We Look Up */
.story-section{position:relative}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.story-text h2{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.2;margin-bottom:20px}
.story-text p{color:var(--text-dim);font-size:1.05rem;line-height:1.8;margin-bottom:16px}
.story-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.story-gallery img{width:100%;height:160px;object-fit:cover;border-radius:12px;transition:transform .4s,box-shadow .4s;cursor:pointer}
.story-gallery img:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(126,200,255,.2)}
.story-gallery img:nth-child(4),.story-gallery img:nth-child(5){height:140px}

/* Section 4: Beginner Journey */
.journey-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:40px}
.journey-card{background:var(--card);border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid rgba(126,200,255,.08)}
.journey-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(126,200,255,.15)}
.journey-card img{width:100%;height:180px;object-fit:cover}
.journey-card-body{padding:20px}
.journey-card h4{font-size:1rem;margin-bottom:8px;color:var(--accent1)}
.journey-card p{font-size:.85rem;color:var(--text-dim);line-height:1.5}
.journey-card .step-num{font-size:.75rem;color:var(--accent2);font-weight:700;margin-bottom:6px}

/* Section 5: Failures */
.failures-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0}
.fail-card{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3}
.fail-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.fail-card:hover img{transform:scale(1.08)}
.fail-label{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--red)}

/* Section 6: Comparison */
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px}
.compare-col{background:var(--card);border-radius:16px;padding:36px;border:1px solid rgba(126,200,255,.08)}
.compare-col h3{font-size:1.1rem;margin-bottom:24px;display:flex;align-items:center;gap:10px}
.compare-col ul{list-style:none}
.compare-col ul li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--text-dim)}
.compare-col ul li:last-child{border-bottom:none}
.icon-x{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}
.icon-x.red{background:rgba(248,113,113,.15);color:var(--red)}
.icon-x.green{background:rgba(52,211,153,.15);color:var(--green)}

/* Section 7: Volumes */
.volumes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.volume-card{background:var(--card);border-radius:16px;overflow:hidden;transition:transform .3s;border:1px solid rgba(126,200,255,.08)}
.volume-card:hover{transform:translateY(-6px)}
.volume-card img{width:100%;height:280px;object-fit:cover}
.volume-card-body{padding:28px}
.volume-card .vol-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent2);font-weight:700;margin-bottom:8px}
.volume-card h3{font-size:1.2rem;margin-bottom:12px}
.volume-card ul{list-style:none;margin-top:16px}
.volume-card ul li{padding:6px 0;font-size:.9rem;color:var(--text-dim);display:flex;align-items:flex-start;gap:8px}
.volume-card ul li::before{content:'→';color:var(--accent1);font-weight:700}

/* Section 8 & 11: Pricing */
.pricing-section{position:relative}
.pricing-card{max-width:700px;margin:0 auto;border-radius:20px;padding:3px;background:var(--gradient);overflow:hidden}
.pricing-card-inner{background:var(--card);border-radius:18px;padding:48px;text-align:center}
.pricing-card h3{font-size:1.4rem;margin-bottom:8px}
.pricing-card .rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}
.pricing-card .rating span{font-size:.9rem;color:var(--text-dim)}
.pricing-price{margin:24px 0}
.pricing-price .sale{font-size:2.8rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.pricing-price .regular{font-size:1.3rem;color:var(--text-dim);text-decoration:line-through;margin-left:12px}
.pricing-list{list-style:none;text-align:left;max-width:420px;margin:28px auto}
.pricing-list li{padding:10px 0;display:flex;align-items:flex-start;gap:12px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05)}
.pricing-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0}
.pricing-sub{font-size:.8rem;color:var(--text-dim);margin-top:16px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.pricing-imgs{display:flex;justify-content:center;gap:20px;margin-top:32px;flex-wrap:wrap}
.pricing-imgs img{height:80px;object-fit:contain;border-radius:8px}

/* Section 9: Gear Roadmap */
.timeline{position:relative;margin-top:40px;padding-left:40px}
.timeline::before{content:'';position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--accent1),var(--accent2))}
.timeline-item{position:relative;padding:0 0 40px 32px}
.timeline-item:last-child{padding-bottom:0}
.timeline-dot{position:absolute;left:-24px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--accent1);box-shadow:0 0 12px rgba(126,200,255,.5)}
.timeline-item h4{font-size:1rem;color:var(--accent1);margin-bottom:4px}
.timeline-item p{font-size:.9rem;color:var(--text-dim)}
.timeline-item .step-label{font-size:.75rem;color:var(--accent2);font-weight:600;text-transform:uppercase;letter-spacing:1px}

/* Section 10: Audience */
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}
.audience-list{list-style:none}
.audience-list li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:flex-start;gap:12px;font-size:.95rem}
.audience-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0}
.audience-list.negative li::before{content:'✕';color:var(--red)}

/* Section 12: Honesty */
.honesty-section .honesty-images{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.honesty-section .honesty-images img{width:100%;height:200px;object-fit:cover;border-radius:12px}

/* Section 13: Reviews — dynamic carousel */
.reviews-carousel{position:relative;margin-top:44px;isolation:isolate}
.reviews-carousel::before,.reviews-carousel::after{content:'';position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none;opacity:.88}
.reviews-carousel::before{left:0;background:linear-gradient(90deg,var(--bg),rgba(5,8,22,0))}
.reviews-carousel::after{right:0;background:linear-gradient(270deg,var(--bg),rgba(5,8,22,0))}
.reviews-viewport{overflow:hidden;border-radius:22px;padding:4px 0}
.reviews-track{display:flex;gap:20px;will-change:transform;transition:transform .55s cubic-bezier(.16,.84,.24,1);align-items:stretch}
.review-card{flex:0 0 calc((100% - 40px)/3);background:linear-gradient(180deg,rgba(17,21,46,.98),rgba(9,13,31,.96));border-radius:18px;padding:24px;transition:transform .3s,box-shadow .3s,border-color .3s;border:1px solid rgba(56,232,255,.10);box-shadow:0 14px 36px rgba(0,0,0,.22);display:flex;flex-direction:column;min-height:100%}
.review-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(56,232,255,.14);border-color:rgba(56,232,255,.28)}
.review-card>img:first-child{width:100%;height:190px;object-fit:cover;border-radius:12px;margin-bottom:16px;border:1px solid rgba(255,255,255,.06)}
.review-card .reviewer{font-size:.9rem;color:var(--accent1);font-weight:700;margin-bottom:4px;letter-spacing:.01em}
.review-card p{color:var(--text-dim);font-size:.9rem;line-height:1.65;margin-top:8px;max-height:230px;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(56,232,255,.55) rgba(255,255,255,.04)}
.review-card p::-webkit-scrollbar{width:4px}
.review-card p::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}
.review-card p::-webkit-scrollbar-thumb{background:rgba(56,232,255,.45);border-radius:999px}
.review-card .tp-logo{height:20px;width:auto;margin-top:auto;filter:brightness(0) invert(1) opacity(.6);align-self:flex-start;padding-top:14px}
.review-carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:26px}
.review-nav-btn{width:44px;height:44px;border-radius:999px;border:1px solid rgba(56,232,255,.28);background:rgba(17,21,46,.72);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.45rem;line-height:1;transition:all .25s;backdrop-filter:blur(10px)}
.review-nav-btn:hover{border-color:rgba(56,232,255,.72);background:rgba(56,232,255,.10);transform:translateY(-2px);box-shadow:0 8px 24px rgba(56,232,255,.12)}
.review-nav-btn:focus-visible{outline:2px solid var(--accent1);outline-offset:3px}
.review-dots{display:flex;gap:8px;align-items:center;justify-content:center;min-width:82px}
.review-dot{width:9px;height:9px;border-radius:999px;border:0;background:rgba(231,238,248,.28);cursor:pointer;transition:all .25s;padding:0}
.review-dot.active{width:26px;background:linear-gradient(135deg,var(--accent1),var(--accent2));box-shadow:0 0 16px rgba(56,232,255,.38)}
.review-carousel-status{text-align:center;color:var(--text-dim);font-size:.78rem;margin-top:10px}

/* Section 14: FAQ */
.faq-list{max-width:760px;margin:40px auto 0}
.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}
.faq-q{width:100%;background:none;border:none;color:var(--text);font-size:1.05rem;font-weight:600;padding:20px 0;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Sora',sans-serif;transition:color .3s}
.faq-q:hover{color:var(--accent1)}
.faq-q .faq-arrow{font-size:1.2rem;transition:transform .3s;color:var(--accent2)}
.faq-item.open .faq-arrow{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}
.faq-item.open .faq-a{max-height:500px;padding-bottom:20px}
.faq-a p{color:var(--text-dim);font-size:.95rem;line-height:1.7}


/* Old AstroFrame section-structure lock: keep identical section order on desktop, tablet, and mobile. */
.old-structure-section{display:block;position:relative}
body > section, body > footer{order:initial}
@media(max-width:1024px){
  .story-grid,.compare-grid,.audience-grid{grid-template-columns:1fr}
  .story-grid > *, .compare-grid > *, .audience-grid > *{order:initial}
}
@media(max-width:768px){
  .hero-grid{grid-template-columns:1fr}
  .hero-grid > *{order:initial}
  .failures-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .failures-row{grid-template-columns:1fr 1fr}
}

/* Footer */
.footer{border-top:1px solid rgba(255,255,255,.06);padding:60px 0 40px;margin-top:60px}
.footer-disclaimer{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:24px;margin-bottom:40px;font-size:.8rem;color:var(--text-dim);line-height:1.7}
.footer-disclaimer h4{font-size:.85rem;color:var(--text);margin-bottom:8px}
.footer-payments{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;align-items:center}
.footer-payments span{background:rgba(255,255,255,.06);padding:8px 14px;border-radius:8px;font-size:.75rem;color:var(--text-dim);font-weight:500}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{font-size:.8rem;color:var(--text-dim);transition:color .3s}
.footer-links a:hover{color:var(--accent1)}
.footer-copy{font-size:.8rem;color:var(--text-dim)}

/* Responsive */
@media(max-width:1024px){
  .hero-grid,.story-grid,.compare-grid,.audience-grid{grid-template-columns:1fr}
  .journey-cards{grid-template-columns:repeat(3,1fr)}
  .volumes-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .header-nav{display:none}
  .header-nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(5,9,20,.97);padding:24px;gap:16px;backdrop-filter:blur(12px)}
  .menu-toggle{display:block}
  .journey-cards{grid-template-columns:repeat(2,1fr)}
  .failures-row{grid-template-columns:repeat(2,1fr)}
  .volumes-grid{grid-template-columns:1fr}
  .hero{min-height:auto;padding:60px 0}
  .section{padding:60px 0}
  .timeline{padding-left:24px}
  .timeline::before{left:8px}
  .timeline-dot{left:-20px}
}
@media(max-width:480px){
  .journey-cards{grid-template-columns:1fr}
  .failures-row{grid-template-columns:1fr 1fr}
  .hero h1{font-size:1.6rem}
}

@media(max-width:1024px){
  .review-card{flex-basis:calc((100% - 20px)/2)}
  .reviews-carousel::before,.reviews-carousel::after{width:52px}
}
@media(max-width:640px){
  .review-card{flex-basis:100%;padding:20px}
  .review-card>img:first-child{height:210px}
  .review-card p{max-height:260px}
  .reviews-carousel::before,.reviews-carousel::after{display:none}
  .review-carousel-controls{gap:10px}
}


/* === PREMIUM LEVEL-UP LAYER — visuals only, no copy/structure changes === */
:root{
  --glass:rgba(17,21,46,.66);
  --glass-strong:rgba(17,21,46,.86);
  --line:rgba(56,232,255,.16);
  --line-soft:rgba(231,238,248,.08);
}

/* cinematic depth overlay */
body::selection{background:rgba(56,232,255,.28);color:#fff}
body{
  background-attachment:fixed;
}
.cosmic-vignette{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:1;
  background:
    radial-gradient(circle at 50% 0%,rgba(56,232,255,.065),transparent 34%),
    radial-gradient(circle at 12% 38%,rgba(123,97,255,.055),transparent 28%),
    radial-gradient(circle at 85% 65%,rgba(56,232,255,.040),transparent 30%),
    linear-gradient(90deg,rgba(0,0,0,.35),transparent 20%,transparent 80%,rgba(0,0,0,.32));
  mix-blend-mode:screen;
  opacity:.72;
}
.cosmic-grid{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:1;
  opacity:.055;
  background-image:
    linear-gradient(rgba(56,232,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,232,255,.10) 1px, transparent 1px);
  background-size:96px 96px;
  mask-image:radial-gradient(circle at center,black 0%,transparent 72%);
  animation:cosmic-grid-drift 38s linear infinite;
}
@keyframes cosmic-grid-drift{from{background-position:0 0}to{background-position:96px 96px}}

/* soft cosmic glow clouds integrated into the star background — no horizontal bands */
.aurora-ribbon{
  position:fixed;
  pointer-events:none;
  z-index:1;
  width:520px;
  height:360px;
  left:auto;
  right:-160px;
  top:12vh;
  opacity:.16;
  filter:blur(58px) saturate(125%);
  transform:none;
  border-radius:50%;
  background:
    radial-gradient(ellipse at 35% 40%,rgba(56,232,255,.22),transparent 36%),
    radial-gradient(ellipse at 64% 58%,rgba(123,97,255,.16),transparent 42%),
    radial-gradient(ellipse at 52% 48%,rgba(231,238,248,.035),transparent 18%);
  mix-blend-mode:screen;
  -webkit-mask-image:radial-gradient(ellipse at center,#000 0%,rgba(0,0,0,.70) 46%,transparent 76%);
  mask-image:radial-gradient(ellipse at center,#000 0%,rgba(0,0,0,.70) 46%,transparent 76%);
  animation:cosmic-glow-float 20s ease-in-out infinite alternate;
}
.aurora-ribbon.r2{
  width:460px;
  height:320px;
  left:-180px;
  right:auto;
  top:62vh;
  opacity:.12;
  transform:none;
  background:
    radial-gradient(ellipse at 42% 44%,rgba(56,232,255,.18),transparent 38%),
    radial-gradient(ellipse at 68% 60%,rgba(123,97,255,.12),transparent 40%),
    radial-gradient(ellipse at 50% 54%,rgba(231,238,248,.028),transparent 18%);
  animation-duration:26s;
  animation-direction:alternate-reverse;
}
@keyframes cosmic-glow-float{
  0%{transform:translate3d(0,0,0) scale(.98);opacity:.10}
  50%{transform:translate3d(18px,-16px,0) scale(1.04);opacity:.18}
  100%{transform:translate3d(-12px,12px,0) scale(1);opacity:.13}
}

/* pointer glow, subtle and premium */
.cursor-glow{
  position:fixed;
  width:420px;
  height:420px;
  border-radius:50%;
  pointer-events:none;
  z-index:3;
  opacity:0;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(56,232,255,.10),rgba(123,97,255,.055) 32%,transparent 66%);
  filter:blur(14px);
  transition:opacity .35s ease;
  mix-blend-mode:screen;
}

/* scroll progress */
.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  height:3px;
  width:0%;
  z-index:2000;
  background:linear-gradient(90deg,var(--accent1),var(--accent2),var(--gold));
  box-shadow:0 0 18px rgba(56,232,255,.75);
  pointer-events:none;
}

/* header refinements */
.header{
  border-bottom:1px solid transparent;
}
.header.scrolled{
  border-bottom-color:rgba(56,232,255,.10);
}
.brand-logo-mark{
  position:relative;
  overflow:hidden;
}
.brand-logo-mark::after{
  content:'';
  position:absolute;
  inset:-60%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.62),transparent);
  transform:translateX(-120%) rotate(18deg);
  animation:logo-shine 5.4s ease-in-out infinite;
}
@keyframes logo-shine{
  0%,62%,100%{transform:translateX(-120%) rotate(18deg)}
  76%{transform:translateX(120%) rotate(18deg)}
}

/* better premium sections */
.section{
  position:relative;
}
.section::before{
  content:'';
  position:absolute;
  left:50%;
  top:0;
  width:min(1040px,86vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(56,232,255,.13),rgba(123,97,255,.10),transparent);
  opacity:.7;
}
.section::after{
  content:'';
  position:absolute;
  left:50%;
  top:32px;
  width:min(780px,76vw);
  height:220px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse at center,rgba(56,232,255,.035),transparent 70%);
  pointer-events:none;
  z-index:-1;
}

/* card polish */
.journey-card,.volume-card,.compare-col,.review-card,.pricing-card-inner,.footer-disclaimer,.faq-item{
  backdrop-filter:blur(14px);
}
.journey-card,.volume-card,.compare-col,.review-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(17,21,46,.88),rgba(10,14,31,.78));
  border-color:rgba(56,232,255,.10);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.journey-card::before,.volume-card::before,.compare-col::before,.review-card::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.07),transparent 28%),
    radial-gradient(circle at 20% 0%,rgba(56,232,255,.10),transparent 32%);
  opacity:.55;
  transition:opacity .3s ease;
}
.journey-card:hover::before,.volume-card:hover::before,.compare-col:hover::before,.review-card:hover::before{
  opacity:.9;
}
.journey-card:hover,.volume-card:hover,.compare-col:hover,.review-card:hover{
  border-color:rgba(56,232,255,.26);
  box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 34px rgba(56,232,255,.075);
}
.journey-card img,.volume-card img,.fail-card img,.story-gallery img,.honesty-images img{
  filter:saturate(1.04) contrast(1.04) brightness(.96);
}

/* image premium overlays */
.hero-img-wrap::before{
  content:'';
  position:absolute;
  inset:8% 6%;
  border-radius:28px;
  background:radial-gradient(circle at 50% 40%,rgba(56,232,255,.24),transparent 64%);
  filter:blur(32px);
  z-index:-1;
  animation:hero-aura 6s ease-in-out infinite alternate;
}
@keyframes hero-aura{
  from{opacity:.34;transform:scale(.98)}
  to{opacity:.72;transform:scale(1.03)}
}
.hero-img-wrap img{
  border:1px solid rgba(56,232,255,.14);
}

/* CTAs: richer shimmer, still same copy */
.btn-primary,.header-cta{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn-primary::before,.header-cta::before{
  content:'';
  position:absolute;
  inset:-2px;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.34) 38%,transparent 64%);
  transform:translateX(-120%);
  transition:transform .8s ease;
  z-index:-1;
}
.btn-primary:hover::before,.header-cta:hover::before{
  transform:translateX(120%);
}
.btn-primary{
  box-shadow:0 10px 34px rgba(56,232,255,.25),0 0 0 1px rgba(255,255,255,.08) inset;
}
.btn-outline{
  box-shadow:0 0 0 1px rgba(56,232,255,.04) inset;
}

/* pricing card glow level-up */
.pricing-card{
  position:relative;
  box-shadow:0 26px 90px rgba(0,0,0,.38),0 0 60px rgba(56,232,255,.10);
}
.pricing-card::before{
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:22px;
  background:linear-gradient(120deg,rgba(56,232,255,.85),rgba(123,97,255,.35),rgba(244,197,66,.28),rgba(56,232,255,.85));
  background-size:220% 220%;
  animation:border-flow 7s ease-in-out infinite;
  z-index:-1;
  filter:blur(8px);
  opacity:.50;
}
@keyframes border-flow{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.pricing-card-inner{
  background:
    radial-gradient(circle at 50% 0%,rgba(56,232,255,.07),transparent 38%),
    linear-gradient(180deg,rgba(17,21,46,.94),rgba(8,12,28,.96));
}

/* failure cards stronger but clean */
.fail-card{
  box-shadow:0 16px 42px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.07);
}
.fail-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62));
  pointer-events:none;
}
.fail-label{
  z-index:2;
  border:1px solid rgba(255,78,106,.18);
}

/* dynamic carousel polish */
.reviews-carousel{
  filter:drop-shadow(0 22px 70px rgba(0,0,0,.20));
}
.reviews-track .review-card{
  transform-origin:center;
}
.review-card img:first-child{
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 36px rgba(0,0,0,.20);
}
.review-nav{
  box-shadow:0 10px 28px rgba(0,0,0,.22),0 0 0 1px rgba(56,232,255,.10) inset;
}
.review-nav:hover{
  transform:translateY(-2px) scale(1.03);
}

/* FAQ more interactive */
.faq-item{
  border-bottom-color:rgba(56,232,255,.10);
}
.faq-q{
  padding-left:14px;
  padding-right:14px;
  border-radius:12px;
}
.faq-item.open .faq-q{
  background:rgba(56,232,255,.045);
}

/* small constellation accents in backgrounds */
.container{
  position:relative;
}
.container::before{
  content:'';
  position:absolute;
  top:-24px;
  right:8px;
  width:116px;
  height:64px;
  pointer-events:none;
  opacity:.12;
  background:
    radial-gradient(circle at 8% 24%,#fff 0 2px,transparent 3px),
    radial-gradient(circle at 48% 8%,#fff 0 1.5px,transparent 2.5px),
    radial-gradient(circle at 82% 32%,#fff 0 2px,transparent 3px),
    radial-gradient(circle at 34% 78%,#fff 0 1.5px,transparent 2.5px),
    linear-gradient(25deg,transparent 8%,rgba(56,232,255,.42) 9%,rgba(56,232,255,.42) 10%,transparent 11%),
    linear-gradient(-14deg,transparent 26%,rgba(56,232,255,.34) 27%,rgba(56,232,255,.34) 28%,transparent 29%);
  filter:drop-shadow(0 0 8px rgba(56,232,255,.3));
}

/* smoother mobile experience */
@media(max-width:768px){
  .aurora-ribbon{height:22vh;opacity:.16}
  .aurora-ribbon.r2{opacity:.10}
  .cursor-glow{display:none}
  .section::after{height:120px}
  .container::before{opacity:.08;right:18px}
  .pricing-card-inner{padding:34px 22px}
}
@media(max-width:480px){
  .cosmic-grid{opacity:.08;background-size:72px 72px}
  .hero-img-wrap::before{inset:12% 10%}
}



/* Safety override: prevent any fixed full-width horizontal background stripe */
.aurora-ribbon,
.aurora-ribbon.r2{
  max-width:540px;
  overflow:visible;
}
.cosmic-grid{
  opacity:.045;
  mask-image:radial-gradient(circle at center,black 0%,rgba(0,0,0,.45) 42%,transparent 68%);
  -webkit-mask-image:radial-gradient(circle at center,black 0%,rgba(0,0,0,.45) 42%,transparent 68%);
}


/* === FINAL NEBULA FIX — no rectangular cuts anywhere === */
/* Old individual nebula/aurora blocks are disabled because their element boxes can create visible hard cuts. */
.nebula,
.aurora-ribbon,
.aurora-ribbon.r2{
  display:none !important;
}

/* One full-screen nebula field: gradients are painted across the viewport, not inside small boxes. */
.nebula-field{
  position:fixed;
  inset:-18vh -18vw;
  pointer-events:none;
  z-index:0;
  opacity:.62;
  mix-blend-mode:screen;
  filter:blur(34px) saturate(118%);
  background:
    radial-gradient(ellipse at 18% 18%, rgba(56,232,255,.095) 0%, rgba(56,232,255,.052) 20%, transparent 46%),
    radial-gradient(ellipse at 78% 20%, rgba(123,97,255,.080) 0%, rgba(83,126,255,.044) 24%, transparent 50%),
    radial-gradient(ellipse at 14% 58%, rgba(88,170,255,.070) 0%, rgba(56,232,255,.035) 22%, transparent 48%),
    radial-gradient(ellipse at 82% 68%, rgba(94,127,255,.070) 0%, rgba(123,97,255,.038) 24%, transparent 52%),
    radial-gradient(ellipse at 50% 46%, rgba(231,238,248,.030) 0%, rgba(56,232,255,.028) 18%, transparent 44%),
    linear-gradient(180deg, transparent 0%, rgba(7,11,28,.12) 48%, transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.92) 46%, rgba(0,0,0,.62) 68%, transparent 96%);
  mask-image:radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.92) 46%, rgba(0,0,0,.62) 68%, transparent 96%);
  animation:nebula-field-breathe 18s ease-in-out infinite alternate;
}

/* Subtle second layer: star dust, not a rectangular band. */
.nebula-field::before{
  content:'';
  position:absolute;
  inset:0;
  opacity:.72;
  background:
    radial-gradient(circle at 22% 30%, rgba(255,255,255,.028) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 18%, rgba(56,232,255,.030) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 42%, rgba(231,238,248,.026) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 72%, rgba(123,97,255,.025) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 76%, rgba(255,255,255,.024) 0 1px, transparent 2px);
  background-size:260px 260px;
  animation:nebula-dust-drift 80s linear infinite;
}

/* Extremely soft depth glow. Full-screen again, so there are no visible edges in the middle. */
.nebula-field::after{
  content:'';
  position:absolute;
  inset:0;
  opacity:.42;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(56,232,255,.040), transparent 44%),
    radial-gradient(ellipse at 50% 100%, rgba(123,97,255,.035), transparent 46%),
    radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(0,0,0,.10) 78%, rgba(0,0,0,.22) 100%);
}

@keyframes nebula-field-breathe{
  0%{transform:translate3d(-1.2%,0,0) scale(1);opacity:.50}
  50%{transform:translate3d(1.2%,-.8%,0) scale(1.035);opacity:.66}
  100%{transform:translate3d(.4%,1%,0) scale(1.015);opacity:.56}
}
@keyframes nebula-dust-drift{
  from{background-position:0 0}
  to{background-position:260px 260px}
}

@media(max-width:768px){
  .nebula-field{
    opacity:.46;
    filter:blur(30px) saturate(112%);
    inset:-16vh -24vw;
  }
}
@media(max-width:480px){
  .nebula-field{opacity:.34}
}


/* Keep all real landing content above the full-screen nebula field */
.header,.announce-bar,.section,.footer{position:relative;z-index:6}
.comet{z-index:2}


/* === SAFE COSMIC BACKGROUND RESET — removes hard cuts completely === */
/* Disable all previous large box-based background layers that can create visible rectangular edges. */
.nebula,
.nebula-field,
.aurora-ribbon,
.aurora-ribbon.r2,
.cosmic-vignette,
.cosmic-grid,
.deep-space-void,
.depth-lens,
.deep-space-canvas{
  display:none !important;
}

/* Rebuild the cosmic background using viewport-wide pseudo-elements only.
   No fixed-size nebula boxes = no rectangular cuts. */
body{
  background:
    radial-gradient(1200px 700px at 50% -18%, rgba(56,232,255,.060), transparent 62%),
    radial-gradient(950px 680px at 12% 28%, rgba(56,232,255,.045), transparent 58%),
    radial-gradient(900px 640px at 88% 24%, rgba(123,97,255,.052), transparent 60%),
    radial-gradient(900px 700px at 22% 82%, rgba(123,97,255,.040), transparent 62%),
    radial-gradient(850px 640px at 78% 86%, rgba(56,232,255,.035), transparent 60%),
    linear-gradient(180deg,#040713 0%,#070B18 48%,#040713 100%) !important;
  background-attachment:fixed !important;
}

/* Starfield layer */
body::before{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:0 !important;
  opacity:.74 !important;
  filter:none !important;
  background-image:
    radial-gradient(1px 1px at 7% 12%,rgba(255,255,255,.82),transparent 60%),
    radial-gradient(1px 1px at 18% 34%,rgba(231,238,248,.50),transparent 62%),
    radial-gradient(1.3px 1.3px at 31% 18%,rgba(255,255,255,.78),transparent 62%),
    radial-gradient(1px 1px at 43% 72%,rgba(56,232,255,.40),transparent 62%),
    radial-gradient(1.2px 1.2px at 55% 36%,rgba(255,255,255,.72),transparent 62%),
    radial-gradient(1px 1px at 67% 66%,rgba(231,238,248,.54),transparent 62%),
    radial-gradient(1.5px 1.5px at 81% 18%,rgba(255,255,255,.86),transparent 60%),
    radial-gradient(1px 1px at 91% 87%,rgba(123,97,255,.42),transparent 62%),
    radial-gradient(1px 1px at 4% 48%,rgba(255,255,255,.44),transparent 60%),
    radial-gradient(1.2px 1.2px at 27% 45%,rgba(244,197,66,.44),transparent 62%),
    radial-gradient(1px 1px at 73% 44%,rgba(255,255,255,.62),transparent 62%),
    radial-gradient(1.2px 1.2px at 97% 36%,rgba(56,232,255,.42),transparent 62%);
  background-size:240px 240px !important;
  animation:safe-stars-drift 110s linear infinite, safe-star-twinkle 8s ease-in-out infinite alternate !important;
}

/* Nebula/dust layer, painted full viewport, not inside a smaller rectangle */
body::after{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:0 !important;
  opacity:.52 !important;
  filter:blur(18px) saturate(115%) !important;
  mix-blend-mode:screen !important;
  background:
    radial-gradient(ellipse at 18% 20%,rgba(56,232,255,.090) 0%,rgba(56,232,255,.045) 22%,transparent 52%),
    radial-gradient(ellipse at 82% 20%,rgba(123,97,255,.080) 0%,rgba(123,97,255,.036) 24%,transparent 54%),
    radial-gradient(ellipse at 16% 64%,rgba(88,170,255,.065) 0%,rgba(88,170,255,.026) 22%,transparent 52%),
    radial-gradient(ellipse at 82% 72%,rgba(123,97,255,.060) 0%,rgba(56,232,255,.026) 24%,transparent 56%),
    radial-gradient(ellipse at 50% 48%,rgba(231,238,248,.026) 0%,rgba(56,232,255,.022) 18%,transparent 48%);
  background-size:100% 100% !important;
  animation:safe-nebula-breathe 20s ease-in-out infinite alternate !important;
}

@keyframes safe-stars-drift{
  from{background-position:0 0}
  to{background-position:240px 240px}
}
@keyframes safe-star-twinkle{
  0%{opacity:.58}
  50%{opacity:.82}
  100%{opacity:.66}
}
@keyframes safe-nebula-breathe{
  0%{transform:scale(1);opacity:.42}
  50%{transform:scale(1.025);opacity:.56}
  100%{transform:scale(1.01);opacity:.48}
}

/* Keep all content above the background */
.header,.announce-bar,.section,.footer{position:relative;z-index:5}
.comet{z-index:1}
.cursor-glow{z-index:4}
.scroll-progress{z-index:2000}

/* Make comets smaller and keep them behind content */
.comet{
  width:118px !important;
  height:14px !important;
  z-index:1 !important;
  opacity:0;
}
.comet-tail{
  height:1px !important;
  width:var(--len,78px) !important;
  filter:drop-shadow(0 0 3px rgba(56,232,255,.38)) drop-shadow(0 0 8px rgba(123,97,255,.18)) !important;
}
.comet-head{
  width:3.8px !important;
  height:3.8px !important;
}

@media(max-width:768px){
  body::after{opacity:.40 !important;filter:blur(16px) saturate(108%) !important}
  body::before{opacity:.62 !important}
}
@media(max-width:480px){
  body::after{opacity:.30 !important}
}


/* === OFFER SECTION DESKTOP/TABLET STRUCTURE — mockup left, offer right === */
.pricing-section .pricing-card{
  max-width:1160px;
  width:100%;
  margin:0 auto;
  border-radius:22px;
  padding:2px;
  background:linear-gradient(135deg,rgba(56,232,255,.78),rgba(123,97,255,.42));
  box-shadow:
    0 0 0 1px rgba(56,232,255,.16),
    0 0 28px rgba(56,232,255,.26),
    0 24px 80px rgba(0,0,0,.46);
}
.pricing-section .pricing-card-inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(420px,1.02fr) minmax(430px,.98fr);
  gap:30px;
  align-items:center;
  text-align:left;
  padding:22px;
  border-radius:20px;
  background:
    radial-gradient(circle at 20% 10%,rgba(56,232,255,.08),transparent 36%),
    radial-gradient(circle at 84% 80%,rgba(123,97,255,.08),transparent 40%),
    linear-gradient(180deg,rgba(17,21,46,.95),rgba(8,12,28,.97));
}
.offer-showcase{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 30%,rgba(56,232,255,.10),transparent 42%),
    linear-gradient(180deg,rgba(5,8,22,.36),rgba(5,8,22,.12));
}
.offer-showcase img{
  width:100%;
  height:100%;
  max-height:540px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 20px 70px rgba(0,0,0,.34);
}
.offer-details{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.offer-details h3{
  font-size:clamp(1.75rem,2.55vw,2.55rem);
  line-height:1.16;
  margin-bottom:14px;
  letter-spacing:-.035em;
}
.offer-details .rating{
  justify-content:flex-start;
  margin-bottom:22px;
}
.offer-details .pricing-price{
  margin:16px 0 26px;
}
.offer-details .pricing-price .sale{
  font-size:clamp(3.6rem,6.2vw,5.15rem);
  line-height:.92;
  letter-spacing:-.055em;
}
.offer-details .pricing-price .regular{
  font-size:clamp(1.45rem,2.1vw,2.1rem);
  margin-left:12px;
}
.offer-details .pricing-list{
  max-width:none;
  margin:0 0 18px;
  display:grid;
  gap:12px;
}
.offer-details .pricing-list li{
  position:relative;
  padding:13px 18px 13px 72px;
  min-height:54px;
  display:flex;
  align-items:center;
  border:1px solid rgba(56,232,255,.36);
  border-radius:14px;
  background:
    linear-gradient(180deg,rgba(5,8,22,.92),rgba(5,8,22,.76));
  box-shadow:
    0 0 18px rgba(56,232,255,.18),
    inset 0 0 0 1px rgba(255,255,255,.035);
  color:var(--text);
  font-family:'Sora',sans-serif;
  font-weight:700;
  letter-spacing:.01em;
}
.offer-details .pricing-list li::before{
  content:counter(offerItem, decimal-leading-zero);
  counter-increment:offerItem;
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:24px;
  border-radius:999px;
  border:1px solid rgba(56,232,255,.68);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--accent1);
  font-size:.74rem;
  font-weight:700;
  background:rgba(56,232,255,.055);
}
.offer-details .pricing-list{
  counter-reset:offerItem;
}
.offer-details .pricing-list li:nth-child(n+4){
  min-height:62px;
  font-size:.86rem;
  line-height:1.24;
}
.offer-details .pricing-list li:nth-child(n+4)::before{
  width:42px;
}
.offer-details .pricing-list li:nth-child(4){
  margin-top:8px;
}
.offer-details .pricing-list li:nth-child(4)::after{
  content:'PLUS THE COMPLETE BONUS TOOLKIT:';
  position:absolute;
  top:-24px;
  left:50%;
  transform:translateX(-50%);
  color:var(--accent1);
  font-size:.75rem;
  letter-spacing:.08em;
  white-space:nowrap;
}
.offer-details .pricing-list li:nth-child(n+4){
  display:inline-flex;
}
.offer-details .pricing-list li:nth-child(n+4){
  width:100%;
}
.offer-details .pricing-list li:nth-child(4),
.offer-details .pricing-list li:nth-child(5),
.offer-details .pricing-list li:nth-child(6),
.offer-details .pricing-list li:nth-child(7),
.offer-details .pricing-list li:nth-child(8),
.offer-details .pricing-list li:nth-child(9){
  padding-left:74px;
}
.offer-details .pricing-list li:nth-child(4),
.offer-details .pricing-list li:nth-child(5),
.offer-details .pricing-list li:nth-child(6),
.offer-details .pricing-list li:nth-child(7),
.offer-details .pricing-list li:nth-child(8){
  background:linear-gradient(180deg,rgba(5,8,22,.90),rgba(5,8,22,.70));
}
.offer-details .btn-primary{
  width:100%;
  text-align:center;
  margin-top:16px !important;
  padding:17px 28px;
  font-size:1.16rem;
  border-radius:12px;
  color:#050816;
  background:linear-gradient(135deg,#7BC8FF,#38E8FF);
  box-shadow:0 0 22px rgba(56,232,255,.36),0 10px 40px rgba(0,0,0,.28);
}
.offer-details .pricing-sub{
  justify-content:center;
  margin-top:10px;
  color:rgba(231,238,248,.58);
  font-style:italic;
}
.offer-details .pricing-imgs{
  margin-top:14px;
  gap:8px;
  justify-content:center;
}
.offer-details .pricing-imgs img{
  height:34px;
  width:auto;
  min-width:70px;
  object-fit:contain;
  border-radius:2px;
  background:#fff;
  padding:2px;
}

/* tablet: still keep image left + content right, but tighter */
@media(max-width:1024px){
  .pricing-section .pricing-card-inner{
    grid-template-columns:minmax(320px,.92fr) minmax(380px,1.08fr);
    gap:22px;
    padding:18px;
  }
  .offer-showcase{
    min-height:440px;
  }
  .offer-showcase img{
    max-height:460px;
  }
  .offer-details h3{
    font-size:clamp(1.45rem,2.45vw,2.05rem);
  }
  .offer-details .pricing-price .sale{
    font-size:clamp(3.15rem,5.8vw,4.2rem);
  }
  .offer-details .pricing-list{
    gap:10px;
  }
  .offer-details .pricing-list li{
    min-height:50px;
    padding-top:11px;
    padding-bottom:11px;
    font-size:.88rem;
  }
}

/* mobile: stack cleanly, image above offer */
@media(max-width:760px){
  .pricing-section .pricing-card{
    max-width:560px;
  }
  .pricing-section .pricing-card-inner{
    grid-template-columns:1fr;
    gap:22px;
    text-align:center;
    padding:16px;
  }
  .offer-showcase{
    min-height:auto;
  }
  .offer-showcase img{
    max-height:none;
    aspect-ratio:1/1;
    object-fit:cover;
  }
  .offer-details .rating{
    justify-content:center;
  }
  .offer-details h3{
    font-size:1.45rem;
    text-align:center;
  }
  .offer-details .pricing-price{
    text-align:center;
  }
  .offer-details .pricing-price .sale{
    font-size:3.1rem;
  }
  .offer-details .pricing-price .regular{
    font-size:1.25rem;
  }
  .offer-details .pricing-list{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .offer-details .pricing-list li{
    min-height:52px;
    text-align:left;
  }
  .offer-details .pricing-list li:nth-child(4)::after{
    position:static;
    transform:none;
    display:block;
    margin:0 0 6px;
    white-space:normal;
    text-align:left;
    order:-1;
  }
  .offer-details .pricing-imgs img{
    height:30px;
    min-width:58px;
  }
}


/* === PAYMENT LOGO STRIP — responsive replacement === */
.payment-logo-strip{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:18px;
  padding:0;
}
.payment-logo-strip img{
  display:block;
  width:min(100%,540px);
  max-width:100%;
  height:auto;
  object-fit:contain;
  border-radius:6px;
  background:transparent;
  box-shadow:none;
}
.offer-details .payment-logo-strip{
  margin-top:16px;
}
.pricing-card-inner .payment-logo-strip img{
  filter:none;
}
@media(max-width:1024px){
  .payment-logo-strip img{
    width:min(100%,470px);
  }
}
@media(max-width:760px){
  .payment-logo-strip{
    margin-top:14px;
    overflow:hidden;
  }
  .payment-logo-strip img{
    width:100%;
    max-width:420px;
  }
}
@media(max-width:420px){
  .payment-logo-strip img{
    max-width:360px;
  }
}


/* === RESPONSIVE FINAL PASS — all sections + old-site offer behavior === */

/* Global anti-overflow safety */
html,body{max-width:100%;overflow-x:hidden}
img,video,canvas{max-width:100%}
.container{width:100%}

/* Better section scaling across devices */
@media(max-width:1180px){
  .container{padding-left:22px;padding-right:22px}
  .section{padding:86px 0}
}
@media(max-width:768px){
  .section{padding:64px 0}
  .container{padding-left:18px;padding-right:18px}
}
@media(max-width:480px){
  .section{padding:54px 0}
  .container{padding-left:14px;padding-right:14px}
}

/* Header / announcement responsiveness */
@media(max-width:760px){
  .brand-logo{font-size:.96rem;gap:8px}
  .brand-logo-mark{width:28px;height:28px;border-radius:9px}
  .announce-inner{justify-content:center;text-align:center}
  .announce-left{display:none}
  .announce-center{flex:0 0 100%}
  .announce-right{flex:0 0 100%;text-align:center}
}

/* Hero: keep premium, prevent cramped mobile */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:38px;text-align:center}
  .hero-desc{margin-left:auto;margin-right:auto}
  .hero-bullets{max-width:640px;margin-left:auto;margin-right:auto;text-align:left}
  .hero-trust,.hero-btns,.hero-sub{justify-content:center}
  .hero-img-wrap img{max-width:min(680px,100%)}
}
@media(max-width:560px){
  .hero{padding-top:48px}
  .hero h1{font-size:clamp(1.75rem,8vw,2.35rem)}
  .hero-desc{font-size:.98rem}
  .hero-btns .btn-primary,.hero-btns .btn-outline{width:100%;text-align:center}
}

/* Story/gallery */
@media(max-width:1024px){
  .story-grid{grid-template-columns:1fr;gap:34px}
  .story-text{text-align:center}
  .story-gallery{max-width:760px;margin:0 auto}
}
@media(max-width:620px){
  .story-gallery{grid-template-columns:repeat(2,1fr)}
  .story-gallery img{height:132px}
  .story-gallery img:nth-child(5){grid-column:1 / -1}
}
@media(max-width:420px){
  .story-gallery img{height:116px}
}

/* Beginner journey */
@media(max-width:1120px){
  .journey-cards{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .journey-cards{grid-template-columns:repeat(2,1fr);gap:14px}
  .journey-card img{height:150px}
}
@media(max-width:520px){
  .journey-cards{grid-template-columns:1fr}
  .journey-card img{height:190px}
}

/* Failure cards */
@media(max-width:760px){
  .failures-row{grid-template-columns:repeat(2,1fr);gap:12px}
}
@media(max-width:420px){
  .failures-row{grid-template-columns:1fr}
  .fail-card{aspect-ratio:16/10}
}

/* Comparison */
@media(max-width:880px){
  .compare-grid{grid-template-columns:1fr;gap:20px}
  .compare-col{padding:26px}
}
@media(max-width:480px){
  .compare-col{padding:20px}
  .compare-col ul li{font-size:.9rem}
}

/* Volumes */
@media(max-width:1024px){
  .volumes-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .volumes-grid{grid-template-columns:1fr}
  .volume-card img{height:240px}
}
@media(max-width:420px){
  .volume-card img{height:210px}
  .volume-card-body{padding:22px}
}

/* === Offer / pricing: desktop + tablet like old AstroFrame, mobile stacked like old site === */
.pricing-section .pricing-card{
  max-width:1160px;
  width:100%;
  margin:0 auto;
  border-radius:22px;
  padding:2px;
  background:linear-gradient(135deg,rgba(56,232,255,.82),rgba(123,97,255,.42));
  box-shadow:
    0 0 0 1px rgba(56,232,255,.16),
    0 0 28px rgba(56,232,255,.24),
    0 24px 80px rgba(0,0,0,.42);
}
.pricing-section .pricing-card-inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(420px,1fr) minmax(430px,1fr);
  gap:30px;
  align-items:center;
  text-align:left;
  padding:22px;
  border-radius:20px;
  background:
    radial-gradient(circle at 20% 10%,rgba(56,232,255,.075),transparent 36%),
    radial-gradient(circle at 84% 80%,rgba(123,97,255,.075),transparent 40%),
    linear-gradient(180deg,rgba(17,21,46,.95),rgba(8,12,28,.97));
}
.offer-showcase{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 30%,rgba(56,232,255,.10),transparent 42%),
    linear-gradient(180deg,rgba(5,8,22,.36),rgba(5,8,22,.12));
}
.offer-showcase img{
  width:100%;
  height:100%;
  max-height:540px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 20px 70px rgba(0,0,0,.34);
}
.offer-details{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.offer-details h3{
  font-size:clamp(1.72rem,2.45vw,2.55rem);
  line-height:1.16;
  margin-bottom:14px;
  letter-spacing:-.035em;
}
.offer-details .rating{
  justify-content:flex-start;
  margin-bottom:22px;
}
.offer-details .pricing-price{
  margin:16px 0 28px;
}
.offer-details .pricing-price .sale{
  font-size:clamp(3.55rem,6vw,5.05rem);
  line-height:.92;
  letter-spacing:-.055em;
}
.offer-details .pricing-price .regular{
  font-size:clamp(1.35rem,2.05vw,2rem);
  margin-left:12px;
}
.offer-details .pricing-list{
  counter-reset:offerItem;
  max-width:none;
  margin:0 0 18px;
  display:grid;
  gap:12px;
}
.offer-details .pricing-list li{
  position:relative;
  padding:13px 18px 13px 72px;
  min-height:54px;
  display:flex;
  align-items:center;
  border:1px solid rgba(56,232,255,.34);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(5,8,22,.92),rgba(5,8,22,.76));
  box-shadow:0 0 18px rgba(56,232,255,.16), inset 0 0 0 1px rgba(255,255,255,.035);
  color:var(--text);
  font-family:'Sora',sans-serif;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.25;
}
.offer-details .pricing-list li::before{
  content:counter(offerItem, decimal-leading-zero);
  counter-increment:offerItem;
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:24px;
  border-radius:999px;
  border:1px solid rgba(56,232,255,.68);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--accent1);
  font-size:.74rem;
  font-weight:700;
  background:rgba(56,232,255,.055);
}
.offer-details .pricing-list li:nth-child(4){
  margin-top:28px;
}
.offer-details .pricing-list li:nth-child(4)::after{
  content:'PLUS THE COMPLETE BONUS TOOLKIT:';
  position:absolute;
  top:-25px;
  left:50%;
  transform:translateX(-50%);
  color:var(--accent1);
  font-size:.75rem;
  letter-spacing:.08em;
  white-space:nowrap;
}
.offer-details .btn-primary{
  width:100%;
  text-align:center;
  margin-top:16px !important;
  padding:17px 28px;
  font-size:1.16rem;
  border-radius:12px;
  color:#050816;
  background:linear-gradient(135deg,#7BC8FF,#38E8FF);
  box-shadow:0 0 22px rgba(56,232,255,.36),0 10px 40px rgba(0,0,0,.28);
}
.offer-details .pricing-sub{
  justify-content:center;
  margin-top:10px;
  color:rgba(231,238,248,.60);
  font-style:italic;
}
.payment-logo-strip{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:18px;
}
.payment-logo-strip img{
  display:block;
  width:min(100%,540px);
  max-width:100%;
  height:auto;
  object-fit:contain;
  border-radius:6px;
  background:transparent;
  box-shadow:none;
}

/* tablet still two columns, like the old desktop/tablet layout */
@media(min-width:761px) and (max-width:1100px){
  .pricing-section .pricing-card{
    max-width:960px;
  }
  .pricing-section .pricing-card-inner{
    grid-template-columns:minmax(315px,.92fr) minmax(370px,1.08fr);
    gap:20px;
    padding:18px;
  }
  .offer-showcase{min-height:430px}
  .offer-showcase img{max-height:450px}
  .offer-details h3{font-size:clamp(1.35rem,2.4vw,2rem)}
  .offer-details .pricing-price .sale{font-size:clamp(3.05rem,5.7vw,4.1rem)}
  .offer-details .pricing-list{gap:10px}
  .offer-details .pricing-list li{
    min-height:50px;
    padding:11px 14px 11px 66px;
    font-size:.86rem;
  }
  .offer-details .pricing-list li::before{left:14px}
  .payment-logo-strip img{width:min(100%,470px)}
}

/* mobile: old-site style = product image first, then the full offer block below */
@media(max-width:760px){
  .pricing-section .pricing-card{
    max-width:560px;
    border-radius:18px;
  }
  .pricing-section .pricing-card-inner{
    grid-template-columns:1fr;
    gap:18px;
    text-align:center;
    padding:14px;
    border-radius:16px;
  }
  .offer-showcase{
    min-height:auto;
    border-radius:12px;
  }
  .offer-showcase img{
    width:100%;
    height:auto;
    max-height:none;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center;
    border-radius:12px;
  }
  .offer-details .rating{justify-content:center}
  .offer-details h3{
    text-align:center;
    font-size:1.45rem;
    line-height:1.2;
  }
  .offer-details .pricing-price{
    text-align:center;
    margin:14px 0 24px;
  }
  .offer-details .pricing-price .sale{font-size:3.18rem}
  .offer-details .pricing-price .regular{font-size:1.25rem}
  .offer-details .pricing-list{
    grid-template-columns:1fr;
    gap:10px;
  }
  .offer-details .pricing-list li{
    min-height:52px;
    text-align:left;
    padding:12px 14px 12px 66px;
    font-size:.88rem;
    border-radius:12px;
  }
  .offer-details .pricing-list li::before{
    left:14px;
    width:38px;
    height:24px;
  }
  .offer-details .pricing-list li:nth-child(4){
    margin-top:34px;
  }
  .offer-details .pricing-list li:nth-child(4)::after{
    top:-28px;
    left:0;
    right:0;
    transform:none;
    text-align:center;
    white-space:normal;
  }
  .offer-details .btn-primary{
    padding:16px 20px;
    font-size:1.05rem;
  }
  .offer-details .pricing-sub{
    gap:8px;
    font-size:.74rem;
  }
  .payment-logo-strip{
    margin-top:14px;
    overflow:hidden;
  }
  .payment-logo-strip img{
    width:100%;
    max-width:420px;
  }
}
@media(max-width:420px){
  .offer-details h3{font-size:1.25rem}
  .offer-details .pricing-price .sale{font-size:2.72rem}
  .offer-details .pricing-list li{
    font-size:.80rem;
    padding-left:62px;
  }
  .payment-logo-strip img{max-width:360px}
}

/* Gear roadmap */
@media(max-width:760px){
  .timeline{max-width:100% !important;padding-left:24px}
  .timeline::before{left:8px}
  .timeline-item{padding-left:24px}
  .timeline-dot{left:-23px}
}

/* Audience / honesty */
@media(max-width:900px){
  .audience-grid{grid-template-columns:1fr;gap:28px}
  .honesty-section .honesty-images{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .honesty-section .honesty-images{grid-template-columns:1fr}
  .honesty-section .honesty-images img{height:210px}
}

/* Reviews carousel/card safety */
@media(max-width:760px){
  .reviews-carousel{margin-top:30px}
  .review-card{padding:20px}
  .review-card p{font-size:.86rem !important}
}
@media(max-width:420px){
  .review-card{padding:18px}
}

/* FAQ/footer */
@media(max-width:560px){
  .faq-q{font-size:.95rem;gap:14px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-links{gap:12px}
}



/* === Generated asset integration === */
.brand-logo{display:flex;align-items:center}
.brand-logo-img{display:block;height:42px;width:auto;max-width:260px;object-fit:contain}
@media(max-width:760px){.brand-logo-img{height:34px;max-width:200px}}
.tp-stars{display:inline-flex;align-items:center;gap:6px;font-family:'Sora',sans-serif;font-size:.88rem;font-weight:700;letter-spacing:.02em;color:#7fd4ff;background:rgba(127,212,255,.08);border:1px solid rgba(127,212,255,.18);padding:6px 10px;border-radius:999px;white-space:nowrap}
.tp-stars-small{font-size:.75rem;padding:4px 8px}
.review-card img{background:rgba(255,255,255,.02)}
.review-card .tp-stars{margin-top:12px}
.hero-img-wrap img,.offer-showcase img{box-shadow:0 20px 70px rgba(0,0,0,.34)}


/* === Final integrated generated assets package === */
.brand-logo-img{height:42px!important;width:auto!important;max-width:290px!important;object-fit:contain!important}
.story-gallery img,.journey-card img,.honesty-images img,.review-card img,.volume-card img,.hero-img-wrap img,.offer-showcase img,.offer-media img{display:block;width:100%;height:100%;object-fit:cover}
.story-gallery img{aspect-ratio:4/3}
.journey-card img{aspect-ratio:4/3}
.honesty-images img{aspect-ratio:2/3}
.review-card img{aspect-ratio:4/5}
.payment-logo-strip img{width:min(100%,540px);height:auto;object-fit:contain}
@media(max-width:760px){.brand-logo-img{height:34px!important;max-width:210px!important}}

/* === WHAT'S INSIDE IMAGE FIX — natural proportions === */
.volumes-grid{
  align-items:stretch;
}
.volume-card{
  display:flex;
  flex-direction:column;
}
.volume-card .gradient-border-inner{
  display:flex;
  flex-direction:column;
  height:100%;
}
.volume-card img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  background:
    radial-gradient(circle at 50% 35%,rgba(56,232,255,.08),transparent 48%),
    linear-gradient(180deg,rgba(5,8,22,.92),rgba(8,12,28,.96));
  padding:16px;
  border-radius:14px 14px 0 0;
}
.volume-card-body{
  flex:1;
}
@media(max-width:1024px){
  .volume-card img{
    height:auto !important;
    padding:14px;
  }
}
@media(max-width:720px){
  .volume-card img{
    height:auto !important;
    max-height:none !important;
    padding:12px;
  }
}


/* === BEGINNER-FRIENDLY, BUT HONEST IMAGE FIX === */
.honesty-section .honesty-images{
  align-items:stretch;
}
.honesty-section .honesty-images img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  background:
    radial-gradient(circle at 50% 35%,rgba(56,232,255,.08),transparent 48%),
    linear-gradient(180deg,rgba(5,8,22,.92),rgba(8,12,28,.96));
  padding:14px;
  border-radius:16px;
}
@media(min-width:901px){
  .honesty-section .honesty-images{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }
}
@media(max-width:900px){
  .honesty-section .honesty-images{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
  }
  .honesty-section .honesty-images img{
    padding:12px;
  }
}
@media(max-width:560px){
  .honesty-section .honesty-images{
    grid-template-columns:1fr;
    gap:14px;
  }
  .honesty-section .honesty-images img{
    padding:10px;
  }
}



/* === FINAL CLIENT FIXES: header, offer mockup, logo, footer, failures === */

/* Strong fixed header behavior */
.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:3000 !important;
  background:rgba(5,8,22,.84) !important;
  backdrop-filter:blur(16px) saturate(130%) !important;
  -webkit-backdrop-filter:blur(16px) saturate(130%) !important;
  border-bottom:1px solid rgba(56,232,255,.12) !important;
  box-shadow:0 10px 34px rgba(0,0,0,.24) !important;
}
body{
  padding-top:72px !important;
}
.announce-bar{
  display:none !important;
}

/* Transparent logo in header */
.brand-logo{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}
.brand-logo-img{
  height:42px !important;
  width:auto !important;
  max-width:280px !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* Footer original logo */
.footer-brand-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 30px;
}
.footer-brand-logo img{
  display:block;
  height:54px;
  width:auto;
  max-width:min(340px,90vw);
  object-fit:contain;
  background:transparent;
  border:none;
  box-shadow:none;
}

/* Offer mockup: show the full product image, not cropped */
.offer-showcase{
  min-height:auto !important;
  height:auto !important;
  padding:22px !important;
  overflow:visible !important;
  background:
    radial-gradient(circle at 50% 40%,rgba(56,232,255,.10),transparent 46%),
    linear-gradient(180deg,rgba(5,8,22,.40),rgba(5,8,22,.16)) !important;
}
.offer-showcase img{
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:contain !important;
  object-position:center !important;
  aspect-ratio:auto !important;
  border-radius:14px !important;
  background:transparent !important;
  padding:0 !important;
}
.pricing-section .pricing-card-inner{
  align-items:center !important;
}

/* Hero product mockup also shown fully */
.hero-img-wrap img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

/* Failure cards keep consistent framing after swapping noisy/flat */
.fail-card img{
  object-fit:cover !important;
  object-position:center !important;
}

/* Mobile/tablet refinements */
@media(max-width:1024px){
  body{padding-top:68px !important}
  .brand-logo-img{height:38px !important;max-width:240px !important}
  .offer-showcase{padding:18px !important}
  .offer-showcase img{max-height:520px !important}
}
@media(max-width:760px){
  body{padding-top:64px !important}
  .brand-logo-img{height:34px !important;max-width:210px !important}
  .footer-brand-logo img{height:44px;max-width:min(280px,86vw)}
  .offer-showcase{padding:12px !important}
  .offer-showcase img{
    max-height:none !important;
    width:100% !important;
  }
}


/* === PREMIUM FINAL BEAUTY PASS — same structure, same copy === */

:root{
  --sf-glow-cyan: rgba(56,232,255,.24);
  --sf-glow-violet: rgba(155,92,255,.22);
  --sf-card-line: rgba(255,255,255,.105);
}

/* smoother page depth */
body{
  background:
    radial-gradient(circle at 12% 5%,rgba(56,232,255,.12),transparent 30%),
    radial-gradient(circle at 86% 12%,rgba(155,92,255,.13),transparent 31%),
    radial-gradient(circle at 50% 48%,rgba(22,33,95,.22),transparent 46%),
    linear-gradient(180deg,#030612 0%,#06091a 42%,#030510 100%) !important;
}

/* more premium fixed header */
.header{
  background:
    linear-gradient(180deg,rgba(6,9,24,.92),rgba(5,8,22,.78)) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}
.header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(56,232,255,.46),rgba(155,92,255,.38),transparent);
  pointer-events:none;
}

/* cleaner logo rendering */
.brand-logo-img,
.footer-logo-img{
  filter:drop-shadow(0 0 18px rgba(56,232,255,.18));
}

/* premium section rhythm */
.section{
  position:relative;
}
.section::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(960px,82vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
  opacity:.55;
  pointer-events:none;
}

/* card depth upgrade */
.gradient-border,
.card,
.journey-card,
.volume-card,
.review-card,
.faq-item,
.offer-card,
.pricing-card-inner,
.fail-card{
  box-shadow:
    0 24px 70px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.gradient-border-inner,
.card,
.journey-card,
.volume-card,
.review-card,
.faq-item,
.offer-card,
.pricing-card-inner{
  border-color:var(--sf-card-line) !important;
}

/* image treatment: cleaner premium look */
.story-gallery img,
.journey-card img,
.honesty-images img,
.review-card img,
.fail-card img,
.volume-card img{
  filter:saturate(1.08) contrast(1.04);
  transition:transform .35s ease, filter .35s ease, box-shadow .35s ease;
}
.story-gallery img:hover,
.journey-card:hover img,
.honesty-images img:hover,
.review-card:hover img,
.volume-card:hover img{
  transform:translateY(-2px) scale(1.015);
  filter:saturate(1.16) contrast(1.07);
}

/* hero and offer product image: more elegant but still fully visible */
.hero-img-wrap,
.offer-showcase{
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:
    0 30px 90px rgba(0,0,0,.42),
    0 0 70px rgba(56,232,255,.08),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
}
.offer-showcase{
  padding:28px !important;
  border-radius:28px !important;
}
.offer-showcase img{
  object-fit:contain !important;
  width:100% !important;
  height:auto !important;
  max-height:640px !important;
  filter:drop-shadow(0 24px 38px rgba(0,0,0,.34));
}

/* CTA polish */
.btn,
button,
a.btn,
.hero-cta,
.cta-button{
  box-shadow:
    0 16px 44px rgba(56,232,255,.18),
    inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.btn:hover,
a.btn:hover,
.hero-cta:hover,
.cta-button:hover{
  transform:translateY(-2px);
  box-shadow:
    0 22px 56px rgba(56,232,255,.24),
    inset 0 1px 0 rgba(255,255,255,.25) !important;
}

/* pricing box hierarchy */
.pricing-section .pricing-card-inner{
  background:
    radial-gradient(circle at 20% 12%,rgba(56,232,255,.10),transparent 34%),
    radial-gradient(circle at 82% 16%,rgba(155,92,255,.12),transparent 34%),
    linear-gradient(180deg,rgba(12,18,42,.86),rgba(6,9,23,.94)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}

/* footer: only original logo + payment logos, premium finish */
.footer{
  position:relative;
  overflow:hidden;
  padding-top:72px !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(56,232,255,.10),transparent 36%),
    linear-gradient(180deg,rgba(6,9,24,.96),#02040d 100%) !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
}
.footer::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(980px,84vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(56,232,255,.48),rgba(155,92,255,.38),transparent);
}
.footer-brand-logo{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:0 auto 28px !important;
}
.footer-logo-img{
  display:block !important;
  height:58px !important;
  width:auto !important;
  max-width:min(360px,88vw) !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.footer-payment-strip{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:30px auto 22px;
  padding:14px 18px;
  width:fit-content;
  max-width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 46px rgba(0,0,0,.22);
}
.footer-payment-img{
  display:block !important;
  width:min(520px,82vw) !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* remove accidental footer non-logo visuals */
.footer img:not(.footer-logo-img):not(.footer-payment-img){
  display:none !important;
}

/* better mobile balance */
@media(max-width:760px){
  .section::before{width:86vw}
  .offer-showcase{
    padding:16px !important;
    border-radius:22px !important;
  }
  .offer-showcase img{
    max-height:none !important;
  }
  .footer{
    padding-top:56px !important;
  }
  .footer-logo-img{
    height:46px !important;
    max-width:min(290px,86vw) !important;
  }
  .footer-payment-strip{
    padding:11px 12px;
    border-radius:14px;
    margin:24px auto 18px;
  }
  .footer-payment-img{
    width:min(430px,84vw) !important;
  }
}


/* === MOBILE HERO IMAGE PLACEMENT FIX === */
.mobile-hero-product-image{
  display:none;
}
@media(max-width:760px){
  .hero .mobile-hero-product-image{
    display:block !important;
    margin:22px auto 24px !important;
    width:100% !important;
    max-width:440px !important;
    padding:12px !important;
    border-radius:24px !important;
    border:1px solid rgba(255,255,255,.12) !important;
    background:
      radial-gradient(circle at 50% 36%,rgba(56,232,255,.12),transparent 46%),
      linear-gradient(180deg,rgba(8,12,32,.72),rgba(5,8,22,.88)) !important;
    box-shadow:
      0 24px 64px rgba(0,0,0,.38),
      0 0 48px rgba(56,232,255,.09),
      inset 0 1px 0 rgba(255,255,255,.08) !important;
  }
  .hero .mobile-hero-product-image img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    border-radius:18px !important;
    background:transparent !important;
  }
  .hero .hero-visual,
  .hero .hero-img-wrap{
    display:none !important;
  }
}
@media(min-width:761px){
  .hero .mobile-hero-product-image{
    display:none !important;
  }
}


/* === FOOTER PAYMENT LOGOS REPLACEMENT === */
.footer-payment-strip-replacement{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:18px auto 32px !important;
  padding:14px 18px !important;
  width:fit-content !important;
  max-width:100% !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.035) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 46px rgba(0,0,0,.22) !important;
}
.footer-payment-strip-replacement .footer-payment-img{
  display:block !important;
  width:min(540px,84vw) !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.footer img:not(.footer-logo-img):not(.footer-payment-img){
  display:none !important;
}
@media(max-width:760px){
  .footer-payment-strip-replacement{
    margin:16px auto 26px !important;
    padding:10px 12px !important;
    border-radius:14px !important;
  }
  .footer-payment-strip-replacement .footer-payment-img{
    width:min(430px,86vw) !important;
  }
}


/* ==========================================================================
   SKYFRAME ACADEMY — MAXIMUM PREMIUM VISUAL PASS
   Same copy. Same structure. More depth, contrast, polish, and conversion clarity.
   ========================================================================== */

:root{
  --sf-ink:#f8fbff;
  --sf-muted:#b9c5da;
  --sf-soft:#8390a7;
  --sf-bg-0:#02030a;
  --sf-bg-1:#050816;
  --sf-bg-2:#071026;
  --sf-cyan:#5ff2ff;
  --sf-cyan-strong:#21dfff;
  --sf-blue:#5a7dff;
  --sf-violet:#a66cff;
  --sf-gold:#ffd36b;
  --sf-card:rgba(8,13,31,.72);
  --sf-card-strong:rgba(9,15,36,.88);
  --sf-line:rgba(255,255,255,.115);
  --sf-line-strong:rgba(255,255,255,.18);
  --sf-shadow:0 34px 100px rgba(0,0,0,.48);
  --sf-shadow-soft:0 20px 60px rgba(0,0,0,.32);
}

/* Core page atmosphere */
html{
  scroll-behavior:smooth;
}
body{
  color:var(--sf-ink) !important;
  background:
    radial-gradient(circle at 8% 4%,rgba(95,242,255,.16),transparent 29%),
    radial-gradient(circle at 88% 7%,rgba(166,108,255,.17),transparent 31%),
    radial-gradient(circle at 50% 28%,rgba(55,96,255,.10),transparent 42%),
    radial-gradient(circle at 20% 78%,rgba(95,242,255,.055),transparent 30%),
    radial-gradient(circle at 84% 82%,rgba(166,108,255,.06),transparent 30%),
    linear-gradient(180deg,#02030a 0%,#050816 36%,#071026 63%,#02030a 100%) !important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.48) 0 1px,transparent 1.35px),
    radial-gradient(circle,rgba(95,242,255,.32) 0 1px,transparent 1.45px),
    radial-gradient(circle,rgba(255,255,255,.20) 0 1px,transparent 1.25px);
  background-size:180px 180px,260px 260px,110px 110px;
  background-position:0 0,60px 90px,30px 50px;
  opacity:.18;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.28) 38%,rgba(0,0,0,.10));
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(115deg,transparent 0 42%,rgba(95,242,255,.035) 49%,transparent 57%),
    linear-gradient(72deg,transparent 0 52%,rgba(166,108,255,.035) 58%,transparent 66%);
  mix-blend-mode:screen;
}

/* Header: fixed, expensive, readable */
.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5000 !important;
  background:
    linear-gradient(180deg,rgba(3,5,14,.94),rgba(4,7,18,.82)) !important;
  backdrop-filter:blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(18px) saturate(145%) !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 36px rgba(0,0,0,.30) !important;
  transition:background .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.header.is-scrolled{
  background:
    linear-gradient(180deg,rgba(2,3,10,.98),rgba(4,7,18,.92)) !important;
  border-bottom-color:rgba(95,242,255,.18) !important;
  box-shadow:0 18px 58px rgba(0,0,0,.48),0 0 42px rgba(95,242,255,.05) !important;
}
.header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(95,242,255,.55),rgba(166,108,255,.45),transparent);
  opacity:.72;
  pointer-events:none;
}
body{
  padding-top:74px !important;
}
.brand-logo-img{
  height:43px !important;
  width:auto !important;
  max-width:286px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 0 18px rgba(95,242,255,.20)) !important;
}

/* Better typography rhythm without copy edits */
h1,h2,h3{
  letter-spacing:-.035em;
  text-wrap:balance;
}
h1{
  text-shadow:0 0 42px rgba(95,242,255,.08);
}
p{
  text-wrap:pretty;
}
.section{
  position:relative;
  isolation:isolate;
}
.section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1040px,86vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  opacity:.55;
  pointer-events:none;
}
.section::after{
  content:"";
  position:absolute;
  inset:8% auto auto 50%;
  width:min(860px,82vw);
  height:260px;
  transform:translateX(-50%);
  background:radial-gradient(ellipse at center,rgba(95,242,255,.045),transparent 68%);
  pointer-events:none;
  z-index:-1;
}

/* Cards: premium glass, higher-quality borders */
.card,
.gradient-border,
.gradient-border-inner,
.journey-card,
.volume-card,
.review-card,
.faq-item,
.offer-card,
.pricing-card-inner,
.fail-card,
.honesty-images img,
.story-gallery img{
  border-color:var(--sf-line) !important;
}
.card,
.gradient-border-inner,
.journey-card,
.volume-card,
.review-card,
.faq-item,
.offer-card,
.pricing-card-inner{
  background:
    radial-gradient(circle at 18% 0%,rgba(95,242,255,.075),transparent 34%),
    radial-gradient(circle at 82% 8%,rgba(166,108,255,.075),transparent 34%),
    linear-gradient(180deg,rgba(11,17,39,.78),rgba(5,8,22,.82)) !important;
  box-shadow:
    var(--sf-shadow-soft),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
  backdrop-filter:blur(10px) saturate(120%);
  -webkit-backdrop-filter:blur(10px) saturate(120%);
}
.gradient-border,
.pricing-card-inner{
  position:relative;
}
.gradient-border::before,
.pricing-card-inner::before,
.offer-showcase::before,
.hero-img-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(95,242,255,.42),rgba(166,108,255,.24),rgba(255,255,255,.08));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.72;
  pointer-events:none;
}

/* Images: cinematic but controlled */
.story-gallery img,
.journey-card img,
.honesty-images img,
.review-card img,
.fail-card img,
.volume-card img{
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  filter:saturate(1.10) contrast(1.055) brightness(1.02);
  transition:transform .36s cubic-bezier(.2,.8,.2,1), filter .36s ease, box-shadow .36s ease;
}
.story-gallery img:hover,
.journey-card:hover img,
.honesty-images img:hover,
.review-card:hover img,
.volume-card:hover img{
  transform:translateY(-3px) scale(1.018);
  filter:saturate(1.18) contrast(1.08) brightness(1.035);
  box-shadow:0 24px 60px rgba(0,0,0,.36),0 0 36px rgba(95,242,255,.08) !important;
}

/* Hero: stronger premium centerpiece */
.hero{
  position:relative;
}
.hero::before{
  content:"";
  position:absolute;
  inset:-80px 0 auto;
  height:620px;
  background:
    radial-gradient(circle at 50% 16%,rgba(95,242,255,.13),transparent 36%),
    radial-gradient(circle at 62% 28%,rgba(166,108,255,.10),transparent 34%);
  pointer-events:none;
  z-index:-1;
}
.hero .eyebrow,
.eyebrow,
.badge{
  border:1px solid rgba(95,242,255,.22) !important;
  background:linear-gradient(180deg,rgba(95,242,255,.12),rgba(95,242,255,.045)) !important;
  color:#eafcff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 30px rgba(95,242,255,.055) !important;
}
.hero-img-wrap,
.offer-showcase{
  position:relative;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 50% 32%,rgba(95,242,255,.13),transparent 44%),
    radial-gradient(circle at 78% 14%,rgba(166,108,255,.12),transparent 36%),
    linear-gradient(180deg,rgba(10,16,38,.72),rgba(4,7,18,.86)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:
    0 40px 120px rgba(0,0,0,.52),
    0 0 90px rgba(95,242,255,.085),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.hero-img-wrap img,
.offer-showcase img{
  object-fit:contain !important;
  height:auto !important;
  filter:drop-shadow(0 24px 44px rgba(0,0,0,.40)) saturate(1.05) contrast(1.03);
}

/* Offer section: product seen fully and feels expensive */
.offer-showcase{
  padding:30px !important;
  border-radius:30px !important;
  overflow:visible !important;
}
.offer-showcase img{
  width:100% !important;
  max-height:660px !important;
  border-radius:18px !important;
}
.pricing-section .pricing-card-inner{
  background:
    radial-gradient(circle at 16% 8%,rgba(95,242,255,.13),transparent 34%),
    radial-gradient(circle at 88% 16%,rgba(166,108,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(13,19,44,.90),rgba(5,8,22,.96)) !important;
  box-shadow:
    0 38px 120px rgba(0,0,0,.52),
    0 0 70px rgba(95,242,255,.055),
    inset 0 1px 0 rgba(255,255,255,.11) !important;
}

/* CTA buttons: high contrast, readable, conversion-safe */
a[class*="btn"],
button[class*="btn"],
.btn,
.cta,
.cta-button,
.hero-cta,
.pricing-cta,
a[href*="checkout"],
a[href*="cart"]{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#02101a !important;
  background:
    linear-gradient(180deg,#f7feff 0%,#75f4ff 34%,#21dfff 100%) !important;
  border:1px solid rgba(255,255,255,.72) !important;
  text-shadow:none !important;
  font-weight:800 !important;
  letter-spacing:-.01em;
  box-shadow:
    0 18px 46px rgba(33,223,255,.28),
    0 3px 0 rgba(0,70,92,.28),
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -1px 0 rgba(0,0,0,.12) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease;
}
a[class*="btn"]::before,
button[class*="btn"]::before,
.btn::before,
.cta::before,
.cta-button::before,
.hero-cta::before,
.pricing-cta::before,
a[href*="checkout"]::before,
a[href*="cart"]::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0 28%,rgba(255,255,255,.55) 40%,transparent 52%),
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.55),transparent 45%);
  transform:translateX(-120%);
  transition:transform .55s ease;
  pointer-events:none;
  z-index:-1;
}
a[class*="btn"]:hover,
button[class*="btn"]:hover,
.btn:hover,
.cta:hover,
.cta-button:hover,
.hero-cta:hover,
.pricing-cta:hover,
a[href*="checkout"]:hover,
a[href*="cart"]:hover{
  transform:translateY(-2px) !important;
  filter:saturate(1.08) brightness(1.03);
  box-shadow:
    0 26px 68px rgba(33,223,255,.36),
    0 3px 0 rgba(0,70,92,.20),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(0,0,0,.10) !important;
}
a[class*="btn"]:hover::before,
button[class*="btn"]:hover::before,
.btn:hover::before,
.cta:hover::before,
.cta-button:hover::before,
.hero-cta:hover::before,
.pricing-cta:hover::before,
a[href*="checkout"]:hover::before,
a[href*="cart"]:hover::before{
  transform:translateX(120%);
}
a[class*="btn"]:focus-visible,
button[class*="btn"]:focus-visible,
.btn:focus-visible,
.cta:focus-visible,
.cta-button:focus-visible,
.hero-cta:focus-visible,
.pricing-cta:focus-visible{
  outline:3px solid rgba(255,255,255,.94) !important;
  outline-offset:4px !important;
}

/* Secondary/nav style contrast */
.header a:not(.brand-logo):not([class*="btn"]),
nav a{
  color:#dbe9ff !important;
}
.header a:not(.brand-logo):not([class*="btn"]):hover,
nav a:hover{
  color:#ffffff !important;
  text-shadow:0 0 18px rgba(95,242,255,.26);
}

/* Failure cards: sharper diagnosis section */
.fail-card{
  background:
    linear-gradient(180deg,rgba(10,16,38,.82),rgba(4,7,18,.90)) !important;
  border:1px solid rgba(255,255,255,.11) !important;
}
.fail-card img{
  object-position:center !important;
}

/* Reviews: more believable UGC framing */
.review-card{
  background:
    radial-gradient(circle at 50% 0%,rgba(95,242,255,.07),transparent 30%),
    linear-gradient(180deg,rgba(11,17,39,.82),rgba(5,8,22,.92)) !important;
}
.review-card img{
  border:1px solid rgba(255,255,255,.10) !important;
}

/* FAQ: crisp and readable */
.faq-item{
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}
.faq-item:hover{
  transform:translateY(-2px);
  border-color:rgba(95,242,255,.20) !important;
  background:
    radial-gradient(circle at 18% 0%,rgba(95,242,255,.09),transparent 34%),
    linear-gradient(180deg,rgba(12,18,42,.84),rgba(5,8,22,.90)) !important;
}

/* Payment logos: clean, premium, not noisy */
.payment-logo-strip,
.footer-payment-strip-replacement{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.026)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 18px 48px rgba(0,0,0,.25) !important;
}
.payment-logo-strip img,
.footer-payment-img{
  filter:saturate(1.04) contrast(1.04);
}

/* Footer: final luxury finish */
.footer{
  background:
    radial-gradient(circle at 50% -10%,rgba(95,242,255,.13),transparent 34%),
    radial-gradient(circle at 88% 8%,rgba(166,108,255,.10),transparent 30%),
    linear-gradient(180deg,rgba(5,8,22,.98),#010208 100%) !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
}
.footer-logo-img{
  filter:drop-shadow(0 0 20px rgba(95,242,255,.22)) !important;
}

/* Mobile refinement */
@media(max-width:1024px){
  body{padding-top:70px !important}
  .brand-logo-img{height:38px !important;max-width:245px !important}
  .offer-showcase{padding:22px !important;border-radius:26px !important}
  .offer-showcase img{max-height:560px !important}
}
@media(max-width:760px){
  body{padding-top:64px !important}
  .brand-logo-img{height:34px !important;max-width:212px !important}
  h1,h2,h3{letter-spacing:-.032em}
  .section::before{width:88vw}
  .hero .mobile-hero-product-image{
    margin:24px auto 26px !important;
    border-radius:26px !important;
    padding:14px !important;
    background:
      radial-gradient(circle at 50% 34%,rgba(95,242,255,.14),transparent 46%),
      radial-gradient(circle at 84% 18%,rgba(166,108,255,.12),transparent 34%),
      linear-gradient(180deg,rgba(9,14,35,.78),rgba(4,7,18,.92)) !important;
    box-shadow:
      0 28px 80px rgba(0,0,0,.46),
      0 0 58px rgba(95,242,255,.10),
      inset 0 1px 0 rgba(255,255,255,.10) !important;
  }
  .offer-showcase{
    padding:16px !important;
    border-radius:22px !important;
  }
  .offer-showcase img{
    max-height:none !important;
  }
  a[class*="btn"],
  button[class*="btn"],
  .btn,
  .cta,
  .cta-button,
  .hero-cta,
  .pricing-cta{
    color:#010b12 !important;
    font-weight:850 !important;
    box-shadow:
      0 18px 50px rgba(33,223,255,.30),
      inset 0 1px 0 rgba(255,255,255,.85) !important;
  }
  .footer-logo-img{height:46px !important}
  .footer-payment-strip-replacement .footer-payment-img{width:min(430px,86vw) !important}
}
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}


/* ==========================================================================
   SKYFRAME FINAL LIVING DESIGN PASS
   Fixes: FAQ 3D, footer compliance, smaller payment logos, visible stars,
   centered Is This For You, alive Avoid Upgrades, micro effects everywhere.
   ========================================================================== */

:root{
  --mx:50%;
  --my:30%;
  --spot-x:50%;
  --spot-y:0%;
  --rx:0deg;
  --ry:0deg;
}

/* Restore the more visible star universe background */
body{
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(95,242,255,.115),transparent 24%),
    radial-gradient(circle at 12% 8%,rgba(95,242,255,.16),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(166,108,255,.15),transparent 32%),
    radial-gradient(circle at 50% 42%,rgba(32,58,140,.19),transparent 48%),
    linear-gradient(180deg,#01030b 0%,#050816 34%,#071026 62%,#02030a 100%) !important;
}
body::before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:-2 !important;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.86) 0 1px,transparent 1.35px),
    radial-gradient(circle,rgba(95,242,255,.72) 0 1px,transparent 1.5px),
    radial-gradient(circle,rgba(255,255,255,.42) 0 1px,transparent 1.2px),
    radial-gradient(circle,rgba(166,108,255,.50) 0 1px,transparent 1.35px) !important;
  background-size:150px 150px,230px 230px,82px 82px,310px 310px !important;
  background-position:0 0,70px 95px,28px 42px,110px 40px !important;
  opacity:.42 !important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.62) 48%,rgba(0,0,0,.38)) !important;
  animation:skyframe-star-drift 44s linear infinite;
}
body::after{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:-1 !important;
  background:
    radial-gradient(ellipse at 20% 18%,rgba(95,242,255,.095),transparent 33%),
    radial-gradient(ellipse at 80% 22%,rgba(166,108,255,.10),transparent 35%),
    linear-gradient(112deg,transparent 0 42%,rgba(95,242,255,.042) 49%,transparent 58%),
    linear-gradient(72deg,transparent 0 53%,rgba(166,108,255,.04) 60%,transparent 69%) !important;
  opacity:.95 !important;
  mix-blend-mode:screen;
}
@keyframes skyframe-star-drift{
  from{background-position:0 0,70px 95px,28px 42px,110px 40px}
  to{background-position:150px 150px,300px 325px,110px 124px,420px 350px}
}

/* More alive section atmosphere */
.section{
  transform-style:preserve-3d;
}
.section::after{
  opacity:.78 !important;
  animation:section-breathe 8s ease-in-out infinite alternate;
}
@keyframes section-breathe{
  from{transform:translateX(-50%) scale(.96); opacity:.38}
  to{transform:translateX(-50%) scale(1.04); opacity:.78}
}

/* Micro movement on cards */
.micro-tilt{
  transform-style:preserve-3d;
  transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transition:transform .18s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position:relative;
  overflow:hidden;
}
.micro-tilt::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.16),transparent 32%);
  opacity:0;
  transition:opacity .22s ease;
}
.micro-tilt:hover::after{
  opacity:1;
}
.micro-tilt:hover{
  border-color:rgba(95,242,255,.24) !important;
  box-shadow:
    0 34px 88px rgba(0,0,0,.46),
    0 0 54px rgba(95,242,255,.075),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
}

/* Scroll reveal so the page feels alive, not static */
.reveal-on-scroll{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.reveal-on-scroll.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* FAQ: actual premium 3D blocks */
.faq-premium-section{
  perspective:1400px;
}
.faq-premium-section .faq-list,
.faq-premium-section .faq-grid{
  perspective:1400px;
}
.faq-premium-section .faq-item{
  position:relative !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(95,242,255,.13),transparent 30%),
    linear-gradient(145deg,rgba(14,22,52,.94),rgba(5,8,22,.98) 62%,rgba(2,4,12,.98)) !important;
  box-shadow:
    0 22px 0 -14px rgba(95,242,255,.16),
    0 36px 90px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.45) !important;
}
.faq-premium-section .faq-item::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:23px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),transparent 30%,rgba(95,242,255,.07) 64%,transparent);
  pointer-events:none;
}
.faq-premium-section .faq-item h3,
.faq-premium-section .faq-item h4,
.faq-premium-section .faq-item strong{
  color:#ffffff !important;
  text-shadow:0 0 24px rgba(95,242,255,.09);
}
.faq-premium-section .faq-item p{
  color:#c7d3e8 !important;
}
.faq-premium-section .faq-item:hover{
  transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-4px) translateZ(10px) !important;
}

/* Footer: smaller payment logos + legal/disclaimer done correctly */
.footer{
  padding-top:64px !important;
  padding-bottom:42px !important;
  background:
    radial-gradient(circle at 50% -6%,rgba(95,242,255,.12),transparent 32%),
    radial-gradient(circle at 16% 18%,rgba(166,108,255,.075),transparent 30%),
    linear-gradient(180deg,rgba(5,8,22,.96),#010208 100%) !important;
}
.footer-brand-logo{
  margin-bottom:18px !important;
}
.footer-logo-img{
  height:48px !important;
  max-width:min(310px,84vw) !important;
}
.footer-payment-strip,
.footer-payment-strip-replacement{
  margin:14px auto 24px !important;
  padding:9px 12px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.026) !important;
  border:1px solid rgba(255,255,255,.095) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 34px rgba(0,0,0,.22) !important;
}
.footer-payment-img,
.footer-payment-strip-replacement .footer-payment-img{
  width:min(360px,68vw) !important;
  max-width:360px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}
.footer-compliance-wrap{
  width:min(860px,92vw);
  margin:18px auto 0;
  text-align:center;
}
.footer-legal-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:16px auto 14px;
}
.footer-legal-links a{
  color:#d8e7ff !important;
  text-decoration:none !important;
  font-size:.92rem;
  opacity:.9;
  transition:opacity .2s ease,color .2s ease,text-shadow .2s ease;
}
.footer-legal-links a:hover{
  opacity:1;
  color:#ffffff !important;
  text-shadow:0 0 18px rgba(95,242,255,.28);
}
.footer-meta-disclaimer{
  width:min(760px,92vw);
  margin:0 auto 16px !important;
  color:rgba(214,225,244,.72) !important;
  font-size:.78rem !important;
  line-height:1.55 !important;
}

/* Is this for you: centered on PC/tablet and more intentional */
.is-this-for-you-section{
  text-align:center !important;
}
.is-this-for-you-section .container,
.is-this-for-you-section .section-header,
.is-this-for-you-section .section-copy,
.is-this-for-you-section h2,
.is-this-for-you-section p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.is-this-for-you-section .grid,
.is-this-for-you-section .cards-grid,
.is-this-for-you-section .features-grid,
.is-this-for-you-section .audience-grid{
  justify-content:center !important;
  align-items:stretch !important;
}
.is-this-for-you-section .card,
.is-this-for-you-section li,
.is-this-for-you-section .gradient-border,
.is-this-for-you-section .gradient-border-inner{
  text-align:left !important;
}
@media(min-width:761px){
  .is-this-for-you-section .card,
  .is-this-for-you-section .gradient-border{
    text-align:center !important;
  }
  .is-this-for-you-section .card p,
  .is-this-for-you-section .gradient-border p{
    text-align:center !important;
  }
}

/* Avoid wrong upgrades: alive cards, animated accents */
.avoid-upgrades-section{
  position:relative;
  overflow:hidden;
}
.avoid-upgrades-section::before{
  opacity:.85 !important;
  background:linear-gradient(90deg,transparent,rgba(255,211,107,.18),rgba(95,242,255,.16),transparent) !important;
}
.avoid-upgrades-section::after{
  content:"";
  position:absolute;
  left:50%;
  top:14%;
  width:min(900px,86vw);
  height:360px;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 25% 32%,rgba(255,211,107,.115),transparent 30%),
    radial-gradient(circle at 74% 36%,rgba(95,242,255,.105),transparent 32%),
    radial-gradient(circle at 50% 70%,rgba(166,108,255,.08),transparent 36%);
  z-index:-1;
  animation:avoid-glow 7s ease-in-out infinite alternate;
}
@keyframes avoid-glow{
  from{opacity:.52; filter:blur(0px); transform:translateX(-50%) scale(.98)}
  to{opacity:.92; filter:blur(2px); transform:translateX(-50%) scale(1.04)}
}
.avoid-upgrades-section .card,
.avoid-upgrades-section .gradient-border-inner,
.avoid-upgrades-section li{
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.avoid-upgrades-section .card:hover,
.avoid-upgrades-section .gradient-border-inner:hover{
  transform:translateY(-5px) scale(1.012);
  border-color:rgba(255,211,107,.24) !important;
  box-shadow:
    0 30px 76px rgba(0,0,0,.42),
    0 0 48px rgba(255,211,107,.075),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
}

/* Make all tiny UI elements feel responsive */
.badge,
.eyebrow,
.pill,
.stat,
.price,
.trust,
li,
summary{
  transition:transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.badge:hover,
.eyebrow:hover,
.pill:hover,
.stat:hover,
.trust:hover{
  transform:translateY(-2px);
  border-color:rgba(95,242,255,.28) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.22),0 0 22px rgba(95,242,255,.06);
}

/* Buttons remain very high contrast */
a[class*="btn"],
button[class*="btn"],
.btn,
.cta,
.cta-button,
.hero-cta,
.pricing-cta,
a[href*="checkout"],
a[href*="cart"]{
  color:#010a12 !important;
  background:
    linear-gradient(180deg,#ffffff 0%,#7df6ff 38%,#18dfff 100%) !important;
  border:1px solid rgba(255,255,255,.82) !important;
  text-shadow:none !important;
  font-weight:850 !important;
}
a[class*="btn"]:hover,
button[class*="btn"]:hover,
.btn:hover,
.cta:hover,
.cta-button:hover,
.hero-cta:hover,
.pricing-cta:hover{
  color:#00070d !important;
  filter:brightness(1.04) saturate(1.08);
}

/* Mobile safety */
@media(max-width:760px){
  body::before{
    opacity:.34 !important;
    background-size:130px 130px,210px 210px,74px 74px,280px 280px !important;
  }
  .footer-logo-img{
    height:42px !important;
  }
  .footer-payment-img,
  .footer-payment-strip-replacement .footer-payment-img{
    width:min(300px,72vw) !important;
    max-width:300px !important;
  }
  .footer-legal-links{
    gap:8px 14px;
  }
  .footer-meta-disclaimer{
    font-size:.72rem !important;
  }
  .faq-premium-section .faq-item{
    border-radius:20px !important;
  }
  .is-this-for-you-section .card,
  .is-this-for-you-section .gradient-border,
  .is-this-for-you-section .gradient-border-inner,
  .is-this-for-you-section li{
    text-align:left !important;
  }
}
@media(prefers-reduced-motion:reduce){
  body::before,
  .section::after,
  .avoid-upgrades-section::after{
    animation:none !important;
  }
  .micro-tilt,
  .micro-tilt:hover,
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible{
    transform:none !important;
    transition:none !important;
    opacity:1 !important;
  }
}


/* === HEADER SHOPIFY-STYLE CART ICON === */
.header-cart-link{
  position:relative;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:
    radial-gradient(circle at 50% 18%,rgba(95,242,255,.14),transparent 52%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.028)) !important;
  color:#eefcff !important;
  text-decoration:none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 12px 32px rgba(0,0,0,.22) !important;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    color .22s ease !important;
}
.header-cart-link:hover{
  transform:translateY(-2px) scale(1.035) !important;
  border-color:rgba(95,242,255,.36) !important;
  color:#ffffff !important;
  background:
    radial-gradient(circle at 50% 18%,rgba(95,242,255,.22),transparent 54%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 18px 44px rgba(0,0,0,.28),
    0 0 26px rgba(95,242,255,.14) !important;
}
.header-cart-link:focus-visible{
  outline:3px solid rgba(255,255,255,.88) !important;
  outline-offset:4px !important;
}
.header-cart-icon{
  width:22px !important;
  height:22px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.75 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.header-cart-count{
  position:absolute !important;
  top:-4px !important;
  right:-4px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
  height:18px !important;
  padding:0 5px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#ffffff,#6ff3ff) !important;
  color:#010a12 !important;
  font-size:10px !important;
  font-weight:850 !important;
  line-height:1 !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 8px 18px rgba(33,223,255,.22) !important;
}
@media(max-width:760px){
  .header-cart-link{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
  }
  .header-cart-icon{
    width:20px !important;
    height:20px !important;
  }
  .header-cart-count{
    top:-3px !important;
    right:-3px !important;
    min-width:17px !important;
    height:17px !important;
    font-size:9px !important;
  }
}


/* ==========================================================================
   FINAL BACKGROUND CORRECTION — less glow, more clean starfield
   ========================================================================== */

/* Cleaner dark sky: fewer colorful light blobs, more visible stars */
body{
  background:
    radial-gradient(circle at 50% 0%,rgba(95,242,255,.055),transparent 30%),
    radial-gradient(circle at 78% 18%,rgba(166,108,255,.045),transparent 28%),
    linear-gradient(180deg,#01030b 0%,#030612 32%,#050816 62%,#010208 100%) !important;
}

/* Stars remain visible, but colorful nebula/glow is reduced */
body::before{
  background-image:
    radial-gradient(circle,rgba(255,255,255,.82) 0 1px,transparent 1.32px),
    radial-gradient(circle,rgba(120,220,255,.52) 0 1px,transparent 1.38px),
    radial-gradient(circle,rgba(255,255,255,.34) 0 1px,transparent 1.15px) !important;
  background-size:155px 155px,245px 245px,88px 88px !important;
  background-position:0 0,70px 95px,28px 42px !important;
  opacity:.36 !important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.68) 45%,rgba(0,0,0,.50)) !important;
}

/* Remove the strong diagonal light rays / colorful haze */
body::after{
  background:
    radial-gradient(ellipse at 50% 0%,rgba(95,242,255,.045),transparent 42%),
    linear-gradient(180deg,transparent,rgba(1,2,8,.18)) !important;
  opacity:.55 !important;
  mix-blend-mode:normal !important;
}

/* Sections: remove excessive light halos */
.section::after{
  opacity:.26 !important;
  height:180px !important;
  background:radial-gradient(ellipse at center,rgba(95,242,255,.028),transparent 72%) !important;
  animation:none !important;
}
.section::before{
  opacity:.34 !important;
}

/* Hero should stay premium but not flooded by light */
.hero::before{
  background:
    radial-gradient(circle at 50% 12%,rgba(95,242,255,.065),transparent 34%),
    radial-gradient(circle at 66% 24%,rgba(166,108,255,.045),transparent 32%) !important;
  opacity:.72 !important;
}

/* Cards and containers: lower glow, stronger dark premium depth */
.card,
.gradient-border-inner,
.journey-card,
.volume-card,
.review-card,
.faq-item,
.offer-card,
.pricing-card-inner{
  background:
    radial-gradient(circle at 18% 0%,rgba(95,242,255,.035),transparent 34%),
    linear-gradient(180deg,rgba(10,15,35,.78),rgba(4,7,18,.88)) !important;
  box-shadow:
    0 24px 68px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* Hero / offer image frames: keep clean, remove excessive glow */
.hero-img-wrap,
.offer-showcase{
  background:
    radial-gradient(circle at 50% 32%,rgba(95,242,255,.055),transparent 44%),
    linear-gradient(180deg,rgba(8,12,30,.74),rgba(3,6,16,.90)) !important;
  box-shadow:
    0 30px 88px rgba(0,0,0,.50),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
}

/* Pricing: more dark luxury, less color bloom */
.pricing-section .pricing-card-inner{
  background:
    radial-gradient(circle at 18% 8%,rgba(95,242,255,.055),transparent 32%),
    linear-gradient(180deg,rgba(10,15,36,.90),rgba(3,6,16,.96)) !important;
  box-shadow:
    0 34px 96px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
}

/* Avoid wrong upgrades: remove the big colorful animated glow */
.avoid-upgrades-section::after{
  opacity:.28 !important;
  filter:none !important;
  background:
    radial-gradient(circle at 50% 34%,rgba(95,242,255,.04),transparent 46%) !important;
  animation:none !important;
}
.avoid-upgrades-section::before{
  opacity:.36 !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent) !important;
}

/* Hover effects still alive but less flashy */
.micro-tilt:hover{
  box-shadow:
    0 28px 76px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.micro-tilt::after{
  background:radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.10),transparent 34%) !important;
}

/* Images hover: less glow, more premium movement */
.story-gallery img:hover,
.journey-card:hover img,
.honesty-images img:hover,
.review-card:hover img,
.volume-card:hover img{
  box-shadow:
    0 22px 58px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* Header/footer: closer to clean final-sky feel */
.header{
  background:linear-gradient(180deg,rgba(2,4,12,.96),rgba(3,6,16,.86)) !important;
}
.header.is-scrolled{
  background:linear-gradient(180deg,rgba(1,2,8,.98),rgba(3,6,16,.94)) !important;
  box-shadow:0 16px 48px rgba(0,0,0,.46) !important;
}
.footer{
  background:
    radial-gradient(circle at 50% -8%,rgba(95,242,255,.055),transparent 34%),
    linear-gradient(180deg,rgba(4,7,18,.98),#010208 100%) !important;
}

/* CTA contrast remains strong, but less neon spill */
a[class*="btn"],
button[class*="btn"],
.btn,
.cta,
.cta-button,
.hero-cta,
.pricing-cta,
a[href*="checkout"],
a[href*="cart"]{
  box-shadow:
    0 16px 42px rgba(33,223,255,.20),
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -1px 0 rgba(0,0,0,.10) !important;
}
a[class*="btn"]:hover,
button[class*="btn"]:hover,
.btn:hover,
.cta:hover,
.cta-button:hover,
.hero-cta:hover,
.pricing-cta:hover{
  box-shadow:
    0 20px 52px rgba(33,223,255,.25),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(0,0,0,.10) !important;
}

/* Mobile: keep background readable and not noisy */
@media(max-width:760px){
  body{
    background:
      radial-gradient(circle at 50% 0%,rgba(95,242,255,.045),transparent 28%),
      linear-gradient(180deg,#01030b 0%,#030612 38%,#010208 100%) !important;
  }
  body::before{
    opacity:.30 !important;
  }
  .hero .mobile-hero-product-image{
    background:
      radial-gradient(circle at 50% 34%,rgba(95,242,255,.055),transparent 46%),
      linear-gradient(180deg,rgba(8,12,30,.76),rgba(3,6,16,.92)) !important;
    box-shadow:
      0 24px 68px rgba(0,0,0,.46),
      inset 0 1px 0 rgba(255,255,255,.09) !important;
  }
}


/* === SIMPLE HEADER CART ICON — no round button, no badge === */
.header-cart-link,
.header-cart-link-simple{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  padding:0 !important;
  margin-left:16px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#eaf8ff !important;
  text-decoration:none !important;
  line-height:1 !important;
  transform:none !important;
  transition:color .2s ease, opacity .2s ease, transform .2s ease, filter .2s ease !important;
}
.header-cart-link::before,
.header-cart-link::after,
.header-cart-link-simple::before,
.header-cart-link-simple::after{
  display:none !important;
  content:none !important;
}
.header-cart-link:hover,
.header-cart-link-simple:hover{
  color:#ffffff !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:translateY(-1px) !important;
  filter:drop-shadow(0 0 12px rgba(95,242,255,.28)) !important;
}
.header-cart-link:focus-visible,
.header-cart-link-simple:focus-visible{
  outline:2px solid rgba(255,255,255,.82) !important;
  outline-offset:5px !important;
  border-radius:6px !important;
}
.header-cart-icon{
  width:24px !important;
  height:24px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.header-cart-count{
  display:none !important;
}
@media(max-width:760px){
  .header-cart-link,
  .header-cart-link-simple{
    margin-left:12px !important;
  }
  .header-cart-icon{
    width:23px !important;
    height:23px !important;
  }
}


/* ==========================================================================
   UPGRADED "IS THIS FOR YOU?" SECTION
   ========================================================================== */

.audience-upgraded-section{
  position:relative;
  overflow:hidden;
  text-align:center !important;
}
.audience-upgraded-section::before{
  content:"";
  position:absolute;
  left:50%;
  top:12%;
  width:min(980px,88vw);
  height:420px;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 28% 34%,rgba(95,242,255,.075),transparent 34%),
    radial-gradient(circle at 72% 42%,rgba(166,108,255,.06),transparent 32%),
    radial-gradient(circle at 50% 82%,rgba(255,255,255,.035),transparent 42%);
  pointer-events:none;
  z-index:-1;
  animation:audience-soft-pulse 8s ease-in-out infinite alternate;
}
@keyframes audience-soft-pulse{
  from{opacity:.45; transform:translateX(-50%) scale(.98)}
  to{opacity:.82; transform:translateX(-50%) scale(1.03)}
}
.audience-header{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.audience-header h2,
.audience-header p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.audience-header .section-copy{
  max-width:760px;
}

.audience-decision-board{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:24px;
  width:min(1120px,100%);
  margin:46px auto 0;
  align-items:stretch;
  perspective:1400px;
}
.audience-panel{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at var(--spot-x,50%) var(--spot-y,0%),rgba(255,255,255,.10),transparent 34%),
    linear-gradient(145deg,rgba(12,18,42,.90),rgba(4,7,18,.96) 66%,rgba(2,4,12,.98));
  box-shadow:
    0 34px 100px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.11),
    inset 0 -1px 0 rgba(0,0,0,.45);
  padding:30px;
  text-align:left;
  transform-style:preserve-3d;
}
.audience-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.13),transparent 32%,rgba(95,242,255,.045) 66%,transparent),
    radial-gradient(circle at 20% 0%,rgba(95,242,255,.10),transparent 34%);
  opacity:.75;
}
.audience-panel::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);
  opacity:.65;
}
.audience-panel:hover{
  border-color:rgba(95,242,255,.24);
}
.audience-panel-yes{
  background:
    radial-gradient(circle at var(--spot-x,50%) var(--spot-y,0%),rgba(95,242,255,.12),transparent 32%),
    linear-gradient(145deg,rgba(13,21,50,.92),rgba(4,7,18,.97) 66%,rgba(2,4,12,.98));
}
.audience-panel-no{
  background:
    radial-gradient(circle at var(--spot-x,50%) var(--spot-y,0%),rgba(255,211,107,.10),transparent 32%),
    linear-gradient(145deg,rgba(13,17,36,.92),rgba(4,7,18,.97) 66%,rgba(2,4,12,.98));
}
.audience-panel-orbit{
  position:absolute;
  width:260px;
  height:260px;
  right:-116px;
  top:-116px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 0 38px rgba(95,242,255,.045);
  opacity:.8;
  animation:audience-orbit 14s linear infinite;
}
.audience-panel-orbit::before,
.audience-panel-orbit::after{
  content:"";
  position:absolute;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.075);
}
.audience-panel-orbit::before{
  inset:34px;
}
.audience-panel-orbit::after{
  inset:72px;
}
@keyframes audience-orbit{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.audience-panel-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:24px;
}
.audience-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  font-size:24px;
  font-weight:900;
  line-height:1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 16px 38px rgba(0,0,0,.28);
}
.audience-icon-yes{
  color:#011117;
  background:linear-gradient(180deg,#ffffff,#6ff3ff 48%,#1de0ff);
}
.audience-icon-no{
  color:#120b01;
  background:linear-gradient(180deg,#fff7dd,#ffd36b);
}
.audience-kicker{
  display:block;
  color:#9eeeff;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.audience-panel-no .audience-kicker{
  color:#ffe0a1;
}
.audience-panel h3{
  margin:0;
  color:#ffffff;
  font-size:clamp(1.25rem,1.8vw,1.75rem);
  letter-spacing:-.035em;
  line-height:1.08;
}
.audience-check-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.audience-check-item,
.audience-no-item{
  position:relative;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px 15px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 28px rgba(0,0,0,.18);
  transition:
    transform .24s ease,
    border-color .24s ease,
    background .24s ease,
    box-shadow .24s ease;
}
.audience-check-item:hover,
.audience-no-item:hover{
  transform:translateY(-3px);
  border-color:rgba(95,242,255,.22);
  background:
    radial-gradient(circle at 30% 0%,rgba(95,242,255,.08),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 18px 38px rgba(0,0,0,.26);
}
.audience-check-item span{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:999px;
  color:#001017;
  background:linear-gradient(180deg,#ffffff,#72f3ff);
  font-size:.72rem;
  font-weight:900;
  box-shadow:0 8px 18px rgba(33,223,255,.16);
}
.audience-check-item p,
.audience-no-item p{
  margin:0;
  color:#d4e1f3;
  font-size:.96rem;
  line-height:1.42;
}
.audience-no-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:13px;
}
.audience-no-item span{
  flex:0 0 auto;
  width:10px;
  height:10px;
  margin-top:6px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffe7aa,#ffd36b);
  box-shadow:0 0 20px rgba(255,211,107,.16);
}
.audience-bottom-signal{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:30px auto 0;
  color:#c8d8ed;
  font-weight:700;
  letter-spacing:-.01em;
}
.audience-bottom-signal span{
  display:block;
  width:min(120px,18vw);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(95,242,255,.42),transparent);
}
.audience-bottom-signal p{
  margin:0;
  color:#e6f4ff;
}

@media(max-width:980px){
  .audience-decision-board{
    grid-template-columns:1fr;
    gap:20px;
    max-width:760px;
  }
  .audience-panel{
    padding:26px;
  }
}
@media(max-width:640px){
  .audience-decision-board{
    margin-top:32px;
  }
  .audience-panel{
    padding:20px;
    border-radius:24px;
  }
  .audience-panel-top{
    gap:13px;
    margin-bottom:20px;
  }
  .audience-icon{
    width:40px;
    height:40px;
    border-radius:14px;
    font-size:21px;
  }
  .audience-check-grid{
    grid-template-columns:1fr;
  }
  .audience-check-item,
  .audience-no-item{
    padding:14px;
    border-radius:16px;
  }
  .audience-bottom-signal{
    gap:10px;
    font-size:.92rem;
  }
  .audience-bottom-signal span{
    width:40px;
  }
}


/* ==========================================================================
   HERO PRODUCT IMAGE FIX — desktop/tablet image free, not trapped in a card
   ========================================================================== */

@media(min-width:761px){
  .hero .hero-visual{
    overflow:visible !important;
  }

  .hero .hero-img-wrap{
    position:relative !important;
    overflow:visible !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    transform:none !important;
  }

  .hero .hero-img-wrap::before,
  .hero .hero-img-wrap::after{
    display:none !important;
    content:none !important;
  }

  .hero .hero-img-wrap img{
    display:block !important;
    width:100% !important;
    max-width:620px !important;
    height:auto !important;
    margin:0 auto !important;
    object-fit:contain !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    filter:
      drop-shadow(0 34px 54px rgba(0,0,0,.48))
      drop-shadow(0 0 28px rgba(95,242,255,.10))
      saturate(1.04)
      contrast(1.03) !important;
    animation:hero-product-free-float 5.8s ease-in-out infinite alternate !important;
    transform-origin:center center !important;
  }

  .hero .hero-img-wrap::marker{
    display:none !important;
  }

  .hero .hero-visual::before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:72% !important;
    height:62% !important;
    transform:translate(-50%,-48%) !important;
    border-radius:999px !important;
    background:
      radial-gradient(circle at center,rgba(95,242,255,.10),transparent 58%),
      radial-gradient(circle at 60% 42%,rgba(166,108,255,.07),transparent 52%) !important;
    filter:blur(18px) !important;
    pointer-events:none !important;
    z-index:-1 !important;
  }

  @keyframes hero-product-free-float{
    0%{
      transform:translate3d(0,0,0) rotate(-.35deg);
    }
    100%{
      transform:translate3d(0,-12px,0) rotate(.35deg);
    }
  }
}

/* Tablet tuning */
@media(min-width:761px) and (max-width:1100px){
  .hero .hero-img-wrap img{
    max-width:520px !important;
  }
}

/* Mobile stays with the current dedicated mobile placement */
@media(max-width:760px){
  .hero .hero-img-wrap{
    display:none !important;
  }
}


/* ==========================================================================
   FAQ OPEN STATE FIX — readable margins + frontal opening
   ========================================================================== */

/* Keep the FAQ section premium, but avoid awkward 3D when content is open */
.faq-premium-section .faq-item,
.faq-item{
  transform-origin:center top !important;
}

/* If FAQ uses <details>, opened items become front-facing and easier to read */
.faq-premium-section details.faq-item[open],
details.faq-item[open],
.faq-premium-section .faq-item[open]{
  transform:perspective(1100px) rotateX(0deg) rotateY(0deg) translateY(0) translateZ(0) !important;
  border-color:rgba(95,242,255,.22) !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(95,242,255,.075),transparent 32%),
    linear-gradient(180deg,rgba(12,18,42,.96),rgba(4,7,18,.985)) !important;
  box-shadow:
    0 30px 82px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.42) !important;
}

/* Disable tilt while a FAQ is open so the text opens frontally */
.faq-premium-section details.faq-item[open]:hover,
details.faq-item[open]:hover,
.faq-premium-section .faq-item[open]:hover{
  transform:perspective(1100px) rotateX(0deg) rotateY(0deg) translateY(-2px) translateZ(0) !important;
}

/* Fix internal text spacing for all possible FAQ structures */
.faq-premium-section .faq-item{
  padding:0 !important;
}

.faq-premium-section .faq-item summary,
.faq-item summary{
  padding:22px 26px !important;
  cursor:pointer;
  list-style:none;
}

.faq-premium-section .faq-item summary::-webkit-details-marker,
.faq-item summary::-webkit-details-marker{
  display:none;
}

/* Opened answer text: proper side margins */
.faq-premium-section .faq-item > p,
.faq-premium-section .faq-item > div,
.faq-premium-section .faq-item .faq-answer,
.faq-premium-section .faq-item .answer,
.faq-item > p,
.faq-item > div,
.faq-item .faq-answer,
.faq-item .answer{
  padding-left:26px !important;
  padding-right:26px !important;
  margin-left:0 !important;
  margin-right:0 !important;
  box-sizing:border-box !important;
}

/* If summary is followed directly by paragraphs, make answer spacing elegant */
.faq-premium-section details.faq-item[open] summary + *,
details.faq-item[open] summary + *{
  margin-top:0 !important;
  padding-top:2px !important;
}

.faq-premium-section details.faq-item[open] > :not(summary):last-child,
details.faq-item[open] > :not(summary):last-child{
  padding-bottom:24px !important;
}

/* If FAQ is not using details but uses headings + paragraphs, keep same margins */
.faq-premium-section .faq-item h3,
.faq-premium-section .faq-item h4{
  padding-left:26px !important;
  padding-right:26px !important;
  margin-top:0 !important;
}

.faq-premium-section .faq-item p{
  max-width:none !important;
  width:auto !important;
  padding-left:26px !important;
  padding-right:26px !important;
  margin-left:0 !important;
  margin-right:0 !important;
  color:#cbd8ea !important;
}

/* Add visual divider between question and answer when opened */
.faq-premium-section details.faq-item[open] summary{
  border-bottom:1px solid rgba(255,255,255,.09) !important;
  margin-bottom:18px !important;
}

/* Smooth frontal open animation */
.faq-premium-section details.faq-item[open] > :not(summary){
  animation:faq-answer-front-open .26s ease both;
}

@keyframes faq-answer-front-open{
  from{
    opacity:0;
    transform:translateY(-4px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Keep pointer spotlight subtle when open, not distracting */
.faq-premium-section details.faq-item[open]::after,
details.faq-item[open]::after{
  opacity:.28 !important;
}

/* Mobile padding */
@media(max-width:760px){
  .faq-premium-section .faq-item summary,
  .faq-item summary{
    padding:19px 20px !important;
  }

  .faq-premium-section .faq-item > p,
  .faq-premium-section .faq-item > div,
  .faq-premium-section .faq-item .faq-answer,
  .faq-premium-section .faq-item .answer,
  .faq-item > p,
  .faq-item > div,
  .faq-item .faq-answer,
  .faq-item .answer,
  .faq-premium-section .faq-item h3,
  .faq-premium-section .faq-item h4,
  .faq-premium-section .faq-item p{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .faq-premium-section details.faq-item[open] > :not(summary):last-child,
  details.faq-item[open] > :not(summary):last-child{
    padding-bottom:20px !important;
  }
}


/* ==========================================================================
   FINAL FAQ SPACING + PURE WHITE CART ICON FIX
   ========================================================================== */

/* FAQ opened state: proper vertical + lateral breathing room */
.faq-premium-section details.faq-item[open],
details.faq-item[open]{
  padding-bottom:0 !important;
}

.faq-premium-section details.faq-item[open] summary,
details.faq-item[open] summary{
  padding:24px 28px 20px !important;
  margin-bottom:0 !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
}

/* Main opened answer area */
.faq-premium-section details.faq-item[open] > :not(summary),
details.faq-item[open] > :not(summary){
  display:block !important;
  padding:20px 28px 28px !important;
  margin:0 !important;
  line-height:1.65 !important;
  box-sizing:border-box !important;
}

/* If the answer is multiple paragraphs/elements, keep them readable */
.faq-premium-section details.faq-item[open] > :not(summary) + :not(summary),
details.faq-item[open] > :not(summary) + :not(summary){
  padding-top:0 !important;
}

.faq-premium-section details.faq-item[open] p,
details.faq-item[open] p,
.faq-premium-section details.faq-item[open] .faq-answer,
details.faq-item[open] .faq-answer,
.faq-premium-section details.faq-item[open] .answer,
details.faq-item[open] .answer{
  padding-left:28px !important;
  padding-right:28px !important;
  padding-top:18px !important;
  padding-bottom:28px !important;
  margin:0 !important;
  line-height:1.65 !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

/* Prevent double padding if answer is already wrapped inside a div */
.faq-premium-section details.faq-item[open] > div p,
details.faq-item[open] > div p,
.faq-premium-section details.faq-item[open] .faq-answer p,
details.faq-item[open] .faq-answer p{
  padding-left:0 !important;
  padding-right:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-bottom:12px !important;
}

.faq-premium-section details.faq-item[open] > div p:last-child,
details.faq-item[open] > div p:last-child,
.faq-premium-section details.faq-item[open] .faq-answer p:last-child,
details.faq-item[open] .faq-answer p:last-child{
  margin-bottom:0 !important;
}

/* Cart icon: pure white only, no cyan/glow/badge */
.header-cart-link,
.header-cart-link:hover,
.header-cart-link:active,
.header-cart-link:visited{
  color:#ffffff !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
}

.header-cart-link:hover{
  transform:translateY(-1px) !important;
  opacity:.86 !important;
}

.header-cart-icon,
.header-cart-link svg,
.header-cart-link svg path,
.header-cart-link svg circle{
  stroke:#ffffff !important;
  color:#ffffff !important;
  fill:none !important;
  filter:none !important;
}

.header-cart-count{
  display:none !important;
}

/* Mobile FAQ spacing */
@media(max-width:760px){
  .faq-premium-section details.faq-item[open] summary,
  details.faq-item[open] summary{
    padding:21px 22px 17px !important;
  }

  .faq-premium-section details.faq-item[open] > :not(summary),
  details.faq-item[open] > :not(summary){
    padding:18px 22px 24px !important;
  }

  .faq-premium-section details.faq-item[open] p,
  details.faq-item[open] p,
  .faq-premium-section details.faq-item[open] .faq-answer,
  details.faq-item[open] .faq-answer,
  .faq-premium-section details.faq-item[open] .answer,
  details.faq-item[open] .answer{
    padding-left:22px !important;
    padding-right:22px !important;
    padding-top:16px !important;
    padding-bottom:24px !important;
  }
}


/* ==========================================================================
   HERO IMAGE REFINEMENT — free image, but with curved edges and better UX
   ========================================================================== */

@media(min-width:761px){
  .hero .hero-img-wrap{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .hero .hero-img-wrap img{
    border-radius:28px !important;
    overflow:hidden !important;
    background:transparent !important;
    box-shadow:
      0 34px 70px rgba(0,0,0,.40),
      0 10px 28px rgba(0,0,0,.22) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    -webkit-mask-image:-webkit-radial-gradient(white, black) !important;
  }

  .hero .hero-img-wrap img:hover{
    box-shadow:
      0 40px 82px rgba(0,0,0,.46),
      0 12px 32px rgba(0,0,0,.24) !important;
  }
}

@media(min-width:761px) and (max-width:1100px){
  .hero .hero-img-wrap img{
    border-radius:24px !important;
  }
}

@media(max-width:760px){
  .hero .mobile-hero-product-image img{
    border-radius:22px !important;
    border:1px solid rgba(255,255,255,.08) !important;
  }
}


/* ==========================================================================
   BEGINNER JOURNEY COPY RESTORE + PREMIUM STEP CARDS
   ========================================================================== */

.journey-upgraded-copy-section .journey-card,
.journey-upgraded-copy-section .card,
.journey-upgraded-copy-section .gradient-border-inner{
  overflow:hidden !important;
}

.journey-upgraded-copy-section .journey-card img,
.journey-upgraded-copy-section .card img{
  display:block !important;
  width:100% !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  border-radius:18px 18px 0 0 !important;
}

.journey-step-copy{
  position:relative;
  padding:20px 20px 22px !important;
  text-align:left !important;
  background:
    radial-gradient(circle at 20% 0%,rgba(95,242,255,.07),transparent 42%),
    linear-gradient(180deg,rgba(8,13,31,.86),rgba(4,7,18,.94));
  border-top:1px solid rgba(255,255,255,.09);
  min-height:178px;
  box-sizing:border-box;
}

.journey-step-copy::before{
  content:"";
  position:absolute;
  left:20px;
  top:0;
  width:58px;
  height:1px;
  background:linear-gradient(90deg,rgba(95,242,255,.72),transparent);
}

.journey-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:28px;
  margin-bottom:14px;
  border-radius:999px;
  color:#061017;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
  background:linear-gradient(180deg,#ffffff,#72f3ff);
  box-shadow:
    0 10px 22px rgba(33,223,255,.16),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.journey-step-title{
  margin:0 0 9px !important;
  color:#ffffff !important;
  font-size:1.08rem !important;
  line-height:1.1 !important;
  letter-spacing:-.025em !important;
  text-transform:capitalize;
}

.journey-step-description{
  margin:0 !important;
  padding:0 !important;
  color:#cbd8ea !important;
  font-size:.94rem !important;
  line-height:1.52 !important;
  max-width:none !important;
}

.journey-upgraded-copy-section .journey-card,
.journey-upgraded-copy-section .card{
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease !important;
}

.journey-upgraded-copy-section .journey-card:hover,
.journey-upgraded-copy-section .card:hover{
  transform:translateY(-5px) !important;
  border-color:rgba(95,242,255,.22) !important;
  box-shadow:
    0 30px 76px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.journey-upgraded-copy-section .journey-card:hover .journey-step-number,
.journey-upgraded-copy-section .card:hover .journey-step-number{
  transform:translateY(-1px);
  box-shadow:
    0 14px 28px rgba(33,223,255,.22),
    inset 0 1px 0 rgba(255,255,255,.92);
}

@media(max-width:760px){
  .journey-step-copy{
    padding:18px 18px 20px !important;
    min-height:auto;
  }

  .journey-step-title{
    font-size:1.02rem !important;
  }

  .journey-step-description{
    font-size:.92rem !important;
  }
}


/* ==========================================================================
   DEFINITIVE BEGINNER JOURNEY FIX — images natural + copy under every image
   ========================================================================== */

.journey-fixed-complete-section{
  position:relative;
  overflow:visible !important;
}

.journey-fixed-header{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.journey-fixed-header h2,
.journey-fixed-header p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.journey-fixed-header .section-copy{
  max-width:860px !important;
}

.journey-fixed-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
  margin:44px auto 0 !important;
  align-items:stretch !important;
}

.journey-fixed-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  min-width:0 !important;
  border-radius:24px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 24% 0%,rgba(95,242,255,.055),transparent 34%),
    linear-gradient(180deg,rgba(10,15,35,.84),rgba(4,7,18,.94)) !important;
  box-shadow:
    0 26px 70px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
  transform-style:preserve-3d;
}

.journey-fixed-image-wrap{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:170px !important;
  padding:12px !important;
  background:
    radial-gradient(circle at 50% 35%,rgba(95,242,255,.06),transparent 46%),
    linear-gradient(180deg,rgba(2,4,12,.62),rgba(3,6,16,.86)) !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
  box-sizing:border-box !important;
}

.journey-fixed-image-wrap img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:190px !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:16px !important;
  background:transparent !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.28) !important;
  transform:none !important;
}

.journey-fixed-content{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
  padding:18px 16px 20px !important;
  text-align:left !important;
  box-sizing:border-box !important;
}

.journey-fixed-number{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:40px !important;
  height:30px !important;
  margin-bottom:13px !important;
  border-radius:999px !important;
  color:#061017 !important;
  background:linear-gradient(180deg,#ffffff,#72f3ff) !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  letter-spacing:.04em !important;
  box-shadow:
    0 10px 22px rgba(33,223,255,.15),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.journey-fixed-micro{
  margin:0 0 10px !important;
  padding:0 !important;
  color:#91a2bc !important;
  font-size:.76rem !important;
  line-height:1.38 !important;
  letter-spacing:.01em !important;
  max-width:none !important;
}

.journey-fixed-content h3{
  margin:0 0 9px !important;
  padding:0 !important;
  color:#ffffff !important;
  font-size:1.02rem !important;
  line-height:1.12 !important;
  letter-spacing:-.025em !important;
  text-transform:lowercase !important;
}

.journey-fixed-desc{
  margin:0 !important;
  padding:0 !important;
  color:#cbd8ea !important;
  font-size:.90rem !important;
  line-height:1.52 !important;
  max-width:none !important;
}

.journey-fixed-card:hover{
  transform:translateY(-5px) !important;
  border-color:rgba(95,242,255,.22) !important;
  box-shadow:
    0 32px 82px rgba(0,0,0,.44),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.journey-fixed-card:hover .journey-fixed-image-wrap img{
  transform:translateY(-2px) scale(1.015) !important;
  box-shadow:0 20px 42px rgba(0,0,0,.34) !important;
}

@media(max-width:1180px){
  .journey-fixed-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .journey-fixed-image-wrap{
    min-height:190px !important;
  }
  .journey-fixed-image-wrap img{
    max-height:210px !important;
  }
}

@media(max-width:820px){
  .journey-fixed-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }
}

@media(max-width:560px){
  .journey-fixed-grid{
    grid-template-columns:1fr !important;
    margin-top:32px !important;
  }

  .journey-fixed-card{
    border-radius:22px !important;
  }

  .journey-fixed-image-wrap{
    min-height:auto !important;
    padding:10px !important;
  }

  .journey-fixed-image-wrap img{
    max-height:none !important;
    width:100% !important;
    height:auto !important;
  }

  .journey-fixed-content{
    padding:18px 18px 20px !important;
  }

  .journey-fixed-micro{
    font-size:.78rem !important;
  }

  .journey-fixed-desc{
    font-size:.92rem !important;
  }
}


/* ==========================================================================
   BEGINNER JOURNEY HEADER STYLE ALIGNMENT
   Makes this section visually consistent with the other landing section titles.
   ========================================================================== */

.journey-fixed-complete-section .journey-fixed-header{
  width:min(880px,100%) !important;
  margin:0 auto 0 !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.journey-fixed-complete-section .journey-fixed-header .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 auto 18px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(95,242,255,.20) !important;
  background:
    linear-gradient(180deg,rgba(95,242,255,.10),rgba(95,242,255,.035)) !important;
  color:#dffaff !important;
  font-size:.78rem !important;
  font-weight:850 !important;
  line-height:1 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 28px rgba(0,0,0,.18) !important;
}

.journey-fixed-complete-section .journey-fixed-header h2{
  width:min(820px,100%) !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  text-align:center !important;
  color:#ffffff !important;
  font-size:clamp(2.15rem,4.2vw,4.25rem) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  text-wrap:balance !important;
  text-shadow:
    0 0 34px rgba(95,242,255,.07),
    0 18px 46px rgba(0,0,0,.22) !important;
}

.journey-fixed-complete-section .journey-fixed-header .section-copy{
  width:min(780px,100%) !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:#bdc9dc !important;
  font-size:clamp(1rem,1.35vw,1.15rem) !important;
  line-height:1.68 !important;
  text-wrap:pretty !important;
}

/* Subtle section glow consistent with the rest, not a different custom block */
.journey-fixed-complete-section{
  padding-top:var(--section-padding, 96px) !important;
}

.journey-fixed-complete-section::before{
  opacity:.36 !important;
}

.journey-fixed-complete-section::after{
  opacity:.24 !important;
  height:180px !important;
  background:radial-gradient(ellipse at center,rgba(95,242,255,.028),transparent 72%) !important;
}

/* Better breathing room between header and journey cards */
.journey-fixed-complete-section .journey-fixed-grid{
  margin-top:52px !important;
}

@media(max-width:760px){
  .journey-fixed-complete-section .journey-fixed-header .eyebrow{
    margin-bottom:15px !important;
    font-size:.72rem !important;
    padding:7px 12px !important;
  }

  .journey-fixed-complete-section .journey-fixed-header h2{
    font-size:clamp(2rem,10vw,2.85rem) !important;
    line-height:1.02 !important;
    letter-spacing:-.045em !important;
    margin-bottom:16px !important;
  }

  .journey-fixed-complete-section .journey-fixed-header .section-copy{
    font-size:.98rem !important;
    line-height:1.62 !important;
  }

  .journey-fixed-complete-section .journey-fixed-grid{
    margin-top:36px !important;
  }
}


/* ==========================================================================
   JOURNEY COPY VARIANT POLISH
   Keeps the same meaning but makes the visible micro-copy feel intentional.
   ========================================================================== */

.journey-fixed-micro{
  color:#8fa1bb !important;
  font-size:.74rem !important;
  line-height:1.36 !important;
  letter-spacing:.015em !important;
  opacity:.88 !important;
}

.journey-fixed-number{
  margin-top:2px !important;
}

.journey-fixed-content h3{
  margin-top:1px !important;
}

@media(max-width:560px){
  .journey-fixed-micro{
    font-size:.77rem !important;
  }
}


/* ==========================================================================
   ABSOLUTE FINAL CART FIX — WHITE ICON ONLY, NO BUTTON, NO CONTAINER
   ========================================================================== */

.header .header-cart-link.header-cart-icon-only,
.header a.header-cart-link.header-cart-icon-only,
.header a.header-cart-link.header-cart-icon-only[href],
.header a.header-cart-link.header-cart-icon-only[href*="cart"],
.header nav a.header-cart-link.header-cart-icon-only,
.header .container a.header-cart-link.header-cart-icon-only{
  all:unset !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  padding:0 !important;
  margin:0 0 0 16px !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  color:#ffffff !important;
  opacity:1 !important;
  cursor:pointer !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  filter:none !important;
  transform:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.header .header-cart-link.header-cart-icon-only::before,
.header .header-cart-link.header-cart-icon-only::after,
.header a.header-cart-link.header-cart-icon-only[href*="cart"]::before,
.header a.header-cart-link.header-cart-icon-only[href*="cart"]::after{
  content:none !important;
  display:none !important;
  background:none !important;
  box-shadow:none !important;
}

.header .header-cart-link.header-cart-icon-only:hover,
.header a.header-cart-link.header-cart-icon-only:hover,
.header a.header-cart-link.header-cart-icon-only[href*="cart"]:hover,
.header .header-cart-link.header-cart-icon-only:active,
.header .header-cart-link.header-cart-icon-only:visited{
  all:unset !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  padding:0 !important;
  margin:0 0 0 16px !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:#ffffff !important;
  opacity:.82 !important;
  cursor:pointer !important;
  text-decoration:none !important;
  filter:none !important;
  transform:none !important;
}

.header .header-cart-svg,
.header .header-cart-link.header-cart-icon-only svg,
.header .header-cart-link.header-cart-icon-only .header-cart-svg{
  display:block !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  fill:none !important;
  stroke:#ffffff !important;
  color:#ffffff !important;
  stroke-width:1.85 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
}

.header .header-cart-svg path,
.header .header-cart-svg circle,
.header .header-cart-link.header-cart-icon-only svg path,
.header .header-cart-link.header-cart-icon-only svg circle{
  fill:none !important;
  stroke:#ffffff !important;
  color:#ffffff !important;
  background:transparent !important;
  filter:none !important;
}

.header .header-cart-count{
  display:none !important;
}

@media(max-width:760px){
  .header .header-cart-link.header-cart-icon-only,
  .header a.header-cart-link.header-cart-icon-only,
  .header a.header-cart-link.header-cart-icon-only[href*="cart"],
  .header .header-cart-link.header-cart-icon-only:hover{
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    min-height:23px !important;
    margin-left:12px !important;
  }

  .header .header-cart-svg,
  .header .header-cart-link.header-cart-icon-only svg{
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    min-height:23px !important;
  }
}


/* ==========================================================================
   JOURNEY HEADER SIZE MATCH — same hierarchy as "Why beginners stay stuck"
   ========================================================================== */

.journey-size-match-stuck-section .journey-fixed-header{
  width:min(980px,100%) !important;
  max-width:980px !important;
  margin:0 auto !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.journey-size-match-stuck-section .journey-fixed-header .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  margin:0 auto 18px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  font-size:.78rem !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
}

.journey-size-match-stuck-section .journey-fixed-header h2{
  width:min(920px,100%) !important;
  max-width:920px !important;
  margin:0 auto 22px !important;
  padding:0 !important;
  text-align:center !important;
  font-size:clamp(2.75rem,5.25vw,5.55rem) !important;
  line-height:.94 !important;
  letter-spacing:-.07em !important;
  text-wrap:balance !important;
}

.journey-size-match-stuck-section .journey-fixed-header .section-copy{
  width:min(850px,100%) !important;
  max-width:850px !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  font-size:clamp(1.05rem,1.55vw,1.28rem) !important;
  line-height:1.68 !important;
  letter-spacing:-.015em !important;
  text-wrap:pretty !important;
}

.journey-size-match-stuck-section .journey-fixed-grid{
  margin-top:56px !important;
}

/* Tablet */
@media(min-width:761px) and (max-width:1100px){
  .journey-size-match-stuck-section .journey-fixed-header{
    width:min(900px,100%) !important;
    max-width:900px !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header .eyebrow{
    margin-bottom:16px !important;
    font-size:.76rem !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header h2{
    max-width:860px !important;
    font-size:clamp(2.55rem,6.2vw,4.45rem) !important;
    line-height:.96 !important;
    letter-spacing:-.062em !important;
    margin-bottom:20px !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header .section-copy{
    max-width:790px !important;
    font-size:clamp(1.02rem,2vw,1.18rem) !important;
    line-height:1.66 !important;
  }

  .journey-size-match-stuck-section .journey-fixed-grid{
    margin-top:48px !important;
  }
}

/* Mobile */
@media(max-width:760px){
  .journey-size-match-stuck-section .journey-fixed-header{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header .eyebrow{
    margin-bottom:14px !important;
    padding:7px 12px !important;
    font-size:.72rem !important;
    letter-spacing:.085em !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header h2{
    max-width:100% !important;
    font-size:clamp(2.18rem,11.4vw,3.25rem) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
    margin-bottom:17px !important;
  }

  .journey-size-match-stuck-section .journey-fixed-header .section-copy{
    max-width:100% !important;
    font-size:1rem !important;
    line-height:1.62 !important;
    letter-spacing:-.01em !important;
  }

  .journey-size-match-stuck-section .journey-fixed-grid{
    margin-top:38px !important;
  }
}


/* ==========================================================================
   CLEAN JOURNEY ROADMAP — fixes cramped/ugly 5-column section
   ========================================================================== */

.journey-roadmap-clean-section{
  position:relative !important;
  overflow:hidden !important;
}

.journey-roadmap-clean-section .journey-roadmap-header{
  width:min(900px,100%) !important;
  max-width:900px !important;
  margin:0 auto !important;
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.journey-roadmap-clean-section .journey-roadmap-header .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  margin:0 auto 16px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(95,242,255,.20) !important;
  background:linear-gradient(180deg,rgba(95,242,255,.10),rgba(95,242,255,.035)) !important;
  color:#dffaff !important;
  font-size:.78rem !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
}

.journey-roadmap-clean-section .journey-roadmap-header h2{
  width:min(820px,100%) !important;
  max-width:820px !important;
  margin:0 auto 18px !important;
  padding:0 !important;
  text-align:center !important;
  color:#ffffff !important;
  font-size:clamp(2.35rem,4.35vw,4.55rem) !important;
  line-height:.98 !important;
  letter-spacing:-.058em !important;
  text-wrap:balance !important;
  text-shadow:0 18px 46px rgba(0,0,0,.24) !important;
}

.journey-roadmap-clean-section .journey-roadmap-header .section-copy{
  width:min(760px,100%) !important;
  max-width:760px !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:#bdc9dc !important;
  font-size:clamp(1.02rem,1.35vw,1.15rem) !important;
  line-height:1.68 !important;
  letter-spacing:-.01em !important;
  text-wrap:pretty !important;
}

/* Desktop: elegant vertical roadmap, not cramped 5-column cards */
.journey-roadmap-list{
  position:relative !important;
  display:grid !important;
  gap:18px !important;
  width:min(1040px,100%) !important;
  margin:54px auto 0 !important;
}

.journey-roadmap-list::before{
  content:"" !important;
  position:absolute !important;
  left:50px !important;
  top:34px !important;
  bottom:34px !important;
  width:1px !important;
  background:linear-gradient(180deg,transparent,rgba(95,242,255,.30),rgba(255,255,255,.08),transparent) !important;
  pointer-events:none !important;
}

.journey-roadmap-card{
  position:relative !important;
  display:grid !important;
  grid-template-columns:260px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:center !important;
  min-height:190px !important;
  padding:16px !important;
  border-radius:28px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:
    radial-gradient(circle at 18% 0%,rgba(95,242,255,.075),transparent 34%),
    linear-gradient(135deg,rgba(12,18,42,.86),rgba(4,7,18,.96) 72%) !important;
  box-shadow:
    0 28px 78px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
  overflow:hidden !important;
  transform-style:preserve-3d !important;
}

.journey-roadmap-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 32%,rgba(95,242,255,.035)) !important;
  opacity:.7 !important;
}

.journey-roadmap-image{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:170px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,rgba(2,5,14,.40),rgba(2,5,14,.84)) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.journey-roadmap-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:20px !important;
  transform:none !important;
  box-shadow:none !important;
}

.journey-roadmap-content{
  position:relative !important;
  z-index:1 !important;
  text-align:left !important;
  padding:4px 8px 4px 0 !important;
}

.journey-roadmap-topline{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:14px !important;
}

.journey-roadmap-number{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:42px !important;
  height:32px !important;
  border-radius:999px !important;
  color:#061017 !important;
  background:linear-gradient(180deg,#ffffff,#72f3ff) !important;
  font-size:.80rem !important;
  font-weight:900 !important;
  letter-spacing:.045em !important;
  box-shadow:
    0 12px 24px rgba(33,223,255,.18),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.journey-roadmap-scene{
  display:inline-block !important;
  color:#95a7c1 !important;
  font-size:.78rem !important;
  line-height:1.35 !important;
  letter-spacing:.045em !important;
  text-transform:uppercase !important;
  font-weight:750 !important;
}

.journey-roadmap-content h3{
  margin:0 0 10px !important;
  padding:0 !important;
  color:#ffffff !important;
  font-size:clamp(1.35rem,2vw,1.8rem) !important;
  line-height:1.06 !important;
  letter-spacing:-.04em !important;
  text-transform:none !important;
}

.journey-roadmap-content p{
  margin:0 !important;
  padding:0 !important;
  color:#cbd8ea !important;
  font-size:1rem !important;
  line-height:1.58 !important;
  max-width:620px !important;
}

.journey-roadmap-card:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(95,242,255,.24) !important;
  box-shadow:
    0 34px 88px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.journey-roadmap-card:hover .journey-roadmap-image img{
  transform:scale(1.035) !important;
  transition:transform .35s ease !important;
}

/* Tablet: still readable, no tiny 5-column cards */
@media(max-width:1100px){
  .journey-roadmap-list{
    width:min(860px,100%) !important;
  }

  .journey-roadmap-card{
    grid-template-columns:230px minmax(0,1fr) !important;
    gap:20px !important;
  }

  .journey-roadmap-image{
    height:160px !important;
  }

  .journey-roadmap-clean-section .journey-roadmap-header h2{
    font-size:clamp(2.25rem,5.7vw,4.05rem) !important;
    line-height:1 !important;
  }
}

/* Mobile: clean vertical card */
@media(max-width:760px){
  .journey-roadmap-clean-section .journey-roadmap-header .eyebrow{
    margin-bottom:14px !important;
    padding:7px 12px !important;
    font-size:.72rem !important;
  }

  .journey-roadmap-clean-section .journey-roadmap-header h2{
    max-width:100% !important;
    font-size:clamp(2.05rem,10.4vw,3rem) !important;
    line-height:1.02 !important;
    letter-spacing:-.05em !important;
    margin-bottom:16px !important;
  }

  .journey-roadmap-clean-section .journey-roadmap-header .section-copy{
    font-size:.98rem !important;
    line-height:1.62 !important;
  }

  .journey-roadmap-list{
    margin-top:36px !important;
    gap:16px !important;
  }

  .journey-roadmap-list::before{
    display:none !important;
  }

  .journey-roadmap-card{
    display:block !important;
    min-height:0 !important;
    padding:12px !important;
    border-radius:24px !important;
  }

  .journey-roadmap-image{
    height:auto !important;
    aspect-ratio:16/10 !important;
    border-radius:19px !important;
  }

  .journey-roadmap-image img{
    border-radius:17px !important;
  }

  .journey-roadmap-content{
    padding:18px 6px 8px !important;
  }

  .journey-roadmap-topline{
    align-items:flex-start !important;
    gap:10px !important;
    margin-bottom:12px !important;
  }

  .journey-roadmap-number{
    width:39px !important;
    height:30px !important;
    font-size:.76rem !important;
  }

  .journey-roadmap-scene{
    font-size:.72rem !important;
    line-height:1.35 !important;
  }

  .journey-roadmap-content h3{
    font-size:1.42rem !important;
  }

  .journey-roadmap-content p{
    font-size:.95rem !important;
    line-height:1.55 !important;
    max-width:none !important;
  }
}


/* ==========================================================================
   BEGINNER ROADMAP HEADER — FONT SCALE MATCHED TO EXISTING SECTIONS
   Matches:
   - Why beginners stay stuck
   - What’s included
   ========================================================================== */

.journey-header-font-matched .journey-roadmap-header{
  max-width:700px !important;
  width:min(700px,100%) !important;
  margin:0 auto !important;
  text-align:center !important;
  display:block !important;
}

/* Match the existing .kicker style, not a pill badge */
.journey-header-font-matched .journey-roadmap-header .eyebrow{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  margin:0 0 12px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--accent1) !important;
  font-size:.85rem !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  text-align:center !important;
}

/* Exact h2 scale used by the inspected sections */
.journey-header-font-matched .journey-roadmap-header h2{
  width:auto !important;
  max-width:none !important;
  margin:0 0 16px !important;
  padding:0 !important;
  text-align:center !important;
  color:#ffffff !important;
  font-size:clamp(1.6rem,3vw,2.4rem) !important;
  line-height:1.2 !important;
  letter-spacing:-.035em !important;
  text-shadow:none !important;
  text-wrap:balance !important;
}

/* Match paragraph rhythm from "Why beginners stay stuck" */
.journey-header-font-matched .journey-roadmap-header .section-copy{
  width:auto !important;
  max-width:700px !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:var(--text-dim) !important;
  font-size:1.05rem !important;
  line-height:1.8 !important;
  letter-spacing:0 !important;
  text-wrap:pretty !important;
}

/* Keep the cards at a clean distance after resizing the header */
.journey-header-font-matched .journey-roadmap-list{
  margin-top:40px !important;
}

/* Tablet: same clamp as reference, no oversized custom scaling */
@media(min-width:761px) and (max-width:1100px){
  .journey-header-font-matched .journey-roadmap-header{
    max-width:700px !important;
    width:min(700px,100%) !important;
  }

  .journey-header-font-matched .journey-roadmap-header .eyebrow{
    font-size:.85rem !important;
    margin-bottom:12px !important;
  }

  .journey-header-font-matched .journey-roadmap-header h2{
    font-size:clamp(1.6rem,3vw,2.4rem) !important;
    line-height:1.2 !important;
    margin-bottom:16px !important;
  }

  .journey-header-font-matched .journey-roadmap-header .section-copy{
    font-size:1.05rem !important;
    line-height:1.8 !important;
  }
}

/* Mobile: same hierarchy, only container width adapts */
@media(max-width:760px){
  .journey-header-font-matched .journey-roadmap-header{
    width:100% !important;
    max-width:100% !important;
  }

  .journey-header-font-matched .journey-roadmap-header .eyebrow{
    font-size:.85rem !important;
    letter-spacing:2px !important;
    margin-bottom:12px !important;
  }

  .journey-header-font-matched .journey-roadmap-header h2{
    font-size:clamp(1.6rem,3vw,2.4rem) !important;
    line-height:1.2 !important;
    letter-spacing:-.035em !important;
    margin-bottom:16px !important;
  }

  .journey-header-font-matched .journey-roadmap-header .section-copy{
    font-size:1.05rem !important;
    line-height:1.8 !important;
    max-width:100% !important;
  }

  .journey-header-font-matched .journey-roadmap-list{
    margin-top:36px !important;
  }
}


/* ==========================================================================
   V9 — GLOBAL SHIMMER / FLASH REMOVAL
   The landing had a global CTA shimmer on:
   a[class*="btn"], button[class*="btn"], .btn, .cta, .pricing-cta,
   a[href*="checkout"], a[href*="cart"].
   This disables it everywhere so the flash never escapes outside buttons.
   ========================================================================== */

a[class*="btn"],
button[class*="btn"],
.btn,
.btn-primary,
.btn-outline,
.cta,
.cta-button,
.hero-cta,
.pricing-cta,
.header-cta,
.single_add_to_cart_button,
.checkout-button,
#place_order,
a[href*="checkout"],
a[href*="cart"],
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.skyframe-cart-primary,
.skyframe-cart-secondary,
.skyframe-bump-btn,
.skyframe-commerce-bump-button,
.skyframe-product-v5-button,
.skyframe-product-v3-button{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  contain:paint !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}

a[class*="btn"]::before,
a[class*="btn"]::after,
button[class*="btn"]::before,
button[class*="btn"]::after,
.btn::before,
.btn::after,
.btn-primary::before,
.btn-primary::after,
.btn-outline::before,
.btn-outline::after,
.cta::before,
.cta::after,
.cta-button::before,
.cta-button::after,
.hero-cta::before,
.hero-cta::after,
.pricing-cta::before,
.pricing-cta::after,
.header-cta::before,
.header-cta::after,
.single_add_to_cart_button::before,
.single_add_to_cart_button::after,
.checkout-button::before,
.checkout-button::after,
#place_order::before,
#place_order::after,
a[href*="checkout"]::before,
a[href*="checkout"]::after,
a[href*="cart"]::before,
a[href*="cart"]::after,
button::before,
button::after,
input[type="submit"]::before,
input[type="submit"]::after,
.woocommerce a.button::before,
.woocommerce a.button::after,
.woocommerce button.button::before,
.woocommerce button.button::after,
.woocommerce input.button::before,
.woocommerce input.button::after,
.skyframe-cart-primary::before,
.skyframe-cart-primary::after,
.skyframe-cart-secondary::before,
.skyframe-cart-secondary::after,
.skyframe-bump-btn::before,
.skyframe-bump-btn::after,
.skyframe-commerce-bump-button::before,
.skyframe-commerce-bump-button::after,
.skyframe-product-v5-button::before,
.skyframe-product-v5-button::after,
.skyframe-product-v3-button::before,
.skyframe-product-v3-button::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  background:none !important;
  background-image:none !important;
  transform:none !important;
  transition:none !important;
  animation:none !important;
  filter:none !important;
  box-shadow:none !important;
}

/* Keep hover clean: no external flash, only a subtle lift. */
a[class*="btn"]:hover,
button[class*="btn"]:hover,
.btn:hover,
.btn-primary:hover,
.cta:hover,
.cta-button:hover,
.hero-cta:hover,
.pricing-cta:hover,
.header-cta:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
a[href*="checkout"]:hover,
a[href*="cart"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.skyframe-cart-primary:hover,
.skyframe-cart-secondary:hover,
.skyframe-bump-btn:hover,
.skyframe-commerce-bump-button:hover,
.skyframe-product-v5-button:hover,
.skyframe-product-v3-button:hover{
  filter:brightness(1.02) !important;
}

/* Prevent parent cards/panels from revealing old CTA shimmer behind buttons. */
.pricing-card,
.pricing-card-inner,
.offer-showcase,
.skyframe-side-cart,
.skyframe-side-cart-panel,
.skyframe-side-cart-item,
.skyframe-order-bump,
.skyframe-main-woo-panel,
.skyframe-digital-checkout-main,
.skyframe-product-v5-summary,
.skyframe-product-v3-summary{
  overflow:hidden !important;
}


/* ==========================================================================
   V11 — CART BADGE POSITION FIX
   The cart count existed, but its absolute positioning was escaping to the
   page corner. This anchors it to the cart icon itself.
   ========================================================================== */

.header a.header-cart-link.header-cart-icon-only,
.header a.header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon,
.header .header-cart-link.header-cart-icon-only,
.header .header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  line-height:1 !important;
  transform:none !important;
  contain:none !important;
  isolation:isolate !important;
}

.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment{
  position:absolute !important;
  top:-7px !important;
  right:-9px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:20 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:17px !important;
  width:auto !important;
  height:17px !important;
  padding:0 5px !important;
  margin:0 !important;
  border-radius:999px !important;
  color:#061017 !important;
  background:linear-gradient(180deg,#ffffff,#72f3ff) !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 7px 16px rgba(33,223,255,.24) !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:17px !important;
  text-align:center !important;
  pointer-events:none !important;
  white-space:nowrap !important;
  transform:none !important;
  contain:none !important;
}

.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items{
  display:flex !important;
}

.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty{
  display:none !important;
}

/* Safety: if a cart count is accidentally rendered outside the cart icon, hide it.
   The correct badge is only the direct child of .header-cart-link. */
.header > .skyframe-cart-count-fragment,
body > .skyframe-cart-count-fragment,
.skyframe-commerce-page > .skyframe-cart-count-fragment,
.skyframe-front-page > .skyframe-cart-count-fragment{
  display:none !important;
}


/* ==========================================================================
   V12 — HOMEPAGE DYNAMIC CART + WHITE ICON HOVER FIX
   ========================================================================== */

/* The cart icon must never inherit button/link hover backgrounds or black color */
.header a.header-cart-link.header-cart-icon-only,
.header a.header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon,
.header .header-cart-link.header-cart-icon-only,
.header .header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only.skyframe-dynamic-cart-icon{
  all:unset !important;
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  margin:0 0 0 14px !important;
  padding:0 !important;
  color:#ffffff !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-decoration:none !important;
  line-height:1 !important;
  cursor:pointer !important;
  overflow:visible !important;
  transform:none !important;
  opacity:1 !important;
  isolation:isolate !important;
  contain:none !important;
  mix-blend-mode:normal !important;
  -webkit-text-fill-color:#ffffff !important;
}

.header a.header-cart-link.header-cart-icon-only:hover,
.header a.header-cart-link.header-cart-icon-only:focus,
.header a.header-cart-link.header-cart-icon-only:active,
.header a.header-cart-link.header-cart-icon-only:visited,
.header .header-cart-link.header-cart-icon-only:hover,
.header .header-cart-link.header-cart-icon-only:focus,
.header .header-cart-link.header-cart-icon-only:active,
.header .header-cart-link.header-cart-icon-only:visited,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only:hover,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only:focus,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only:active,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only:hover,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only:focus,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only:active{
  all:unset !important;
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  margin:0 0 0 14px !important;
  padding:0 !important;
  color:#ffffff !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-decoration:none !important;
  line-height:1 !important;
  cursor:pointer !important;
  overflow:visible !important;
  transform:none !important;
  opacity:.86 !important;
  isolation:isolate !important;
  contain:none !important;
  mix-blend-mode:normal !important;
  -webkit-text-fill-color:#ffffff !important;
}

/* Kill all pseudo hover/shimmer/background layers specifically on cart icon */
.header a.header-cart-link.header-cart-icon-only::before,
.header a.header-cart-link.header-cart-icon-only::after,
.header .header-cart-link.header-cart-icon-only::before,
.header .header-cart-link.header-cart-icon-only::after,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only::before,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only::after,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only::before,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  animation:none !important;
  transition:none !important;
}

/* Force SVG to remain white in every state */
.header a.header-cart-link.header-cart-icon-only svg,
.header a.header-cart-link.header-cart-icon-only:hover svg,
.header a.header-cart-link.header-cart-icon-only:focus svg,
.header a.header-cart-link.header-cart-icon-only:active svg,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only svg,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only svg,
.header a.header-cart-link.header-cart-icon-only .header-cart-svg{
  display:block !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  color:#ffffff !important;
  fill:none !important;
  stroke:#ffffff !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
}

.header a.header-cart-link.header-cart-icon-only svg path,
.header a.header-cart-link.header-cart-icon-only svg circle,
.header a.header-cart-link.header-cart-icon-only:hover svg path,
.header a.header-cart-link.header-cart-icon-only:hover svg circle,
.header a.header-cart-link.header-cart-icon-only:focus svg path,
.header a.header-cart-link.header-cart-icon-only:focus svg circle,
.header a.header-cart-link.header-cart-icon-only:active svg path,
.header a.header-cart-link.header-cart-icon-only:active svg circle{
  stroke:#ffffff !important;
  fill:none !important;
  color:#ffffff !important;
  background:transparent !important;
  filter:none !important;
}

/* Badge anchored to the cart icon only */
.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment{
  position:absolute !important;
  top:-7px !important;
  right:-9px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:30 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:17px !important;
  width:auto !important;
  height:17px !important;
  padding:0 5px !important;
  margin:0 !important;
  border-radius:999px !important;
  color:#061017 !important;
  background:linear-gradient(180deg,#ffffff,#72f3ff) !important;
  border:1px solid rgba(255,255,255,.76) !important;
  box-shadow:0 7px 16px rgba(33,223,255,.26) !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:17px !important;
  text-align:center !important;
  pointer-events:none !important;
  white-space:nowrap !important;
  transform:none !important;
  contain:none !important;
  -webkit-text-fill-color:#061017 !important;
}

.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.has-items{
  display:flex !important;
}

.header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.header .header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.skyframe-front-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty,
.skyframe-commerce-page .header a.header-cart-link.header-cart-icon-only > .skyframe-cart-count-fragment.is-empty{
  display:none !important;
}

/* Hide orphan badges not inside the actual cart icon */
body > .skyframe-cart-count-fragment,
.header > .skyframe-cart-count-fragment,
.skyframe-front-page > .skyframe-cart-count-fragment,
.skyframe-commerce-page > .skyframe-cart-count-fragment,
.header-inner > .skyframe-cart-count-fragment,
.nav > .skyframe-cart-count-fragment{
  display:none !important;
}
