/* ============== Wachat Sender — Workshop Landing ============== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

:root {
  --wa-green: #25d366;
  --wa-green-dark: #128c7e;
  --wa-green-darker: #075e54;
  --wa-mint: #ecfdf5;
  --wa-mint-2: #d1fae5;
  --ink: #0b1418;
  --ink-2: #122026;
  --paper: #ffffff;
  --muted: #4b5e64;
  --muted-2: #8a9aa0;
  --yellow: #ffd400;
  --yellow-dark: #f5b800;
  --border: #e3ecea;
  --shadow: 0 18px 40px rgba(7, 94, 84, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.ws-page {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 110px;
}

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

/* ---------- Sticky countdown (top) ---------- */
.sticky-countdown {
  position: sticky;
  top: 0;
  z-index: 80;
  background: linear-gradient(90deg, #0b1418, #134e4a 60%, #128c7e);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sc-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.sc-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.sc-left i {
  color: var(--yellow);
}
.sc-left b {
  font-size: 18px;
  color: var(--yellow);
  letter-spacing: 0.5px;
}
.sc-left s {
  opacity: 0.65;
  font-size: 12px;
}
.sc-cd {
  display: inline-flex;
  gap: 6px;
}
.sc-cd .cd-box {
  min-width: 42px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
}
.sc-cd .cd-value {
  font-size: 16px;
}
.sc-cd .cd-label {
  font-size: 9px;
  margin-top: 2px;
}
.sc-btn {
  background: var(--yellow);
  color: #0b1418;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  transition: transform 0.15s ease;
}
.sc-btn:hover {
  transform: translateY(-1px);
}

/* ---------- Brand bar ---------- */
.brand-bar {
  background: #fff;
  padding: 18px 16px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--border);
}
.brand-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
}

