.author-photo {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  margin-bottom: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top, #12203a 0%, var(--bg) 50%, #050b15 100%);
  color: var(--text);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}
.bg-glow {
  position: fixed;
  inset: auto;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: .35;
}
.bg-glow-1 {
  width: 280px; height: 280px; background: rgba(56, 189, 248, .25); top: 80px; left: -70px;
}
.bg-glow-2 {
  width: 340px; height: 340px; background: rgba(249, 115, 22, .18); right: -80px; top: 320px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(8, 17, 31, 0.55);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.1rem;
}
.logo span { color: var(--primary); }
.desktop-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
}
.desktop-nav a:hover { color: var(--text); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  transition: .2s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 12px 18px; font-size: .95rem; }
.btn-primary {
  padding: 15px 22px;
  background: linear-gradient(135deg, #fb923c, var(--primary));
  color: white;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.3);
}
.btn-secondary {
  padding: 15px 22px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.08);
}
.btn-outline {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
}
.btn-ghost {
  padding: 15px 22px;
  border-color: rgba(255,255,255,.12);
  background: transparent;
}
.btn-full { width: 100%; }
.hero {
  padding: 72px 0 44px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
}
.badge, .section-label, .hero-card-top, .panel-label, .price-caption {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: #d9e2ef;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .87rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .96;
  margin: 18px 0 18px;
  letter-spacing: -0.05em;
}
.hero h1 span { color: #dbeafe; }
.hero-text, .section-head p, .glass-card p, .program-card p, .side-panel p, .footer-text, .faq-list p {
  color: var(--muted);
  line-height: 1.7;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 24px;
}
.hero-points div {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: #e8edf6;
  font-size: .95rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  color: #cbd5e1;
  font-size: .95rem;
}
.trust-row span::before {
  content: "•";
  color: var(--success);
  margin-right: 8px;
}
.hero-card, .glass-card, .side-panel, .review-card, .offer-card, .quote-box {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}
.hero-card {
  padding: 28px;
}
.price-block { margin: 20px 0; }
.price {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: 10px 0 4px;
}
.price-note, .micro-copy { color: var(--muted); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #ecf3fb;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--success);
  font-weight: 800;
}
.section {
  padding: 86px 0;
}
.section-head { max-width: 760px; margin-bottom: 28px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 12px 0 14px;
}
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.glass-card, .review-card {
  padding: 26px;
}
.glass-card h3, .program-card h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.15rem; }
.two-col {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}
.two-col.reverse { grid-template-columns: .9fr 1.1fr; }
.list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.list-item {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #eef4fc;
}
.side-panel {
  padding: 28px;
}
.dark-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.program-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.program-card span {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 12px;
}
.program-card.accent {
  background: linear-gradient(180deg, rgba(249, 115, 22, .12), rgba(255,255,255,.04));
}
.quote-box {
  padding: 30px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.quote-box p {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin: 0;
}
.review-card span {
  color: #d2d9e5;
  display: block;
  margin-top: 18px;
  font-weight: 600;
}
.offer-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(56, 189, 248, .08), rgba(249, 115, 22, .08));
  border: 1px solid var(--line);
}
.offer-card {
  padding: 24px;
}
.offer-price {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  padding: 18px 20px;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}
.footer {
  padding: 42px 0 90px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 22px;
}
.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer a {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}
.floating-cta {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 40;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: .88rem;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
  text-decoration: none;
}
.floating-cta--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.floating-cta:hover { box-shadow: 0 10px 28px rgba(249, 115, 22, 0.4); }

/* Spots counter */
.spots-counter {
  margin: 12px 0 16px;
}
.spots-counter--sm {
  margin: 10px 0 0;
}
.spots-bar-wrap {
  height: 6px;
  background: rgba(255,255,255,.1);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 8px;
}
.spots-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #f97316, #fb923c);
  border-radius: 99px;
  transition: width .6s ease;
}
.spots-text {
  font-size: .82rem;
  color: var(--muted);
}
.spots-text strong { color: #fb923c; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .two-col, .two-col.reverse, .offer-box, .footer-grid {
    grid-template-columns: 1fr;
  }
  .cards-3, .program-grid, .list-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 42px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .section { padding: 68px 0; }
  .hero-card, .glass-card, .review-card, .offer-card, .side-panel, .quote-box { padding: 20px; }
  .price { font-size: 2.4rem; }
  .hero-actions .btn { width: 100%; }
  .floating-cta {
    padding: 16px 24px;
    font-size: 1rem;
    right: 12px;
    bottom: 12px;
  }
}


