:root {
  --bg: #f7efe7;
  --paper: #fffaf6;
  --paper-strong: #fffdf9;
  --ink: #221714;
  --muted: #65514b;
  --accent: #bc4a2f;
  --accent-dark: #93311b;
  --accent-soft: #f6dfd2;
  --line: #decabb;
  --soft: #efe0d5;
  --shadow: 0 24px 60px rgba(72, 39, 29, 0.12);
  --shadow-soft: 0 14px 28px rgba(72, 39, 29, 0.08);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.88), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(246, 223, 210, 0.75), transparent 22%),
    linear-gradient(180deg, #fbf4ee 0%, #f2e3d7 52%, #efddd0 100%);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, li, a, summary, dt, dd, span {
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.site-header, .section, .site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  padding: 22px 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1.08rem;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}

.section { padding: 34px 0; }

.hero {
  padding-top: 12px;
  display: grid;
  gap: 24px;
}

.hero-copy, .hero-visual, .card, .price-card, .included-card, .final-cta-box {
  background: rgba(255, 250, 246, 0.94);
  border: 1px solid rgba(222, 202, 187, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.72), transparent 46%),
    linear-gradient(180deg, rgba(255,251,247,0.98), rgba(253,243,236,0.95));
}

.hero h1 {
  margin: 8px 0 14px;
  font-size: clamp(2.4rem, 8vw, 4.9rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 58ch;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.hero-meta span {
  padding: 11px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8e6da 0%, #f1d8c9 100%);
  border: 1px solid rgba(188, 74, 47, 0.12);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.primary-button {
  background: linear-gradient(180deg, #cb5639 0%, #b54027 100%);
  color: #fff9f5;
  box-shadow: 0 12px 24px rgba(181, 64, 39, 0.22);
}

.primary-button:hover { background: linear-gradient(180deg, #c74c2f 0%, #9d341d 100%); transform: translateY(-1px); box-shadow: 0 14px 26px rgba(157, 52, 29, 0.26); }

.secondary-button, .ghost-button {
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.88);
  box-shadow: var(--shadow-soft);
}

.large { width: 100%; }

.micro-copy, .small-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  overflow: hidden;
  position: relative;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(34, 23, 20, 0.16));
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  color: var(--accent-dark);
  font-weight: 800;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1.02;
  max-width: 16ch;
}

.card-grid, .feature-grid, .trust-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.card, .feature, .price-card, .included-card, .final-cta-box {
  padding: 24px;
}

.card ul, .included-card ul { margin: 0; padding-left: 18px; line-height: 1.7; }
.card p, .feature p, .teacher-copy p, .price-card p { line-height: 1.65; }
.accent { background: linear-gradient(180deg, #fff7f1 0%, #f4dfd1 100%); }
.centered-actions { justify-content: center; }

.feature-grid { grid-template-columns: 1fr; }
.feature {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,247,240,0.72));
  box-shadow: var(--shadow-soft);
}

.feature h3,
.card h3,
.bonus-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.journey-flow {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.journey-flow span {
  padding: 12px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 600;
}

.lesson-list {
  margin: 20px 0 0;
  padding-left: 20px;
  line-height: 1.85;
  background: rgba(255, 251, 247, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px 22px 22px 40px;
  box-shadow: var(--shadow-soft);
}

.bonus-box {
  margin-top: 20px;
  padding: 20px;
  border-left: 4px solid var(--accent);
  background: linear-gradient(180deg, #fff3ec 0%, #fbe7db 100%);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.teacher-layout {
  display: grid;
  gap: 22px;
  align-items: center;
}

.teacher-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
}

.teacher-copy h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.trust-gallery {
  display: grid;
  gap: 14px;
  grid-auto-rows: 1fr;
}

.trust-gallery img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 22px;
  box-shadow: var(--shadow);
  object-fit: cover;
  background: #eadfd6;
}

.trust-gallery img:first-child {
  aspect-ratio: 1.25 / 1;
}

.trust-gallery img:last-child {
  aspect-ratio: 1 / 1;
}

.price-card {
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.76), transparent 44%),
    linear-gradient(180deg, #fff8f4 0%, #f5e2d6 100%);
}

.status-box,
.legal-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.72);
  border-radius: 20px;
}

.status-box {
  padding: 18px;
  margin: 18px 0;
  text-align: left;
}

.status-box strong {
  display: block;
  margin-bottom: 8px;
}

.legal-card h1,
.legal-card h2 {
  margin-top: 0;
}

.legal-list {
  margin: 0;
  display: grid;
  gap: 14px;
}

.legal-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.legal-list dt {
  font-weight: 700;
  margin-bottom: 4px;
}

.legal-list dd {
  margin: 0;
  color: var(--muted);
}

.price-card h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 9vw, 4rem);
}

.faq-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(255, 251, 247, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.final-cta-box {
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.64), transparent 40%),
    linear-gradient(180deg, #fff7f1 0%, #f4dfd2 100%);
}

.site-footer {
  padding: 34px 0 46px;
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-copy {
  margin: 0;
  font-size: 0.92rem;
}

@media (min-width: 760px) {
  .hero { grid-template-columns: 1.1fr 0.9fr; align-items: stretch; }
  .card-grid.two { grid-template-columns: repeat(2, 1fr); }
  .card-grid.three { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .teacher-layout { grid-template-columns: 0.95fr 1.05fr; }
  .trust-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
  .trust-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1080px) {
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 759px) {
  .brand img {
    width: 48px;
    height: 48px;
  }

  .hero-copy,
  .card,
  .feature,
  .price-card,
  .included-card,
  .final-cta-box {
    padding: 22px;
  }

  .hero-visual img {
    min-height: 300px;
  }

  .section-heading h2 {
    max-width: none;
  }

  .lesson-list {
    padding: 20px 18px 20px 36px;
  }

  .trust-gallery img {
    min-height: 220px;
  }
}
