/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fab-whatsapp { transition: none; }
  .fab-whatsapp:hover { transform: none; }
  .btn-primary:hover,
  .btn-whatsapp:hover,
  .btn-google:hover { transform: none; }
}
body {
  margin: 0;
  font-family: 'Outfit', -apple-system, sans-serif;
  background: #0a0a0b;
  color: #e4e4e7;
  line-height: 1.6;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  padding: 0.65rem 1.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0a0a0b;
  background: #fbbf24;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.skip-link:focus {
  top: calc(6rem + env(safe-area-inset-top, 0px));
}

.logo-link {
  color: inherit;
  text-decoration: none;
}
.logo-link:hover {
  opacity: 0.92;
}

.btn-header-cta {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}
.btn-header-cta:hover {
  border-color: rgba(220, 38, 38, 0.45);
}

/* ===== foco visual (ADS + Lighthouse / acessibilidade) ===== */
a:focus-visible,
button:focus-visible,
video:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}
.btn:focus-visible {
  outline-offset: 3px;
}
#conteudo-principal:focus-visible,
#conteudo-principal:focus {
  outline: none;
}

/* ===== Header ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem 0;
  background: rgba(10, 10, 11, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.header-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: #a1a1aa;
  text-decoration: none;
  padding: 0.35rem 0.25rem;
  white-space: nowrap;
}
.header-link:hover { color: #fff; }
.logo {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.logo-dot { color: #dc2626; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}
.btn:active { transform: scale(0.98); }
.btn-ghost {
  color: #a1a1aa;
  background: transparent;
}
.btn-ghost:hover { color: #fff; }
.btn-primary {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4);
}
.btn-primary:hover {
  box-shadow: 0 6px 28px rgba(220, 38, 38, 0.5);
  transform: translateY(-2px);
}
.btn-lg { padding: 1rem 1.75rem; font-size: 1.05rem; }
.btn-whatsapp {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
}
.btn-whatsapp:hover { box-shadow: 0 6px 28px rgba(34, 197, 94, 0.5); transform: translateY(-2px); }
.btn-whatsapp svg { flex-shrink: 0; }
.btn-google {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.btn-google:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}
.btn-google svg { flex-shrink: 0; }

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 4rem;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(185, 28, 28, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 30% at 20% 80%, rgba(220, 38, 38, 0.06) 0%, transparent 50%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 70%);
}
.hero-pulse {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 8s ease-in-out infinite;
}
.hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(55%, 520px);
  max-height: 75vh;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  opacity: 0.45;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
}
@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
}

.hero-content { position: relative; z-index: 1; }
.hero-badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fca5a5;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 100px;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.8s ease-out;
}
.hero-title {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: fadeUp 0.8s ease-out 0.1s both;
}
.hero-title-line { display: block; }
.hero-title .accent {
  background: linear-gradient(135deg, #f87171 0%, #dc2626 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: 1.2rem;
  color: #a1a1aa;
  max-width: 520px;
  margin: 0 0 1.75rem;
  animation: fadeUp 0.8s ease-out 0.2s both;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  animation: fadeUp 0.8s ease-out 0.25s both;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #d4d4d8;
}
.meta-icon { font-size: 1.2rem; }
.hero-cta { animation: fadeUp 0.8s ease-out 0.3s both; }
.hero-cta .btn-lg { margin-bottom: 0.75rem; }
.hero-urgency {
  font-size: 0.9rem;
  color: #fca5a5;
  margin: 0;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-badge strong { font-weight: 700; color: #fef2f2; }
.hero-title.hero-title-sales {
  font-size: clamp(2rem, 5.4vw, 3.55rem);
  line-height: 1.08;
}
.hero-kicker {
  display: block;
  background: linear-gradient(135deg, #fca5a5 0%, #dc2626 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.035em;
  margin-bottom: 0.25rem;
}
.hero-title-line-muted {
  display: block;
  font-size: clamp(1.05rem, 3vw, 1.55rem);
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.highlight-white { color: #f4f4f5 !important; }
.hero-meta-enhanced { margin-bottom: 1.5rem; }

.hero-cert-ribbon {
  margin: 0 0 1rem;
  max-width: 640px;
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.1);
  color: #d1fae5;
  font-size: 0.98rem;
  line-height: 1.5;
  animation: fadeUp 0.8s ease-out;
}
.hero-cert-ribbon strong {
  color: #6ee7b7;
}

.hero-subtitle.hero-subtitle-cpf {
  max-width: 640px;
  font-size: 1.25rem;
  color: #e4e4e7;
  margin-bottom: 0.75rem;
}

.hero-meta.hero-meta-highlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 0.95rem 1.5rem;
  margin-bottom: 1.65rem;
}

.meta-item-strong { align-items: flex-start; flex-direction: column; gap: 0.15rem; max-width: 320px; }
.hero-meta-highlight .meta-item-strong { max-width: none; }
.hero-meta-highlight .meta-item {
  align-items: flex-start;
}
.meta-item.meta-item-cert {
  color: #d1fae5;
}

.meta-item.meta-item-urgency {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fde68a;
  font-size: 1rem;
  max-width: none;
}

.hero-secondary-cta {
  width: min(100%, 380px);
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.meta-sub {
  font-size: 0.92rem;
  font-weight: 500;
  color: #71717a;
}

.hero-price-box {
  padding: 1.15rem 1.35rem;
  margin-bottom: 1.65rem;
  background: rgba(12, 12, 18, 0.55);
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: 16px;
  max-width: 540px;
  animation: fadeUp 0.8s ease-out 0.28s both;
}
.hero-price-row { margin-bottom: 0.4rem; }
.hero-price-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fbbf24;
}
.hero-valor-copy {
  margin: 0 0 0.85rem;
  font-size: 1.06rem;
  color: #e4e4e7;
  line-height: 1.55;
}
.hero-valor-copy strong { color: #fef08a; font-weight: 700; }
.hero-cert-inline {
  display: inline-block;
  padding: 0.45rem 0.95rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #86efac;
  background: rgba(34, 197, 94, 0.14);
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.hero-cta.hero-cta-dual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.hero-cta-dual .btn-lg { margin-bottom: 0; width: min(100%, 380px); justify-content: center; }
.hero-trust-micro {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: #a1a1aa;
  width: min(100%, 420px);
  line-height: 1.5;
}

/* Faixa WhatsApp repetida entre blocos */
.cta-strip {
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: radial-gradient(ellipse 110% 100% at 50% -30%, rgba(34,197,94,0.14), transparent),
    radial-gradient(ellipse 70% 60% at 90% 50%, rgba(220,38,38,0.07), transparent);
}
.cta-strip--soft {
  background: rgba(255,255,255,0.02);
}
.cta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.cta-strip-text {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.cta-strip-text strong {
  font-size: 1.08rem;
  color: #fff;
}
.cta-strip-text span {
  font-size: 0.98rem;
  color: #a1a1aa;
}

/* O que está incluso */
.section-incluso {
  background: rgba(251,191,36,0.04);
}
.incluso-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  max-width: 720px;
}
.incluso-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 1.2rem;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
  color: #d4d4d8;
  font-size: 1.03rem;
  line-height: 1.5;
}
.incluso-ico {
  flex-shrink: 0;
  color: #22c55e;
  font-weight: 900;
}
.incluso-footnote {
  font-size: 0.88rem;
  color: #71717a;
  font-style: italic;
  margin: 0 0 1.5rem;
}
.incluso-whatsapp-note {
  font-size: 0.95rem;
  color: #a1a1aa;
  line-height: 1.55;
  margin: 1.2rem 0 1.75rem;
}
.incluso-list-strong li {
  font-size: 1.06rem;
  font-weight: 500;
  color: #e4e4e7;
}