/* Legal pages */
.legal-shell {
  min-height: 100vh;
  padding-bottom: 60px;
}
.legal-hero {
  padding: 56px 0 24px;
}
.legal-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: .95rem;
  margin-bottom: 18px;
}
.legal-breadcrumbs a:hover { color: var(--text); }
.legal-page {
  padding: 18px 0 74px;
}
.legal-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 34px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.legal-content h1 {
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}
.legal-content .legal-subtitle {
  color: var(--muted);
  font-size: 1.06rem;
  margin-bottom: 14px;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}
.legal-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: #dce6f4;
  font-size: .92rem;
}
.legal-content h2 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 34px 0 16px;
}
.legal-content p,
.legal-content li {
  color: #d7e2f0;
  line-height: 1.78;
  font-size: 1rem;
}
.legal-content p {
  margin: 0 0 14px;
}
.legal-content ul {
  margin: 0 0 18px 0;
  padding-left: 0;
  list-style: none;
}
.legal-content li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.legal-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}
.legal-content strong {
  color: #fff;
}
.legal-content a {
  color: #8fd8ff;
}
.legal-content a:hover {
  color: #c8ebff;
}
.legal-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(56, 189, 248, 0.22);
  background: rgba(56, 189, 248, 0.08);
}
.legal-note p:last-child { margin-bottom: 0; }
.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.legal-footer-links .btn { padding: 13px 18px; }

@media (max-width: 640px) {
  .legal-hero { padding: 34px 0 12px; }
  .legal-content { padding: 22px 18px; border-radius: 22px; }
  .legal-meta { margin-bottom: 20px; }
  .legal-content h2 { margin-top: 28px; }
}


/* Payment consent / legal notes */
.payment-checks {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}
.payment-checks.compact {
  margin-bottom: 16px;
}
#offer-pay {
  scroll-margin-top: 20px;
}
.check-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #d8e3f1;
  font-size: .93rem;
  line-height: 1.55;
  cursor: pointer;
}
.check-consent input {
  margin-top: 2px;
  accent-color: var(--success);
  cursor: pointer;
}
.check-consent a {
  color: #8fd8ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-mini-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, .18);
  background: rgba(56, 189, 248, .08);
  color: #d9e8f6;
  line-height: 1.6;
  font-size: .94rem;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
}
.cookie-banner__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(8, 17, 31, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}
.cookie-banner p {
  margin: 0;
  color: #d7e2f0;
  line-height: 1.6;
  font-size: .95rem;
}
.cookie-banner a {
  color: #8fd8ff;
}
@media (max-width: 720px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Utility for legal nav on document pages */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


/* ─── Focus styles (accessibility) ─── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline-offset: 4px;
  border-radius: 999px;
}
.faq-list summary:focus-visible {
  outline-offset: 4px;
  border-radius: 8px;
}


/* ─── Payment button states ─── */
.btn-pay {
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-pay[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-pay[aria-disabled="false"]:hover {
  transform: translateY(-1px);
}


/* ─── Hamburger button ─── */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  min-width: 40px;
  min-height: 40px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: transform .2s ease, opacity .2s ease;
  border-radius: 2px;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* ─── Mobile nav ─── */
.mobile-nav {
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.mobile-nav a {
  display: block;
  padding: 14px 20px;
  color: var(--muted);
  font-size: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: color .15s, background .15s;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover,
.mobile-nav a:focus-visible {
  color: var(--text);
  background: rgba(255,255,255,.04);
}
.mobile-nav .mobile-nav-cta {
  color: var(--primary);
  font-weight: 700;
}

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
}


/* ─── Print styles ─── */
@media print {
  .header,
  .floating-cta,
  .cookie-banner,
  .bg-glow,
  .legal-footer-links {
    display: none !important;
  }
  body {
    background: #fff;
    color: #111;
  }
  .legal-content {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  .legal-content h1,
  .legal-content h2,
  .legal-content strong {
    color: #000;
  }
  .legal-content p,
  .legal-content li,
  .legal-subtitle {
    color: #333;
  }
  .legal-meta span {
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #333;
  }
  .legal-content a {
    color: #000;
    text-decoration: underline;
  }
}

/* ─── Social proof stat ─── */
.social-proof-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--success);
  font-weight: 600;
  font-size: .95rem;
}
.stat-dot {
  width: 8px; height: 8px;
  background: var(--success);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(34,197,94,.5);
}

/* ─── Old price / badge ─── */
.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.price-old {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
  opacity: .7;
}
.price-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(249,115,22,.18);
  color: var(--primary);
  font-size: .82rem;
  font-weight: 700;
}

/* ─── Countdown timer ─── */
.timer-block {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(249,115,22,.08);
  border: 1px solid rgba(249,115,22,.2);
}
.timer-label {
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 8px;
}
.timer-digits {
  display: flex;
  align-items: center;
  gap: 6px;
}
.td {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 44px;
  padding: 8px 10px;
  background: rgba(255,255,255,.06);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.08);
}
.td span {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}
.td small {
  font-size: .7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.td-sep {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--muted);
  line-height: 1;
  margin-bottom: 14px;
}
.timer-block-sm .td span { font-size: 1.2rem; }

/* ─── Consent hint ─── */
.consent-hint {
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(249,115,22,.1);
  border: 1px solid rgba(249,115,22,.25);
  color: #fbbf7a;
  font-size: .9rem;
  text-align: center;
}

/* ─── Villain block ─── */
.villain-block {
  margin-top: 36px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
}
.villain-intro {
  color: var(--muted);
  margin-bottom: 18px;
  line-height: 1.7;
}
.villain-list {
  display: grid;
  gap: 10px;
}
.villain-item {
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  color: #dde6f5;
  line-height: 1.55;
}

/* ─── Author credentials ─── */
.author-creds {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cred-item {
  display: flex;
  flex-direction: column;
  padding: 12px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  min-width: 90px;
}
.cred-item strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.03em;
  line-height: 1;
}
.cred-item span {
  font-size: .8rem;
  color: var(--muted);
  margin-top: 4px;
}

/* ─── Reviews 2x2 grid ─── */
.cards-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.review-name {
  color: #d2d9e5;
  font-weight: 600;
}
.review-age {
  color: var(--muted);
  font-size: .88rem;
}

/* ─── Quiz teaser section ─── */
.quiz-teaser-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(56,189,248,.08), rgba(249,115,22,.06));
  border: 1px solid rgba(56,189,248,.18);
}
.quiz-teaser-box h2 { margin-bottom: 10px; }
.quiz-teaser-btn {
  white-space: nowrap;
  padding: 16px 28px;
}

