/* ============================================================================
   SellBeatsNow — Sales Page Component Library  (assets/sales.css)
   Used by page-custom-sales.php. Every rule is scoped under .sales-page,
   .sales-hero or .sales-body so it can be enqueued site-wide without leaking
   into the homepage, blog, or member surfaces. Tokens come from style.css
   (:root). PHP-side enqueue is filemtime()-versioned.
   ============================================================================ */

/* ── Page shell ──────────────────────────────────────────────────────────── */
.sales-page{background:var(--ink)}

/* ── Hero ────────────────────────────────────────────────────────────────── */
.sales-hero{position:relative;padding:9rem 2rem 4.5rem;background:var(--ink);overflow:hidden}
.sales-hero-bg{position:absolute;inset:0;pointer-events:none}
.sales-hero-bg .orb{position:absolute;border-radius:50%;filter:blur(120px);animation:drift 15s ease-in-out infinite}
.sales-hero-bg .o1{width:560px;height:560px;background:radial-gradient(circle,rgba(78,168,255,.13) 0%,transparent 70%);top:-16%;right:-8%}
.sales-hero-bg .o2{width:420px;height:420px;background:radial-gradient(circle,rgba(78,168,255,.05) 0%,transparent 70%);bottom:-12%;left:-6%;animation-delay:-6s}
.sales-hero-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(78,168,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(78,168,255,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 55% at 50% 25%,black,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 25%,black,transparent)}
.sales-hero-inner{max-width:var(--mw);margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}
.sales-hero-inner.is-solo{grid-template-columns:minmax(0,760px);justify-content:center;text-align:center}
.sales-hero-inner.is-solo .sales-hero-cta{justify-content:center}
.sales-hero-inner.is-solo .sales-trust{justify-content:center}
.sales-hero-main{min-width:0}
.sales-hero .breadcrumbs,.sales-hero .blog-breadcrumbs{margin-bottom:1rem}
.sales-hero h1{font-family:var(--fd);font-size:3.1rem;font-weight:700;line-height:1.08;color:var(--white);letter-spacing:-.025em;margin:0 0 1.2rem}
.sales-hero h1 .accent{color:var(--acc)}
.sales-hero-sub{font-size:1.14rem;line-height:1.7;color:var(--mut);max-width:620px;margin:0 0 2rem}
.sales-hero-sub strong{color:var(--off);font-weight:600}
.sales-hero-cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2rem}
.sales-trust{display:flex;gap:.5rem 1.5rem;flex-wrap:wrap;font-size:.82rem;font-weight:600;color:var(--mut-2)}
.sales-trust span{display:inline-flex;align-items:center;gap:.45rem}
.sales-trust .dot{width:5px;height:5px;border-radius:50%;background:var(--acc);display:inline-block}

/* Hero buy card (right rail in hero) */
.hero-buy-card{background:linear-gradient(160deg,var(--surface) 0%,var(--surface-2) 100%);border:1px solid var(--line-2);border-radius:20px;padding:2rem 1.9rem;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.hero-buy-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--acc),transparent)}
.hero-buy-card-kicker{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--acc);margin-bottom:1rem}
.hero-buy-card-price{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;margin-bottom:.35rem}
.hero-buy-card-price .now{font-family:var(--fd);font-size:2.9rem;font-weight:700;color:var(--white);line-height:1;letter-spacing:-.02em}
.hero-buy-card-price .was{font-size:1.15rem;color:var(--mut-2);text-decoration:line-through}
.hero-buy-card-note{font-size:.82rem;color:var(--mut);margin-bottom:1.3rem}
.hero-buy-card-feats{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.6rem}
.hero-buy-card-feats li{position:relative;padding-left:1.7rem;font-size:.9rem;color:var(--mut);line-height:1.5}
.hero-buy-card-feats li::before{content:'\2713';position:absolute;left:0;top:.05rem;color:var(--acc);font-weight:800}
.hero-buy-card-feats li strong{color:var(--off);font-weight:600}
.hero-buy-card .btn{width:100%;justify-content:center}
.hero-buy-card-guarantee{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:1.1rem;font-size:.76rem;font-weight:600;color:var(--mut-2)}
.hero-buy-card-guarantee .shield{color:var(--green);font-weight:800}

