/* =========================================================
   DESIGN SYSTEM — MINDMASTER GESTÃO ÁGIL
   Aesthetic: Dark Executive | Editorial Power
   Fonts: Bebas Neue (display) + Plus Jakarta Sans (body)
   ========================================================= */

:root {
  /* Backgrounds */
  --deep:          #02060b;
  --dark:          #060d18;
  --mid:           #091424;

  /* Cards */
  --card-bg:       rgba(255, 255, 255, 0.026);
  --card-bg-hover: rgba(255, 255, 255, 0.048);
  --card-border:   rgba(255, 255, 255, 0.065);
  --card-border-h: rgba(0, 230, 118, 0.32);

  /* Accent colors */
  --green:         #00e676;
  --green-dim:     #00c766;
  --green-glow:    rgba(0, 230, 118, 0.18);
  --gold:          #ffe600;
  --gold-dim:      rgba(255, 230, 0, 0.1);
  --red:           #ff4f4f;
  --red-dim:       rgba(255, 79, 79, 0.1);

  /* Text */
  --text:          #edf2f7;
  --muted:         #7a8a9e;

  /* Typography */
  --font-display:  'Bebas Neue', sans-serif;
  --font-body:     'Plus Jakarta Sans', system-ui, sans-serif;

  /* Layout */
  --container:     1160px;
  --radius-sm:     8px;
  --radius-md:     14px;
  --radius-lg:     22px;
  --radius-xl:     32px;
  --radius-pill:   999px;

  /* Shadows */
  --shadow-md:     0 12px 40px rgba(0, 0, 0, 0.55);
  --shadow-lg:     0 24px 64px rgba(0, 0, 0, 0.7);
  --glow-green:    0 0 32px rgba(0, 230, 118, 0.22), 0 0 80px rgba(0, 230, 118, 0.07);

  /* Easing */
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:        0.15s cubic-bezier(0.16, 1, 0.3, 1);
  --t-med:         0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --t-slow:        0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background-color: var(--deep);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* ═══════════════════════════════════════════════════════════════
   THEME LIGHT — Editorial / Refined Paper
   Aesthetic: Premium magazine, warm paper tones, crisp hierarchy
   ═══════════════════════════════════════════════════════════════ */
body.theme-light {
  --deep:        #faf8f5;
  --dark:        #f0ebe3;
  --mid:         #e8e2d9;

  --card-bg:       #ffffff;
  --card-bg-hover: #fdfcfb;
  --card-border:   #e5e0d8;
  --card-border-h: rgba(5, 150, 105, 0.35);

  --green:       #059669;
  --green-dim:    #047857;
  --green-glow:   transparent;
  --gold:         #b45309;
  --gold-dim:     rgba(180, 83, 9, 0.12);
  --red:          #dc2626;
  --red-dim:      rgba(220, 38, 38, 0.08);

  --text:    #1c1917;
  --muted:   #6b6b6b;

  --shadow-md: 0 12px 40px rgba(28, 25, 23, 0.08), 0 4px 12px rgba(28, 25, 23, 0.04);
  --shadow-lg: 0 24px 64px rgba(28, 25, 23, 0.12), 0 8px 24px rgba(28, 25, 23, 0.06);
  --glow-green: 0 0 0 1px rgba(5, 150, 105, 0.15);

  background-color: var(--deep);
  color: var(--text);
}

/* Noise — papel sutil */
body.theme-light .noise-overlay {
  opacity: 0.04;
  mix-blend-mode: multiply;
}

/* Hero */
body.theme-light .hero {
  background: linear-gradient(180deg, #fffefb 0%, #f5f1eb 50%, var(--deep) 100%);
}

body.theme-light .hero::before {
  background-image: radial-gradient(rgba(5, 150, 105, 0.08) 1px, transparent 1px);
}

body.theme-light .hero::after {
  background: radial-gradient(ellipse 400px 400px at 85% 30%, rgba(5, 150, 105, 0.06) 0%, transparent 60%);
}

body.theme-light .hero-bg-text {
  color: rgba(28, 25, 23, 0.03);
}

/* Badges */
body.theme-light .badge-outline {
  border-color: rgba(28, 25, 23, 0.2);
  color: var(--text);
}

body.theme-light .badge-warning {
  background: var(--gold-dim);
  border-color: rgba(180, 83, 9, 0.3);
  color: var(--gold);
}

/* Form panel — cartão branco refinado */
body.theme-light .hero-form-panel {
  background: linear-gradient(168deg, #ffffff 0%, #fdfcfb 100%);
  border-color: rgba(5, 150, 105, 0.2);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(5, 150, 105, 0.08);
}

body.theme-light .hero-form-panel::before {
  background: linear-gradient(90deg, transparent 0%, rgba(5, 150, 105, 0.4) 25%, var(--green) 50%, rgba(5, 150, 105, 0.4) 75%, transparent 100%);
}

body.theme-light .hero-form-panel::after {
  background: radial-gradient(ellipse, rgba(5, 150, 105, 0.04) 0%, transparent 70%);
}

body.theme-light .panel-trust {
  border-top-color: rgba(28, 25, 23, 0.08);
}

body.theme-light .panel-trust .trust-sep {
  color: rgba(28, 25, 23, 0.2);
}

body.theme-light .panel-price-to {
  text-shadow: none;
}

body.theme-light .panel-price-from s {
  color: rgba(220, 38, 38, 0.8);
}

/* Sections */
body.theme-light .section {
  background: var(--deep);
}

body.theme-light .section-alt {
  background: linear-gradient(180deg, #f5f1eb 0%, #f0ebe3 100%);
}

body.theme-light .section-contrast {
  background: linear-gradient(180deg, #fffefb 0%, var(--deep) 100%);
}

body.theme-light .section-about {
  background: linear-gradient(180deg, var(--deep) 0%, #f0ebe3 100%);
}

body.theme-light .section-number {
  color: rgba(28, 25, 23, 0.04);
}

/* Cards */
body.theme-light .card {
  box-shadow: 0 1px 3px rgba(28, 25, 23, 0.04);
}

body.theme-light .card::before {
  background: linear-gradient(90deg, transparent, rgba(28, 25, 23, 0.04), transparent);
}

body.theme-light .card:hover {
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(5, 150, 105, 0.1);
}

body.theme-light .card:hover::before {
  background: linear-gradient(90deg, transparent, rgba(5, 150, 105, 0.25), transparent);
}

body.theme-light .card-num {
  color: rgba(28, 25, 23, 0.05);
}

/* Before / After */
body.theme-light .before-card {
  background: linear-gradient(148deg, #fef7f7 0%, #fdf2f2 100%);
  border-color: rgba(220, 38, 38, 0.25);
}

body.theme-light .before-card::before {
  background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.3), transparent);
}

body.theme-light .after-card {
  background: linear-gradient(148deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: rgba(5, 150, 105, 0.25);
}

body.theme-light .after-card::before {
  background: linear-gradient(90deg, transparent, rgba(5, 150, 105, 0.35), transparent);
}

/* CTA section */
body.theme-light .section-cta-main {
  background: linear-gradient(180deg, var(--deep) 0%, #f5f1eb 50%, var(--deep) 100%);
}

body.theme-light .cta-glow {
  background: radial-gradient(ellipse, rgba(5, 150, 105, 0.05) 0%, transparent 65%);
}

/* Countdown */
body.theme-light .countdown-label-above {
  color: var(--muted);
}

body.theme-light .countdown {
  background: rgba(180, 83, 9, 0.06);
  border-color: rgba(180, 83, 9, 0.2);
}

body.theme-light .countdown-value {
  color: var(--gold);
}

body.theme-light .countdown-separator {
  color: rgba(180, 83, 9, 0.5);
}

/* Form inputs */
body.theme-light .form-input {
  background: rgba(28, 25, 23, 0.02);
  border-color: var(--card-border);
}

body.theme-light .form-input:hover:not(:disabled) {
  border-color: rgba(5, 150, 105, 0.35);
  background: rgba(5, 150, 105, 0.02);
}

body.theme-light .form-input:focus {
  border-color: rgba(5, 150, 105, 0.5);
  background: rgba(5, 150, 105, 0.03);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.08);
}

body.theme-light .form-input option {
  background: #ffffff;
  color: var(--text);
}

body.theme-light .session-select {
  background: rgba(28, 25, 23, 0.02);
}

body.theme-light .session-select option {
  background: #ffffff;
}

/* Compact form — light theme */
body.theme-light .form-input-compact {
  background: rgba(28, 25, 23, 0.02);
  border-color: var(--card-border);
}

body.theme-light .form-input-compact:hover:not(:disabled) {
  border-color: rgba(5, 150, 105, 0.35);
  background: rgba(5, 150, 105, 0.02);
}

body.theme-light .form-input-compact:focus {
  border-color: rgba(5, 150, 105, 0.5);
  background: rgba(5, 150, 105, 0.03);
  box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.08);
}

body.theme-light .form-field-floating:focus-within .form-label-floating,
body.theme-light .form-field-floating.has-value .form-label-floating {
  color: var(--green);
}

/* Value stack */
body.theme-light .value-stack {
  border-color: rgba(28, 25, 23, 0.1);
  background: linear-gradient(145deg, #ffffff 0%, #fdfcfb 100%);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(5, 150, 105, 0.08);
}

body.theme-light .value-item + .value-item {
  border-top-color: rgba(28, 25, 23, 0.08);
}

body.theme-light .value-total {
  border-top-color: rgba(28, 25, 23, 0.12);
}

body.theme-light .value-free {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.24) 100%);
  border-color: rgba(5, 150, 105, 0.5);
  color: #064e3b;
  text-shadow: none;
}

/* Section image */
body.theme-light .section-image-concepts img {
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(28, 25, 23, 0.06);
}

/* About logo block */
body.theme-light .about-logo {
  background: linear-gradient(145deg, #ffffff 0%, #fdfcfb 100%);
  border-color: rgba(5, 150, 105, 0.15);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(28, 25, 23, 0.05);
}

body.theme-light .about-logo-divider {
  background: linear-gradient(90deg, transparent, rgba(28, 25, 23, 0.2), transparent);
}

body.theme-light .brand-logo {
  filter: none;
}

body.theme-light .instructor-photo {
  border-color: rgba(5, 150, 105, 0.4);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(28, 25, 23, 0.04);
}


/* Footer */
body.theme-light .footer {
  background: #f0ebe3;
  border-top-color: rgba(28, 25, 23, 0.08);
}

body.theme-light .footer-links a {
  text-decoration-color: rgba(107, 107, 107, 0.4);
}

body.theme-light .footer-links a:hover {
  text-decoration-color: rgba(28, 25, 23, 0.6);
}

/* Success / Error states */
body.theme-light .register-success {
  background: rgba(5, 150, 105, 0.06);
  border-color: rgba(5, 150, 105, 0.2);
}

body.theme-light .form-error {
  background: var(--red-dim);
  border-color: rgba(220, 38, 38, 0.2);
}

/* Button — verde mais sólido no claro */
body.theme-light .btn-primary {
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}

body.theme-light .btn-primary:hover {
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.45);
}

body.theme-light .btn-primary:active {
  box-shadow: 0 2px 10px rgba(5, 150, 105, 0.3);
}

/* Eyebrow dot — sem glow neon */
body.theme-light .eyebrow-dot {
  box-shadow: 0 0 6px rgba(5, 150, 105, 0.4);
}

body.theme-light .title-highlight {
  text-shadow: none;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ─── Noise Overlay ─── */
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* ─── Capture urgency top bar ─── */
.capture-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #122341 0%, #0d1d37 60%, #0b1830 100%);
  backdrop-filter: blur(8px);
}

.capture-banner-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c7d6e6;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  text-align: center;
}

.capture-banner-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  border-radius: 6px;
  padding: 0.2rem 0.45rem;
  font-variant-numeric: tabular-nums;
  background: rgba(245, 200, 66, 0.15);
  color: #f5c842;
  border: 1px solid rgba(245, 200, 66, 0.35);
}

body.theme-light .capture-banner {
  border-bottom: 1px solid rgba(28, 25, 23, 0.12);
  background: linear-gradient(90deg, #efe8dc 0%, #ece5d8 60%, #e8dfd0 100%);
}

body.theme-light .capture-banner-inner {
  color: #4f4b45;
}

body.theme-light .capture-banner-time {
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.35);
}

@media (max-width: 768px) {
  .capture-banner-inner {
    min-height: 34px;
    gap: 0.4rem;
    font-size: 0.66rem;
    letter-spacing: 0.02em;
    padding: 0.28rem 0.5rem;
    white-space: nowrap;
  }

  .capture-banner-time {
    min-width: 52px;
    padding: 0.14rem 0.35rem;
    border-radius: 5px;
  }
}

@media (max-width: 520px) {
  .capture-banner-inner span:last-child {
    display: none;
  }

  .capture-banner-inner {
    justify-content: center;
    font-size: 0.64rem;
    gap: 0.3rem;
  }
}

/* ─── Layout ─── */
.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ─────────────────────────────
   HERO
───────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #030d1c 0%, var(--deep) 100%);
  padding: 4rem 0;
}

/* Hero background específico para o webinar w129
   (aplica a imagem apenas nessa página) */
body[data-webinar="w129"] .hero {
  background:
    linear-gradient(180deg, rgba(1, 4, 10, 0.82) 0%, rgba(1, 4, 10, 0.9) 100%),
    url("/assets/backgrounds/background-escuro.webp") center center / cover no-repeat;
}

/* Hero background para variação escura w129-2 */
body[data-webinar="w129-2"] .hero {
  background:
    linear-gradient(180deg, rgba(1, 4, 10, 0.82) 0%, rgba(1, 4, 10, 0.9) 100%),
    url("/assets/backgrounds/background-escuro.webp") center center / cover no-repeat;
}

/* w129-1: tiles sutis no hero sem alterar paleta */
body[data-webinar="w129-1"] .hero::before {
  background-image:
    linear-gradient(rgba(15, 30, 56, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 30, 56, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.24;
}

/* Dot grid */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 230, 118, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

/* Green ambient glow */
.hero::after {
  content: '';
  position: absolute;
  top: -180px;
  right: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(0, 230, 118, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

/* Background watermark text */
.hero-bg-text {
  position: absolute;
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 22rem);
  color: rgba(255, 255, 255, 0.022);
  right: -1%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  line-height: 1;
  user-select: none;
  letter-spacing: -0.02em;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: center;
}

/* Logo */
.hero-logo { margin-bottom: 1.1rem; }
.hero-logo img { height: auto; width: auto; max-height: 44px; max-width: 240px; }

/* Eyebrow */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--green);
  margin-bottom: 0.9rem;
}

.eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: blink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

/* Hero Title */
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw + 1.5rem, 5.5rem);
  line-height: 1.0;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  color: var(--text);
}

