/* ============================================
   CRIA AÍ! — estilo do site inteiro
   Cores, fontes e visual. Mexe aqui pra mudar tudo de uma vez.
   ============================================ */

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

:root {
  --bg: #0A0A0A;
  --surface: #131313;
  --surface2: #1B1B1B;
  --line: #262626;
  --orange: #FF4D00;
  --shopee: #FF5722;
  --amber: #FFA51E;
  --blue: #1F5FFF;
  --blue-vibe: #2B7FFF;
  --cream: #FCF2E4;
  --white: #FFFFFF;
  --muted: #9a9a9a;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: 'Space Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ---------- BLOCOS REUTILIZÁVEIS ---------- */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.section { padding: 72px 0; position: relative; }

.eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 4px; text-transform: uppercase; color: var(--orange);
  margin-bottom: 14px; display: block; text-align: center;
}

.section-title {
  font-family: 'Gluten', cursive; font-weight: 800;
  font-size: clamp(34px, 6vw, 54px); line-height: 1; text-align: center;
  margin-bottom: 12px;
}
.section-title .blue { color: var(--blue-vibe); }
.section-title .orange {
  background: linear-gradient(100deg, #FFB020, #FF3D00);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-lead {
  text-align: center; color: var(--muted); font-size: 16px;
  max-width: 540px; margin: 0 auto 44px; line-height: 1.6;
}

/* ---------- BOTÕES (sempre div, nunca <button> — obedece a cor no celular) ---------- */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none;
  background-color: var(--shopee); color: var(--white);
  font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 15px;
  letter-spacing: 0.5px; text-transform: uppercase; padding: 18px 40px;
  border-radius: 46% 54% 60% 40% / 52% 48% 52% 48%;
  animation: btnmorph 6s ease-in-out infinite;
  box-shadow: 0 8px 26px rgba(255,87,34,0.42);
  text-decoration: none; transition: transform .2s ease;
}
.btn-primary:hover { transform: translateY(-2px) scale(1.02); animation-play-state: paused; }
@keyframes btnmorph {
  0%,100% { border-radius: 46% 54% 60% 40% / 52% 48% 52% 48%; }
  50% { border-radius: 58% 42% 44% 56% / 46% 56% 44% 54%; }
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; user-select: none;
  color: var(--shopee); border: 1.5px solid var(--shopee); background: transparent;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.5px; text-transform: uppercase; padding: 13px 26px; border-radius: 40px;
  text-decoration: none;
}