/* ── Sales body wrapper ──────────────────────────────────────────────────── */
.sales-body{max-width:var(--mw);margin:0 auto;padding:4.5rem 2rem 2rem}
.sales-body-inner{max-width:820px;margin:0 auto}
.sales-body>*:first-child{margin-top:0}

/* Body typography (rebuilt HTML lives here) */
.sales-body p{font-size:1.06rem;line-height:1.8;color:var(--mut);margin:0 0 1.4rem}
.sales-body strong,.sales-body b{color:var(--off);font-weight:700}
.sales-body em{font-style:italic}
.sales-body a{color:var(--acc);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s}
.sales-body a:hover{color:var(--acc-bright);text-decoration-thickness:2px}
.sales-body img{border-radius:12px;margin:.4rem 0 1.4rem;max-width:100%;height:auto}
.sales-body h2{font-family:var(--fd);font-size:2rem;font-weight:700;color:var(--off);line-height:1.18;letter-spacing:-.02em;margin:3.2rem 0 1.1rem}
.sales-body h3{font-family:var(--fd);font-size:1.35rem;font-weight:700;color:var(--off);line-height:1.3;margin:2.2rem 0 .8rem;letter-spacing:-.005em}
.sales-body h4{font-size:1.05rem;font-weight:800;color:var(--off);margin:1.6rem 0 .6rem}
.sales-body ul,.sales-body ol{margin:0 0 1.4rem 1.3rem;padding:0}
.sales-body li{margin:0 0 .5rem;line-height:1.7;color:var(--mut)}
.sales-body li::marker{color:var(--acc)}
.sales-body blockquote{margin:1.8rem 0;padding:1.2rem 1.6rem;border-left:3px solid var(--acc);background:var(--surface);border-radius:0 12px 12px 0;font-style:italic;color:var(--off)}
.sales-body iframe,.sales-body video{max-width:100%;border-radius:12px;margin:.4rem 0 1.4rem}

/* Optional two-column layout (main + sticky rail) */
.sales-layout{max-width:var(--mw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:3rem;align-items:start}
.sales-layout .sales-main{min-width:0}
.sales-rail{position:sticky;top:92px;align-self:start}

/* ── Eyebrow / section heads inside body ─────────────────────────────────── */
.sales-body .sales-eyebrow{font-family:var(--fb);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--acc);display:block;margin-bottom:.7rem}
.sales-body .sales-lede{font-family:var(--fd);font-size:1.4rem;line-height:1.45;color:var(--off);font-weight:600;letter-spacing:-.01em;margin:0 0 1.6rem}