.title-highlight {
  font-style: normal;
  color: var(--green);
  text-shadow: var(--glow-green);
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  max-width: 460px;
}

/* Price Box */
.hero-price-box {
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.065), rgba(255, 230, 0, 0.035));
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.5rem;
  margin-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}

.hero-price-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 230, 118, 0.45), transparent);
}

.price-stack { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 0.9rem; }

.price-row { display: flex; align-items: center; gap: 0.5rem; }

.price-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  min-width: 24px;
}

.price-original {
  font-size: 0.98rem;
  text-decoration: line-through;
  color: rgba(255, 200, 50, 0.65);
}

.price-current {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--green);
}

.free-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--green);
  color: #000;
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}

.hero-description {
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.hero-description strong { color: var(--text); }

/* Badges */
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 0.6rem; }

/* Micro prova social: participantes + nota em estrelas */
.hero-micro-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-micro-proof-stat {
  font-weight: 500;
}

.hero-micro-proof-stat strong {
  color: var(--text);
  font-weight: 700;
}

.hero-micro-proof-sep {
  color: var(--muted);
  opacity: 0.6;
  font-weight: 700;
}

.hero-micro-proof-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-micro-proof-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  color: var(--gold);
}

.hero-micro-proof-value {
  font-weight: 700;
  color: var(--text);
}