/* Informações do curso — resumo rápido (Ads / CPF) */
.section-course-info {
  padding: 3.25rem 0;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.06) 0%, rgba(8, 8, 12, 1) 85%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.section-lead-tight { margin-top: -0.25rem; margin-bottom: 1.5rem; max-width: 520px; }
.course-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 0.85rem 1.35rem;
}
.course-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.88rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  color: #e4e4e7;
  font-size: 1.03rem;
  line-height: 1.52;
}
.course-info-list strong { color: #fff; font-weight: 700; }
.course-info-ico {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1.35;
}
.inline-link-light {
  color: #fcd34d;
  text-underline-offset: 0.14em;
  font-weight: 600;
}
.inline-link-light:hover { color: #fef08a; }
.course-info-list--compact li {
  font-size: 1.06rem;
  padding: 0.92rem 1.15rem;
}
.section-course-info .btn.btn-whatsapp.btn-lg {
  margin-top: 1.5rem;
  display: inline-flex;
}

/* Quote prova social */
.reviews-quote {
  margin: 0 0 1.65rem;
  padding: 1.35rem 1.55rem;
  border-left: 4px solid #fbbf24;
  background: rgba(255,255,255,0.04);
  border-radius: 0 14px 14px 0;
  font-size: 1.05rem;
  color: #e4e4e7;
  line-height: 1.6;
}
.reviews-quote p {
  margin: 0 0 0.75rem;
}
.reviews-quote footer {
  font-size: 0.88rem;
  color: #71717a;
}
.reviews-quote cite {
  font-style: normal;
  color: #a1a1aa;
}

.mt-who-cta { margin-top: 2rem !important; display: inline-flex !important; }

/* Iniciantes */
.section-experience { padding: 3.5rem 0; background: rgba(255,255,255,0.02); }
.exp-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.25rem;
  border-radius: 20px;
  border: 1px solid rgba(220,38,38,0.28);
  background: linear-gradient(145deg, rgba(185,28,28,0.12), transparent);
}
.exp-lead { font-size: 1.2rem; color: #e4e4e7; margin: 0 0 1rem; max-width: 640px; }
.exp-text { margin: 0; color: #a1a1aa; font-size: 1.06rem; line-height: 1.65; max-width: 640px; }

/* Datas densas */
.when-block-full {
  flex-basis: 100%;
  text-align: left;
  align-items: flex-start;
}
.when-card {
  gap: 1.5rem;
  text-align: left;
}
.when-buttons {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.who-grid-expanded .who-tag { font-size: 0.9rem; padding: 0.55rem 0.95rem; }

.section-faq { background: #080809; border-top: 1px solid rgba(255,255,255,0.06); }
.faq-list { max-width: 760px; margin: 0 auto 2rem; display: flex; flex-direction: column; gap: 0.85rem; }
.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-weight: 700;
  color: #fff;
  outline: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: '+';
  display: inline-block;
  width: 1.75rem;
  color: #fbbf24;
  font-weight: 800;
}
.faq-item[open] summary::before { content: '–'; }
.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.25rem 2.9rem;
  color: #a1a1aa;
  font-size: 0.97rem;
  line-height: 1.62;
}
.faq-final-cta { margin: 2rem auto 0; display: flex !important; justify-content: center; }

.cta-kicker-icon { font-size: 1.65rem; display: block; margin-bottom: 0.65rem; }
.cta-mini-list {
  margin: 0 0 1.75rem;
  padding-left: 1.2rem;
  color: #a1a1aa;
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
}
.cta-mini-list li { margin-bottom: 0.45rem; }

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #71717a;
  font-size: 0.8rem;
  animation: fadeUp 0.8s ease-out 0.5s both;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 2;
}
.hero-scroll:hover { color: #a1a1aa; }
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #71717a, transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ===== Sections ===== */
.section {
  padding: 4.5rem 0;
  position: relative;
}
.section-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.section-lead {
  margin: 0 0 2rem;
  font-size: 1.1rem;
  color: #a1a1aa;
}

/* Learn list */
.section-learn { background: rgba(255,255,255,0.02); }
.learn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.learn-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: background 0.2s, border-color 0.2s;
}
.learn-item:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(220, 38, 38, 0.2);
}
.learn-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border-radius: 8px;
  font-size: 0.9rem;
}
.learn-item div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.learn-item strong { color: #fff; font-size: 1.05rem; }
.learn-item span { color: #a1a1aa; font-size: 0.95rem; }

/* Gallery */
.section-gallery { background: rgba(0, 0, 0, 0.2); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.gallery-grid img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

/* Videos */
.section-videos { padding: 3rem 0; }
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.video-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.video-wrap:hover {
  border-color: rgba(220, 38, 38, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.video-wrap .video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.video-label {
  display: block;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e4e4e7;
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.video-wrap:nth-child(5) .video-label { background: rgba(0, 0, 0, 0.25); }

/* Who */
.who-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.who-tag {
  padding: 0.6rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #e4e4e7;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  transition: background 0.2s, border-color 0.2s;
}
.who-tag:hover {
  background: rgba(220, 38, 38, 0.12);
  border-color: rgba(220, 38, 38, 0.3);
}
.who-interests {
  font-size: 0.95rem;
  color: #71717a;
  margin: 1rem 0 0;
}
.who-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.who-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.72rem 0.95rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d4d4d8;
  font-size: 1.03rem;
  line-height: 1.48;
}
.who-check {
  flex-shrink: 0;
  color: #22c55e;
  font-weight: 800;
  margin-top: 0.06rem;
}
.who-no-exp {
  margin: 1.5rem 0 0;
  padding: 1.1rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(220,38,38,0.35);
  background: rgba(220,38,38,0.08);
  color: #fecaca;
  font-size: 1.06rem;
  line-height: 1.58;
}

/* When */
.section-when { padding: 3rem 0; }
.when-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.when-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.when-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a1a1aa;
}
.when-value { font-size: 1.25rem; font-weight: 600; color: #fff; }

/* Reviews / Google */
.section-reviews {
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.04) 0%, transparent 55%);
}
.reviews-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.reviews-google {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.reviews-google-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.reviews-google-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.reviews-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #71717a;
}
.reviews-stars {
  display: flex;
  gap: 0.15rem;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.reviews-star {
  color: rgba(255, 255, 255, 0.2);
}
.reviews-star--on {
  color: #fbbf24;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.35);
}
.reviews-rating {
  font-size: 1.05rem;
  color: #d4d4d8;
}
.reviews-rating strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}
.reviews-outof { font-weight: 500; color: #71717a; font-size: 0.95rem; }
.reviews-count {
  font-size: 0.95rem;
  color: #a1a1aa;
}
.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.reviews-actions .btn-lg { min-width: min(100%, 220px); justify-content: center; }

/* Floating WhatsApp */
.fab-whatsapp {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 150;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(34, 197, 94, 0.45);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fab-whatsapp:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 36px rgba(34, 197, 94, 0.55);
  color: #fff;
}
.fab-whatsapp:active { transform: scale(0.98); }

.section-cta { padding: 4rem 0 5rem; }
.cta-box {
  background: linear-gradient(145deg, rgba(220, 38, 38, 0.12) 0%, rgba(185, 28, 28, 0.06) 100%);
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
}
.cta-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #fff;
}
.cta-text {
  margin: 0 0 1.75rem;
  font-size: 1.1rem;
  color: #d4d4d8;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cta-info-recap {
  max-width: 420px;
  margin: -0.35rem auto 1.5rem;
  padding: 1.15rem 1.35rem;
  text-align: left;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.25);
}
.cta-info-recap-title {
  display: block;
  font-weight: 800;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fbbf24;
  margin-bottom: 0.85rem;
}
.cta-info-recap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-info-recap-list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.96rem;
  color: #d4d4d8;
  line-height: 1.5;
  margin-bottom: 0.42rem;
}
.cta-info-recap-list li:last-child { margin-bottom: 0; }
.cta-box .btn-whatsapp { margin-bottom: 1rem; }
.cta-note { font-size: 0.9rem; color: #71717a; margin: 0; }

/* Footer */
.footer {
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: #71717a;
  font-size: 0.9rem;
}
.footer-date { margin: 0.35rem 0 0; font-weight: 600; color: #a1a1aa; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero { padding: 5rem 0 3rem; }
  .hero-img { display: none; }
  .hero-meta { flex-direction: column; gap: 0.75rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .gallery-grid img { height: 160px; }
  .videos-grid { grid-template-columns: 1fr; max-width: none; }
  .header-link { font-size: 0.85rem; }
  .hidden-mobile-nav { display: none; }
  .hero-meta.hero-meta-highlight {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .meta-item-strong { max-width: none; }
  .reviews-card { padding: 1.5rem 1.25rem; }
  .reviews-actions { flex-direction: column; }
  .reviews-actions .btn-lg { width: 100%; min-width: 0; }
  .when-buttons { flex-direction: column; align-items: stretch; }
  .when-buttons .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .btn-lg { width: 100%; justify-content: center; }
  .cta-box .btn-whatsapp { width: 100%; justify-content: center; }
}

/* ========== Premium refresco Ads / Landing APH (2026) ========== */
:root {
  --premium-orange: #f97316;
  --premium-orange-deep: #ea580c;
  --premium-red: #dc2626;
  --premium-surface: #131316;
  --premium-muted: #a1a1aa;
}

.container--xl { max-width: 1180px; }
.container--md { max-width: 640px; }

.btn-outline-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fafafa;
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.btn-outline-secondary:hover {
  border-color: rgba(249, 115, 22, 0.55);
  background: rgba(249, 115, 22, 0.08);
}
.section-title--premium {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
}
.section-head-premium {
  margin-bottom: 2.75rem;
  max-width: 42rem;
}
.section-subtitle-premium {
  margin: 0.75rem 0 0;
  font-size: 1.05rem;
  color: var(--premium-muted);
  line-height: 1.62;
}

/* Hero premium */
.hero.hero--premium {
  display: block;
  position: relative;
  min-height: auto;
  align-items: stretch;
  padding: clamp(5.75rem, 12vw, 7.75rem) 0 clamp(4rem, 8vw, 5.5rem);
  overflow: hidden;
}
.hero-premium-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 70% -10%, rgba(220, 38, 38, 0.18), transparent 50%),
    radial-gradient(ellipse 80% 60% at 0% 90%, rgba(249, 115, 22, 0.1), transparent 45%),
    linear-gradient(165deg, #060607 0%, #12121a 40%, #0a0a0c 100%);
  z-index: 0;
}
.hero-premium-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-premium-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.92fr);
  }
}
.hero-premium-copy { max-width: 36rem; }
.hero-premium-brand {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--premium-orange);
  margin-bottom: 0.65rem;
}
.hero-premium-title {
  margin: 0 0 0.95rem;
  font-size: clamp(1.75rem, 5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}
.hero-premium-lead {
  margin: 0 0 1.25rem;
  font-size: clamp(1.02rem, 2.6vw, 1.22rem);
  line-height: 1.62;
  color: #d4d4d8;
}
.hero-premium-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}
.hero-badge-pill {
  display: inline-block;
  padding: 0.42rem 0.82rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e7e7ea;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.hero-badge-pill--accent {
  border-color: rgba(249, 115, 22, 0.45);
  background: rgba(249, 115, 22, 0.1);
}
.hero-badge-pill--warm {
  border-color: rgba(220, 38, 38, 0.4);
  background: rgba(220, 38, 38, 0.1);
}
.hero-premium-valor-wrap {
  padding: 0.95rem 1.1rem;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-premium-valor-label {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--premium-orange);
}
.hero-premium-valor {
  margin: 0.45rem 0 0;
  font-size: 0.98rem;
  line-height: 1.52;
  color: #cbd5e1;
}
.hero-premium-valor strong { color: #fef08a; font-weight: 700; }

.hero-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
  margin-bottom: 0.75rem;
}
.btn-premium-main { flex: 1 1 auto; min-width: min(100%, 220px); }
.btn-premium-second { flex: 1 1 auto; min-width: min(100%, 200px); }
.hero-premium-micro {
  margin: 0;
  font-size: 0.92rem;
  color: var(--premium-muted);
  line-height: 1.5;
}

.hero-premium-visual { position: relative; }
.hero-premium-frame {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}
.hero-premium-accent-ring {
  position: absolute;
  inset: -3px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.55), rgba(220, 38, 38, 0.35), transparent 65%);
  z-index: 0;
  opacity: 0.85;
  pointer-events: none;
}
.hero-premium-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hero-premium-caption {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.72rem 1rem;
  font-size: 0.82rem;
  color: #d4d4d8;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

/* Por que */
.section-why-premium {
  padding-top: clamp(3.75rem, 8vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
  background: linear-gradient(180deg, #0a0a0b 0%, #101014 55%, #0a0a0b 100%);
}
.why-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .why-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
}
.why-card {
  padding: 1.35rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}
.why-card--featured {
  background: linear-gradient(145deg, rgba(249, 115, 22, 0.14), rgba(255, 255, 255, 0.03));
  border-color: rgba(249, 115, 22, 0.35);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(249, 115, 22, 0.12);
}
@media (min-width: 992px) {
  .why-card--featured { grid-column: span 1; }
}
.why-card-icon {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  border-radius: 12px;
  color: var(--premium-orange);
  background: rgba(249, 115, 22, 0.12);
}
.why-card-title {
  margin: 0 0 0.52rem;
  font-size: 1.06rem;
  font-weight: 700;
}
.why-card-text {
  margin: 0;
  font-size: 0.945rem;
  line-height: 1.56;
  color: var(--premium-muted);
}

/* Aprendizado */
.section-learn-premium {
  padding-top: clamp(3.5rem, 7vw, 5rem);
  padding-bottom: clamp(3.25rem, 6vw, 4.5rem);
}
.learn-grid-premium {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .learn-grid-premium { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .learn-grid-premium { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
}
.learn-card-premium {
  padding: 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, transform 0.2s;
}
.learn-card-premium:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
}
.learn-card-icon {
  display: flex;
  color: var(--premium-red);
  margin-bottom: 0.82rem;
  opacity: 0.95;
}
.learn-card-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
}
.learn-card-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--premium-muted);
}
.learn-cta-row {
  margin-top: 2rem;
  text-align: center;
}
.learn-cta-row .btn-whatsapp {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

/* Informações / inscrição */
.section-course-premium {
  padding-top: clamp(2.75rem, 6vw, 4rem);
  padding-bottom: clamp(2.75rem, 6vw, 4rem);
}
.enrolment-card {
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border-radius: 22px;
  background: linear-gradient(165deg, #16161e 0%, #101016 55%, #1a1614 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(249, 115, 22, 0.06);
}
.enrolment-card-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.4rem, 3.8vw, 1.95rem);
  font-weight: 800;
}
.enrolment-card-lead {
  margin: 0 0 1.45rem;
  font-size: 0.98rem;
  color: var(--premium-muted);
  line-height: 1.52;
}
.enrolment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}
.enrolment-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: flex-start;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.enrolment-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.enrolment-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  color: var(--premium-orange);
  background: rgba(249, 115, 22, 0.12);
  flex-shrink: 0;
}
.enrolment-list strong {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--premium-muted);
  font-weight: 700;
  margin-bottom: 0.22rem;
}
.enrolment-value {
  font-size: 1.03rem;
  font-weight: 600;
  color: #fafafa;
  line-height: 1.4;
}
.enrolment-card-cta {
  width: 100%;
  justify-content: center;
  padding: 1.05rem 1.35rem;
  font-weight: 800;
}