/* ── Video frame (wraps legacy sales videos / embeds) ────────────────────── */
.sales-video{max-width:900px;margin:0 auto 2.5rem;background:var(--surface);border:1px solid var(--line-2);border-radius:16px;overflow:hidden;padding:.5rem}
.sales-video video,.sales-video iframe{display:block;width:100%;border-radius:12px;margin:0;background:#000}

/* ── Buy box (the main styled purchase card) ─────────────────────────────── */
.buy-box{background:linear-gradient(160deg,var(--surface) 0%,var(--surface-2) 100%);border:1px solid var(--line-2);border-radius:20px;padding:2.4rem 2.2rem;position:relative;overflow:hidden;max-width:560px;margin:2.5rem auto;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.buy-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--acc),transparent)}
.buy-box-kicker{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--acc);margin-bottom:.6rem;text-align:center}
.buy-box-title{font-family:var(--fd);font-size:1.5rem;font-weight:700;color:var(--white);text-align:center;letter-spacing:-.01em;margin-bottom:.4rem;line-height:1.2}
.buy-box-tag{font-size:.8rem;color:var(--mut-2);text-align:center;margin-bottom:1.4rem}
.buy-box-price{display:flex;align-items:baseline;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:.4rem}
.buy-box-price .now{font-family:var(--fd);font-size:3.2rem;font-weight:700;color:var(--acc);line-height:1;letter-spacing:-.02em}
.buy-box-price .was{font-size:1.2rem;color:var(--mut-2);text-decoration:line-through}
.buy-box-save{display:inline-flex;align-items:center;gap:.4rem;background:var(--acc-faint);border:1px solid rgba(78,168,255,.25);color:var(--acc-bright);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .8rem;border-radius:100px;margin:0 auto 1.5rem}
.buy-box-save-wrap{text-align:center}
.buy-box-features{list-style:none;margin:1.4rem 0;padding:1.4rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:.7rem}
.buy-box-features li{position:relative;padding-left:1.9rem;font-size:.92rem;color:var(--mut);line-height:1.5}
.buy-box-features li::before{content:'\2713';position:absolute;left:0;top:.02rem;color:var(--acc);font-weight:800;font-size:.95rem}
.buy-box-features li strong{color:var(--off);font-weight:600}

/* eStore / legacy cart CTA — style the plugin's real buttons as big blue CTAs */
.estore-cta{margin:1.5rem 0 .5rem;text-align:center}
.estore-cta form{margin:0}
.estore-cta input[type=submit],
.estore-cta button,
.buy-box form input[type=submit],
.buy-box .eStore-button-form input[type=submit],
.buy-box input.eStore_buy_now_button,
.buy-box input.eStore_add_to_cart_button{display:block;width:100%;background:var(--acc);color:var(--ink);border:none;border-radius:12px;padding:1.1rem 1.6rem;font-family:var(--fb);font-size:1.02rem;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:all .25s var(--ease);box-shadow:0 10px 30px var(--acc-glow)}
.estore-cta input[type=submit]:hover,
.estore-cta button:hover,
.buy-box form input[type=submit]:hover,
.buy-box .eStore-button-form input[type=submit]:hover,
.buy-box input.eStore_buy_now_button:hover,
.buy-box input.eStore_add_to_cart_button:hover{background:var(--acc-bright);transform:translateY(-2px);box-shadow:0 14px 40px var(--acc-glow)}
/* Legacy image / image-link "Add to Cart" buttons (preserved verbatim) */
.estore-cta a{display:inline-block;transition:transform .25s var(--ease);text-decoration:none;border:none}
.estore-cta a:hover{transform:translateY(-2px)}
.estore-cta a img,.estore-cta input[type=image]{max-width:280px;height:auto;margin:0 auto;display:block;border-radius:10px;filter:drop-shadow(0 10px 24px rgba(78,168,255,.28))}
.estore-cta input[type=image]{cursor:pointer;transition:transform .25s var(--ease)}
.estore-cta input[type=image]:hover{transform:translateY(-2px)}

.buy-box-fineprint{font-size:.78rem;color:var(--mut-2);text-align:center;margin-top:1rem;line-height:1.5}

/* Member course-access rows (your-courses page inside a .buy-box) */
.member-course-list{margin:1.4rem 0 .4rem;text-align:left}
.member-course-list p{margin:0;padding:.85rem 0;border-bottom:1px solid var(--line);font-size:.95rem;color:var(--mut);line-height:1.5}
.member-course-list p:empty{display:none;padding:0;border:none}
.member-course-list p:last-of-type{border-bottom:none}
.member-course-list strong{color:var(--off);font-weight:700}
.member-course-list a{color:var(--acc);font-weight:600;text-decoration:none;white-space:nowrap}
.member-course-list a:hover{color:var(--acc-bright)}