body.theme-light .hero-micro-proof-stars {
  color: var(--gold);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.badge-outline { border: 1px solid rgba(255, 255, 255, 0.2); color: var(--text); }
.badge-warning {
  background: var(--gold-dim);
  border: 1px solid rgba(255, 230, 0, 0.35);
  color: var(--gold);
}

/* CTA Button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: none;
  cursor: pointer;
  transition: transform var(--t-med), box-shadow var(--t-med), filter var(--t-med);
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.14) 0%, transparent 55%);
  opacity: 0;
  transition: opacity var(--t-fast);
}

.btn:hover::after { opacity: 1; }

.btn-primary {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dim) 100%);
  color: #000;
  box-shadow: 0 8px 28px rgba(0, 230, 118, 0.38);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 44px rgba(0, 230, 118, 0.52);
  filter: brightness(1.06);
}

.btn-primary:active {
  transform: translateY(0) scale(1);
  box-shadow: 0 6px 18px rgba(0, 230, 118, 0.32);
}

.btn-lg { padding: 1.1rem 2.8rem; font-size: 0.92rem; }

.hero-note { margin-top: 0.85rem; font-size: 0.85rem; color: var(--muted); }
.hero-note strong { color: var(--text); }

/* Hero Visual Card */
.hero-visual { display: flex; justify-content: center; align-items: center; }

.hero-card {
  background: linear-gradient(160deg, rgba(10, 22, 40, 0.98), rgba(5, 12, 24, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-xl);
  padding: 1.8rem;
  max-width: 360px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0, 230, 118, 0.06);
}

.hero-card::before {
  content: '';
  position: absolute;
  top: 0; left: 16px; right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 230, 118, 0.45), transparent);
}

