/* =========================================================
   Jagat Dwar Workshop — Brand Design
   From logo: meditating figure + golden doorway + light
   Palette: cream #fbf7f0 | black #0f0f0f | gold #d4af37
   ========================================================= */

:root {
  --cream: #faf6ef;
  --cream-deep: #f0e6d6;
  --cream-soft: #fffdf8;
  --black: #12100c;
  --black-soft: #1c1914;
  --black-muted: #2c2820;
  --gold: #c9a227;
  --gold-bright: #f0c94a;
  --gold-deep: #a8861a;
  --gold-soft: rgba(201, 162, 39, 0.16);
  --gold-line: rgba(201, 162, 39, 0.42);
  --text: #1a1610;
  --muted: #6b6258;
  --muted-2: #8a8074;
  --white: #ffffff;
  --red-soft: #c44b4b;
  --red-bg: #fdf0f0;
  --green-soft: #2f8f5b;
  --green-bg: #eef8f2;
  --wa: #25d366;
  --font-sans: "Plus Jakarta Sans", "Noto Sans Devanagari", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", "Noto Sans Devanagari", Georgia, serif;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow-soft: 0 22px 48px -24px rgba(18, 16, 12, 0.32);
  --shadow-gold: 0 12px 30px -8px rgba(201, 162, 39, 0.55);
  --max: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(240, 201, 74, 0.14), transparent 55%),
    var(--cream);
  color: var(--text);
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

button,
input {
  font-family: inherit;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

/* ---------- Brand top bar ---------- */
.brand-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.15rem;
  background: rgba(251, 247, 240, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 15, 15, 0.06);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  color: var(--black);
  font-variation-settings: "SOFT" 50, "WONK" 0.4;
}

.brand-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.lang-toggle {
  display: inline-flex;
  background: var(--black);
  border-radius: 999px;
  padding: 0.18rem;
  gap: 0.12rem;
}

.lang-btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 2.8rem;
}

.lang-btn.is-active,
.lang-btn[aria-pressed="true"] {
  background: var(--gold);
  color: var(--black);
}

.lang-btn:hover:not(.is-active) {
  color: var(--white);
}

/* ---------- Layout ---------- */
.page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 5.5rem;
  overflow-x: hidden;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1rem;
}

.container-md {
  max-width: 64rem;
}

.container-sm {
  max-width: 56rem;
}

.section {
  padding: 5.25rem 1rem;
  position: relative;
}

.section-white {
  background: var(--cream-soft);
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  background: var(--black);
  color: var(--white);
}

.section-dark .section-sub {
  color: rgba(255, 255, 255, 0.62);
}

.section-dark .section-title h2 {
  color: var(--white);
}

.center {
  text-align: center;
}

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

.w-full {
  width: 100%;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.gold {
  background: linear-gradient(120deg, #a8861a 0%, #d4af37 45%, #f0c94a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-dark .gold {
  background: linear-gradient(120deg, #e8c547, #f0c94a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.italic {
  font-style: italic;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 60, "opsz" 48;
}

/* Soft gold ambient glows (doorway light) */
.blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
}

.blob-1 {
  top: -6rem;
  left: -4rem;
  width: 360px;
  height: 360px;
  background: var(--gold);
  opacity: 0.16;
}

.blob-2 {
  top: 22%;
  right: -6rem;
  width: 420px;
  height: 420px;
  background: var(--gold-bright);
  opacity: 0.1;
}

.blob-3 {
  top: 60%;
  left: -5rem;
  width: 360px;
  height: 360px;
  background: #000;
  opacity: 0.05;
}

/* ---------- Typography ---------- */
.section-title {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.section-title h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 1rem;
  color: var(--black);
  letter-spacing: -0.02em;
  font-variation-settings: "SOFT" 40, "opsz" 72;
}

.title-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.title-ornament .bar {
  height: 1px;
  width: 2.75rem;
  background: linear-gradient(to right, transparent, var(--gold));
}

.title-ornament .bar:last-child {
  background: linear-gradient(to left, transparent, var(--gold));
}

.title-ornament .dot {
  width: 0.45rem;
  height: 0.45rem;
  transform: rotate(45deg);
  background: var(--gold);
  border: none;
  border-radius: 1px;
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.section-sub {
  text-align: center;
  color: var(--muted);
  margin-bottom: 3.25rem;
  font-weight: 500;
  font-size: 1.02rem;
}

.section-sub.narrow {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-style: normal;
}

/* ---------- Buttons ---------- */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #f3d060 0%, var(--gold) 48%, var(--gold-deep) 100%);
  color: var(--black);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.98rem;
  padding: 1.05rem 1.9rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  animation: pulse-glow 2.5s ease-in-out infinite;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.btn-cta:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 32px -6px rgba(212, 175, 55, 0.7);
}

.btn-cta:active {
  transform: scale(0.97);
}

.btn-cta:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  animation: none;
}

.star-icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: var(--black);
}