/* Money-back / guarantee badge */
.mbg-badge{display:flex;align-items:center;gap:.85rem;justify-content:center;margin-top:1.4rem;padding-top:1.3rem;border-top:1px solid var(--line)}
.mbg-badge .mbg-icon{width:38px;height:38px;border-radius:50%;background:rgba(61,220,151,.12);border:1px solid rgba(61,220,151,.35);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}
.mbg-badge .mbg-text{font-size:.8rem;color:var(--mut);line-height:1.4;text-align:left}
.mbg-badge .mbg-text strong{color:var(--off);font-weight:700}

/* ── Feature rows (what you learn / what's inside) ───────────────────────── */
.feature-rows{list-style:none;margin:1.6rem 0 2rem;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.6rem}
.feature-rows.single{grid-template-columns:1fr}
.feature-row{position:relative;padding:.55rem 0 .55rem 2rem;font-size:.98rem;color:var(--mut);line-height:1.55}
.feature-row::before{content:'\2713';position:absolute;left:0;top:.6rem;color:var(--acc);font-weight:800}
.feature-row strong{color:var(--off);font-weight:600}

/* Generic check list (single column) */
.feature-check{list-style:none;margin:1.4rem 0;padding:0}
.feature-check li{position:relative;padding:.5rem 0 .5rem 2rem;font-size:1rem;color:var(--mut);line-height:1.6}
.feature-check li::before{content:'\2713';position:absolute;left:0;top:.55rem;color:var(--acc);font-weight:800}
.feature-check li strong{color:var(--off)}

/* ── "What's included" cards ─────────────────────────────────────────────── */
.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin:1.8rem 0 2rem}
.included-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1.5rem 1.5rem;transition:border-color .25s,transform .25s var(--ease)}
.included-card:hover{border-color:rgba(78,168,255,.3);transform:translateY(-3px)}
.included-card .ic-tag{font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--acc);margin-bottom:.5rem}
.included-card h4{font-family:var(--fd);font-size:1.08rem;font-weight:700;color:var(--off);margin:0 0 .4rem;line-height:1.3}
.included-card p{font-size:.88rem;color:var(--mut);line-height:1.6;margin:0}

/* ── Product-card grid (catalogue / bundle listings) ─────────────────────── */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin:2rem 0}
.product-grid.two{grid-template-columns:repeat(2,1fr)}
.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.7rem 1.6rem;text-decoration:none;transition:border-color .25s,transform .25s var(--ease),box-shadow .25s;position:relative;overflow:hidden}
.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--acc),transparent);opacity:0;transition:opacity .3s}
.product-card:hover{border-color:rgba(78,168,255,.3);transform:translateY(-4px);box-shadow:0 14px 40px rgba(0,0,0,.45)}
.product-card:hover::before{opacity:1}
.product-card .pc-tag{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--acc);margin-bottom:.6rem}
.product-card .pc-title{font-family:var(--fd);font-size:1.14rem;font-weight:700;color:var(--off);line-height:1.3;letter-spacing:-.01em;margin-bottom:.5rem}
.product-card:hover .pc-title{color:var(--acc-bright)}
.product-card .pc-desc{font-size:.88rem;color:var(--mut);line-height:1.6;margin:0 0 1rem;flex-grow:1}
.product-card .pc-cta{font-size:.82rem;font-weight:800;color:var(--acc);display:inline-flex;align-items:center;gap:.35rem;margin-top:auto}
.product-card:hover .pc-cta{color:var(--acc-bright)}