/* ---------- Hero ---------- */
.hero {
  background: radial-gradient(
      900px 500px at 50% -120px,
      rgba(37, 211, 102, 0.22),
      transparent 60%
    ),
    linear-gradient(180deg, #f7fef9, #fff 60%);
  text-align: center;
  padding: 30px 16px 50px;
  position: relative;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
.container-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.hero-banner {
  display: inline-block;
  background: linear-gradient(90deg, #0b1418, #134e4a);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
  box-shadow: 0 10px 24px rgba(7, 94, 84, 0.18);
}
.hero-banner i {
  color: var(--yellow);
}
.hero-banner b {
  color: var(--yellow);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 211, 102, 0.12);
  color: var(--wa-green-darker);
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: clamp(26px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.2;
  margin: 22px auto 16px;
  max-width: 1040px;
  letter-spacing: -0.4px;
}
.hl {
  color: var(--wa-green-dark);
  background: linear-gradient(180deg, transparent 65%, rgba(37, 211, 102, 0.28) 65%);
  padding: 0 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.hl-y {
  color: #876200;
  background: linear-gradient(180deg, transparent 65%, rgba(255, 212, 0, 0.55) 65%);
  padding: 0 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.hero-sub {
  color: var(--muted);
  font-size: clamp(14px, 1.5vw, 17px);
  margin: 0 auto 26px;
  max-width: 660px;
  font-style: italic;
}

.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.hero-old-price {
  font-size: 14px;
  color: var(--muted);
}
.hero-old-price s {
  color: #a3b0b3;
  font-weight: 600;
}

/* ---------- Register Button ---------- */
.register-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #2bdf6e, var(--wa-green-dark));
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45),
    inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  animation: btn-pulse 2.4s infinite;
}
@keyframes btn-pulse {
  0%,
  100% {
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45),
      inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.6),
      inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  }
}
.register-btn:hover {
  transform: translateY(-2px) scale(1.02);
}
.register-arrow {
  transition: transform 0.2s ease;
}
.register-btn:hover .register-arrow {
  transform: translateX(4px);
}

/* ---------- Hero video / phone ---------- */
.hero-video {
  margin: 0 auto 30px;
  max-width: 460px;
  position: relative;
}
.video-frame {
  position: relative;
  border-radius: 28px;
  padding: 18px;
  background: linear-gradient(135deg, #0b1418, #134e4a 70%);
  box-shadow: 0 30px 60px rgba(7, 94, 84, 0.35);
}
.video-glow {
  position: absolute;
  inset: -2px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--wa-green), transparent 60%);
  opacity: 0.4;
  filter: blur(20px);
  z-index: -1;
}
.play-bubble {
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 60px;
  height: 60px;
  background: var(--yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0b1418;
  font-size: 22px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.phone-mock {
  background: #e6dfd3;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
}
.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--wa-green-darker);
  color: #fff;
  padding: 12px 14px;
}
.phone-avatar {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4px;
}
.phone-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.phone-name {
  font-weight: 700;
  font-size: 14px;
}
.phone-status {
  font-size: 11px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
}
.online {
  width: 7px;
  height: 7px;
  background: #2ecc71;
  border-radius: 50%;
}
.phone-actions {
  margin-left: auto;
  display: flex;
  gap: 14px;
  opacity: 0.85;
  font-size: 15px;
}
.phone-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: url("https://www.transparenttextures.com/patterns/cubes.png"),
    #e6dfd3;
  background-size: 80px;
  min-height: 240px;
}
.bubble {
  max-width: 82%;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.bubble.in {
  background: #fff;
  align-self: flex-start;
  border-top-left-radius: 2px;
}
.bubble.out {
  background: #d9fdd3;
  align-self: flex-end;
  border-top-right-radius: 2px;
}

.hero-trust {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}
.hero-trust div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-trust i {
  color: var(--wa-green-dark);
}
.hero-trust b {
  color: var(--ink);
  margin-right: 2px;
}

/* ---------- Sections ---------- */
.section {
  padding: 72px 16px;
}
.section-light {
  background: #fff;
}
.section-mint {
  background: var(--wa-mint);
}
.section-dark {
  background: var(--ink);
  color: #fff;
}
.section-gradient {
  background: linear-gradient(180deg, #f0fff5, #fff);
}

.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading.light {
  color: #fff;
}
.eyebrow {
  display: inline-block;
  background: rgba(37, 211, 102, 0.13);
  color: var(--wa-green-darker);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-dark .eyebrow {
  background: rgba(255, 212, 0, 0.15);
  color: var(--yellow);
}
.section-heading h2 {
  font-size: clamp(24px, 3.6vw, 42px);
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.section-heading p {
  color: var(--muted);
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}
.section-dark .section-heading p {
  color: #b6c4c1;
}
.centered-cta {
  text-align: center;
  margin-top: 40px;
}

/* ---------- Clients strip (logos marquee) ---------- */
.clients-strip {
  background: #fff;
  padding: 28px 16px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.clients-title {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 600;
}
.clients-title i {
  color: var(--wa-green-dark);
  margin-right: 4px;
}
.clients-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}
.clients-track {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.client-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
  color: var(--ink-2);
  letter-spacing: 0.5px;
  opacity: 0.7;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.client-logo:hover {
  opacity: 1;
}
.client-logo i {
  color: var(--wa-green-dark);
  font-size: 24px;
}

/* ---------- Meet your coach ---------- */
.coach-section {
  background: #fff;
}
.coach-wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.coach-photo {
  position: relative;
}
.coach-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(7, 94, 84, 0.2);
}
.coach-badge {
  position: absolute;
  bottom: 20px;
  left: -16px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(7, 94, 84, 0.22);
  border-left: 4px solid var(--wa-green);
}
.coach-badge i {
  color: var(--yellow-dark);
  font-size: 26px;
}
.coach-badge b {
  display: block;
  font-size: 16px;
  color: var(--ink);
}
.coach-badge small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.coach-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.coach-bullets li {
  font-size: 14px;
  color: var(--wa-green-darker);
  font-weight: 600;
}
.coach-bullets i {
  color: var(--wa-green);
  margin-right: 4px;
}
.coach-name {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}
.coach-bio {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.coach-bio b {
  color: var(--ink);
}
.coach-stats {
  display: flex;
  gap: 26px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.coach-stats > div {
  background: var(--wa-mint);
  padding: 14px 22px;
  border-radius: 12px;
  border-left: 4px solid var(--wa-green);
}
.coach-stats b {
  display: block;
  font-size: 22px;
  color: var(--wa-green-darker);
  line-height: 1;
}
.coach-stats span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ---------- Workshop gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(7, 94, 84, 0.12);
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 94, 84, 0.6));
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-item-0 {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item-3 {
  grid-column: span 2;
}

/* ---------- Why grid ---------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.why-illustration {
  display: flex;
  justify-content: center;
}
.why-graphic {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-darker));
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  box-shadow: 0 30px 60px rgba(7, 94, 84, 0.3);
}
.why-graphic > i {
  font-size: 110px;
}
.why-stat {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: var(--yellow);
  color: #0b1418;
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}
.why-stat span {
  display: block;
  font-weight: 800;
  font-size: 22px;
}
.why-stat small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.why-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  background: var(--wa-mint);
  padding: 14px 18px;
  border-radius: 12px;
  border-left: 4px solid var(--wa-green);
}
.why-list i {
  color: var(--wa-green-dark);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---------- Learn cards ---------- */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.learn-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.learn-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(37, 211, 102, 0.5);
}
.learn-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-darker));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}
.learn-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.learn-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

/* ---------- Designed for ---------- */
.designed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.designed-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.2s, background 0.2s;
}
.designed-card:hover {
  transform: translateY(-3px);
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.3);
}
.designed-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 212, 0, 0.18);
  color: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.designed-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.designed-card p {
  margin: 0;
  color: #b6c4c1;
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- After / Outcome ---------- */
.after-text {
  text-align: center;
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--ink-2);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 740px;
}
.after-text b {
  color: var(--wa-green-darker);
}