@keyframes pulse-glow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 22px -6px rgba(212, 175, 55, 0.5);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 30px -4px rgba(212, 175, 55, 0.72);
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  z-index: 1;
  padding: 2.25rem 1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-intro {
  text-align: center;
  margin-bottom: 2.25rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--black);
  color: var(--gold-bright);
  padding: 0.48rem 1.15rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.badge::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: rotate(45deg);
  background: var(--gold);
}

.hero-intro h1 {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 5.5vw, 3.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 1.15rem;
  color: var(--black);
  font-variation-settings: "SOFT" 50, "opsz" 96;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.12rem);
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto;
  font-weight: 500;
}

/* Premium hero card */
.premium-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 960px;
  margin: 0 auto 2.5rem;
  padding: 1.65rem;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: 1.85rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(15, 15, 15, 0.04), transparent 40%);
  pointer-events: none;
}

.premium-poster {
  width: min(100%, 320px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.hero-video-wrap {
  position: relative;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  background: var(--black);
  box-shadow:
    0 24px 48px -18px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(201, 162, 39, 0.35),
    0 0 40px rgba(240, 201, 74, 0.12);
  line-height: 0;
}

.hero-video {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  display: block;
  background: #000;
  vertical-align: middle;
}

.poster-img {
  width: 100%;
  height: auto;
  border-radius: 1.1rem;
  box-shadow:
    0 22px 40px -16px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(212, 175, 55, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.poster-img:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 50px -14px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(212, 175, 55, 0.35);
}

.premium-details {
  flex: 1;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.details-label {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.details-label .line {
  flex: 1;
  height: 1px;
  background: rgba(15, 15, 15, 0.1);
}

.details-label .label-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--muted);
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.detail-item {
  padding: 0.85rem 0.9rem;
  border-radius: 0.85rem;
  background: var(--cream);
  border: 1px solid rgba(15, 15, 15, 0.06);
}

.detail-item strong {
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  color: var(--black);
}

.detail-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  color: var(--gold-deep);
}

.detail-head span {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.detail-head .icon {
  width: 1.05rem;
  height: 1.05rem;
}

.mobile-cta {
  display: none;
}

/* ---------- Hero pills (minimal) ---------- */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 720px;
  margin: 0.5rem auto 1.25rem;
  padding: 0 0.5rem;
}

.hero-pills span {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--black-soft);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
}

/* Hide heavy video badge for cleaner look */
.hero-video-wrap::after {
  display: none;
}

/* ---------- Product showcase (course) — clean shop style ---------- */
.product-showcase {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: 1.75rem;
  box-shadow: var(--shadow-soft);
}

@media (min-width: 900px) {
  .product-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
    padding: 1.75rem;
  }
}

.product-media {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f7f1e6;
  border: 1px solid rgba(201, 162, 39, 0.22);
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.product-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.65rem;
}

.product-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.product-desc {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: 34rem;
}

.product-price-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.product-price-old {
  font-size: 1.05rem;
  color: var(--muted-2);
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 0.45rem;
}

.product-price {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.02em;
}

.product-save {
  background: #eef8f2;
  color: var(--green-soft);
  border: 1px solid rgba(47, 143, 91, 0.25);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-includes {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  margin-bottom: 1.35rem;
}

.product-includes li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--black);
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  background: var(--cream);
  border: 1px solid rgba(15, 15, 15, 0.05);
}

