/* ============================================
   CLAUDE CODE PLAYBOOK — LANDING PAGE STYLES
   ============================================ */

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

:root {
  /* Backgrounds */
  --bg:           #FFF8F5;
  --bg-cream:     #FAFAF9;
  --bg-dark:      #392E26;
  --bg-secondary: #565E74;
  --bg-surface:   #F2DFD3;

  /* Colors */
  --primary:       #C15F3C;
  --primary-hover: #A84E2E;
  --primary-light: #FFDCC3;
  --primary-faint: rgba(193, 95, 60, 0.08);
  --text:          #231A13;
  --text-muted:    #475569;
  --border:        #E2E8F0;
  --border-warm:   #DBC2B0;
  --green:         #16A34A;
  --green-faint:   rgba(22, 163, 74, 0.1);
  --white:         #FFFFFF;

  /* Typography */
  --font-headline: 'Plus Jakarta Sans', 'IBM Plex Sans Thai', sans-serif;
  --font-body:     'Inter', 'IBM Plex Sans Thai', sans-serif;

  /* Spacing */
  --section-v:   120px;
  --section-mob: 64px;
  --gutter:      24px;
  --max-w:       1140px;
  --max-w-text:  720px;
  --nav-h:       72px;
  --radius:      12px;
  --radius-lg:   20px;
  --radius-xl:   24px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: var(--nav-h);
}

/* ---- CONTAINERS ---- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.container-text {
  max-width: var(--max-w-text);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background 0.18s, transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn:active { transform: scale(0.98) translateY(0); }

.btn-primary {
  background: var(--primary);
  color: var(--white);
  padding: 14px 28px;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(193, 95, 60, 0.3);
}
.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 6px 24px rgba(193, 95, 60, 0.4);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
  border-radius: 8px;
}

.btn-lg {
  padding: 17px 40px;
  font-size: 1.05rem;
  border-radius: var(--radius-lg);
}

.btn-full {
  width: 100%;
  display: flex;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.2s;
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-brand {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--primary); }

/* ============================================
   HERO
   ============================================ */
.hero {
  padding: 80px 0 var(--section-v);
  background-color: var(--bg);
  background-image: radial-gradient(var(--border) 0.5px, transparent 0.5px);
  background-size: 24px 24px;
}

.hero-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-badge {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-hover);
  padding: 5px 14px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
}

.hero-title {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-highlight {
  position: relative;
  display: inline;
  isolation: isolate;
  padding: 0 0.1em;
}

.hero-highlight::after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 10%;
  bottom: -4px;
  z-index: -1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 40' preserveAspectRatio='none'%3E%3Cpath d='M3,10 C50,5 110,9 170,7 C220,5 265,8 297,6 L298,30 C255,34 195,31 135,33 C75,35 35,32 2,34 Z' fill='rgba(193%2C95%2C60%2C0.38)'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  clip-path: inset(0 100% 0 0);
  animation: highlight-sweep 4.5s ease-in-out infinite;
}

@keyframes highlight-sweep {
  0%   { clip-path: inset(0 100% 0 0); opacity: 1; }
  20%  { clip-path: inset(0 0% 0 0);   opacity: 1; }
  25%  { clip-path: inset(0 0% 0 0);   opacity: 1; }
  32%  { clip-path: inset(0 0% 0 0);   opacity: 0; }
  33%  { clip-path: inset(0 100% 0 0); opacity: 0; }
  100% { clip-path: inset(0 100% 0 0); opacity: 0; }
}

.hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.hero-checklist { margin-top: 4px; }

.hero-checklist-label {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.hero-checklist ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hero-checklist ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.5;
}

.hero-checklist ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 1px;
  background: var(--primary);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.avatar-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack .avatar,
.avatar-stack .avatar-more {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  margin-right: -8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-stack .avatar { object-fit: cover; }

.avatar-stack .avatar-more {
  background: var(--bg-surface);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-muted);
}