/* ---------- NAV ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; max-width: 1080px; margin: 0 auto; position: relative; z-index: 20;
}
.nav-logo { font-family: 'Gluten', cursive; font-weight: 800; font-size: 26px; text-decoration: none; }
.nav-logo .o { background: linear-gradient(150deg,#FFA92E,#FF6B00 55%,#FF3D00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-logo .b { color: var(--blue-vibe); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; color: #cfcfcf; text-decoration: none; }
.nav-links a:hover { color: var(--white); }
.nav-entrar {
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.5px; color: var(--shopee); border: 1.5px solid var(--shopee);
  padding: 9px 20px; border-radius: 40px; text-decoration: none;
}

/* ---------- MARQUEE ---------- */
.marquee { overflow: hidden; white-space: nowrap; padding: 10px 0; }
.marquee.orange { background: var(--orange); }
.marquee.blue { background: var(--blue); }
.marquee .track {
  display: inline-block; animation: scroll 24s linear infinite;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: 3px; text-transform: uppercase;
}
.marquee.orange .track { color: #0A0A0A; }
.marquee.blue .track { color: #fff; animation-direction: reverse; animation-duration: 28s; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 46px 24px 58px; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; }
.blob { position: absolute; filter: blur(14px); z-index: 0; }
.b1 { width: 240px; height: 240px; top: -60px; left: -40px; background: radial-gradient(circle at 40% 40%, #FFA92E, #FF5A00); opacity: 0.5; animation: morph 10s ease-in-out infinite, drift1 15s ease-in-out infinite; }
.b2 { width: 220px; height: 220px; bottom: -70px; right: -40px; background: radial-gradient(circle at 50% 40%, #3B78FF, #1233CC); opacity: 0.55; animation: morph 12s ease-in-out infinite reverse, drift2 17s ease-in-out infinite; }
.b3 { width: 130px; height: 130px; top: 40px; right: 8%; background: radial-gradient(circle at 50% 50%, #FF7A00, #E23A00); opacity: 0.38; animation: morph 9s ease-in-out infinite, drift1 13s ease-in-out infinite reverse; }
.b4 { width: 120px; height: 120px; bottom: 30px; left: 8%; background: radial-gradient(circle at 50% 50%, #2B6BFF, #1030BB); opacity: 0.4; animation: morph 11s ease-in-out infinite, drift2 14s ease-in-out infinite reverse; }
@keyframes morph { 0%,100% { border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%; } 50% { border-radius: 62% 38% 34% 66% / 63% 58% 42% 37%; } }
@keyframes drift1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,14px); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-18px,-12px); } }

.hero-in { position: relative; z-index: 4; }
.hero-num { position: absolute; top: 8px; right: 4%; z-index: 4; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 13px; color: #fff; opacity: 0.75; }
.hero-kicker { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12px; color: #FF6B2C; letter-spacing: 1.5px; margin-bottom: 12px; }
.hero-kicker .star { color: var(--blue-vibe); }

.logo-live { font-family: 'Gluten', cursive; font-weight: 900; font-size: clamp(62px, 17vw, 104px); line-height: 0.86; display: flex; justify-content: center; align-items: baseline; }
.ltr { display: inline-block; transform-origin: center bottom; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cr { background-image: linear-gradient(100deg, #FFB020 0%, #FF7A00 22%, #FF3D00 50%, #FF7A00 78%, #FFB020 100%); background-size: 220% 100%; animation: dance 3.2s ease-in-out infinite, flow 2.6s linear infinite; }
.ai { background-image: linear-gradient(160deg, #66AAFF 0%, #2B7FFF 55%, #1650F0 100%); animation: dance 3.2s ease-in-out infinite; }
.l1{--r:-5deg;animation-delay:0s,0s;} .l2{--r:3deg;animation-delay:.16s,-.3s;}
.l3{--r:-3deg;animation-delay:.32s,-.6s;} .l4{--r:4deg;animation-delay:.48s,-.9s;}
.sp{width:0.26em;} .a1{--r:-4deg;animation-delay:.64s;} .a2{--r:5deg;animation-delay:.8s;} .exc{--r:-6deg;animation-delay:.96s;}
@keyframes dance { 0%,100% { transform: translateY(0) rotate(var(--r)); } 50% { transform: translateY(-10px) rotate(calc(var(--r)*-0.6)); } }
@keyframes flow { 0% { background-position: 200% 0; } 100% { background-position: 0% 0; } }

.hero-sub { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: clamp(15px, 4vw, 18px); color: #d8d8d8; margin-top: 18px; }
.hero-sub b { color: var(--shopee); font-weight: 700; }
.hero .btn-primary { margin-top: 26px; }
.hero-micro { font-family: 'Space Grotesk', sans-serif; font-size: 12px; color: #8a8a8a; margin-top: 14px; }
.hero-micro b { color: var(--blue-vibe); font-weight: 600; }

.spark { position: absolute; z-index: 4; animation: spin 10s linear infinite; }
.spark.s1 { top: 80px; left: 6%; } .spark.s2 { bottom: 70px; right: 7%; animation-duration: 13s; }
@keyframes spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* ---------- COMO FUNCIONA ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 28px 22px; position: relative; overflow: hidden;
}
.step-num {
  font-family: 'Gluten', cursive; font-weight: 900; font-size: 46px; line-height: 1;
  background: linear-gradient(120deg, var(--amber), var(--shopee));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 12px; display: block;
}
.step:nth-child(4) .step-num { background: linear-gradient(120deg, #66AAFF, var(--blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.step h3 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 17px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.3px; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ---------- O QUE TEM DENTRO ---------- */
.inside { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inside-card {
  border-radius: 22px; padding: 34px; position: relative; overflow: hidden;
  border: 1px solid var(--line); min-height: 260px; display: flex; flex-direction: column;
}
.inside-card.cen { background: linear-gradient(150deg, #1a1005, #131313 60%); }
.inside-card.mov { background: linear-gradient(150deg, #0a1024, #131313 60%); }
.inside-tag {
  align-self: flex-start; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px;
  letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;
}
.inside-card.cen .inside-tag { background: rgba(255,87,34,0.15); color: var(--shopee); border: 1px solid rgba(255,87,34,0.3); }
.inside-card.mov .inside-tag { background: rgba(43,127,255,0.15); color: var(--blue-vibe); border: 1px solid rgba(43,127,255,0.3); }
.inside-card h3 { font-family: 'Gluten', cursive; font-weight: 800; font-size: 30px; margin-bottom: 12px; }
.inside-card p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 20px; }
.inside-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.chip { font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 500; color: #ddd; background: var(--surface2); border: 1px solid var(--line); padding: 7px 13px; border-radius: 30px; }

/* ---------- PRA QUEM É ---------- */
.forwho { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 800px; margin: 0 auto; }
.forwho-item {
  display: flex; align-items: center; gap: 14px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px;
}
.forwho-check { width: 26px; height: 26px; border-radius: 50%; background: var(--shopee); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; font-size: 14px; }
.forwho-item p { font-size: 14px; color: #e4e4e4; line-height: 1.4; }

/* ---------- OFERTA / PREÇO ---------- */
.offer { max-width: 560px; margin: 0 auto; }
.offer-card {
  background: linear-gradient(160deg, #1a1206, var(--surface) 55%); border: 1px solid #3a2a14;
  border-radius: 26px; padding: 40px; text-align: center; position: relative; overflow: hidden;
}
.offer-badge { display: inline-block; background: var(--shopee); color: #fff; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 7px 16px; border-radius: 30px; margin-bottom: 20px; }

/* cronômetro de escassez */
.offer-timer {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: rgba(255,77,0,0.1); border: 1px solid rgba(255,87,34,0.4);
  border-radius: 16px; padding: 16px; margin-bottom: 24px;
  animation: pulseBorder 1.6s ease-in-out infinite;
}
@keyframes pulseBorder {
  0%,100% { border-color: rgba(255,87,34,0.4); }
  50% { border-color: rgba(255,87,34,0.9); }
}
.timer-label { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--shopee); }
.timer-clock {
  font-family: 'Gluten', cursive; font-weight: 900; font-size: 44px; line-height: 1; letter-spacing: 2px;
  background: linear-gradient(100deg, #FFB020, #FF3D00);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.offer-list { list-style: none; text-align: left; max-width: 380px; margin: 0 auto 28px; }
.offer-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: #e8e8e8; }
.offer-list li:last-child { border-bottom: none; }
.offer-list .ic { color: var(--amber); font-weight: 900; flex-shrink: 0; }
.offer-price { margin-bottom: 8px; }
.offer-price .from { color: var(--muted); text-decoration: line-through; font-size: 16px; }
.offer-price .now { font-family: 'Gluten', cursive; font-weight: 900; font-size: 56px; line-height: 1; background: linear-gradient(100deg, #FFB020, #FF3D00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-top: 4px; }
.offer-note { color: var(--muted); font-size: 13px; margin-top: 18px; }

/* ---------- FAQ ---------- */
.faq { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; padding: 22px 40px 22px 0; cursor: pointer; position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 20px; font-size: 24px; color: var(--shopee); transition: transform .2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--muted); font-size: 15px; line-height: 1.6; }
.faq-item.open .faq-a { max-height: 240px; padding-bottom: 22px; }

/* ---------- RODAPÉ ---------- */
.footer { border-top: 1px solid var(--line); padding: 40px 24px; text-align: center; }
.footer .nav-logo { font-size: 30px; display: inline-block; margin-bottom: 14px; }
.footer p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer a { color: var(--blue-vibe); text-decoration: none; }

/* ============================================
   ÁREA DE MEMBROS
   ============================================ */
.lock-screen {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; text-align: center; position: relative; overflow: hidden;
}
.lock-box { position: relative; z-index: 4; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 40px 34px; max-width: 400px; width: 100%; }
.lock-box .nav-logo { font-size: 40px; display: inline-block; margin-bottom: 8px; }
.lock-box h1 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.lock-box p { color: var(--muted); font-size: 14px; margin-bottom: 24px; line-height: 1.5; }
.lock-input {
  width: 100%; background: var(--bg); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 16px; color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 16px;
  text-align: center; letter-spacing: 2px; margin-bottom: 14px; outline: none;
}
.lock-input:focus { border-color: var(--shopee); }
.lock-box .btn-primary { width: 100%; justify-content: center; }
.lock-error { color: var(--shopee); font-size: 13px; margin-top: 14px; min-height: 18px; font-weight: 600; }

.members { display: none; }
.members.on { display: block; }

.members-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(10,10,10,0.9); backdrop-filter: blur(10px); z-index: 30;
}
.members-header .nav-logo { font-size: 24px; }
.members-hi { font-size: 13px; color: var(--muted); }

/* abas principais — rolam de lado no celular */
/* banner de instruções passo a passo */
.instrucoes {
  max-width: 1080px; margin: 0 auto; padding: 0 24px 4px;
}
.instrucoes-box {
  background: rgba(31,95,255,0.08); border: 1px solid rgba(43,127,255,0.3);
  border-radius: 16px; padding: 18px 20px;
}
.instrucoes-titulo {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue-vibe); margin-bottom: 10px;
}
.instrucoes-passos { display: flex; flex-direction: column; gap: 6px; }
.instrucoes-passo { font-family: 'Space Grotesk', sans-serif; font-size: 13.5px; color: #ddd; line-height: 1.5; }
.instrucoes-passo b { color: #fff; }

/* card com dois prompts (imagem + vídeo) */
.prompt-bloco { margin-bottom: 12px; }
.prompt-label {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 10.5px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
  display: flex; align-items: center; gap: 6px;
}
.prompt-label .num {
  width: 18px; height: 18px; border-radius: 50%; background: var(--shopee); color: #fff;
  font-size: 10px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.prompt-label.video .num { background: var(--blue-vibe); }
.copy-btn.blue { background: var(--blue-vibe); }
.copy-btn.blue.done { background: var(--shopee); }

.tabs { display: flex; gap: 10px; padding: 24px 16px 8px; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex-shrink: 0; white-space: nowrap;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 14px; text-transform: uppercase;
  letter-spacing: 0.5px; padding: 12px 24px; border-radius: 40px; cursor: pointer; user-select: none;
  background: var(--surface); border: 1px solid var(--line); color: var(--muted);
}
.tab.active { background: var(--shopee); border-color: var(--shopee); color: #fff; }

/* sub-abas de movimentos (gancho / desenvolvimento / cta) */
.subtabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; padding: 6px 16px 8px; }
.subtab {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px;
  padding: 9px 20px; border-radius: 30px; cursor: pointer; user-select: none;
  background: var(--surface2); border: 1px solid var(--line); color: #ccc;
}
.subtab.active { background: rgba(43,127,255,0.15); border-color: var(--blue-vibe); color: var(--blue-vibe); }

.filters { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; padding: 16px 24px; }
.filter { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: 30px; cursor: pointer; user-select: none; background: var(--surface2); border: 1px solid var(--line); color: #ccc; }
.filter.active { background: rgba(255,87,34,0.15); border-color: var(--shopee); color: var(--shopee); }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1320px; margin: 0 auto; padding: 16px 24px 72px; }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.card-media { aspect-ratio: 9/13; position: relative; display: flex; align-items: flex-end; padding: 12px; overflow: hidden; }
.card-media img, .card-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-cat { position: relative; z-index: 2; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; background: var(--blue); color: #fff; padding: 5px 12px; border-radius: 30px; }
.card-play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(255,87,34,0.9); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; }
.card-nota {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 10.5px; letter-spacing: 0.8px;
  text-transform: uppercase; text-align: center; color: #fff;
  background: linear-gradient(90deg, var(--shopee), var(--blue-vibe));
  padding: 7px 10px;
}
.card-aviso {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12px; line-height: 1.4;
  color: #FFD48A; background: rgba(255, 165, 30, 0.12); border: 1px solid rgba(255, 165, 30, 0.35);
  border-radius: 10px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 6px;
}
.card-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.card-name { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; }
.card-prompt { font-size: 12.5px; color: var(--muted); line-height: 1.5; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px; max-height: 96px; overflow: hidden; position: relative; }
.card-prompt.fade::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 30px; background: linear-gradient(transparent, var(--bg)); }
.copy-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; user-select: none;
  background: var(--shopee); color: #fff; font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; padding: 13px; border-radius: 12px;
  transition: background .2s;
}
.copy-btn.done { background: var(--blue); }

/* placeholder de imagem/vídeo enquanto não tem o conteúdo real */
.ph { background-size: cover; background-position: center; }
.ph-1 { background: linear-gradient(135deg, #4a2b6b, #1b1440); }
.ph-2 { background: linear-gradient(135deg, #2b5a6b, #14303f); }
.ph-3 { background: linear-gradient(135deg, #6b4a2b, #3f2914); }
.ph-4 { background: linear-gradient(135deg, #6b2b3f, #3f1420); }
.ph-5 { background: linear-gradient(135deg, #2b6b4a, #143f29); }
.ph-6 { background: linear-gradient(135deg, #52526b, #26263f); }

/* toast "copiado" */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(100px);
  background: var(--blue); color: #fff; font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; padding: 14px 28px; border-radius: 40px;
  z-index: 100; transition: transform .3s ease; box-shadow: 0 10px 30px rgba(31,95,255,0.4);
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ---------- AULAS ---------- */
.aulas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 900px; margin: 0 auto; padding: 16px 24px 72px; }
.aula-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.aula-thumb { aspect-ratio: 16/9; position: relative; display: flex; align-items: center; justify-content: center; background: #000; overflow: hidden; }
.aula-thumb video { width: 100%; height: 100%; object-fit: contain; background: #000; display: block; }
.aula-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.codigo-aviso { background: rgba(255,165,30,0.12); border: 1px solid rgba(255,165,30,0.35); color: #FFD48A; border-radius: 12px; padding: 12px 16px; font-size: 13px; line-height: 1.5; margin-bottom: 16px; text-align: center; }
.aula-embreve { background: var(--surface2); }
.aula-embreve span { color: var(--muted); font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .5px; }
/* ----- OUTROS PRODUTOS ----- */
.outros { max-width: 900px; margin: 0 auto; padding: 16px 24px 72px; }
.outros-intro { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.outros-foto { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 2px solid var(--orange); margin-bottom: 16px; }
.outros-intro h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 22px; margin-bottom: 12px; }
.outros-intro p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.outros-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.prod-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.prod-media { aspect-ratio: 16/9; background: var(--surface2); overflow: hidden; }
.prod-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.prod-tag { align-self: flex-start; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 1px; color: var(--orange); background: rgba(255,77,0,0.12); border: 1px solid rgba(255,77,0,0.3); padding: 4px 10px; border-radius: 20px; margin-bottom: 10px; }
.prod-body h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.prod-body p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 18px; flex: 1; }
.prod-btn { display: block; text-align: center; text-decoration: none; background: var(--orange); color: #fff; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: .5px; padding: 14px; border-radius: 12px; transition: opacity .2s; }
.prod-btn:hover { opacity: .9; }
@media (max-width: 640px) { .outros-grid { grid-template-columns: 1fr; } }
/* ----- VERSÍCULO NO RODAPÉ ----- */
.versiculo { max-width: 460px; margin: 14px auto 0; text-align: center; opacity: .6; }
.vers-texto { display: block; font-size: 12px; line-height: 1.6; font-style: italic; color: var(--muted); }
.vers-ref { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 6px; }
.membros-footer { padding: 24px 16px 40px; text-align: center; border-top: 1px solid var(--line); margin-top: 40px; }
.aula-thumb .card-play { position: static; transform: none; }
.aula-body { padding: 18px; }
.aula-body h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.aula-body p { color: var(--muted); font-size: 13px; line-height: 1.5; }

/* ---------- CONTATO ---------- */
.contato { max-width: 480px; margin: 0 auto; padding: 32px 24px 72px; text-align: center; }
.contato h2 { font-family: 'Gluten', cursive; font-weight: 800; font-size: 34px; margin-bottom: 10px; }
.contato p { color: var(--muted); font-size: 15px; margin-bottom: 26px; line-height: 1.6; }
.contato-links { display: flex; flex-direction: column; gap: 12px; }
.contato-link { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 17px; border-radius: 14px; text-decoration: none; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.contato-link.wpp { background: var(--shopee); color: #fff; }
.contato-link.insta { background: var(--surface); border: 1px solid var(--line); color: #fff; }

/* ---------- PÁGINA DE OBRIGADO / ACESSO LIBERADO ---------- */
.check-ok {
  width: 70px; height: 70px; border-radius: 50%; background: var(--shopee); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 34px; margin: 0 auto 18px;
  box-shadow: 0 8px 26px rgba(255,87,34,0.45);
}
.senha-box {
  background: rgba(31,95,255,0.12); border: 1.5px dashed var(--blue-vibe);
  border-radius: 14px; padding: 18px; margin: 6px 0 22px; text-align: center;
}
.senha-box .label { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue-vibe); margin-bottom: 6px; }
.senha-box .valor { font-family: 'Gluten', cursive; font-weight: 900; font-size: 30px; letter-spacing: 3px; color: #fff; }
.obrigado-contato { font-size: 13px; color: var(--muted); margin-top: 18px; }
.obrigado-contato a { color: var(--blue-vibe); text-decoration: none; font-weight: 600; }

/* ---------- FORMULÁRIO DE CADASTRO / LOGIN ---------- */
.form-field { text-align: left; margin-bottom: 14px; }
.form-field label { display: block; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.form-field input {
  width: 100%; background: var(--bg); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 14px 16px; color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; outline: none;
}
.form-field input:focus { border-color: var(--shopee); }
.form-msg { font-size: 13px; margin-top: 4px; min-height: 18px; font-weight: 600; }
.form-msg.erro { color: var(--shopee); }
.form-msg.sucesso { color: #3ddc84; }
.form-switch { font-size: 13px; color: var(--muted); margin-top: 18px; }
.form-switch span { color: var(--blue-vibe); font-weight: 600; cursor: pointer; text-decoration: underline; }
.btn-loading { opacity: 0.6; pointer-events: none; }

/* ---------- RESPONSIVO (celular) ---------- */
@media (min-width: 781px) {
  .tabs { justify-content: center; }
}
@media (max-width: 780px) {
  .nav-links { display: flex; gap: 0; }
  .nav-links a:not(.nav-entrar) { display: none; }
  .section { padding: 52px 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .inside { grid-template-columns: 1fr; }
  .forwho { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr 1fr; }
  .aulas-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 30px 22px; }
}
@media (max-width: 460px) {
  .steps { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
}