.inc-ico {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.5rem;
  background: var(--black);
  color: var(--gold-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.inc-ico svg {
  width: 1rem;
  height: 1rem;
}

.product-buy {
  text-decoration: none;
  width: 100%;
}

.product-secure {
  width: 100%;
  text-align: center;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted-2);
}

.product-syllabus {
  width: 100%;
  margin-top: 1.35rem;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  padding-top: 1rem;
}

.product-syllabus summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--black);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  user-select: none;
}

.product-syllabus summary::-webkit-details-marker {
  display: none;
}

.product-syllabus summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--gold-deep);
  font-weight: 500;
  line-height: 1;
}

.product-syllabus[open] summary::after {
  content: "−";
}

.product-topics {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.4rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 0.35rem;
}

.product-topics li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #3a342c;
  padding: 0.45rem 0.35rem;
  border-bottom: 1px solid rgba(15, 15, 15, 0.05);
}

.topic-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gold-deep);
  min-width: 1.4rem;
  letter-spacing: 0.04em;
}

/* ---------- Google Reviews marquee ---------- */
.section-reviews {
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  overflow: hidden;
}

.section-reviews .section-title {
  margin-bottom: 0.25rem;
}

.section-reviews .section-sub {
  margin-top: 0.85rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.reviews-marquee {
  position: relative;
  width: 100%;
  margin-top: 1.75rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}

.reviews-track {
  display: flex;
  width: max-content;
  gap: 1.1rem;
  padding: 0.35rem 1rem 1.1rem;
  animation: reviews-scroll 55s linear infinite;
  will-change: transform;
}

.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}

@keyframes reviews-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.review-card {
  flex: 0 0 auto;
  width: min(22.5rem, 82vw);
  background: var(--white);
  border: 1px solid rgba(15, 15, 15, 0.07);
  border-radius: 1.1rem;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-align: left;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  border-color: rgba(201, 162, 39, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -20px rgba(18, 16, 12, 0.35);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-avatar {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: var(--avatar-bg, #1a73e8);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.review-identity {
  flex: 1;
  min-width: 0;
}

.review-name {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--black);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-meta {
  font-size: 0.75rem;
  color: var(--muted-2);
  font-weight: 500;
  margin-top: 0.1rem;
}

.review-google {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  opacity: 0.95;
}

.review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
}

.review-stars {
  display: inline-flex;
  gap: 0.08rem;
  line-height: 1;
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.star-off {
  color: #dadce0;
}

.review-when {
  font-size: 0.78rem;
  color: var(--muted-2);
  font-weight: 500;
}

.review-new {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #188038;
  background: #e6f4ea;
  border: 1px solid rgba(24, 128, 56, 0.25);
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

.review-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #3c4043;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-owner-reply {
  margin-top: 0.15rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.65rem;
  background: var(--cream);
  border: 1px solid rgba(15, 15, 15, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.owner-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.owner-from {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    justify-content: center;
  }

  .reviews-track .review-card:nth-child(n + 8) {
    display: none;
  }

  .reviews-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ---------- Secrets (black + gold like logo) ---------- */
.secrets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .secrets-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.secret-card {
  background: linear-gradient(165deg, #1c1c1c 0%, #0f0f0f 100%);
  color: var(--white);
  padding: 1.85rem 1.4rem;
  border-radius: 1.25rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(212, 175, 55, 0.28);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.secret-card::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(232, 197, 71, 0.28), transparent 70%);
  pointer-events: none;
}

.secret-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.55), 0 0 24px rgba(212, 175, 55, 0.18);
}

.secret-icon-badge {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.15rem;
  border-radius: 1rem;
  background: rgba(240, 201, 74, 0.1);
  border: 1px solid rgba(240, 201, 74, 0.4);
  color: var(--gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 24px rgba(240, 201, 74, 0.15);
}

.secret-icon-badge svg {
  width: 1.55rem;
  height: 1.55rem;
}

.secret-card p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0.25rem;
  position: relative;
  z-index: 1;
}

/* ---------- Student video stories (phone mockups) ---------- */
.section-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
  max-width: 22rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .video-stories-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 40rem;
    gap: 1.35rem 1.1rem;
  }
}

@media (min-width: 1024px) {
  .video-stories-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 72rem;
    gap: 1.15rem;
  }
}