/* ---------- Bonus card ---------- */
.bonus-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  border: 2px solid var(--wa-green);
  padding: 50px 32px 36px;
  position: relative;
  box-shadow: 0 30px 60px rgba(7, 94, 84, 0.15);
  text-align: center;
}
.ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: #0b1418;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.2px;
  padding: 9px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.bonus-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bonus-list li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  background: var(--wa-mint);
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14.5px;
}
.bonus-list i {
  color: var(--wa-green-dark);
  font-size: 20px;
}
.bonus-list em {
  font-style: normal;
  font-weight: 800;
  color: var(--wa-green-darker);
  font-size: 13px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.price-line {
  font-size: 16px;
  color: var(--muted);
  margin: 4px 0;
}
.price-line.big {
  font-size: 22px;
  color: var(--ink);
  margin: 14px 0 22px;
}
.price-line.big b {
  color: var(--wa-green-dark);
  font-size: 30px;
}
.pricing-foot {
  margin: 18px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.pricing-foot i {
  color: var(--wa-green-dark);
  margin-right: 4px;
}

/* ---------- Changes grid ---------- */
.changes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.change-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--wa-mint);
  padding: 14px 18px;
  border-radius: 12px;
  border-left: 4px solid var(--wa-green);
  font-size: 15px;
  font-weight: 500;
}
.change-row i {
  color: var(--wa-green-dark);
  font-size: 18px;
  flex-shrink: 0;
}

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.testi-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid var(--border);
}
.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.stars {
  color: var(--yellow-dark);
  margin-bottom: 12px;
  font-size: 14px;
}
.testi-text {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 20px;
}
.testi-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-darker));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.testi-meta b {
  display: block;
  font-size: 14px;
}
.testi-meta span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

/* ---------- Audience ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}
.audience-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  transition: transform 0.2s, background 0.2s;
}
.audience-card:hover {
  transform: translateY(-3px);
  background: var(--wa-mint);
  border-color: rgba(37, 211, 102, 0.4);
}
.audience-card i {
  font-size: 28px;
  color: var(--wa-green-dark);
  margin-bottom: 10px;
  display: block;
}
.audience-card span {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}

/* ---------- FAQ ---------- */
.faq-section {
  padding-top: 60px;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border) !important;
  border-radius: 12px;
  padding: 0 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item:hover {
  border-color: rgba(37, 211, 102, 0.4) !important;
  box-shadow: 0 6px 18px rgba(7, 94, 84, 0.06);
}
.faq-q {
  font-size: 16px;
  font-weight: 600;
  padding: 18px 0;
  text-align: left;
}
.faq-a {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 18px;
}

/* ---------- Final CTA ---------- */
.final-cta {
  background: linear-gradient(135deg, #0b1418 0%, #075e54 55%, #128c7e 100%);
  color: #fff;
  text-align: center;
  padding: 72px 16px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px 320px at 50% 0,
    rgba(255, 212, 0, 0.18),
    transparent
  );
  pointer-events: none;
}
.final-cta h2 {
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 800;
  margin: 0 0 8px;
  position: relative;
  letter-spacing: -0.5px;
}
.final-date {
  margin: 0 0 24px;
  font-size: 15px;
  opacity: 0.9;
  position: relative;
}
.final-date i {
  color: var(--yellow);
  margin-right: 4px;
}
.final-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  position: relative;
  flex-wrap: wrap;
}
.big-price {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.final-price s {
  color: #cfd8d6;
  font-size: 22px;
}
.off-badge {
  background: var(--yellow);
  color: #0b1418;
  font-weight: 800;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
}
.final-countdown {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 14px;
  position: relative;
}
.final-note {
  margin-top: 20px;
  font-size: 13px;
  opacity: 0.85;
  position: relative;
}
.final-note i {
  color: var(--yellow);
  margin-right: 4px;
}

/* ---------- Countdown boxes (final + sticky) ---------- */
.cd-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.cd-grid.center {
  margin-bottom: 24px;
}
.cd-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 16px;
  border-radius: 12px;
  min-width: 72px;
  text-align: center;
}
.cd-value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cd-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
  opacity: 0.85;
}

