/* ═══════════════════════════════════════════════
   OFF SALES PAGE — additional styles
   Uses variables & base classes from styles.css
═══════════════════════════════════════════════ */

/* ── SHARED SECTION HELPERS ── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .75rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--olive);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.12;
  color: var(--brown);
  margin-bottom: 22px;
}
.section-title em { font-style: italic; color: var(--cherry); }

.sp-center-text { text-align: center; }

/* ── HERO ── */
.sp-hero {
  min-height: 100svh;
  padding: 140px 48px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--cream);
  text-align: center;
}

.sp-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 8px;
  background: repeating-linear-gradient(90deg,
    var(--cherry) 0, var(--cherry) 20px,
    var(--butter) 20px, var(--butter) 40px,
    var(--blush) 40px, var(--blush) 60px,
    var(--periwinkle) 60px, var(--periwinkle) 80px);
}

.sp-hero-inner {
  position: relative; z-index: 1;
  max-width: 760px;
  display: flex; flex-direction: column; align-items: center;
}

.sp-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 1.1;
  color: var(--brown);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.sp-hero-title em { font-style: italic; color: var(--cherry); }

.sp-hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.75; font-weight: 500;
  max-width: 460px; color: var(--brown);
  opacity: 0.85; margin-bottom: 32px;
}
.sp-bonus .sp-hero-sub {
  margin: 0 auto 32px;
  text-align: center;
}
.sp-hero-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 36px; justify-content: center;
}

.sp-hero-cta {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  flex-wrap: wrap; margin-bottom: 0;
}

.sp-price-note {
  display: flex; flex-direction: column; gap: 2px;
}
.sp-price {
  font-family: var(--serif);
  font-size: 2rem; color: var(--brown);
  line-height: 1;
}
.sp-price-sub {
  font-size: 0.75rem; font-weight: 700; opacity: 0.55;
  letter-spacing: .04em; color: var(--brown);
}

.sp-hero-visual {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  width: 100%;
  margin-bottom: 16px;  /* add this */

}
.sp-course-img {
  width: 100%; max-width: 680px;
  display: block;
}

/* floating stickers (hero) */
.sp-sticker { position: absolute; pointer-events: none; z-index: 2; }
.sp-s1 { width: 150px;  height: 150px;  top: 15%; right: 2%;  transform: rotate(12deg);  animation: wiggle 3.2s ease-in-out infinite; }
.sp-s2 { width: 150px; height: 150px; bottom: 18%; left: 2%; transform: rotate(-8deg); animation: wiggle 4s ease-in-out infinite; animation-delay: 0.8s; }
.sp-sticker img { width: 100%; height: 100%; object-fit: contain; }

/* ── PROBLEM SECTION ── */
.sp-problem {
  background: url('../backgrounds/vibe_background.png') center/cover no-repeat;
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.sp-problem-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: start;
}

.sp-problem-body {
  font-size: 1rem; line-height: 1.8; color: var(--brown);
  font-weight: 500; margin-bottom: 14px; opacity: 0.85;
}
.sp-problem-body strong { font-weight: 800; color: var(--cherry); }

/* myth vs fact */
.sp-myth-fact {
  display: flex; flex-direction: column; gap: 14px;
  margin-top: 32px;
}
.sp-myth, .sp-fact {
  border-radius: 16px; padding: 20px 24px;
  font-size: 0.95rem; line-height: 1.65; font-weight: 500; color: var(--brown);
}
.sp-myth { background: rgba(188,45,48,.07); border-left: 3px solid var(--cherry); }
.sp-fact { background: rgba(134,138,18,.08); border-left: 3px solid var(--olive); }
.sp-myth-label, .sp-fact-label {
  font-size: 0.75rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 8px;
}
.sp-myth-label { color: var(--cherry); }
.sp-fact-label { color: var(--olive); }
.sp-fact strong { font-weight: 800; }

/* callout / no list */
.sp-callout {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 8px 32px rgba(115,82,64,.1);
  border: 1.5px solid rgba(115,82,64,.1);
  position: sticky; top: 120px;
}
.sp-callout-label {
  font-size: 0.78rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--olive);
  margin-bottom: 20px; display: block;
}
.sp-no-list {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 24px;
}
.sp-no-item {
  font-size: 0.95rem; font-weight: 700; color: var(--brown);
  padding: 12px 18px;
  background: rgba(115,82,64,.05);
  border-radius: 100px;
  letter-spacing: .01em;
}
.sp-callout-sub {
  font-family: var(--serif);
  font-size: 1.3rem; color: var(--olive);
  line-height: 1.4; font-weight: 700;
}