.video-story-card {
  width: 100%;
  max-width: 17.5rem;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-shell {
  width: 100%;
  background: linear-gradient(165deg, #2a2a2a, #111);
  border-radius: 1.65rem;
  padding: 0.55rem 0.5rem 0.65rem;
  box-shadow:
    0 22px 40px -16px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
}

.phone-notch {
  width: 38%;
  height: 0.55rem;
  background: #0a0a0a;
  border-radius: 999px;
  margin: 0.15rem auto 0.45rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.phone-screen {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16;
  isolation: isolate;
}

.phone-home {
  width: 28%;
  height: 0.28rem;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  margin: 0.55rem auto 0.1rem;
}

.story-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #111;
  z-index: 1;
}

.story-video.is-playing {
  z-index: 4;
  object-fit: cover;
  background: #000;
}

.video-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
  background: #111;
  pointer-events: none;
}

.video-cover-img[hidden] {
  display: none !important;
}

.video-cover-img.is-ready {
  display: block;
}

.phone-screen.is-playing .video-cover-img {
  display: none !important;
}

.video-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  display: block;
}

.video-cover.is-hidden {
  display: none !important;
}

.phone-screen.is-playing .video-cover {
  display: none !important;
}

.video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0.42) 100%
  );
  pointer-events: none;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3d060, var(--gold), var(--gold-deep));
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(240, 201, 74, 0.2);
  transition: transform 0.2s ease;
}

.video-cover:hover .play-btn,
.video-cover:focus-visible .play-btn {
  transform: translate(-50%, -50%) scale(1.06);
}

.play-btn svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.15rem;
}

.video-story-caption {
  margin-top: 0.75rem;
  padding: 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1.35;
}

/* ---------- Testimonials ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  background: var(--white);
  padding: 0.45rem;
  border-radius: 1.1rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 15, 15, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.4);
}

.testimonial-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.85rem;
}

/* ---------- Before / After ---------- */
.before-after {
  display: grid;
  gap: 1.2rem;
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .before-after {
    grid-template-columns: 1fr 1fr;
  }
}