/* ---------- Footer ---------- */
.footer {
  background: #08120f;
  color: #aabab6;
  text-align: center;
  padding: 30px 16px;
}
.footer-logo {
  height: 54px;
  margin: 0 auto 10px;
  filter: brightness(1.1);
}
.footer p {
  margin: 0;
  font-size: 13px;
}

/* ---------- Trust row (badges under CTA) ---------- */
.trust-row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.trust-row i {
  color: var(--wa-green-dark);
  font-size: 14px;
}
.final-cta .trust-row {
  color: #cfe7e3;
  margin-top: 18px;
}
.final-cta .trust-row i {
  color: var(--yellow);
}

/* ---------- Seats left (scarcity) ---------- */
.seats-left {
  margin-top: 22px;
  width: 100%;
  max-width: 460px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 8px 20px rgba(7, 94, 84, 0.08);
}
.seats-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 8px;
  gap: 8px;
  flex-wrap: wrap;
}
.seats-top i {
  color: var(--wa-green-dark);
  margin-right: 4px;
}
.seats-count {
  color: #dc2626;
  font-size: 16px;
}
.seats-filling {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #dc2626;
  font-weight: 700;
  font-size: 12px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  background: #dc2626;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.5);
  animation: pulse-red 1.4s infinite;
}
@keyframes pulse-red {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.55);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(220, 38, 38, 0);
  }
}
.seats-bar {
  height: 8px;
  background: #f0f3f2;
  border-radius: 999px;
  overflow: hidden;
}
.seats-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--wa-green), #dc2626);
  border-radius: 999px;
  transition: width 0.6s ease;
}

/* ---------- Desktop sticky bottom CTA bar ---------- */
.desktop-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 75;
  background: linear-gradient(180deg, #122026, #0b1418);
  color: #fff;
  border-top: 2px solid var(--wa-green);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.25);
  padding: 12px 20px;
  display: block;
  animation: slide-up 0.5s ease;
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.dsb-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.dsb-info {
  flex: 1;
  min-width: 0;
}
.dsb-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.dsb-title i {
  color: var(--yellow);
  margin-right: 6px;
}
.dsb-sub {
  font-size: 13px;
  color: #b6c4c1;
}
.dsb-sub b {
  color: var(--yellow);
  font-size: 18px;
  margin-right: 4px;
}
.dsb-sub s {
  opacity: 0.6;
  margin-right: 8px;
}
.dsb-time {
  background: rgba(255, 212, 0, 0.15);
  color: var(--yellow);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.dsb-cd {
  display: flex;
  gap: 6px;
}
.dsb-cd .cd-box {
  padding: 6px 10px;
  min-width: 44px;
  background: rgba(255, 255, 255, 0.06);
}
.dsb-cd .cd-value {
  font-size: 16px;
}
.dsb-cd .cd-label {
  font-size: 9px;
  margin-top: 2px;
}
.dsb-btn {
  background: linear-gradient(180deg, #2bdf6e, var(--wa-green-dark));
  color: #fff;
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
  white-space: nowrap;
  animation: btn-pulse 2.4s infinite;
}
.dsb-btn:hover {
  transform: translateY(-1px);
}

/* ---------- Live registration toast ---------- */
.live-toast {
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 65;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--wa-green);
  border-radius: 12px;
  padding: 12px 18px 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  box-shadow: 0 18px 40px rgba(7, 94, 84, 0.2);
  animation: lt-in 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@keyframes lt-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.lt-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-darker));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex-shrink: 0;
}
.lt-text {
  font-size: 13px;
  color: var(--ink);
  line-height: 1.4;
}
.lt-text b {
  font-weight: 700;
}
.lt-text span {
  display: block;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 2px;
}
.lt-text i {
  color: var(--wa-green);
  margin-right: 3px;
}