.hero-card-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--card-border);
}

.status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: blink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

.hero-card-text {
  font-size: 0.93rem;
  color: var(--muted);
  margin-bottom: 1.1rem;
  line-height: 1.65;
}

.hero-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}

.hero-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text);
}

.check-icon { color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 0.05em; }

.hero-card-footer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--card-border);
}

.card-stat { display: flex; flex-direction: column; }
.card-stat-value { font-size: 1.1rem; font-weight: 800; color: var(--green); line-height: 1.2; }
.card-stat-label { font-size: 0.72rem; color: var(--muted); }
.card-stat-divider { width: 1px; height: 28px; background: var(--card-border); }

/* Pulse float */
.pulse { animation: pulse-float 3.2s ease-in-out infinite; }

@keyframes pulse-float {
  0%, 100% {
    transform: translateY(0);
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0, 230, 118, 0.06);
  }
  50% {
    transform: translateY(-7px);
    box-shadow: var(--shadow-lg), 0 0 32px rgba(0, 230, 118, 0.13), 0 0 0 1px rgba(0, 230, 118, 0.14);
  }
}

/* ─────────────────────────────
   HERO — Benefits Checklist
───────────────────────────── */
.hero-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.93rem;
  color: var(--text);
  line-height: 1.45;
}

.benefit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.12);
  border: 1px solid rgba(0, 230, 118, 0.3);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
  line-height: 1;
}

/* ─────────────────────────────
   HERO — Social Proof Bar
───────────────────────────── */
.hero-social-bar {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--card-border);
}

.social-stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.social-value {
  font-family: var(--font-display);
  font-size: 1.9rem;
  line-height: 1;
  color: var(--green);
  letter-spacing: 0.02em;
}

.social-label {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.social-divider {
  width: 1px;
  height: 32px;
  background: var(--card-border);
  flex-shrink: 0;
}

/* ─────────────────────────────
   HERO — Form Panel (Right Column)
───────────────────────────── */
.hero-form-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hero-form-panel {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(
    168deg,
    rgba(10, 22, 40, 0.97) 0%,
    rgba(5, 14, 28, 0.99) 100%
  );
  border: 1px solid rgba(0, 230, 118, 0.14);
  border-radius: var(--radius-xl);
  padding: 1.4rem 1.4rem 1.1rem;
  position: relative;
  box-shadow:
    var(--shadow-lg),
    0 0 50px rgba(0, 230, 118, 0.06),
    0 0 0 1px rgba(0, 230, 118, 0.05);
}

/* Green gradient top line */
.hero-form-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 230, 118, 0.55) 25%,
    var(--green) 50%,
    rgba(0, 230, 118, 0.55) 75%,
    transparent 100%
  );
  border-radius: 1px;
}

/* Subtle green ambient on the panel */
.hero-form-panel::after {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 160px;
  background: radial-gradient(
    ellipse,
    rgba(0, 230, 118, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* ─── Panel Header ─── */
.panel-header {
  text-align: center;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.panel-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--green);
  margin-bottom: 0.6rem;
}

.panel-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.panel-price-from {
  font-size: 0.88rem;
  color: var(--muted);
}

.panel-price-from s {
  color: rgba(255, 79, 79, 0.7);
  text-decoration: line-through;
}

.panel-price-arrow {
  font-size: 1.1rem;
  color: var(--muted);
  opacity: 0.5;
}

.panel-price-to {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--green);
  letter-spacing: 0.04em;
  text-shadow: 0 0 18px rgba(0, 230, 118, 0.3);
}

/* ─── Countdown wrap + label above ─── */
.countdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.countdown-label-above {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

/* ─── Panel overrides ─── */
/* Countdown inside panel: compact & centered */
.hero-form-panel .countdown-wrap {
  margin-bottom: 0.5rem;
}

.hero-form-panel .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}

.hero-form-panel .countdown-value {
  font-size: 1.6rem;
}

.hero-form-panel .countdown-separator {
  font-size: 1.3rem;
}

/* Form inside panel: no max-width, full stretch */
.hero-form-panel .register-form {
  max-width: none;
  position: relative;
  z-index: 1;
}

/* Success inside panel: no max-width */
.hero-form-panel .register-success {
  max-width: none;
  position: relative;
  z-index: 1;
}

/* ─── Panel Trust Footer (z-index baixo para não cobrir dropdowns do formulário) ─── */
.panel-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 0;
}

.trust-item {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.trust-sep {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.15);
}

/* ─────────────────────────────
   SECTIONS
───────────────────────────── */
.section {
  padding: 5rem 0;
  background: var(--deep);
  position: relative;
}

.section-alt { background: linear-gradient(180deg, #05101e 0%, #030c14 100%); }
.section-contrast { background: linear-gradient(180deg, #040c17 0%, var(--deep) 100%); }
.section-about { background: linear-gradient(180deg, var(--deep) 0%, #030c14 100%); }

/* Section Header */
.section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
}

.section-number {
  display: block;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.038);
  letter-spacing: 0.02em;
  margin-bottom: -1rem;
  user-select: none;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.2vw + 1rem, 2.75rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
  color: var(--text);
}

.section-header p {
  font-size: 0.97rem;
  color: var(--muted);
  margin: 0;
}

/* ─────────────────────────────
   CARDS — base
───────────────────────────── */
.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  transition:
    background var(--t-med),
    border-color var(--t-med),
    transform var(--t-med),
    box-shadow var(--t-med);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.07), transparent);
  transition: background var(--t-med);
}

.card:hover {
  background: var(--card-bg-hover);
  border-color: var(--card-border-h);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md), 0 0 22px rgba(0, 230, 118, 0.07);
}

.card:hover::before {
  background: linear-gradient(90deg, transparent, rgba(0, 230, 118, 0.3), transparent);
}

/* ─── Benefits ─── */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.benefit-card { animation-delay: var(--delay, 0s); }