.sp-p1 { width: 120px; height: 120px; top: 8%;  right: 3%;  transform: rotate(10deg); opacity: 0.85; }
.sp-p2 { width: 100px; height: 100px; bottom: 8%; left: 2%; transform: rotate(-6deg); opacity: 0.9; }

/* ── MODULES SECTION ── */
.sp-modules {
  background: var(--blush);
  padding: 110px 48px 120px;
  position: relative;
  overflow: hidden;
}
.sp-modules-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }

.sp-modules-header { text-align: center; margin-bottom: 60px; }
.sp-modules-sub {
  font-size: 1rem; line-height: 1.75; font-weight: 500;
  color: var(--brown); opacity: 0.75;
  max-width: 540px; margin: 0 auto;
}

.sp-modules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sp-module {
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex; gap: 20px; align-items: flex-start;
  border: 1.5px solid rgba(115,82,64,.1);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.sp-module:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(115,82,64,.12);
  background: #fff;
}

.sp-module-num {
  font-family: var(--serif);
  font-size: 2rem; color: var(--blush);
  -webkit-text-stroke: 1.5px var(--brown);
  line-height: 1; flex-shrink: 0;
  min-width: 36px;
}

.sp-module-title {
  font-weight: 800; font-size: 0.92rem;
  color: var(--brown); margin-bottom: 6px;
  letter-spacing: .02em;
}
.sp-module-desc {
  font-size: 0.85rem; line-height: 1.6;
  color: var(--brown); opacity: 0.75;
  font-weight: 500;
}

/* ── LESSON CARDS (what's inside) ── */
.sp-lessons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sp-lesson {
  background: rgba(255,255,255,0.75);
  border-radius: 20px;
  padding: 28px 28px 28px 24px;
  display: flex; gap: 18px; align-items: flex-start;
  border: 1.5px solid rgba(115,82,64,.1);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.sp-lesson:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(115,82,64,.13);
  background: #fff;
}

.sp-lesson-emoji {
  font-size: 1.8rem; flex-shrink: 0;
  line-height: 1; margin-top: 2px;
}

.sp-lesson-content { display: flex; flex-direction: column; gap: 6px; }

.sp-lesson-badge {
  display: inline-block;
  background: var(--olive); color: #fff;
  font-size: 0.65rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 10px; border-radius: 100px;
  width: fit-content; margin-bottom: 2px;
}

.sp-lesson-title {
  font-weight: 800; font-size: 1rem;
  color: var(--brown); line-height: 1.35;
}
.sp-lesson-desc {
  font-size: 1rem; line-height: 1.6;
  color: var(--brown); opacity: 0.72;
  font-weight: 500; margin-top: 2px;
}

.sp-modules-cta { text-align: center; margin-top: 52px; }

.sp-m1 { width: 130px; height: 130px; top: 12%; right: 2%; transform: rotate(-8deg); opacity: 0.85; }
.sp-m2 { width: 120px; height: 120px; bottom: 10%; left: 2%; transform: rotate(6deg); opacity: 0.9; }

/* ── RESULTS SECTION ── */
.sp-results {
  background: var(--cream);
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.sp-results-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}

.sp-results-body {
  font-size: 0.97rem; line-height: 1.8;
  color: var(--brown); opacity: 0.85;
  margin-bottom: 14px; font-weight: 500;
}

.sp-results-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-top: 8px;
}

.sp-stat {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px;
  padding: 40px 40px;
  text-align: center;
  border-right: 1.5px dashed rgba(115,82,64,.25);
  border-bottom: 1.5px solid rgba(115,82,64,.2);
  transition: transform .2s;
  cursor: default;
}
.sp-stat:hover { transform: translateY(-4px) rotate(-1deg) scale(1.03); }

.sp-stat:nth-child(1),
.sp-stat:nth-child(2) {
  border-bottom: 1.5px dashed rgba(115,82,64,.25);
}

/* remove right border on 2nd and 4th items */
.sp-stat:nth-child(2),
.sp-stat:nth-child(4) { border-right: none; }