.verified-badge {
  color: var(--green);
  flex-shrink: 0;
}

.avatar-proof-text {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 500;
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: var(--primary-light);
  border-radius: 32px;
  filter: blur(48px);
  opacity: 0.45;
  z-index: 0;
}

.hero-image img {
  width: 100%;
  max-width: 440px;
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 56px rgba(0,0,0,0.15);
  transform: rotate(2deg);
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

.hero-image:hover img { transform: rotate(0deg); }

/* Mobile book cover (hidden — 2-col hero shows it) */
.hero-book-cover { display: none; }

/* ============================================
   TRANSITION SECTION
   ============================================ */
.section-transition {
  padding: 72px 0;
  background: var(--bg-dark);
  text-align: center;
}

.section-transition .transition-text {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.6);
  max-width: 580px;
  margin: 0 auto 10px;
}

.section-transition .transition-text:last-child {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: 6px;
}

/* ============================================
   AUTHOR + CREDIBILITY
   ============================================ */
.author-section {
  padding: var(--section-v) 0;
  background: var(--bg-cream);
}

.author-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: start;
}

.author-photo-wrap {
  position: relative;
  padding-bottom: 12px;
  padding-right: 12px;
}

.author-photo-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 3px solid var(--primary-light);
  border-radius: 16px;
  z-index: 0;
}