.card-num {
  position: absolute;
  top: 1.2rem; right: 1.4rem;
  font-family: var(--font-display);
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: 0.02em;
  user-select: none;
}

.card-icon { font-size: 2rem; margin-bottom: 0.7rem; }

.benefit-card h3 { font-size: 1.04rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
.benefit-card p { font-size: 0.91rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* ─── Expect ─── */
.expect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.expect-card { animation-delay: var(--delay, 0s); }

.expect-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--green);
  opacity: 0.55;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.expect-card h3 { font-size: 0.97rem; font-weight: 700; margin-bottom: 0.45rem; color: var(--text); }
.expect-card p { font-size: 0.89rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* ─── Before / After ─── */
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 0;
}

.before-card, .after-card {
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  border: 1px solid;
  position: relative;
  overflow: hidden;
}

.before-card {
  background: linear-gradient(148deg, rgba(22, 7, 7, 0.92), rgba(32, 10, 10, 0.96));
  border-color: rgba(255, 79, 79, 0.28);
}
.before-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 79, 79, 0.4), transparent);
}

.after-card {
  background: linear-gradient(148deg, rgba(4, 20, 12, 0.92), rgba(6, 28, 16, 0.96));
  border-color: rgba(0, 230, 118, 0.28);
}
.after-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 230, 118, 0.4), transparent);
}

.ba-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }

.ba-badge {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid;
}

.ba-badge-before { background: rgba(255, 79, 79, 0.14); color: var(--red); border-color: rgba(255, 79, 79, 0.3); }
.ba-badge-after  { background: rgba(0, 230, 118, 0.11); color: var(--green); border-color: rgba(0, 230, 118, 0.3); }

.before-card h3, .after-card h3 { font-size: 1.04rem; font-weight: 700; margin: 0; }

.before-card ul, .after-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.before-card li, .after-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.x-icon     { color: var(--red);   font-weight: 700; flex-shrink: 0; }
.check-mark { color: var(--green); font-weight: 700; flex-shrink: 0; }

.section-cta { margin-top: 2.5rem; text-align: center; }

/* ─── How It Works ─── */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.how-card { animation-delay: var(--delay, 0s); text-align: center; padding: 2rem 1.6rem; }
.how-icon { font-size: 2.2rem; margin-bottom: 0.9rem; }
.how-card h3 { font-size: 1.04rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
.how-card p  { font-size: 0.91rem; color: var(--muted); line-height: 1.65; margin: 0; }

.highlight { color: var(--green); font-weight: 700; }

/* ─────────────────────────────
   CTA SECTION
───────────────────────────── */
.section-cta-main {
  background: linear-gradient(180deg, var(--deep) 0%, #031320 50%, var(--deep) 100%);
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(0, 230, 118, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

.cta-wrapper {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--green);
  border: 1px solid rgba(0, 230, 118, 0.32);
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.85rem;
  margin-bottom: 1rem;
}

.cta-wrapper h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw + 1rem, 2.8rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 0.65rem;
  color: var(--text);
}

.cta-subtitle {
  font-size: 0.98rem;
  color: var(--muted);
  margin-bottom: 1.4rem;
}

.cta-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}

.cta-note { margin-top: 0.85rem; font-size: 0.85rem; color: var(--muted); }
.cta-note strong { color: var(--text); }

/* ─── Session Picker ─── */
.session-picker {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1.4rem;
  text-align: left;
}

.session-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.session-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.session-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 0.8rem 2.6rem 0.8rem 1rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
  outline: none;
  line-height: 1.4;
}

.session-select:focus {
  border-color: rgba(0, 230, 118, 0.5);
  background: rgba(0, 230, 118, 0.05);
  box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.1);
}

.session-select:not(:disabled):hover {
  border-color: rgba(0, 230, 118, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.session-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Style the dropdown options */
.session-select option {
  background: #0a1628;
  color: var(--text);
  padding: 0.5rem;
}

.session-chevron {
  position: absolute;
  right: 0.9rem;
  color: var(--muted);
  pointer-events: none;
  flex-shrink: 0;
  transition: color var(--t-fast);
}

.session-select:not(:disabled):hover ~ .session-chevron,
.session-select:focus ~ .session-chevron {
  color: var(--green);
}

.session-error {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.session-error[hidden] { display: none !important; }

/* ─── Session combo (custom dropdown, layout duas linhas) ─── */
.session-select-native-a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-field-session-combo {
  position: relative;
  min-height: 3.5rem;
}

.session-combo {
  position: relative;
  width: 100%;
  z-index: 20;
}

.session-combo-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.1rem;
  min-height: 3.1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(148, 163, 184, 0.28);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
  transition: box-shadow var(--t-fast), transform var(--t-fast), background var(--t-fast);
}

.session-combo-trigger:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(148, 163, 184, 0.35);
}

.session-combo-trigger[aria-expanded="true"] {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.4);
}

.session-combo-placeholder {
  color: #6b7280;
}

.session-combo-placeholder.has-value {
  color: #0f172a;
}

.session-combo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.session-combo-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  max-height: 280px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(148, 163, 184, 0.22);
  z-index: 1100;
  padding: 0.25rem 0;
}

.session-combo-dropdown[hidden] {
  display: none !important;
}

.session-combo-option {
  display: block;
  width: 100%;
  padding: 0.65rem 1.1rem;
  border: none;
  background: none;
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  transition: background var(--t-fast);
}

.session-combo-option:hover,
.session-combo-option:focus {
  background: rgba(15, 23, 42, 0.05);
  outline: none;
}

.session-combo-option-primary {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 0.15rem;
}

.session-combo-option-secondary {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
}

.session-combo-option + .session-combo-divider,
.session-combo-divider + .session-combo-option {
  margin-top: 0;
}

.session-combo-divider {
  height: 1px;
  background: rgba(148, 163, 184, 0.25);
  margin: 0 1rem;
}