/* ─── Offer price wrap ─── */
.offer-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}
.offer-price-old {
  font-size: 1.2rem;
  color: var(--muted);
  text-decoration: line-through;
  opacity: .65;
}
.price-compare-note {
  font-size: .88rem;
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
}

/* ─── Telegram button ─── */
.btn-telegram {
  background: rgba(38,167,209,.12);
  border-color: rgba(38,167,209,.25);
  color: #5cc8f0;
  margin-top: 10px;
}
.btn-telegram:hover {
  background: rgba(38,167,209,.2);
}

/* ─── Carousel ─── */
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.carousel-btn:hover {
  background: var(--primary-soft);
  border-color: rgba(249,115,22,.4);
}
.carousel-dots {
  display: flex;
  gap: 7px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.carousel-dot.active {
  background: var(--primary);
  transform: scale(1.25);
}

/* ─── Footer Telegram link ─── */
/* ─── Payment logos in footer ─── */
.footer-payments {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.06);
  width: 100%;
}
.footer-payments-label {
  font-size: .8rem;
  color: var(--muted);
  margin-right: 4px;
}
.pay-logo {
  display: block;
  flex-shrink: 0;
  opacity: .85;
  transition: opacity .2s;
  max-width: none;
}
.pay-logo:hover { opacity: 1; }

/* ─── Footer Telegram link ─── */
.footer-telegram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #5cc8f0;
  font-size: .93rem;
  transition: opacity 0.2s;
}
.footer-telegram:hover { opacity: .75; }

/* ─── Responsive for new blocks ─── */
@media (max-width: 980px) {
  .cards-reviews { grid-template-columns: 1fr; }
  .quiz-teaser-box {
    grid-template-columns: 1fr;
  }
  .quiz-teaser-btn { width: 100%; }
}
@media (max-width: 640px) {
  .author-creds { gap: 10px; }
  .cred-item { min-width: 80px; padding: 10px 14px; }
  .villain-block { padding: 20px; }
}