/* remove bottom border on last two items */
.sp-stat:nth-child(3),
.sp-stat:nth-child(4) { border-bottom: none; }

.sp-stat {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; flex: 1;
  padding: 20px 28px;
  border-right: 1.5px solid rgba(115,82,64,.2);
  text-align: center;
}
.sp-stat:last-child { border-right: none; }
.sp-stat:first-child { padding-left: 0; }

.sp-stat-num {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);  /* was 4.5rem, bring it down */
  color: var(--brown);
  line-height: 1.2;  /* was 1, add a little breathing room */
}

.sp-stat-label {
  font-size: 0.68rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--brown); opacity: 0.55;
  line-height: 1.4; text-align: center;
}

.sp-results-card {
  position: relative;
  background: #ebf1ff;
  border-radius: 20px;
  border: 2px dashed var(--brown);  /* change solid → dashed */
  padding: 36px 32px 32px;
  margin-top: 36px;
}
.sp-results-card-label {
  position: absolute; top: -14px; left: 24px;
  background: var(--olive); color: #fff;
  font-size: 0.68rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 16px; border-radius: 100px;
}

.sp-results-img {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 420px;
}
.sp-results-photo {
  width: 100%; max-width: 420px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(115,82,64,.18);
  display: block;
  position: relative; z-index: 2;
}

.sp-fc-1 { bottom: 20px; left: -10px; transform: rotate(-3deg); z-index: 4; }
.sp-fc-2 { top: 20px;    right: -10px; transform: rotate(4deg);  z-index: 4; }

.sp-r1 { width: 100px; height: 100px; bottom: 10%; right: 2%; transform: rotate(12deg); opacity: 0.85; }

/* ── BONUS SECTION ── */
.sp-bonus {
  background: var(--periwinkle);
  padding: 110px 48px 110px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sp-bonus-inner { max-width: 960px; margin: 0 auto; position: relative; z-index: 1; }

.sp-bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.sp-bonus-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px 28px;
  border: 1.5px solid rgba(115,82,64,.1);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.sp-bonus-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(115,82,64,.13); }

.sp-bonus-img {
  width: 90px; height: 90px;
  object-fit: contain;
  margin-bottom: 20px;
}
.sp-bonus-emoji {
  font-size: 2.5rem; margin-bottom: 20px;
  display: block;
}

.sp-bonus-title {
  font-family: var(--sans);
  font-size: 1.1rem; color: var(--brown); margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}
.sp-bonus-desc {
  font-size: 0.88rem; line-height: 1.65;
  color: var(--brown); opacity: 0.75;
  font-weight: 500; flex: 1; margin-bottom: 18px;
}
.sp-bonus-value {
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--cherry); opacity: 0.8;
}

.sp-b1 { width: 110px; height: 110px; top: 12%; right: 3%; transform: rotate(8deg); opacity: 0.85; }

/* ── FAQ SECTION ── */
.sp-faq {
  background: var(--cream);
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.sp-faq-inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }

.sp-faq-list {
  display: flex; flex-direction: column; gap: 12px;
  margin-top: 60px;
}
.sp-faq-item {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(115,82,64,.1);
  overflow: hidden;
  transition: box-shadow .2s;
}
.sp-faq-item[open] { box-shadow: 0 8px 28px rgba(115,82,64,.1); }