/* Dark theme: combo usa mesmo estilo claro (como na ref) */
body:not(.theme-light) .session-combo-trigger {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body:not(.theme-light) .session-combo-placeholder {
  color: var(--muted);
}

body:not(.theme-light) .session-combo-placeholder.has-value {
  color: var(--text);
}

body:not(.theme-light) .session-combo-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 230, 118, 0.25);
}

body:not(.theme-light) .session-combo-trigger[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 230, 118, 0.4);
}

body:not(.theme-light) .session-combo-dropdown {
  background: var(--mid);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body:not(.theme-light) .session-combo-option:hover,
body:not(.theme-light) .session-combo-option:focus {
  background: rgba(255, 255, 255, 0.06);
}

body:not(.theme-light) .session-combo-option-primary {
  color: var(--text);
}

body:not(.theme-light) .session-combo-option-secondary {
  color: var(--muted);
}

body:not(.theme-light) .session-combo-divider {
  background: rgba(255, 255, 255, 0.08);
}

/* Dark theme: pills (nome, e-mail, telefone) alinhados ao combo de data */
body:not(.theme-light) .input-pill {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body:not(.theme-light) .input-pill:focus-within {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 230, 118, 0.35);
}

body:not(.theme-light) .input-pill-control {
  color: var(--text);
}

body:not(.theme-light) .input-pill-control::placeholder {
  color: var(--muted);
}

body:not(.theme-light) .input-pill-icon {
  color: var(--muted);
}

/* Disabled state for CTA button (waiting for session) */
.btn-primary[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

/* Loading shimmer for select */
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

.session-select.loading {
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.03) 0%,
    rgba(255,255,255,0.08) 50%,
    rgba(255,255,255,0.03) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
}

/* Countdown */
.countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
  background: rgba(255, 230, 0, 0.045);
  border: 1px solid rgba(255, 230, 0, 0.22);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.8rem;
}

.countdown-item { text-align: center; }

.countdown-value {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--gold);
  letter-spacing: 0.06em;
}

.countdown-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-top: 0.2rem;
}

.countdown-separator {
  font-family: var(--font-display);
  font-size: 2rem;
  color: rgba(255, 230, 0, 0.45);
  line-height: 1;
  align-self: flex-start;
  padding-top: 0.15rem;
}

.countdown-placeholder,
.countdown-live {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
}

.countdown-live {
  color: var(--green);
}

/* ─────────────────────────────
   ABOUT
───────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.about-text .section-number { text-align: left; }

.about-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.2vw + 1rem, 2.75rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
  color: var(--text);
}

.about-text p {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 0.85rem;
  line-height: 1.7;
}
.about-text p strong { color: var(--text); }
.about-text p:last-of-type { margin-bottom: 1.5rem; }

.about-stats {
  display: flex;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--card-border);
}

.stat { display: flex; flex-direction: column; }

.stat-value {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--green);
  line-height: 1;
}

.stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 0.2rem; }

.about-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, rgba(6,14,26,0.98), rgba(3,8,18,0.99));
  border: 1px solid rgba(0, 230, 118, 0.13);
  border-radius: 20px;
  padding: 2.5rem 2.2rem;
  box-shadow:
    0 0 50px rgba(0, 230, 118, 0.05),
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.about-logo-img {
  max-width: 240px;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  filter: drop-shadow(0 0 20px rgba(0, 200, 180, 0.25));
}

.about-logo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.about-logo-divider {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0.7;
}

.brand-logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
}

.instructor-photo {
  max-width: 220px;
  border-radius: 999px;
  border: 2px solid rgba(0, 230, 118, 0.5);
  box-shadow:
    0 0 40px rgba(0, 230, 118, 0.25),
    0 18px 40px rgba(0, 0, 0, 0.75);
  object-fit: cover;
}

/* ─────────────────────────────
   STACK DE VALOR
───────────────────────────── */
.value-stack {
  max-width: 540px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at top left, rgba(0, 230, 118, 0.12), transparent 55%),
              radial-gradient(circle at bottom right, rgba(0, 230, 118, 0.08), transparent 60%),
              rgba(2, 8, 18, 0.96);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0, 230, 118, 0.12);
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.value-item,
.value-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.value-item + .value-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.75rem;
}

.value-label {
  font-size: 0.9rem;
  color: var(--text);
}

.value-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold);
}

.value-total {
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.value-total-label {
  font-size: 0.86rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.value-total-amount {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--muted);
}

.value-free {
  width: 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-body);
  margin-top: 0.6rem;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.3) 0%, rgba(0, 182, 94, 0.34) 100%);
  border: 1px solid rgba(138, 255, 195, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 20px rgba(0, 230, 118, 0.22);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f6fff9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}

.value-free:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 24px rgba(0, 230, 118, 0.28);
}

.value-free:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

/* ─────────────────────────────
   MATERIAIS — Frameworks image
───────────────────────────── */
.section-image-concepts {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.section-image-concepts img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 230, 118, 0.08);
}

/* ─────────────────────────────
   FOOTER
───────────────────────────── */
.footer {
  background: #010509;
  border-top: 1px solid var(--card-border);
  padding: 1.5rem 0;
  margin-top: auto;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.footer-links { display: flex; gap: 1.2rem; }

.footer-links a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(122, 138, 158, 0.35);
  transition: color var(--t-fast), text-decoration-color var(--t-fast);
}
.footer-links a:hover { color: var(--text); text-decoration-color: rgba(122, 138, 158, 0.75); }