/* ── Testimonials ────────────────────────────────────────────────────────── */
.testi-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin:1.8rem 0 2rem}
.testimonial{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.9rem 2rem;position:relative;overflow:hidden}
.testimonial::before{content:'\201C';position:absolute;top:.4rem;left:1rem;font-family:Georgia,serif;font-size:4.5rem;color:var(--acc);opacity:.16;line-height:1;font-weight:700;pointer-events:none}
.testimonial-text{font-family:var(--fd);font-size:1.06rem;font-weight:500;color:var(--off);line-height:1.55;font-style:italic;margin:0 0 1.2rem;position:relative;z-index:1}
.testimonial-by{display:flex;align-items:center;gap:.8rem;position:relative;z-index:1}
.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--acc-deep),var(--acc-bright));color:var(--ink);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}
.testimonial-name{font-size:.9rem;font-weight:800;color:var(--off);line-height:1.2}
.testimonial-role{font-size:.74rem;color:var(--mut-2);margin-top:.15rem}

/* ── Value / urgency callouts ────────────────────────────────────────────── */
.value-callout{background:linear-gradient(135deg,var(--surface-2) 0%,#101B2A 100%);border:1px solid rgba(78,168,255,.18);border-radius:16px;padding:1.9rem 2rem;display:grid;grid-template-columns:auto 1fr;gap:1.6rem;align-items:center;margin:2rem 0}
.value-callout-figure{font-family:var(--fd);font-size:2.9rem;font-weight:700;color:var(--acc);line-height:1;letter-spacing:-.02em}
.value-callout h4{font-family:var(--fd);font-size:1.1rem;font-weight:700;color:var(--off);margin:0 0 .4rem;line-height:1.3}
.value-callout p{font-size:.92rem;color:var(--mut);line-height:1.6;margin:0}
.urgency{display:flex;align-items:center;gap:.7rem;justify-content:center;background:rgba(255,107,107,.07);border:1px solid rgba(255,107,107,.28);border-radius:100px;padding:.7rem 1.4rem;margin:1.6rem auto;max-width:560px;font-size:.86rem;font-weight:700;color:#FFB4B4}
.urgency .pulse{width:8px;height:8px;border-radius:50%;background:var(--red);animation:pulse 1.6s ease-in-out infinite;flex-shrink:0}

/* Chapter / curriculum list */
.chapter-list{list-style:none;counter-reset:sbn-ch;margin:1.6rem 0 2rem;padding:0;columns:2;column-gap:2.2rem}
.chapter-list li{counter-increment:sbn-ch;position:relative;padding:.5rem 0 .5rem 2.4rem;font-size:.92rem;color:var(--mut);line-height:1.5;break-inside:avoid}
.chapter-list li::before{content:counter(sbn-ch,decimal-leading-zero);position:absolute;left:0;top:.5rem;font-family:var(--fd);font-size:.82rem;font-weight:700;color:var(--acc);letter-spacing:.02em}

/* ── Section blocks ──────────────────────────────────────────────────────── */
.sales-section{margin:3.5rem 0}
.sales-section-head{text-align:center;max-width:680px;margin:0 auto 2rem}
.sales-section-head h2{margin-top:0}
.sales-divider{height:1px;background:var(--line);border:none;margin:3.5rem 0}

/* ── CTA band (mid / end of page) ────────────────────────────────────────── */
.sales-cta-band{background:linear-gradient(140deg,var(--ink-2) 0%,var(--surface-2) 60%,#101B2A 100%);border:1px solid var(--line-2);border-radius:22px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden;margin:3.5rem 0}
.sales-cta-band::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(78,168,255,.1),transparent 60%);pointer-events:none}
.sales-cta-band-inner{position:relative;z-index:1;max-width:600px;margin:0 auto}
.sales-cta-band .eyebrow{color:var(--acc)}
.sales-cta-band h2{font-family:var(--fd);font-size:1.9rem;font-weight:700;color:var(--white);letter-spacing:-.015em;line-height:1.2;margin:.3rem 0 .8rem}
.sales-cta-band p{font-size:1rem;color:var(--mut);line-height:1.7;margin:0 auto 1.6rem;max-width:520px}
.sales-cta-band-btns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}
.sales-cta-band-alt{font-size:.84rem;color:var(--mut-2);margin-top:1.3rem}
.sales-cta-band-alt a{color:var(--acc);font-weight:600;text-decoration:none}
.sales-cta-band-alt a:hover{color:var(--acc-bright)}

/* Cross-promo strip to Beats4Legends */
.sales-crosspromo{background:var(--surface);border:1px solid rgba(78,168,255,.2);border-radius:18px;padding:2rem 2.2rem;display:grid;grid-template-columns:1fr auto;gap:1.6rem;align-items:center;margin:3rem 0}
.sales-crosspromo-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--acc-faint);border:1px solid rgba(78,168,255,.25);color:var(--acc);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:.35rem .85rem;border-radius:100px;margin-bottom:.9rem}
.sales-crosspromo-badge .pulse{width:6px;height:6px;border-radius:50%;background:var(--acc);animation:pulse 1.8s ease-in-out infinite}
.sales-crosspromo h3{font-family:var(--fd);font-size:1.3rem;font-weight:700;color:var(--off);line-height:1.3;margin:0 0 .4rem;letter-spacing:-.01em}
.sales-crosspromo p{font-size:.92rem;color:var(--mut);line-height:1.6;margin:0;max-width:520px}
.sales-crosspromo .btn{white-space:nowrap;flex-shrink:0}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width:960px){
  .sales-hero-inner{grid-template-columns:minmax(0,1fr);gap:2.5rem}
  .sales-hero-inner.is-solo{grid-template-columns:minmax(0,1fr)}
  .hero-buy-card{max-width:520px}
  .sales-layout{grid-template-columns:minmax(0,1fr)}
  .sales-rail{position:static}
  .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .sales-hero{padding:8rem 1.4rem 3.5rem}
  .sales-hero h1{font-size:2.3rem}
  .sales-hero-sub{font-size:1.02rem}
  .sales-body{padding:3rem 1.4rem 2rem}
  .sales-body h2{font-size:1.65rem}
  .buy-box{padding:2rem 1.5rem}
  .buy-box-price .now{font-size:2.6rem}
  .feature-rows{grid-template-columns:1fr}
  .included-grid{grid-template-columns:1fr}
  .product-grid,.product-grid.two{grid-template-columns:1fr}
  .value-callout{grid-template-columns:1fr;gap:1rem;text-align:center}
  .chapter-list{columns:1}
  .sales-crosspromo{grid-template-columns:1fr;text-align:center}
  .sales-crosspromo .btn{width:100%;justify-content:center}
  .sales-cta-band{padding:2.4rem 1.6rem}
  .sales-cta-band h2{font-size:1.6rem}
  .testimonial{padding:1.6rem 1.5rem}
}
@media (max-width:480px){
  .sales-hero h1{font-size:2rem}
  .buy-box-price .now{font-size:2.2rem}
}

/* ── TIGHTER GRID + CSS-ONLY COURSE COVER (works on existing pc-* markup) ── */
.product-grid{gap:1rem !important;grid-template-columns:repeat(4,1fr) !important}
@media (max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr) !important}}
@media (max-width:560px){.product-grid{grid-template-columns:1fr !important}}
.product-card{padding:88px 1.2rem 1.3rem !important;overflow:hidden}
.product-card::after{content:'';position:absolute;top:0;left:0;width:100%;height:74px;background:linear-gradient(120deg,#1A2E4A 0%,#2C5488 60%,#4EA8FF 100%);z-index:0}
.product-card .pc-tag{position:relative;z-index:2;margin-bottom:.4rem !important;color:#EAF3FF !important}
.product-card .pc-title,.product-card .pc-desc,.product-card .pc-cta{position:relative;z-index:2}
.product-card .pc-title{font-size:1.02rem !important;margin-bottom:.35rem !important}
.product-card .pc-desc{font-size:.82rem !important;margin-bottom:.7rem !important}
.product-card:hover::before{opacity:1;z-index:3}
.sales-section{margin:2.2rem 0 !important}