/* ─── Design tokens ─── */
:root {
  --bg: #08111f;
  --bg-soft: #0f172a;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: #101827;
  --text: #f8fafc;
  --muted: #b9c3d2;
  --line: rgba(255, 255, 255, 0.10);
  --primary: #f97316;
  --primary-soft: rgba(249, 115, 22, 0.15);
  --primary-glow: rgba(249, 115, 22, 0.28);
  --accent: #38bdf8;
  --success: #22c55e;
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

/* ─── New section styles ─── */

/* Hero card extras */
.price-note-small {
  font-size: .88rem;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.5;
}
.hero-card-secondary {
  margin-top: 10px;
  font-size: .92rem;
  color: var(--muted);
}

/* Emotion list ("Це для тебе") */
.emotion-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.emotion-item {
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  font-size: 1.05rem;
  color: #e8edf6;
  line-height: 1.55;
}

/* Mid-section CTA */
.cta-mid {
  text-align: center;
  margin-top: 8px;
}
.cta-mid .btn {
  display: inline-flex;
}
.cta-between {
  padding: 0 0 40px;
}

/* "Що зміниться" grid */
.changes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.change-item {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #dde8f8;
  line-height: 1.55;
  font-size: .98rem;
}

/* "Що всередині" grid */
.inside-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.inside-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #dde8f8;
  line-height: 1.55;
  font-size: .98rem;
}
.inside-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1.4;
}

/* "Це не курс про..." block */
.not-about-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 36px;
  border-radius: 28px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.not-about-inner h2 { margin-top: 12px; }
.not-about-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  gap: 10px;
}
.not-about-item {
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  color: #d8e3f1;
  font-size: .97rem;
  line-height: 1.5;
}
.not-about-desc {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

/* Review quote class (used in carousel) */
.review-quote {
  color: #e8f0fc;
  font-size: 1.06rem;
  line-height: 1.65;
  font-style: italic;
}

/* Review before/after tags */
.review-before-after {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.review-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
}
.review-tag.before {
  background: rgba(249,115,22,.12);
  color: #f97316;
  border: 1px solid rgba(249,115,22,.2);
}
.review-tag.after {
  background: rgba(34,197,94,.12);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,.2);
}

@media (max-width: 980px) {
  .changes-grid { grid-template-columns: repeat(2, 1fr); }
  .inside-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .changes-grid { grid-template-columns: 1fr; }
  .not-about-block { padding: 22px 18px; }
  .emotion-item { padding: 14px 16px; }
  .inside-item { padding: 14px 16px; }
}


/* ─── Scroll-reveal (fade + slide) ─── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Cascade delays via data-delay */
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.40s; }
.reveal[data-delay="6"] { transition-delay: 0.48s; }

/* ─── Enhanced hover glows ─── */
.glass-card:hover {
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 0 28px 0 var(--primary-glow), var(--shadow);
  transform: translateY(-2px);
}
.glass-card {
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.program-card:hover {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 0 20px 0 rgba(56,189,248,.15);
  transform: translateY(-2px);
}
.program-card {
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.emotion-item:hover {
  border-color: rgba(249,115,22,.3);
  background: rgba(249,115,22,.06);
}
.emotion-item {
  transition: border-color .2s ease, background .2s ease;
}
.inside-item:hover {
  border-color: rgba(56,189,248,.3);
  background: rgba(56,189,248,.06);
}
.inside-item {
  transition: border-color .2s ease, background .2s ease;
}
.change-item:hover {
  border-color: rgba(34,197,94,.3);
  background: rgba(34,197,94,.06);
}
.change-item {
  transition: border-color .2s ease, background .2s ease;
}
.not-about-item:hover {
  border-color: rgba(249,115,22,.25);
  background: rgba(249,115,22,.05);
}
.not-about-item {
  transition: border-color .2s ease, background .2s ease;
}

/* Button glow on hover */
.btn-primary:hover {
  box-shadow: 0 0 28px 6px var(--primary-glow), 0 12px 30px rgba(249,115,22,.2);
}

/* ─── Hero section radial glow ─── */
.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(249,115,22,.09) 0%, transparent 68%);
  pointer-events: none;
}

/* ─── Stats counter animation ─── */
.cred-item {
  transition: border-color .25s ease, box-shadow .25s ease;
}
.cred-item:hover {
  border-color: rgba(249,115,22,.35);
  box-shadow: 0 0 18px 0 var(--primary-glow);
}

/* Prefers-reduced-motion: disable all */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .glass-card, .program-card, .emotion-item, .inside-item, .change-item, .not-about-item, .cred-item {
    transition: none !important;
  }
}

/* ── Футер: розбори за темами (внутрішня перелінковка) ── */
.footer-topics { padding-top: 32px; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-topics-h { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .6; margin-bottom: 18px; }
.footer-topics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ft-col { display: flex; flex-direction: column; gap: 7px; }
.ft-h { font-size: .74rem; font-weight: 700; opacity: .85; margin-bottom: 4px; }
.ft-col a { font-size: .82rem; opacity: .62; text-decoration: none; line-height: 1.45; }
.ft-col a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 900px) { .footer-topics-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .footer-topics-grid { grid-template-columns: 1fr; } }