/* ─────────────────────────────
   ANIMATIONS
───────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--t-slow), transform var(--t-slow);
  transition-delay: var(--delay, 0s);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
  transition-delay: var(--delay, 0s);
}

.fade-in.visible, .fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────
   RESPONSIVE
───────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 2.5rem; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expect-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 2rem; }
}

@media (max-width: 768px) {
  /* ── Global spacing ── */
  .section { padding: 2.5rem 0; }
  .section-header { margin-bottom: 1.8rem; }
  .section-number { font-size: 3.5rem; }

  /* ── Hero ── */
  .hero { padding: 2rem 0 2rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .hero-form-col { order: 2; }
  .hero-bg-text { font-size: 42vw; opacity: 0.014; }
  .hero-form-panel { max-width: none; }

  .hero-logo { margin-bottom: 0.6rem; }
  .hero-eyebrow { margin-bottom: 0.5rem; }
  .hero-title { font-size: clamp(2.6rem, 8vw, 3.8rem); margin-bottom: 0.7rem; }
  .hero-subtitle { font-size: 0.95rem; margin-bottom: 1rem; }
  .hero-badges { margin-bottom: 1rem; }
  .hero-benefits { gap: 0.45rem; margin-bottom: 1rem; }
  .hero-social-bar { flex-wrap: wrap; gap: 0.8rem; padding-top: 0.9rem; }

  /* ── Grids ── */
  .benefits-grid { grid-template-columns: 1fr; gap: 1rem; }
  .how-grid { grid-template-columns: 1fr; gap: 1rem; }
  .before-after-grid { grid-template-columns: 1fr; gap: 1rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-logo { display: none; }

  /* ── Text ── */
  .section-header h2, .cta-wrapper h2, .about-text h2 { font-size: 2rem; }

  /* ── CTA ── */
  .section-cta-main { padding: 2.5rem 0; }
  .cta-wrapper h2 { font-size: 1.8rem; }

  /* ── Hide on mobile to save space (shown in Sobre section) ── */
  .hero-social-bar { display: none; }
}

@media (max-width: 640px) {
  .expect-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .expect-grid { grid-template-columns: 1fr; }
  .hero-price-box { padding: 1.1rem; }
  .countdown { padding: 0.75rem 1.2rem; }
  .about-stats { gap: 1.5rem; }
  .btn-lg { padding: 1rem 1.8rem; }

  /* Extra compact hero form panel on small phones */
  .hero-form-panel { padding: 1.4rem 1.2rem 1.1rem; border-radius: var(--radius-lg); }
  .hero-form-panel .countdown-wrap { margin-bottom: 0.5rem; }
  .hero-form-panel .countdown { padding: 0.45rem 0.9rem; }
  .hero-form-panel .countdown-value { font-size: 1.5rem; }
  .hero-form-panel .countdown-separator { font-size: 1.2rem; }
  .panel-header { margin-bottom: 0.75rem; }
  .panel-price-to { font-size: 1.3rem; }

  /* Compact form fields */
  .form-input { padding: 0.7rem 0.85rem; font-size: 0.88rem; }
  .register-form-compact { gap: 0.5rem; }
  .form-input-compact { padding: 0.5rem 0.65rem 0.3rem; padding-top: 1rem; font-size: 0.86rem; }
  .form-label-floating { font-size: 0.75rem; }
  .form-field-floating.has-value .form-label-floating,
  .form-field-floating:focus-within .form-label-floating { top: 0.35rem; font-size: 0.6rem; }
  .form-label { font-size: 0.7rem; }
  .btn-compact { padding: 0.7rem 1.2rem; font-size: 0.78rem; }
  .btn-block { padding: 0.95rem 1.5rem; font-size: 0.84rem; }
  .panel-trust { margin-top: 0.75rem; padding-top: 0.65rem; }

  /* Compact sections */
  .section { padding: 2rem 0; }
  .section-header { margin-bottom: 1.4rem; }
  .card { padding: 1.2rem; }
  .before-card, .after-card { padding: 1.3rem; }

  /* Compact about */
  .about-stats { padding-top: 1.2rem; }
}

/* ─────────────────────────────
   REGISTRATION FORM
───────────────────────────── */
.register-form {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.register-form[hidden] { display: none !important; }

/* ─── Opt-in discreto de certificado (w129-vip) ─── */
.vip-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.1rem 0 0;
  padding: 0.4rem 0.05rem;
  cursor: pointer;
  color: var(--text-soft);
}

.vip-checkbox-row input[type="checkbox"] {
  margin-top: 0.18rem;
  width: 16px;
  height: 16px;
  accent-color: var(--green);
  flex-shrink: 0;
}

.vip-checkbox-text {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.79rem;
  line-height: 1.3;
  color: var(--text);
  font-weight: 600;
}

.vip-checkbox-text small {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
}

.vip-checkbox-helper {
  margin: -0.2rem 0 0;
  font-size: 0.73rem;
  color: var(--green-soft);
  line-height: 1.35;
}

/* ─── Modal checkout Eduzz (w129-vip) ─── */
.eduzz-modal[hidden] {
  display: none !important;
}

.eduzz-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
}

.eduzz-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 14, 0.72);
  backdrop-filter: blur(3px);
}

.eduzz-modal-dialog {
  position: relative;
  margin: 2.4vh auto;
  width: min(980px, 96vw);
  max-height: 95vh;
  min-width: 700px;
  background: #071321;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.eduzz-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eduzz-modal-header h3 {
  margin: 0;
  font-size: 0.96rem;
  letter-spacing: 0.02em;
}

.eduzz-modal-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.eduzz-modal-body {
  padding: 0;
  background: #fff;
}

.eduzz-modal-iframe {
  display: block;
  width: 100%;
  min-width: 700px;
  height: 76vh;
  border: 0;
  background: #fff;
}

.eduzz-modal-footer {
  padding: 0.7rem 1rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.eduzz-modal-skip-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  text-decoration: underline;
}

body.eduzz-modal-open {
  overflow: hidden;
}

/* ─── Compact form: pills + session combo ─── */
.register-form-compact {
  gap: 0.65rem;
  max-width: none;
}

/* Coluna única — sem ambiguidade de layout; z-index para dropdowns ficarem acima do botão */
.form-grid-compact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: relative;
  z-index: 2;
}

/* Campo base */
.form-field {
  position: relative;
  min-height: 3.5rem;
}

/* ─── Pills com ícone à direita ─── */
.form-field-pill {
  position: relative;
}