.ba-card {
  padding: 1.65rem;
  border-radius: 1.25rem;
  border: 1px solid transparent;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.ba-before {
  border-color: rgba(196, 75, 75, 0.22);
  background: linear-gradient(160deg, #fdf5f5, var(--white));
}

.ba-after {
  border-color: rgba(47, 143, 91, 0.22);
  background: linear-gradient(160deg, #f3faf6, var(--white));
}

.ba-card h3 {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.ba-before h3 {
  color: var(--red-soft);
}

.ba-after h3 {
  color: var(--green-soft);
}

.ba-card li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
  font-style: italic;
  color: var(--muted);
}

.ba-card li:last-child {
  margin-bottom: 0;
}

.ba-card .mark {
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.08rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  font-style: normal;
}

.ba-before .mark {
  color: var(--red-soft);
  background: var(--red-bg);
}

.ba-after .mark {
  color: var(--green-soft);
  background: var(--green-bg);
}

.ba-after li {
  font-weight: 500;
  color: #333;
}

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  gap: 1.15rem;
  text-align: left;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  background: var(--white);
  border: 1px solid rgba(15, 15, 15, 0.06);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.feature-item:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}

.feature-icon {
  width: 3.4rem;
  height: 3.4rem;
  background: var(--black);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold-bright);
  font-size: 1.25rem;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

.feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.feature-item h4 {
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  color: var(--black);
}

.feature-item p {
  color: var(--muted);
  font-size: 0.92rem;
}

/* ---------- Signs ---------- */
.signs-grid {
  display: grid;
  gap: 0.8rem 1.1rem;
}

@media (min-width: 768px) {
  .signs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.sign-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--white);
  padding: 1.05rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 15, 15, 0.06);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.sign-item:hover {
  border-color: rgba(212, 175, 55, 0.45);
  background: #fffef9;
}

.sign-check {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 0.3rem;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.8rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
}



.sign-item span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

/* ---------- Myths ---------- */
.myths-box {
  display: grid;
  gap: 1rem;
  border-radius: 1.25rem;
  overflow: visible;
}

@media (min-width: 768px) {
  .myths-box {
    grid-template-columns: 1fr 1fr;
  }
}

.myths-col {
  background: var(--white);
  border: 1px solid rgba(15, 15, 15, 0.06);
  padding: 1.85rem;
  border-radius: 1.25rem;
  box-shadow: var(--shadow-soft);
}

.myth-title,
.fact-title {
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.75rem;
}

.myth-title {
  color: var(--red-soft);
}

.fact-title {
  color: var(--green-soft);
}

.myths-col li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.35rem;
}

.myths-col li:last-child {
  margin-bottom: 0;
}

.myths-col .bubble {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}

#myths-list .bubble {
  background: var(--red-bg);
  color: var(--red-soft);
  border: 1px solid rgba(196, 75, 75, 0.2);
}

#facts-list .bubble {
  background: var(--green-bg);
  color: var(--green-soft);
  border: 1px solid rgba(47, 143, 91, 0.2);
}

#myths-list span {
  color: var(--muted);
  font-weight: 500;
}

#facts-list span {
  color: #2f2f2f;
  font-weight: 600;
}

/* ---------- Mentor ---------- */
.mentor-section {
  overflow: hidden;
}

.mentor-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 1.75rem 1.35rem;
  border-radius: 1.75rem;
  background: var(--white);
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: var(--shadow-soft);
}

@media (min-width: 1024px) {
  .mentor-layout {
    flex-direction: row;
    padding: 2.25rem;
  }
}

.mentor-photo-wrap {
  position: relative;
  text-align: center;
}

.mentor-photo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: auto;
  border-radius: 1.1rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 16px 36px -16px rgba(0, 0, 0, 0.35);
  background: var(--cream);
}

.mentor-name {
  margin-top: 1.25rem;
}

.mentor-name h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.2rem;
}

.mentor-name p {
  font-size: 0.78rem;
  color: var(--gold-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mentor-content {
  flex: 1;
}

.mentor-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.mentor-heading .line {
  flex: 1;
  height: 1px;
  background: rgba(15, 15, 15, 0.1);
}

.mentor-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 700;
  white-space: nowrap;
  color: var(--black);
}

.mentor-bullets {
  margin-bottom: 1.75rem;
}

.mentor-bullets li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #2f2f2f;
}

.mentor-bullets .tick {
  color: var(--gold-deep);
  flex-shrink: 0;
  font-weight: 800;
  margin-top: 0.05rem;
}

.mentor-bio {
  color: var(--muted);
  font-style: italic;
  line-height: 1.7;
  font-size: 0.9rem;
}

.mentor-bio p {
  margin-bottom: 1rem;
}

