*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
/* trava: botões nunca ultrapassam a largura do container */
.th-btn, .th-s3-btn, .th-s4-btn, .th-s5-btn, .th-pa-btn, .th-s6-cta, .th-s7-btn, .th-s8-btn { max-width: 100%; }
/* CORREÇÃO RAIZ: seções em largura simples (elimina o estouro do 100vw no mobile) */
.th-hero-section, .th-section-2, .th-section-3, .th-section-4, .th-section-5,
.th-premium-arsenal, .th-steps, .th-section-6, .th-section-7, .th-section-8 {
  left: auto !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  font-family: 'Inter', sans-serif;
}

/* ===== ÍCONES PREMIUM (SVG traço) ===== */
.th-ic {
  width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -0.18em;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.th-ic-pink  { color: #f0abfc; filter: drop-shadow(0 0 6px rgba(217,70,239,.6)); }
.th-ic-green { color: #4ade80; filter: drop-shadow(0 0 6px rgba(74,222,128,.5)); }
.th-ic-red   { color: #ff6b8a; filter: drop-shadow(0 0 6px rgba(255,45,85,.5)); }
/* ícone dentro do círculo dos passos */
.th-step-num .th-ic { width: 26px; height: 26px; color: #fff; stroke-width: 1.9; filter: none; }

/* =========================================================
   1ª DOBRA — HERO + VSL
   ========================================================= */
.th-hero-section, .th-hero-section * { box-sizing: border-box; }
.th-hero-section {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; max-width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(147,51,234,.22), transparent 30%),
    radial-gradient(circle at top right, rgba(236,72,153,.18), transparent 30%),
    linear-gradient(180deg, #05050a 0%, #020203 50%, #000 100%);
  padding: 40px 20px 80px; font-family: 'Inter', sans-serif; color: #fff;
}
.th-hero-section::before {
  content: ""; position: absolute; inset: 0; opacity: .05;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 30px 30px;
}
.th-hero-container { max-width: 1150px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
/* HERO em 2 colunas: texto à esquerda, vídeo à direita */
.th-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; text-align: left; }
.th-hero-left { position: relative; z-index: 2; }
.th-hero-grid .th-title { margin-top: 20px; }
.th-hero-grid .th-title, .th-hero-grid .th-sub, .th-hero-grid .th-note, .th-hero-grid .th-micro { text-align: left; margin-left: 0; margin-right: 0; }
.th-hero-grid .th-sub { max-width: none; }
.th-hero-grid .th-note { display: inline-block; max-width: 100%; }
.th-hero-grid .th-badge { display: inline-block; }
.th-hero-grid .th-btn-wrap { text-align: left; }
.th-hero-grid .th-vsl-wrap { max-width: none; margin: 0; position: relative; z-index: 1; border: 1px solid rgba(217,70,239,.35); box-shadow: 0 30px 80px rgba(124,58,237,.28); }
/* rótulo acima do vídeo */
.th-hero-right { position: relative; text-align: left; }
.th-hero-right::before { content: ""; position: absolute; inset: -12% -8%; background: radial-gradient(circle at 60% 45%, rgba(217,70,239,.22), transparent 60%); filter: blur(34px); z-index: 0; pointer-events: none; }
.th-vsl-label { display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 1; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #f0abfc; margin-bottom: 14px; }
.th-vsl-label svg { width: 16px; height: 16px; fill: #f0abfc; }
/* selos de confiança abaixo do botão */
.th-hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; }
.th-hero-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: #d4d4d8; }
.th-hero-trust svg { width: 15px; height: 15px; }
.th-trust-mobile { display: none; }
.th-micro-video { position: relative; z-index: 1; text-align: center; margin-top: 16px; }
@media (max-width: 900px) {
  .th-hero-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .th-hero-grid .th-title, .th-hero-grid .th-sub, .th-hero-grid .th-note, .th-hero-grid .th-micro { text-align: center; margin-left: auto; margin-right: auto; }
  .th-hero-grid .th-btn-wrap { text-align: center; }
  .th-hero-grid .th-hero-trust { justify-content: center; }
  .th-hero-grid .th-hero-right { text-align: center; }
  .th-hero-grid .th-sub, .th-hero-grid .th-note { max-width: 600px; }
  .th-hero-grid .th-vsl-wrap { max-width: 640px; margin: 0 auto; }
  /* selos vão para baixo do vídeo no mobile */
  .th-trust-desktop { display: none; }
  .th-trust-mobile { display: flex; justify-content: center; margin-top: 18px; }
}
.th-badge {
  display: inline-block; padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(217,70,239,.3); background: rgba(217,70,239,.1); color: #f0abfc;
  font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; line-height: 1.6;
}
.th-title {
  margin-top: 22px; font-family: 'Inter', sans-serif; font-size: 44px;
  font-weight: 900; line-height: 1.05; text-transform: uppercase; text-align: center;
}
.th-title-top { white-space: nowrap; }
.th-gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-sub {
  margin-top: 18px; color: #d4d4d8; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.65;
  text-align: center; max-width: 680px; margin-left: auto; margin-right: auto;
}
.th-note {
  margin: 22px auto 0; max-width: 600px; padding: 16px 20px; border-radius: 16px;
  border: 1px solid rgba(217,70,239,.15); background: rgba(255,255,255,.03); line-height: 1.7; text-align: center; font-size: 15px;
}
.th-vsl-wrap {
  margin: 30px auto 0; padding: 12px; border-radius: 20px; max-width: 720px;
  border: 1px solid rgba(217,70,239,.2); background: rgba(255,255,255,.04);
}
.th-video { width: 100%; aspect-ratio: 16/9; border-radius: 20px; overflow: hidden; background: #000; }
#th-player { width: 100%; height: 100%; }
.th-btn-wrap { margin-top: 25px; }
.th-btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 18px 28px;
  border-radius: 16px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff;
  text-decoration: none; font-family: 'Inter', sans-serif; font-size: 13px; letter-spacing: .15em;
  text-transform: uppercase; text-align: center; min-width: 280px; box-shadow: 0 16px 45px rgba(217,70,239,.22);
}
.th-btn-hidden { opacity: 0; visibility: hidden; transform: translateY(16px); pointer-events: none; transition: all .55s ease; }
.th-btn-reveal { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.th-micro { margin-top: 20px; font-size: 13px; color: #a1a1aa; text-align: center; }
.th-locked-content { display: none; }
.th-locked-content.th-unlocked { display: block; animation: thFadeUp .8s ease; }
@keyframes thFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) {
  .th-hero-section { padding: 36px 24px 70px; }
  .th-title { font-size: clamp(24px, 4.2vw, 40px); }
  .th-sub { font-size: 16px; }
}
@media (max-width: 767px) {
  .th-hero-section { padding: 30px 16px 60px; }
  .th-hero-container { max-width: 100%; }
  .th-badge { display: inline-flex; justify-content: center; align-items: center; width: auto; max-width: 92%; padding: 10px 14px; font-size: 9px; letter-spacing: .12em; line-height: 1.5; text-align: center; margin-left: auto; margin-right: auto; }
  .th-title { margin-top: 18px; font-size: 28px; line-height: 1.15; letter-spacing: 0; max-width: 100%; text-align: center; }
  .th-title-top { white-space: normal; }
  .th-title br { display: block; }
  .th-sub { margin-top: 18px; font-size: 14px; line-height: 1.75; max-width: 92%; text-align: center; }
  .th-note { margin-top: 20px; margin-bottom: 20px; padding: 16px 14px; font-size: 14px; line-height: 1.8; border-radius: 18px; max-width: 92%; text-align: center; }
  .th-vsl-wrap { margin-top: 24px; padding: 12px; border-radius: 22px; max-width: 92%; margin-left: auto; margin-right: auto; }
  .th-video { border-radius: 16px; }
  .th-btn { width: 100%; min-width: 100%; padding: 16px 16px; font-size: 10px; letter-spacing: .10em; border-radius: 14px; }
  .th-micro { margin-top: 16px; font-size: 11px; line-height: 1.6; max-width: 92%; margin-left: auto; margin-right: auto; }
}

/* =========================================================
   2ª DOBRA — NARRATIVA
   ========================================================= */
.th-section-2 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 80px 20px;
  background: linear-gradient(180deg, #000 0%, #05010a 100%); font-family: 'Inter', sans-serif; color: #fff;
}
.th-section-2-container { max-width: 1000px; margin: 0 auto; text-align: center; }
.th-s2-title { font-family: 'Inter', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.3; margin-bottom: 30px; }
.th-s2-title span { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s2-text { font-size: 18px; line-height: 1.8; color: #cfcfd4; max-width: 800px; margin: 0 auto 25px; }
.th-s2-box { margin-top: 40px; padding: 30px; border-radius: 20px; border: 1px solid rgba(217,70,239,.2); background: rgba(255,255,255,.03); backdrop-filter: blur(10px); }
.th-s2-list { margin: 22px auto 0; max-width: 520px; text-align: left; }
.th-s2-list p { margin: 14px 0; font-size: 17px; line-height: 1.7; color: #d4d4d8; padding-left: 22px; position: relative; }
.th-s2-list p::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: #d946ef; position: absolute; left: 0; top: 12px; box-shadow: 0 0 10px rgba(217,70,239,.7); }
.th-s2-final { margin-top: 40px; font-size: 20px; line-height: 1.7; color: #fff; }
@media (max-width: 1024px) {
  .th-section-2 { padding: 64px 24px; }
  .th-s2-title { font-size: clamp(26px, 4.5vw, 38px); }
  .th-s2-text { font-size: 17px; }
  .th-s2-list { max-width: 500px; }
}
@media (max-width: 767px) {
  .th-section-2 { padding: 50px 16px; }
  .th-s2-title { font-size: 24px; line-height: 1.4; }
  .th-s2-text { font-size: 15px; line-height: 1.8; }
  .th-s2-box { padding: 20px; }
  .th-s2-list { max-width: 100%; }
  .th-s2-list p { font-size: 15px; padding-left: 18px; }
  .th-s2-list p::before { top: 10px; }
  .th-s2-final { font-size: 17px; }
}

/* =========================================================
   3ª DOBRA — BIBLIOTECA / CATEGORIAS (4 cards)
   ========================================================= */
.th-section-3 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 90px 20px;
  background: radial-gradient(circle at center, rgba(124,58,237,.08), transparent 30%), linear-gradient(180deg, #040406 0%, #000 100%);
  font-family: 'Inter', sans-serif; color: #fff;
}
.th-section-3-container { max-width: 1180px; margin: 0 auto; text-align: center; }
.th-s3-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 54px); font-weight: 800; }
.th-s3-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; color: transparent; }
.th-s3-sub { max-width: 820px; margin: 22px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.85; }
.th-s3-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.th-s3-card { border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); border-radius: 24px; padding: 18px; text-align: left; }
.th-s3-image { width: 100%; aspect-ratio: 474 / 720; border-radius: 18px; overflow: hidden; margin-bottom: 16px; border: 1px solid rgba(255,255,255,.08); background: #000; }
.th-s3-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.th-s3-meta { font-size: 10px; color: #f0abfc; text-transform: uppercase; }
.th-s3-card-title { margin-top: 12px; font-size: 18px; }
.th-s3-card-text { margin-top: 12px; color: #cfcfd4; font-size: 14px; }
.th-s3-btn { margin-top: 30px; display: inline-block; padding: 16px 28px; border-radius: 16px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; letter-spacing:.14em; font-size:12px; text-transform:uppercase; }
@media (max-width: 767px) {
  .th-section-3 { padding: 54px 16px; }
  .th-s3-grid { grid-template-columns: 1fr; gap: 16px; }
  .th-s3-card { text-align: center; }
  .th-s3-image { aspect-ratio: 4 / 3.4; }
  .th-s3-card-text, .th-s3-meta { text-align: center; }
}

/* =========================================================
   4ª DOBRA — ANTES x DEPOIS (comparação 2 colunas)
   ========================================================= */
.th-section-4 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 90px 20px;
  background: radial-gradient(circle at top center, rgba(217,70,239,.08), transparent 28%), linear-gradient(180deg, #000 0%, #07030c 100%);
  font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-section-4::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-section-4-container { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; text-align: center; }
.th-s4-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-s4-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 56px); font-weight: 800; line-height: 1.2; text-transform: uppercase; margin: 0; }
.th-s4-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s4-sub { max-width: 860px; margin: 24px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.85; }
.th-s4-grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.th-s4-box { border-radius: 26px; padding: 28px 24px; text-align: left; min-height: 100%; }
.th-s4-box-left { border: 1px solid rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025)); }
.th-s4-box-right { border: 1px solid rgba(217,70,239,.22); background: linear-gradient(180deg, rgba(255,45,85,.10), rgba(124,58,237,.10)); box-shadow: 0 0 30px rgba(217,70,239,.08); }
.th-s4-box-title { font-family: 'Inter', sans-serif; font-size: 22px; line-height: 1.35; text-transform: uppercase; margin-bottom: 18px; }
.th-s4-list { display: grid; gap: 14px; }
.th-s4-item { position: relative; padding-left: 22px; color: #d4d4d8; font-size: 16px; line-height: 1.8; }
.th-s4-item::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: #d946ef; position: absolute; left: 0; top: 11px; box-shadow: 0 0 10px rgba(217,70,239,.7); }
.th-s4-right .th-s4-item { color: #f3f4f6; }
.th-s4-center-box { margin: 88px auto 0; max-width: 900px; padding: 28px 26px; border-radius: 24px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-s4-center-box p { margin: 0; color: #e5e7eb; font-size: 19px; line-height: 1.9; }
.th-s4-center-box strong { color: #fff; }
.th-s4-cta { margin-top: 30px; }
.th-s4-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 16px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 30px rgba(217,70,239,.22); }
@media (max-width: 1024px) { .th-section-4 { padding: 72px 24px; } .th-s4-grid { grid-template-columns: 1fr; } .th-s4-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-section-4 { padding: 54px 16px; }
  .th-s4-kicker { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-s4-title { font-size: 25px; line-height: 1.35; }
  .th-s4-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-s4-grid { align-items: start; gap: 16px; }
  .th-s4-box { text-align: center; padding: 22px 18px; min-height: 0; }
  .th-s4-box-title { font-size: 19px; }
  .th-s4-list { text-align: left; max-width: 420px; margin: 0 auto; }
  .th-s4-item { font-size: 15px; line-height: 1.8; }
  .th-s4-center-box { margin-top: 40px; padding: 22px 18px; }
  .th-s4-center-box p { font-size: 16px; line-height: 1.85; }
  .th-s4-btn { width: 100%; font-size: 11px; text-align: center; }
}

/* =========================================================
   5ª DOBRA — TUDO ORGANIZADO (3 cards) + POR QUE É DIFERENTE
   ========================================================= */
.th-section-5 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 90px 20px;
  background: radial-gradient(circle at center, rgba(217,70,239,.06), transparent 28%), linear-gradient(180deg, #030306 0%, #000 100%);
  font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-section-5::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-section-5-container { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; text-align: center; }
.th-s5-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-s5-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 54px); font-weight: 800; line-height: 1.2; text-transform: uppercase; margin: 0; }
.th-s5-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s5-sub { max-width: 860px; margin: 24px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.85; }
.th-s5-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.th-s5-card { border: 1px solid rgba(217,70,239,.18); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); border-radius: 24px; padding: 18px; text-align: left; box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.th-s5-image { width: 100%; height: 320px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(135deg, #12071a 0%, #06060a 45%, #1a0c2c 100%); margin-bottom: 16px; }
.th-s5-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.th-s5-card-title { font-family: 'Inter', sans-serif; font-size: 18px; line-height: 1.4; text-transform: uppercase; margin-top: 4px; }
.th-s5-card-text { margin-top: 12px; color: #d4d4d8; font-size: 15px; line-height: 1.85; }
.th-s5-bottom { margin: 46px auto 0; max-width: 920px; padding: 30px 26px; border-radius: 24px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-s5-bottom p { margin: 0; color: #e5e7eb; font-size: 19px; line-height: 1.9; }
.th-s5-bottom strong { color: #fff; }
.th-s5-cta { margin-top: 28px; }
.th-s5-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 16px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 30px rgba(217,70,239,.22); }
@media (max-width: 1024px) { .th-section-5 { padding: 72px 24px; } .th-s5-grid { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; } .th-s5-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-section-5 { padding: 54px 16px; }
  .th-s5-kicker { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-s5-title { font-size: 25px; line-height: 1.35; }
  .th-s5-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-s5-grid { margin-top: 34px; gap: 16px; }
  .th-s5-card { text-align: center; }
  .th-s5-image { height: 240px; }
  .th-s5-card-title { font-size: 17px; }
  .th-s5-card-text { font-size: 14px; line-height: 1.8; }
  .th-s5-bottom { margin-top: 34px; padding: 22px 18px; }
  .th-s5-bottom p { font-size: 16px; line-height: 1.85; }
  .th-s5-btn { width: 100%; font-size: 11px; text-align: center; }
}

/* =========================================================
   6ª DOBRA — O QUE VOCÊ ENCONTRA (arsenal / grade grande)
   ========================================================= */
.th-premium-arsenal, .th-premium-arsenal * { box-sizing: border-box; }
.th-premium-arsenal {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; overflow: hidden; padding: 110px 20px;
  font-family: 'Inter', sans-serif; color: #fff;
  background: radial-gradient(circle at top left, rgba(124,58,237,.14), transparent 26%), radial-gradient(circle at top right, rgba(236,72,153,.12), transparent 24%), linear-gradient(180deg, #04040a 0%, #000 100%);
}
.th-premium-arsenal::before { content: ""; position: absolute; inset: 0; opacity: .045; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-premium-arsenal-container { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; text-align: center; }
.th-pa-badge { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.26); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.th-pa-title { margin: 24px 0 0; font-family: 'Inter', sans-serif; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.15; font-weight: 800; text-transform: uppercase; }
.th-pa-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-pa-sub { max-width: 900px; margin: 26px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.9; }
.th-pa-stats { margin: 48px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1080px; }
.th-pa-stat { border-radius: 22px; border: 1px solid rgba(217,70,239,.16); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); padding: 22px 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.th-pa-stat strong { display: block; font-family: 'Inter', sans-serif; font-size: clamp(22px, 3vw, 34px); color: #fff; line-height: 1.1; }
.th-pa-stat span { display: block; margin-top: 8px; color: #a1a1aa; font-size: 13px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.th-pa-frame { margin-top: 52px; border-radius: 30px; border: 1px solid rgba(217,70,239,.18); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); padding: 22px; box-shadow: 0 0 50px rgba(168,85,247,.08); }
.th-pa-frame-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 6px 20px; border-bottom: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.th-pa-frame-title { text-align: left; }
.th-pa-frame-title strong { display: block; font-family: 'Inter', sans-serif; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; }
.th-pa-frame-title span { display: block; margin-top: 8px; color: #a1a1aa; font-size: 14px; line-height: 1.7; }
.th-pa-frame-mini { display: flex; gap: 10px; flex-wrap: wrap; }
.th-pa-chip { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: #d4d4d8; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.th-pa-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.th-pa-category { border-radius: 24px; border: 1px solid rgba(217,70,239,.14); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); overflow: hidden; text-align: left; }
.th-pa-category-head { padding: 18px 18px 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: linear-gradient(90deg, rgba(255,45,85,.08), rgba(124,58,237,.08)); }
.th-pa-category-head strong { display: block; font-family: 'Inter', sans-serif; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.th-pa-category-head span { display: block; margin-top: 8px; color: #cfcfd4; font-size: 13px; line-height: 1.7; }
.th-pa-list { padding: 16px 16px 18px; display: grid; gap: 10px; }
.th-pa-course { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 12px 12px; border-radius: 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06); }
.th-pa-course-left { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.th-pa-dot { width: 8px; height: 8px; border-radius: 999px; background: #d946ef; margin-top: 8px; flex: 0 0 auto; box-shadow: 0 0 10px rgba(217,70,239,.8); }
.th-pa-course-title { color: #fff; font-size: 14px; line-height: 1.6; font-weight: 600; }
.th-pa-course-meta { flex: 0 0 auto; color: #a1a1aa; font-size: 12px; line-height: 1.6; text-align: right; white-space: nowrap; }
.th-pa-bottom { margin: 40px auto 0; max-width: 940px; padding: 30px 26px; border-radius: 26px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-pa-bottom p { margin: 0; color: #e5e7eb; font-size: 19px; line-height: 1.95; }
.th-pa-bottom strong { color: #fff; }
.th-pa-cta { margin-top: 28px; }
.th-pa-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 32px; border-radius: 18px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 34px rgba(217,70,239,.22); }
.th-pa-note { margin-top: 18px; color: #a1a1aa; font-size: 13px; line-height: 1.7; }
@media (max-width: 1024px) { .th-premium-arsenal { padding: 84px 24px; } .th-pa-stats { grid-template-columns: repeat(2, 1fr); } .th-pa-grid { grid-template-columns: 1fr; } .th-pa-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-premium-arsenal { padding: 58px 16px; }
  .th-pa-badge { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-pa-title { font-size: 28px; line-height: 1.28; }
  .th-pa-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-pa-stats { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
  .th-pa-stat { padding: 18px 14px; }
  .th-pa-stat strong { font-size: 22px; }
  .th-pa-stat span { font-size: 11px; }
  .th-pa-frame { margin-top: 34px; padding: 14px; border-radius: 22px; }
  .th-pa-frame-top { padding: 6px 4px 16px; }
  .th-pa-frame-title { text-align: center; width: 100%; }
  .th-pa-frame-title strong { font-size: 15px; }
  .th-pa-frame-title span { font-size: 13px; }
  .th-pa-frame-mini { justify-content: center; width: 100%; }
  .th-pa-category-head { text-align: center; padding: 16px 14px; }
  .th-pa-category-head strong { font-size: 14px; }
  .th-pa-category-head span { font-size: 12px; }
  .th-pa-list { padding: 14px; }
  .th-pa-course { flex-direction: column; gap: 8px; padding: 12px; }
  .th-pa-course-left { width: 100%; }
  .th-pa-course-title { font-size: 14px; }
  .th-pa-course-meta { text-align: left; white-space: normal; padding-left: 20px; }
  .th-pa-bottom { margin-top: 30px; padding: 22px 18px; }
  .th-pa-bottom p { font-size: 16px; line-height: 1.85; }
  .th-pa-btn { width: 100%; font-size: 11px; text-align: center; }
  .th-pa-note { font-size: 12px; }
}

/* =========================================================
   7ª DOBRA — COMO FUNCIONA (passos)
   ========================================================= */
.th-steps {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 90px 20px;
  background: linear-gradient(180deg, #000 0%, #05050a 100%); font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-steps::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-steps-container { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; text-align: center; }
.th-steps-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-steps-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 54px); font-weight: 800; text-transform: uppercase; margin: 0; }
.th-steps-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-steps-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.th-step { border: 1px solid rgba(217,70,239,.18); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); border-radius: 24px; padding: 28px 22px; text-align: center; }
.th-step-num { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 800; color: #fff; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); box-shadow: 0 0 24px rgba(217,70,239,.35); }
.th-step-text { color: #d4d4d8; font-size: 16px; line-height: 1.7; }
.th-step-text strong { color: #fff; }
@media (max-width: 1024px) { .th-steps { padding: 72px 24px; } .th-steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) {
  .th-steps { padding: 54px 16px; }
  .th-steps-kicker { font-size: 10px; letter-spacing: .12em; }
  .th-steps-title { font-size: 25px; line-height: 1.35; }
  .th-steps-grid { grid-template-columns: 1fr; margin-top: 34px; gap: 14px; }
  .th-step { padding: 22px 18px; }
  .th-step-text { font-size: 15px; }
}

/* =========================================================
   8ª DOBRA — CHECKOUT / OFERTA
   ========================================================= */
.th-section-6 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 95px 20px;
  background: radial-gradient(circle at top center, rgba(217,70,239,.08), transparent 28%), linear-gradient(180deg, #05050a 0%, #000 100%);
  font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-section-6::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-section-6-container { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; text-align: center; }
.th-s6-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-s6-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 54px); font-weight: 800; line-height: 1.2; text-transform: uppercase; margin: 0; }
.th-s6-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s6-sub { max-width: 860px; margin: 24px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.85; }
.th-s6-anchor { margin: 20px auto 0; color: #a1a1aa; font-size: 16px; line-height: 1.8; }
.th-s6-anchor s { color: #ff6b8a; }
.th-s6-checkout { margin: 46px auto 0; max-width: 1040px; border-radius: 34px; overflow: hidden; border: 1px solid rgba(217,70,239,.22); background: linear-gradient(180deg, #f4f4f5 0%, #ececf0 100%); box-shadow: 0 0 70px rgba(168,85,247,.14); }
.th-s6-grid { display: grid; grid-template-columns: 1.02fr .98fr; }
.th-s6-left { padding: 34px; }
.th-s6-right { padding: 34px; text-align: left; background: linear-gradient(180deg, #14071f 0%, #09090f 100%); }
.th-s6-product { border-radius: 26px; border: 1px solid rgba(0,0,0,.05); background: rgba(255,255,255,.78); padding: 22px; box-shadow: 0 6px 24px rgba(0,0,0,.04); }
.th-s6-image { width: 100%; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; background: #000; margin-bottom: 24px; }
.th-s6-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.th-s6-access { text-align: center; color: #3f3f46; font-size: 18px; text-transform: lowercase; }
.th-s6-price { text-align: center; color: #000; font-size: clamp(44px, 5vw, 64px); line-height: 1; font-weight: 900; margin-top: 12px; }
.th-s6-installments { text-align: center; color: #3f3f46; font-size: 20px; margin-top: 10px; }
.th-s6-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 58px; margin-top: 26px; padding: 0 24px; border-radius: 18px; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); box-shadow: 0 0 30px rgba(217,70,239,.26); }
.th-s6-right-title { font-family: 'Inter', sans-serif; font-size: 13px; color: #f0abfc; letter-spacing: .18em; text-transform: uppercase; }
.th-s6-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 16px; }
.th-s6-list li { display: flex; align-items: flex-start; gap: 12px; color: #e5e7eb; font-size: 16px; line-height: 1.8; }
.th-s6-dot { width: 8px; height: 8px; border-radius: 999px; background: #d946ef; margin-top: 10px; flex: 0 0 auto; box-shadow: 0 0 10px rgba(217,70,239,.7); }
.th-s6-guarantee { margin-top: 28px; padding: 18px; border-radius: 20px; border: 1px solid rgba(217,70,239,.18); background: rgba(217,70,239,.10); color: #f5d0fe; font-size: 15px; line-height: 1.8; }
.th-s6-guarantee strong { color: #fff; }
.th-s6-note { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); color: #d4d4d8; font-size: 15px; line-height: 1.85; }
.th-s6-bottom { margin: 34px auto 0; max-width: 920px; padding: 28px 24px; border-radius: 24px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-s6-bottom p { margin: 0; color: #e5e7eb; font-size: 18px; line-height: 1.9; }
.th-s6-bottom strong { color: #fff; }
@media (max-width: 1024px) { .th-section-6 { padding: 76px 24px; } .th-s6-grid { grid-template-columns: 1fr; } .th-s6-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-section-6 { padding: 56px 16px; }
  .th-s6-kicker { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-s6-title { font-size: 25px; line-height: 1.35; }
  .th-s6-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-s6-checkout { margin-top: 36px; border-radius: 26px; }
  .th-s6-left, .th-s6-right { padding: 18px; }
  .th-s6-product { padding: 16px; border-radius: 20px; }
  .th-s6-image { border-radius: 16px; }
  .th-s6-access { font-size: 16px; }
  .th-s6-price { font-size: 42px; }
  .th-s6-installments { font-size: 17px; }
  .th-s6-right { text-align: center; }
  .th-s6-list { gap: 14px; max-width: 440px; margin-left: auto; margin-right: auto; }
  .th-s6-list li { font-size: 15px; text-align: left; }
  .th-s6-cta { font-size: 11px; }
  .th-s6-guarantee, .th-s6-note { font-size: 14px; }
  .th-s6-bottom { margin-top: 26px; padding: 22px 18px; }
  .th-s6-bottom p { font-size: 16px; line-height: 1.85; }
}

/* =========================================================
   9ª DOBRA — FAQ
   ========================================================= */
.th-section-7 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 90px 20px;
  background: radial-gradient(circle at center, rgba(217,70,239,.06), transparent 28%), linear-gradient(180deg, #030306 0%, #000 100%);
  font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-section-7::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-section-7-container { position: relative; z-index: 2; max-width: 1040px; margin: 0 auto; text-align: center; }
.th-s7-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-s7-title { font-family: 'Inter', sans-serif; font-size: clamp(30px, 5vw, 52px); font-weight: 800; line-height: 1.2; text-transform: uppercase; margin: 0; }
.th-s7-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s7-sub { max-width: 820px; margin: 24px auto 0; color: #cfcfd4; font-size: 18px; line-height: 1.85; }
.th-s7-faq { margin-top: 48px; display: grid; gap: 14px; }
.th-s7-item { overflow: hidden; border-radius: 24px; border: 1px solid rgba(217,70,239,.18); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.th-s7-question { width: 100%; border: 0; background: transparent; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 24px; text-align: left; cursor: pointer; font-size: 18px; font-weight: 700; }
.th-s7-question span:first-child { flex: 1; }
.th-s7-icon { flex: 0 0 auto; font-family: 'Inter', sans-serif; color: #f0abfc; font-size: 22px; transition: transform .28s ease; }
.th-s7-item.active .th-s7-icon { transform: rotate(45deg); }
.th-s7-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; border-top: 0 solid rgba(255,255,255,.10); }
.th-s7-item.active .th-s7-answer { max-height: 520px; border-top-width: 1px; }
.th-s7-answer p { margin: 0; padding: 18px 24px 22px; color: #d4d4d8; font-size: 16px; line-height: 1.85; text-align: left; }
.th-s7-bottom { margin: 40px auto 0; max-width: 920px; padding: 28px 24px; border-radius: 24px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-s7-bottom p { margin: 0; color: #e5e7eb; font-size: 18px; line-height: 1.9; }
.th-s7-bottom strong { color: #fff; }
.th-s7-cta { margin-top: 28px; }
.th-s7-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 16px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 30px rgba(217,70,239,.22); }
@media (max-width: 1024px) { .th-section-7 { padding: 72px 24px; } .th-s7-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-section-7 { padding: 54px 16px; }
  .th-s7-kicker { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-s7-title { font-size: 25px; line-height: 1.35; }
  .th-s7-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-s7-question { padding: 18px; font-size: 16px; }
  .th-s7-answer p { padding: 16px 18px 18px; font-size: 14px; line-height: 1.8; }
  .th-s7-bottom { margin-top: 30px; padding: 22px 18px; }
  .th-s7-bottom p { font-size: 16px; line-height: 1.85; }
  .th-s7-btn { width: 100%; font-size: 11px; text-align: center; }
}

/* =========================================================
   ÚLTIMA DOBRA — DECISÃO FINAL
   ========================================================= */
.th-section-8 {
  position: relative; left: 50%; margin-left: -50vw; width: 100vw; padding: 100px 20px 110px;
  background: radial-gradient(circle at top left, rgba(255,45,85,.10), transparent 24%), radial-gradient(circle at top right, rgba(124,58,237,.12), transparent 26%), linear-gradient(180deg, #06060a 0%, #000 100%);
  font-family: 'Inter', sans-serif; color: #fff; overflow: hidden;
}
.th-section-8::before { content: ""; position: absolute; inset: 0; opacity: .04; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 32px 32px; }
.th-section-8-container { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; text-align: center; }
.th-s8-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(217,70,239,.28); background: rgba(217,70,239,.10); color: #f0abfc; font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.th-s8-title { font-family: 'Inter', sans-serif; font-size: clamp(34px, 5vw, 62px); font-weight: 800; line-height: 1.12; text-transform: uppercase; margin: 0; }
.th-s8-title .gradient { background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.th-s8-sub { max-width: 900px; margin: 26px auto 0; color: #cfcfd4; font-size: 19px; line-height: 1.9; }
.th-s8-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.th-s8-card { border-radius: 28px; padding: 30px 26px; text-align: left; min-height: 100%; }
.th-s8-card-left { border: 1px solid rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); }
.th-s8-card-right { border: 1px solid rgba(217,70,239,.22); background: linear-gradient(180deg, rgba(255,45,85,.10), rgba(124,58,237,.10)); box-shadow: 0 0 30px rgba(217,70,239,.08); }
.th-s8-card-title { font-family: 'Inter', sans-serif; font-size: 22px; line-height: 1.35; text-transform: uppercase; margin-bottom: 18px; }
.th-s8-list { display: grid; gap: 14px; }
.th-s8-item { position: relative; padding-left: 22px; color: #d4d4d8; font-size: 16px; line-height: 1.8; }
.th-s8-item::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: #d946ef; position: absolute; left: 0; top: 11px; box-shadow: 0 0 10px rgba(217,70,239,.7); }
.th-s8-card-right .th-s8-item { color: #f3f4f6; }
.th-s8-list.icons .th-s8-item { padding-left: 0; display: flex; align-items: flex-start; gap: 10px; }
.th-s8-list.icons .th-s8-item::before { display: none; }
.th-s8-list.icons .th-s8-item .th-ic { margin-top: .25em; }
.th-s8-badges { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; color: #d4d4d8; font-size: 14px; }
.th-s8-badges span { display: inline-flex; align-items: center; gap: 6px; }
.th-s8-warning { margin: 88px auto 0; max-width: 940px; padding: 30px 26px; border-radius: 26px; border: 1px solid rgba(217,70,239,.18); background: rgba(255,255,255,.03); }
.th-s8-warning p { margin: 0; color: #e5e7eb; font-size: 19px; line-height: 1.95; }
.th-s8-warning strong { color: #fff; }
.th-s8-cta { margin-top: 30px; }
.th-s8-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 0 34px; border-radius: 18px; background: linear-gradient(90deg,#ff2d55,#d946ef,#7c3aed); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 34px rgba(217,70,239,.24); }
.th-s8-micro { margin-top: 18px; color: #a1a1aa; font-size: 13px; line-height: 1.7; }
@media (max-width: 1024px) { .th-section-8 { padding: 78px 24px 88px; } .th-s8-grid { grid-template-columns: 1fr; } .th-s8-sub { font-size: 17px; } }
@media (max-width: 767px) {
  .th-section-8 { padding: 58px 16px 70px; }
  .th-s8-kicker { font-size: 10px; letter-spacing: .12em; line-height: 1.5; }
  .th-s8-title { font-size: 26px; line-height: 1.3; }
  .th-s8-sub { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .th-s8-grid { margin-top: 34px; gap: 16px; align-items: start; }
  .th-s8-card { text-align: center; padding: 22px 18px; min-height: 0; }
  .th-s8-card-title { font-size: 18px; }
  .th-s8-list { text-align: left; max-width: 440px; margin: 0 auto; }
  .th-s8-item { font-size: 15px; line-height: 1.8; }
  .th-s8-warning { margin-top: 48px; padding: 22px 18px; }
  .th-s8-warning p { font-size: 16px; line-height: 1.85; }
  .th-s8-btn { width: 100%; font-size: 11px; text-align: center; }
  .th-s8-micro { font-size: 12px; }
}