.author-photo-wrap img {
  width: 100%;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  display: block;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.author-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.author-name {
  font-family: var(--font-headline);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.author-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.stat-pill {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat-pill-value {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.stat-pill-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.author-story p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 0.975rem;
}

.author-story p:last-child { margin-bottom: 0; }

.author-highlight {
  font-weight: 700 !important;
  color: var(--primary) !important;
  font-size: 1rem !important;
}

/* ============================================
   WHY PLAYBOOK
   ============================================ */
.section-why {
  padding: var(--section-v) 0;
  background: var(--white);
}

.section-title {
  font-family: var(--font-headline);
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 32px;
}

.why-content p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
  font-size: 1.025rem;
}

.why-highlight {
  font-size: 1.1rem !important;
  font-weight: 700;
  color: var(--text) !important;
  padding: 14px 18px;
  border-left: 4px solid var(--primary);
  background: var(--primary-faint);
  border-radius: 0 8px 8px 0;
  margin: 24px 0 !important;
}

.why-proof-intro {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.975rem;
  margin-top: 24px;
}

.why-proof-intro strong { color: var(--primary); }

.why-stats-figure {
  margin-top: 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}

.why-stats-img { width: 100%; display: block; }

.why-stats-figure figcaption {
  padding: 10px 16px;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
  background: var(--bg-cream);
}

/* ============================================
   EMPATHY
   ============================================ */
.section-empathy {
  padding: var(--section-v) 0;
  background: var(--bg-cream);
}

.problem-narrative { margin-bottom: 24px; }

.problem-narrative p {
  color: var(--text-muted);
  font-size: 1.025rem;
  line-height: 1.85;
  margin-bottom: 12px;
  padding-left: 1.75em;
  border-left: none;
  position: relative;
}

.problem-narrative p::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
}

.problem-culmination {
  margin-top: 20px;
  font-size: 1.025rem;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.7;
}

.problem-pivot {
  margin-top: 28px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.5;
}

.problem-closer {
  margin-top: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

/* ============================================
   TESTIMONIALS / READER REVIEWS
   ============================================ */
.section-testimonials {
  padding: var(--section-v) 0;
  background: var(--bg-surface);
}

.section-testimonials .section-title,
.section-testimonials .section-sub {
  text-align: center;
}

.section-sub {
  color: var(--text-muted);
  line-height: 1.7;
  margin-top: -16px;
  margin-bottom: 48px;
  font-size: 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.review-card {
  background: var(--white);
  border: none;
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: box-shadow 0.25s, transform 0.25s;
}

.review-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
  transform: translateY(-3px);
}

.review-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  object-position: top;
}

/* ============================================
   WHAT YOU'LL LEARN (CHAPTERS)
   ============================================ */
.learn-container {
  padding: var(--section-v) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
}

.learn-title-heading {
  text-align: center;
  color: var(--white);
  margin-bottom: 64px;
}

.section-dark { background: var(--bg-dark); }

.learn-clusters {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.learn-cluster-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.learn-cluster-title {
  font-family: var(--font-headline);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}

.learn-cluster-range {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.65);
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.learn-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.learn-card:hover {
  border-color: var(--primary-light);
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}

.learn-num {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.learn-card-title {
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 7px;
}

.learn-card-desc {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

.learn-cta {
  text-align: center;
  margin-top: 56px;
}

/* ============================================
   OBJECTIONS
   ============================================ */
.section-objections {
  padding: var(--section-v) 0;
  background: var(--white);
}

.objection-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.objection-item {
  padding: 20px 24px;
  border-left: 3px solid var(--primary-light);
  background: var(--bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: border-left-color 0.2s;
}

.objection-item:hover { border-left-color: var(--primary); }

.objection-q {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 8px;
}

.objection-a {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.975rem;
}

.objection-closer {
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
}

.objection-closer > p {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 1rem;
  color: var(--text);
}

.objection-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.objection-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.975rem;
}

.objection-benefits li::before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 3px;
  background: var(--green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ============================================
   BONUS
   ============================================ */
.section-bonus {
  padding: var(--section-v) 0;
  background: var(--bg-dark);
  text-align: center;
}

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

.bonus-tag {
  display: inline-block;
  background: rgba(255,220,195,0.12);
  color: var(--primary-light);
  border: 1px solid rgba(255,220,195,0.25);
  padding: 5px 14px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 8px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.bonus-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}

.bonus-item:hover {
  border-color: rgba(255,220,195,0.35);
  background: rgba(255,255,255,0.09);
}

.bonus-num {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  border-radius: 0 var(--radius-lg) 0 var(--radius);
}

.bonus-item strong {
  display: block;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  margin-top: 16px;
  padding-right: 48px;
  line-height: 1.4;
}

.bonus-item p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
}

/* ============================================
   GUARANTEE
   ============================================ */
.section-guarantee {
  padding: var(--section-v) 0;
  background: var(--bg-cream);
  text-align: center;
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-faint);
  color: var(--green);
  border: 1px solid rgba(22, 163, 74, 0.2);
  padding: 8px 20px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 24px;
}

.guarantee-badge::before {
  content: '🛡️';
}

.guarantee-content {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guarantee-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  text-align: left;
}

.guarantee-card-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px !important;
  line-height: 1.4;
}

.guarantee-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guarantee-card ul li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}

.guarantee-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 600;
}

.guarantee-action {
  font-weight: 600;
  color: var(--text) !important;
  font-size: 0.95rem !important;
  margin: 0 !important;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.guarantee-card p:not(.guarantee-card-label):not(.guarantee-action) {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.95rem;
  margin: 0;
}

.guarantee-closing {
  background: var(--bg-dark);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  text-align: left;
  margin-top: 0;
}

.guarantee-closing p {
  font-size: 0.95rem;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  line-height: 1.85;
  margin-bottom: 12px;
}

.guarantee-closing p:last-child {
  margin-bottom: 0;
}

.guarantee-closing-final {
  font-style: normal !important;
  font-weight: 700;
  color: #ffffff !important;
  margin-top: 8px;
  font-size: 1.05rem !important;
  letter-spacing: -0.01em;
}

.guarantee-emphasis {
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}

/* ============================================
   PRICING
   ============================================ */
.section-pricing {
  padding: var(--section-v) 0;
  background: var(--white);
}

.pricing-title {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-context {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.pricing-context p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 10px;
}
.pricing-context p:last-child { margin-bottom: 0; }

.pricing-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--white);
  border: 2px solid var(--primary-light);
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
}