/* ---------- FAQ ---------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq-item {
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--white);
  margin-bottom: 0.25rem;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.2s ease;
}

.faq-item.open {
  border-color: rgba(212, 175, 55, 0.5);
}

.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 1.25rem;
  text-align: left;
  font-weight: 650;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--black);
  font-size: 0.98rem;
  gap: 1rem;
  transition: background 0.2s;
}

.faq-btn:hover {
  background: rgba(212, 175, 55, 0.06);
}

.faq-btn .chevron {
  color: var(--gold-deep);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item.open .faq-btn .chevron {
  transform: rotate(180deg);
}

.faq-body {
  display: none;
  padding: 0 1.25rem 1.15rem;
  color: var(--muted);
  border-top: 1px solid rgba(15, 15, 15, 0.06);
  padding-top: 0.9rem;
  line-height: 1.65;
}

.faq-item.open .faq-body {
  display: block;
}

/* ---------- Sticky CTA ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(251, 247, 240, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 -10px 30px -18px rgba(0, 0, 0, 0.25);
  padding: 0.85rem 1rem;
  display: flex;
  justify-content: center;
  z-index: 40;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}

.sticky-btn {
  width: 100%;
  max-width: 36rem;
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 6rem;
  right: 1.5rem;
  z-index: 45;
}

.wa-tooltip {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--black);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  border-radius: 0.45rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
}

.wa-ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--wa);
  opacity: 0.35;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.wa-btn {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  background: var(--wa);
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 28px -10px rgba(37, 211, 102, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.wa-btn:hover {
  background: #20ba5a;
  transform: scale(1.07);
}

.wa-icon {
  width: 1.9rem;
  height: 1.9rem;
  fill: currentColor;
}

/* ---------- Modal (black + gold brand) ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal[hidden] {
  display: none !important;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  z-index: 10;
  background: linear-gradient(165deg, #1a1a1a, #0f0f0f);
  color: var(--white);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 1.25rem;
  padding: 1.85rem;
  max-width: 28rem;
  width: 100%;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7), 0 0 30px rgba(212, 175, 55, 0.12);
  max-height: 92vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
}

.modal-close:hover {
  color: var(--gold-bright);
}

.modal-header {
  text-align: center;
  margin-bottom: 1.35rem;
}

.modal-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50%;
  color: var(--gold-bright);
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  overflow: hidden;
}

.modal-icon img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}

.modal-header h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
}

.modal-header p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.35rem;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-bottom: 1.35rem;
}

.form-fields label {
  display: block;
}

.form-fields label span {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold-bright);
  margin-bottom: 0.4rem;
}

.form-fields input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.7rem;
  padding: 0.78rem 0.95rem;
  color: var(--white);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-fields input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-fields input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.success-view {
  text-align: center;
  padding: 1.25rem 0;
}

.success-view[hidden] {
  display: none !important;
}

.success-check {
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  background: var(--green-bg);
  color: var(--green-soft);
  border: 1px solid rgba(47, 143, 91, 0.3);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.success-view h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.success-msg {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.35rem;
  padding: 0 0.75rem;
}

.success-email {
  display: block;
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-family: ui-monospace, monospace;
  margin-top: 0.45rem;
}

.workshop-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 0.85rem;
  padding: 1rem;
  margin-bottom: 1.35rem;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.8;
}

.box-label {
  font-weight: 700;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
}

.zoom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.45rem;
  margin-top: 0.25rem;
}

.zoom-row a {
  color: var(--gold-bright);
  text-decoration: underline;
  word-break: break-all;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--wa);
  color: var(--white);
  font-weight: 700;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  width: 100%;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 10px 18px -8px rgba(37, 211, 102, 0.45);
}

.btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-1px);
}

body.modal-open {
  overflow: hidden;
}

/* Footer brand strip */
.brand-footer {
  text-align: center;
  padding: 2.5rem 1rem 1rem;
  color: var(--muted-2);
  font-size: 0.82rem;
}

.brand-footer img {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.6rem;
  object-fit: contain;
}