.sp-faq-q {
  padding: 22px 28px;
  cursor: pointer;
  font-weight: 800; font-size: 0.95rem;
  color: var(--brown);
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.sp-faq-q:hover { background: var(--blush); }
.sp-faq-q::-webkit-details-marker { display: none; }
.sp-faq-q::after {
  content: '+';
  font-size: 1.3rem; font-weight: 400; color: var(--olive);
  flex-shrink: 0; line-height: 1;
  transition: transform 0.3s;
}
.sp-faq-item[open] .sp-faq-q::after {
  transform: rotate(180deg);
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 20px 24px;
}
.sp-faq-a {
  padding: 20px 24px;
  font-size: 0.95rem;
  line-height: 1.7;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  max-height: 0;
}
.sp-faq-item[open] .sp-faq-a {
  max-height: 400px;
}

.sp-fq1 { width: 200px; height: 200px; top: 8%; right: 3%; transform: rotate(-8deg); }

/* ── FINAL CTA ── */
.sp-final-cta {
  background: var(--brown);
  padding: 110px 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sp-final-eyebrow { color: var(--butter); opacity: .8; }
.sp-final-title { color: #fff; }
.sp-final-title em { color: var(--butter); font-style: italic; }

.sp-final-sub {
  font-size: 1rem; line-height: 1.75; font-weight: 500;
  color: rgba(255,255,255,0.75);
  max-width: 480px; margin: 0 auto 48px;
}

.sp-final-inner { position: relative; z-index: 1; }

.sp-final-card {
  background: var(--cream);
  border-radius: 28px;
  padding: 48px 52px;
  max-width: 460px; margin: 0 auto;
  box-shadow: 0 32px 80px rgba(0,0,0,.25);
}

.sp-final-card-tag {
  font-family: var(--serif);
  color: var(--olive);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -2px;
  margin-bottom: 22px;
}

.sp-final-card-price {
  font-family: var(--serif);
  font-size: 4rem; color: var(--olive); line-height: 1;
  margin-bottom: 8px;
}
.sp-final-card-note {
  font-size: 0.75rem; font-weight: 700; letter-spacing: .04em;
  color: var(--brown); opacity: 0.8;
  margin-bottom: 28px;
}

.sp-final-list {
  list-style: none;
  text-align: left;
  margin-bottom: 36px;
  display: flex; flex-direction: column; gap: 10px;
}
.sp-final-list li {
  font-size: 0.9rem; font-weight: 700;
  color: var(--brown);
  padding: 10px 16px;
  background: rgba(115,82,64,.05);
  border-radius: 100px;
}

.sp-final-btn-wrap { justify-content: center; display: flex; }
.sp-final-btn { width: 100%; text-align: center; }

.sp-fc1 { width: 150px;  height: 150px;  top: 15%; left: 4%;   transform: rotate(-10deg);}
.sp-fc2 { width: 150px; height: 150px; bottom: 12%; right: 4%; transform: rotate(12deg); }

/* ── LOVE NOTES (new grid) ── */
.sp-love {
  background: var(--cream);
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}

.sp-love-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; }

.sp-love-header { text-align: center; margin-bottom: 56px; }
.sp-love-sub {
  font-size: 1rem; font-weight: 500; color: var(--brown);
  opacity: 0.7; margin-top: 8px;
}

/* 4-col grid, 2 rows */
.sp-love-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}

/* base card */
.sp-love-card {
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(var(--rot, 0deg));
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 4px 20px rgba(115,82,64,.1);
  height: 300px;
}
.sp-love-card:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(115,82,64,.18);
  z-index: 5;
  position: relative;
}

/* photo card */
.sp-love-photo img {
  width: 100%; display: block;
  border-radius: 20px;
  background: ivory;
  height: 100%;
  object-fit: contain;
}

/* text card */
.sp-love-text {
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 10px;
  height: 100%;
  overflow: auto;
}
.sp-love-cream     { background: ivory; }

.sp-love-quote-mark {
  font-family: var(--serif);
  font-size: 3rem; line-height: 0.6;
  color: rgba(115,82,64,.25);
  display: block;
}
.sp-love-title {
  font-family: var(--serif);
  font-size: 1.3rem; color: var(--brown);
  line-height: 1.25; font-weight: 400;
  font-style: italic;
}
.sp-love-body {
  font-size: 0.95rem; line-height: 1.5;
  color: var(--brown);
  font-weight: 500; flex: 1;
}
.sp-love-handle {
  font-size: 0.7rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--olive); opacity: 0.7;
  margin-top: 4px;
}

/* cta below grid */
.sp-love-cta {
  text-align: center;
  margin-top: 52px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.sp-love-cta-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem; color: var(--brown); opacity: 0.65;
}

/* stickers */
.sp-lv1 { width: 110px; height: 110px; top: 8%;   right: 2%; transform: rotate(10deg);  opacity: 0.85; }
.sp-lv2 { width: 80px;  height: 80px;  bottom: 8%; left: 2%;  transform: rotate(-8deg); opacity: 0.85; }

/* wavy bottom of hero */
.about-wave {
  display: block;
  position: absolute;
  bottom: 0px; left: 0;
  width: 100%; height: 60px;
  pointer-events: none;
  z-index: 2;
}

/* ── PSST SOCIAL PROOF ── */
.sp-psst {
  background: url('../backgrounds/offer_background.png') center/cover no-repeat;;
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}