.pricing-blob {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: var(--primary-light);
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.pricing-card > *:not(.pricing-blob) { position: relative; z-index: 1; }

.pricing-value-note {
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 28px;
}

.pricing-value-note p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 4px;
}

.pricing-value-note p:last-child { margin-bottom: 0; }

.anchor-price-list {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.anchor-final-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.anchor-not {
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: 0.5;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.anchor-cross {
  text-decoration: none;
  display: inline-block;
}
.anchor-not-lg { font-size: 2.8rem; }
.anchor-not-md { font-size: 2.2rem; }

.anchor-final-label {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin: 0;
}

.anchor-final-price {
  font-family: var(--font-headline);
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.anchor-final-price span {
  font-size: 1.4rem;
  font-weight: 700;
}

.pricing-urgency {
  display: inline-block;
  background: rgba(193,95,60,0.08);
  color: var(--primary);
  border: 1px solid rgba(193,95,60,0.2);
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

.pricing-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 14px;
}

/* ============================================
   FAQ
   ============================================ */
.section-faq {
  padding: var(--section-v) 0;
  background: var(--bg-cream);
}

.faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
  list-style: none;
  transition: color 0.2s;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--primary); }

.faq-icon { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary);
  flex-shrink: 0;
}

.faq-item[open] > summary::after {
  content: '×';
}

.faq-item p {
  padding: 0 0 20px;
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 0.975rem;
  max-width: 600px;
}

/* ============================================
   FINAL CTA
   ============================================ */
.section-final-cta {
  padding: var(--section-v) 0;
  background: var(--bg-dark);
  text-align: center;
}

.section-final-cta .section-title {
  color: var(--white);
  margin-bottom: 14px;
}

.section-final-cta .section-sub {
  color: rgba(255,255,255,0.62);
  max-width: 460px;
  margin: 0 auto 36px;
  font-size: 1.05rem;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--bg-secondary);
  padding: 48px 0;
  text-align: center;
}

.footer-brand {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}

.footer-brand strong {
  font-weight: 700;
  color: var(--white);
}

.footer-contact {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}

.footer-contact a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.footer-contact a:hover { color: var(--white); }

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================
   SUCCESS BANNER
   ============================================ */
.success-banner {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  max-width: 520px;
  width: calc(100% - 48px);
}

.success-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--green);
  border-left: 4px solid var(--green);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.success-inner span:first-child { font-size: 1.4rem; flex-shrink: 0; }
.success-inner strong { color: var(--text); font-weight: 700; display: block; }
.success-inner p { color: var(--text-muted); font-size: 0.875rem; margin-top: 4px; }

.success-inner button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 1rem;
  margin-left: auto;
  padding: 0 0 0 8px;
  flex-shrink: 0;
}

/* ============================================
   RESPONSIVE — MOBILE ≤768px
   ============================================ */
@media (max-width: 768px) {
  :root {
    --section-v: var(--section-mob);
  }

  body { padding-top: 64px; }

  .nav { height: 64px; }
  .nav-links { display: none; }

  .hero { padding: 40px 0 var(--section-mob); }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .hero-image { order: -1; }
  .hero-image img { max-width: 260px; }

  .hero-badge { margin: 0 auto; }

  .hero-checklist ul {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-actions { align-items: center; }
  .avatar-proof { justify-content: center; }

  .author-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .author-photo-wrap { max-width: 280px; margin: 0 auto; }

  .review-grid { grid-template-columns: 1fr; gap: 14px; }

  .learn-grid { grid-template-columns: 1fr 1fr; }


  .pricing-card { padding: 32px 24px; }

  .anchor-final-price { font-size: 3.5rem; }

}

@media (max-width: 480px) {
  .learn-grid { grid-template-columns: 1fr; }
  .hero-image img { max-width: 220px; }
}