.input-pill {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-pill);
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(148, 163, 184, 0.28);
  padding-inline: 1.1rem;
  min-height: 3.1rem;
  transition:
    box-shadow var(--t-fast),
    transform var(--t-fast),
    background var(--t-fast);
}

body.theme-light .input-pill {
  background: #fbfbfb;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(148, 163, 184, 0.26);
}

.input-pill:focus-within {
  background: #ffffff;
  box-shadow:
    0 12px 34px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(37, 99, 235, 0.4);
  transform: translateY(-1px);
}

.input-pill-control {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f172a;
  padding: 0.55rem 0;
}

.input-pill-control::placeholder {
  color: #9ca3af;
}

.input-pill-control:disabled {
  cursor: not-allowed;
  color: #9ca3af;
}

.input-pill-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.75rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.input-pill-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.input-pill-required {
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 700;
}

/* Variante específica para telefone com prefixo de país */
.input-pill-phone {
  padding-inline: 0.9rem 1.1rem;
}

.phone-country-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  z-index: 10;
}

.input-pill-phone-prefix {
  box-sizing: content-box;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.5rem 0.25rem 0.6rem;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--t-fast);
}

.input-pill-phone-prefix:hover {
  background: #f9fafb;
}

.input-pill-phone-prefix[aria-expanded="true"] {
  background: #fff;
}

.phone-country-chevron {
  margin-left: 0.1rem;
  color: #6b7280;
  flex-shrink: 0;
  transition: transform var(--t-fast);
}

.input-pill-phone-prefix[aria-expanded="true"] .phone-country-chevron {
  transform: rotate(180deg);
}

.phone-country-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  min-width: 200px;
  max-height: 260px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  z-index: 1100;
  padding: 0.35rem 0;
}

.phone-country-dropdown[hidden] {
  display: none !important;
}

.phone-country-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.85rem;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-align: left;
  cursor: pointer;
  color: #111827;
  transition: background var(--t-fast);
}

.phone-country-option:hover,
.phone-country-option:focus {
  background: rgba(15, 23, 42, 0.05);
  outline: none;
}

.phone-country-option[aria-selected="true"] {
  background: rgba(59, 130, 246, 0.08);
  font-weight: 600;
}

.phone-country-option-flag {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.phone-country-option-dial {
  font-weight: 600;
  color: #6b7280;
  min-width: 2.5rem;
}

.phone-country-option-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-pill-phone-flag {
  font-size: 1rem;
}

.input-pill-phone-code {
  letter-spacing: 0.02em;
}

/* Dark theme: país */
body:not(.theme-light) .input-pill-phone-prefix {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

body:not(.theme-light) .input-pill-phone-prefix:hover {
  background: rgba(255, 255, 255, 0.14);
}

body:not(.theme-light) .input-pill-phone-prefix[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.14);
}

body:not(.theme-light) .phone-country-dropdown {
  background: var(--mid);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

body:not(.theme-light) .phone-country-option {
  color: var(--text);
}

body:not(.theme-light) .phone-country-option:hover,
body:not(.theme-light) .phone-country-option:focus {
  background: rgba(255, 255, 255, 0.06);
}

body:not(.theme-light) .phone-country-option[aria-selected="true"] {
  background: rgba(0, 230, 118, 0.12);
}

.form-error-inline {
  font-size: 0.83rem;
  padding: 0.6rem 0.9rem;
  margin: 0;
}

.btn-compact {
  padding: 0.9rem 2rem;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  margin-top: 0.2rem;
}

/* Mobile: ajustes finos de tamanho */
@media (max-width: 768px) {
  .register-form-compact {
    gap: 0.55rem;
  }

  .vip-checkbox-text {
    font-size: 0.76rem;
  }

  .eduzz-modal-dialog {
    width: 100vw;
    min-width: 0;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .eduzz-modal-iframe {
    min-width: 0;
    width: 100%;
    height: calc(100dvh - 122px);
  }

  .form-grid-compact {
    gap: 0.5rem 0.6rem;
  }

  .form-field {
    min-height: 2.8rem;
  }

  .form-error-inline {
    font-size: 0.78rem;
    padding: 0.4rem 0.65rem;
  }

  .btn-compact {
    padding: 0.75rem 1.25rem;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }
}


.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--muted);
}

.form-input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 0.8rem 1rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
  outline: none;
  line-height: 1.4;
}

.form-input::placeholder { color: var(--muted); opacity: 0.6; }

.form-input:hover:not(:disabled) {
  border-color: rgba(0, 230, 118, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.form-input:focus {
  border-color: rgba(0, 230, 118, 0.5);
  background: rgba(0, 230, 118, 0.05);
  box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.1);
}

.form-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Select arrow padding */
.session-select-wrap .form-input.session-select {
  padding-right: 2.6rem;
  cursor: pointer;
}

/* Options dark bg */
.form-input option {
  background: #0a1628;
  color: var(--text);
}

/* Error message */
.form-error {
  font-size: 0.83rem;
  color: var(--red);
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  line-height: 1.4;
  padding: 0.6rem 0.9rem;
  background: var(--red-dim);
  border: 1px solid rgba(255, 79, 79, 0.2);
  border-radius: var(--radius-sm);
}

.form-error[hidden] { display: none !important; }

/* Full-width submit button — z-index menor para não cobrir dropdowns (data/país) */
.btn-block {
  width: 100%;
  justify-content: center;
  margin-top: 0.3rem;
  position: relative;
  z-index: 0;
}

.btn-block:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

/* Success state */
.register-success {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 2.2rem 1.8rem;
  background: rgba(0, 230, 118, 0.07);
  border: 1px solid rgba(0, 230, 118, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: var(--glow-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.register-success[hidden] { display: none !important; }

.register-success-icon { font-size: 2.8rem; line-height: 1; }

.register-success-title {
  font-family: var(--font-display);
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: var(--green);
  line-height: 1.1;
}

.register-success-msg {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 360px;
  line-height: 1.55;
}

/* ── Form responsive ── */
@media (max-width: 520px) {
  .form-row { grid-template-columns: 1fr; }
}