.sp-psst-card {
  max-width: 780px; margin: 0 auto;
  background: var(--cream);
  border-radius: 32px;
  border: 2px solid var(--brown);
  box-shadow: 0 8px 32px rgba(115,82,64,.5);
  padding: 64px 72px;
  text-align: center;
  position: relative;
}

.sp-psst-eyebrow {
  display: inline-flex; align-items: center;
  background: var(--periwinkle);
  border-radius: 100px; padding: 6px 18px;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brown);
  margin-bottom: 24px;
}

.sp-psst-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15; color: var(--brown);
  margin-bottom: 20px;
}
.sp-psst-title em { font-style: italic; color: var(--cherry); }

.sp-psst-sub {
  font-size: 1rem; line-height: 1.75; font-weight: 500;
  color: var(--brown); opacity: 0.75;
  max-width: 520px; margin: 0 auto 36px;
}

/* avatar row */
.sp-psst-avatars {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 28px; flex-wrap: wrap;
}
.sp-psst-av {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2.5px solid var(--cream);
  background: var(--blush);
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin-left: -10px; position: relative; z-index: 1;
  transition: transform .2s;
}
.sp-psst-av:first-child { margin-left: 0; }
.sp-psst-av:hover { transform: translateY(-4px) scale(1.1); z-index: 5; }
.sp-psst-av:nth-child(1) { background: var(--blush); }
.sp-psst-av:nth-child(2) { background: var(--butter); }
.sp-psst-av:nth-child(3) { background: var(--periwinkle); }
.sp-psst-av:nth-child(4) { background: var(--blush); }
.sp-psst-av:nth-child(5) { background: var(--butter); }

.sp-psst-av-count {
  background: var(--brown); color: #fff;
  font-size: 0.72rem; font-weight: 800;
  letter-spacing: .03em;
}

.sp-psst-av-label {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem; color: var(--brown); opacity: 0.6;
  margin-left: 14px;
}

/* pills */
.sp-psst-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; margin-bottom: 36px;
}
.sp-psst-pill {
  background: #fff;
  border: 1.5px solid rgba(115,82,64,.2);
  border-radius: 100px; padding: 9px 20px;
  font-size: 0.85rem; font-weight: 700; color: var(--brown);
  transition: transform .2s, background .2s;
}
.sp-psst-pill:hover { transform: translateY(-2px); background: var(--blush); }

.sp-psst-cta { display: flex; justify-content: center; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .sp-hero {
    grid-template-columns: 1fr;
    padding: 100px 24px 60px;
    gap: 40px;
  }
  .sp-hero-visual { order: -1; }
  .sp-course-img { max-width: 320px; }
  .sp-hero-cta { flex-direction: column; align-items: flex-start; gap: 16px; }

  .sp-problem-inner { grid-template-columns: 1fr; gap: 40px; }
  .sp-callout { position: static; }

  .sp-modules { padding: 80px 24px 80px; }
  .sp-modules-grid { grid-template-columns: 1fr; }
  .sp-lessons-grid { grid-template-columns: 1fr; }

  .sp-results { padding: 70px 24px; }
  .sp-results-inner { grid-template-columns: 1fr; gap: 48px; }
  .sp-results-img { min-height: auto; }
  .sp-fc-1 { left: 0; }
  .sp-fc-2 { right: 0; }

  .sp-bonus { padding: 80px 24px; }
  .sp-bonus-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }

  .sp-faq { padding: 70px 24px; }
  .sp-faq-inner { max-width: 100%; }

  .sp-final-cta { padding: 80px 24px; }
  .sp-final-card { padding: 36px 28px; }
  .sp-final-card-price { font-size: 3rem; }

  .sp-s1, .sp-s2, .sp-s3,
  .sp-p1, .sp-p2,
  .sp-m1, .sp-m2,
  .sp-r1, .sp-b1,
  .sp-w1, .sp-w2,
  .sp-fq1, .sp-fc1, .sp-fc2,
  .sp-lv1, .sp-lv2,
  .sp-psst { padding: 60px 20px; }
  .sp-psst-card { padding: 40px 24px; box-shadow: 4px 4px 0 var(--brown); }
  .sp-psst-av-label { display: none; }

  .sp-love-grid { grid-template-columns: 1fr; }
  .sp-love { padding: 70px 24px; }
}