/* Galeria */
.section-gallery-premium .gallery-grid-premium {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.95rem;
}
.gallery-grid-premium img {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
}

/* Vídeos */
.section-videos-premium {
  background: radial-gradient(ellipse 120% 60% at 50% -20%, rgba(220, 38, 38, 0.08), transparent 52%);
}
.video-featured {
  margin-bottom: 1.85rem;
}
.video-wrap--featured .video-frame {
  border-radius: 18px;
  border: 1px solid rgba(249, 115, 22, 0.25);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(249, 115, 22, 0.12);
}
.videos-grid-more {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .videos-grid-more { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
}

/* Para quem */
.section-who-premium {
  padding-top: clamp(3.75rem, 8vw, 5.25rem);
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
  background: linear-gradient(180deg, #0d0e12 0%, #111118 100%);
}
.who-shell {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .who-shell { grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.82fr); gap: 2.5rem; }
}
.who-intro {
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #d4d4d8;
}
.who-checklist-premium {
  list-style: none;
  padding: 0;
  margin: 0 0 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
}
.who-checklist-premium li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.98rem;
  line-height: 1.5;
}
.who-checklist-premium .who-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 8px;
  color: var(--premium-orange-deep);
  background: rgba(249, 115, 22, 0.14);
}
.who-shell-cta { width: 100%; max-width: 100%; justify-content: center; }
@media (min-width: 560px) {
  .who-shell-cta { width: auto; }
}
.who-aside-photo {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}
.who-aside-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.who-aside-banner {
  margin-top: 1rem;
  padding: 1.35rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.22), rgba(249, 115, 22, 0.12));
  border: 1px solid rgba(220, 38, 38, 0.32);
}
.who-aside-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.9);
}
.who-aside-highlight {
  margin: 0 0 0.45rem;
  font-size: clamp(1.3rem, 3.8vw, 1.72rem);
  font-weight: 800;
  line-height: 1.22;
}
.who-aside-note {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

/* Avaliações */
.section-reviews-premium {
  padding-top: clamp(3.25rem, 6vw, 4.5rem);
}
.section-reviews-premium .reviews-card {
  margin-top: 0.75rem;
}

/* FAQ */
.section-faq-premium .faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.section-faq-premium summary {
  cursor: pointer;
  font-weight: 700;
}

/* CTA final */
.section-cta-final-premium {
  padding: clamp(4rem, 11vw, 6rem) 0 clamp(4.25rem, 10vw, 6.5rem);
  background:
    radial-gradient(ellipse 100% 100% at 50% -30%, rgba(249, 115, 22, 0.15), transparent 55%),
    linear-gradient(180deg, #0a0a0b 0%, #121016 42%, #0a0a0b 100%);
}
.cta-final-box {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
}
.cta-final-title {
  margin: 0 auto 1rem;
  max-width: 22ch;
  font-size: clamp(1.58rem, 4.8vw, 2.42rem);
  font-weight: 800;
  line-height: 1.13;
}
.cta-final-lead {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  font-size: 1.06rem;
  line-height: 1.62;
  color: var(--premium-muted);
}
.cta-final-list {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.5rem;
  max-width: 28rem;
  text-align: left;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}
.cta-final-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.52;
  color: #e4e4e7;
}
.cta-final-list li:last-child { margin-bottom: 0; }
.cta-final-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #dc2626);
}
.cta-final-list strong { color: #fafafa; font-weight: 700; }
.btn-cta-final {
  padding: 1.12rem 2rem;
  font-size: 1.08rem;
  font-weight: 800;
  border-radius: 14px;
  box-shadow:
    0 12px 40px rgba(34, 197, 94, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}
.cta-final-footnote {
  margin: 1.35rem auto 0;
  max-width: 400px;
  font-size: 0.875rem;
  color: #71717a;
  line-height: 1.5;
}

/* Seções espaçamento geral refinado */
.section-learn-premium.section,
.section-gallery-premium.section,
.section-videos-premium.section {
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

@media (max-width: 768px) {
  .hero.hero--premium { padding-bottom: 4rem; padding-left: env(safe-area-inset-left, 0); padding-right: env(safe-area-inset-right, 0); }
  .hero-premium-actions {
    flex-direction: column;
  }
  .btn-premium-main,
  .btn-premium-second {
    width: 100%;
    justify-content: center;
  }
  /* imagem hero visível também no celular */
  .hero-premium-visual { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .gallery-grid-premium img {
    min-height: 140px;
    max-height: 200px;
  }
}