.brand-footer strong {
  display: block;
  color: var(--black);
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .blob {
    display: none;
  }

  .brand-bar {
    padding: 0.55rem 0.85rem;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-tag {
    display: none;
  }

  .brand-name {
    font-size: 1rem;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-title h2 {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
    padding: 0 0.25rem;
  }

  .section-sub {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    padding: 0 0.35rem;
  }

  .hero {
    padding: 1.25rem 0.75rem 0.75rem;
  }

  .hero-intro h1 {
    font-size: clamp(1.7rem, 7.5vw, 2.2rem);
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .premium-hero {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    padding: 0.9rem 0.75rem;
    text-align: center;
    border-radius: 1.15rem;
  }

  .premium-poster {
    width: 100%;
    max-width: min(100%, 300px);
  }

  .hero-video {
    max-height: 380px;
  }

  .premium-details {
    width: 100%;
    max-width: 100%;
  }

  .premium-details .btn-cta:not(.mobile-cta) {
    display: none;
  }

  .mobile-cta {
    display: flex !important;
  }

  .details-grid {
    gap: 0.55rem;
    grid-template-columns: 1fr 1fr;
  }

  .detail-item {
    padding: 0.7rem 0.65rem;
  }

  .detail-item strong {
    font-size: 0.82rem;
    white-space: normal;
    line-height: 1.3;
  }

  .hero-pills {
    gap: 0.4rem;
    margin-top: 0.85rem;
  }

  .hero-pills span {
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem;
  }

  .mt-12 {
    margin-top: 1.35rem;
  }

  .mt-16,
  .mt-20 {
    margin-top: 1.75rem;
  }

  .btn-cta {
    width: 100%;
    max-width: 22rem;
    font-size: 0.92rem;
    padding: 0.95rem 1.25rem;
  }

  .center .btn-cta {
    width: 100%;
  }

  /* Course product on phone */
  .product-showcase {
    padding: 0.85rem;
    border-radius: 1.25rem;
    gap: 1.15rem;
  }

  .product-title {
    font-size: 1.45rem;
  }

  .product-price {
    font-size: 1.75rem;
  }

  .product-desc {
    font-size: 0.92rem;
  }

  /* Student phones on mobile */
  .video-stories-grid {
    max-width: 17.5rem;
    gap: 1.35rem;
  }

  .video-story-card {
    max-width: 17.5rem;
  }

  .play-btn {
    width: 3.1rem;
    height: 3.1rem;
  }

  .secret-card {
    border-radius: 1.1rem;
    padding: 1.25rem;
  }

  .secret-card p {
    font-size: 0.94rem;
    padding: 0;
  }

  .review-card {
    width: min(20.5rem, 86vw);
    border-radius: 0.95rem;
    padding: 1rem 1.05rem;
  }

  .review-text {
    font-size: 0.86rem;
    -webkit-line-clamp: 5;
  }

  .reviews-track {
    gap: 0.85rem;
    animation-duration: 48s;
  }

  .before-after {
    gap: 0.9rem;
    margin-top: 1.5rem;
  }

  .ba-card {
    padding: 1.2rem;
  }

  .myths-col {
    padding: 1.15rem;
  }

  .mentor-heading h2 {
    white-space: normal;
    font-size: 1.35rem;
  }

  .mentor-layout {
    padding: 1rem;
  }

  .feature-item {
    padding: 1rem 0.9rem;
  }

  .sign-item {
    padding: 0.95rem;
  }

  .modal {
    align-items: flex-start;
    padding: 0.65rem;
    padding-top: 2vh;
  }

  .modal-panel {
    max-height: 92vh;
    padding: 1.2rem;
    border-radius: 1.1rem;
  }

  .page {
    padding-bottom: 5.25rem;
  }

  .sticky-cta {
    padding: 0.7rem 0.75rem;
  }

  .whatsapp-float {
    bottom: 5.25rem;
    right: 0.85rem;
  }

  .wa-btn {
    width: 3.15rem;
    height: 3.15rem;
  }

  .wa-tooltip {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-cta {
    display: none !important;
  }
}