/* ---------- Exit intent popup ---------- */
.exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 22, 26, 0.78);
  backdrop-filter: blur(6px);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  animation: fade 0.3s ease;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.exit-modal {
  background: #fff;
  border-radius: 22px;
  padding: 40px 30px 30px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  animation: pop 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@keyframes pop {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.exit-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--wa-mint);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--wa-green-darker);
  font-size: 16px;
  transition: background 0.2s;
}
.exit-close:hover {
  background: var(--wa-mint-2);
}
.exit-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), #ffaa00);
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  font-size: 32px;
  color: #0b1418;
  box-shadow: 0 14px 30px rgba(255, 170, 0, 0.4);
  animation: bounce 2s infinite;
}
.exit-modal h3 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.exit-modal p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.exit-modal p b {
  color: var(--ink);
}
.exit-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.exit-price span {
  font-size: 42px;
  font-weight: 900;
  color: var(--wa-green-darker);
  line-height: 1;
}
.exit-price s {
  font-size: 18px;
  color: #999;
}
.exit-price em {
  background: var(--yellow);
  color: #0b1418;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
}
.exit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, #2bdf6e, var(--wa-green-dark));
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
  width: 100%;
  max-width: 320px;
  animation: btn-pulse 2.4s infinite;
}
.exit-foot {
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.exit-foot i {
  color: var(--wa-green-dark);
  margin-right: 4px;
}

/* ---------- Mobile sticky CTA ---------- */

/* ============== Responsive ============== */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .why-illustration {
    margin-top: 10px;
  }
  .why-graphic {
    width: 220px;
    height: 220px;
  }
  .why-graphic > i {
    font-size: 90px;
  }
  .coach-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 560px;
  }
  .coach-photo {
    max-width: 320px;
    margin: 0 auto;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .gallery-item-0,
  .gallery-item-3 {
    grid-column: span 2;
  }
  .desktop-sticky-bar {
    padding: 8px 10px;
  }
  .dsb-inner {
    gap: 10px;
  }
  .dsb-info {
    display: none;
  }
  .dsb-cd {
    gap: 4px;
    flex: 1;
    justify-content: center;
  }
  .dsb-cd .cd-box {
    padding: 5px 8px;
    min-width: 38px;
    background: rgba(255, 212, 0, 0.12);
    border-color: rgba(255, 212, 0, 0.25);
  }
  .dsb-cd .cd-value {
    font-size: 14px;
  }
  .dsb-cd .cd-label {
    font-size: 8px;
  }
  .dsb-btn {
    padding: 11px 16px;
    font-size: 13px;
    gap: 6px;
  }
  .mobile-sticky-cta {
    display: none !important;
  }
  .live-toast {
    bottom: 88px;
    left: 12px;
    right: 12px;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 54px 14px;
  }
  .hero {
    padding: 22px 14px 36px;
  }
  .hero-banner {
    font-size: 12px;
    padding: 10px 16px;
    line-height: 1.5;
  }
  .hero-chip {
    font-size: 12px;
    padding: 6px 12px;
  }
  .brand-bar {
    padding: 14px;
  }
  .brand-logo {
    height: 46px;
  }
  .sc-inner {
    padding: 8px 10px;
    gap: 8px;
  }
  .sc-left {
    font-size: 12px;
  }
  .sc-left b {
    font-size: 16px;
  }
  .sc-cd .cd-box {
    min-width: 36px;
    padding: 4px 6px;
  }
  .sc-cd .cd-value {
    font-size: 14px;
  }
  .sc-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
  .hero-title {
    line-height: 1.25;
  }
  .register-btn {
    font-size: 14px;
    padding: 15px 22px;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    gap: 8px;
  }
  .hero-trust {
    gap: 12px;
    font-size: 13px;
  }
  .video-frame {
    padding: 12px;
  }
  .play-bubble {
    width: 48px;
    height: 48px;
    font-size: 18px;
    right: 0;
  }
  .bonus-card {
    padding: 40px 18px 26px;
  }
  .bonus-list li {
    grid-template-columns: 26px 1fr;
  }
  .bonus-list em {
    grid-column: 2;
    justify-self: start;
    margin-top: -6px;
  }
  .cd-box {
    min-width: 58px;
    padding: 10px 12px;
  }
  .cd-value {
    font-size: 22px;
  }
  .big-price {
    font-size: 44px;
  }
  .mobile-sticky-cta {
    display: flex;
  }
  .ws-page {
    padding-bottom: 110px;
  }
  .why-list li {
    font-size: 14.5px;
    padding: 12px 14px;
  }
  .change-row {
    font-size: 14px;
    padding: 12px 14px;
  }
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .audience-card {
    padding: 18px 12px;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 24px;
  }
  .sc-cd {
    display: none;
  }
  .audience-card span {
    font-size: 13px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .gallery-item-0,
  .gallery-item-3 {
    grid-column: span 1;
  }
  .gallery-item-0 {
    grid-row: span 1;
  }
  .client-logo {
    font-size: 17px;
  }
  .client-logo i {
    font-size: 20px;
  }
  .coach-stats {
    gap: 12px;
  }
  .coach-stats > div {
    padding: 10px 16px;
    flex: 1;
    min-width: 90px;
  }
  .coach-stats b {
    font-size: 18px;
  }
}
