/* =========================================
   FLITIZ Academy — Page Styles
   ========================================= */

/* === HERO === */
.ac-hero {
  position: relative;
  padding: 160px 0 100px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.ac-hero .container { position: relative; z-index: 2; }
.ac-hero__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start;
}

/* Eyebrow */
.ac-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
}
.ac-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,107,0,0.5); }
  50%       { opacity: 0.7; box-shadow: 0 0 0 6px rgba(255,107,0,0); }
}

.ac-hero__headline {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: fadeSlideUp 0.7s ease 0.15s both;
}
.ac-hero__sub {
  font-size: 1.05rem;
  color: rgba(250,250,250,0.62);
  line-height: 1.78;
  margin-bottom: 32px;
  max-width: 520px;
  animation: fadeSlideUp 0.7s ease 0.3s both;
}
.ac-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: fadeSlideUp 0.7s ease 0.45s both;
}
.ac-hero__tags span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: rgba(250,250,250,0.55);
  letter-spacing: 0.03em;
}

/* Card de vagas */
.ac-vagas-card {
  background: var(--dark2);
  border: 1px solid rgba(255,107,0,0.25);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 8px 60px rgba(255,107,0,0.1);
  animation: fadeSlideUp 0.7s ease 0.35s both;
}
.ac-vagas-card__header {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 20px;
}

/* Esgotado badge */
.ac-esgotado-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ac-esgotado-badge svg { opacity: 0.6; }

.ac-vagas-bar {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ac-vagas-fill {
  height: 100%;
  background: rgba(255,255,255,0.18);
  border-radius: 100px;
}
.ac-vagas-note {
  font-size: 0.78rem;
  color: rgba(250,250,250,0.35);
  margin: 0 0 24px;
}

/* Waitlist form */
.ac-vagas-card__status { margin-bottom: 8px; }
.ac-waitlist-block {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.ac-waitlist-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px !important;
}
.ac-waitlist-sub {
  font-size: 0.85rem;
  color: rgba(250,250,250,0.5);
  margin-bottom: 20px !important;
}
.ac-waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}
.ac-form-group input {
  width: 100%;
  background: var(--dark3);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.25s ease;
  box-sizing: border-box;
}
.ac-form-group input:focus { border-color: var(--orange); }
.ac-form-group input::placeholder { color: var(--gray); }
.ac-form-note {
  font-size: 0.72rem;
  color: rgba(250,250,250,0.3);
  text-align: center;
  margin: 0;
}

/* === PROOF BAR === */
.ac-proof-bar {
  background: var(--dark);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.ac-proof-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.ac-proof-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 24px;
  text-align: center;
}
.ac-proof-value {
  font-size: 2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -1px;
}
.ac-proof-label {
  font-size: 0.75rem;
  color: var(--gray);
}
.ac-proof-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

/* === O QUE É === */
.ac-sobre {
  padding: 120px 0;
  background: var(--black);
}
.ac-sobre__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ac-sobre__left p { font-size: 1rem; margin-bottom: 16px; }

.ac-diferenciais {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.ac-diferencial {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s ease;
}
.ac-diferencial:hover { border-color: rgba(255,107,0,0.3); }
.ac-diferencial__icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.16);
  border-radius: 10px;
  color: var(--orange);
}
.ac-diferencial div:last-child { display: flex; flex-direction: column; gap: 2px; }
.ac-diferencial strong { color: var(--white); font-size: 0.95rem; }
.ac-diferencial span { font-size: 0.82rem; color: rgba(250,250,250,0.52); }

/* Visual direito */
.ac-sobre__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-ghost-text {
  position: absolute;
  font-size: 22vw;
  font-weight: 900;
  color: rgba(255,107,0,0.035);
  letter-spacing: -12px;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 0;
}
.ac-sobre__stat-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.ac-sobre__stat {
  padding: 32px 36px;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background 0.25s ease;
}
.ac-sobre__stat:last-child { border-bottom: none; }
.ac-sobre__stat:hover { background: rgba(255,107,0,0.03); }
.ac-sobre__stat-value {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}
.ac-sobre__stat-unit {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.ac-sobre__stat-label {
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 4px;
}

/* === O QUE INCLUI === */
.ac-includes {
  padding: 120px 0;
  background: var(--dark);
}
.ac-includes > .container > .section-label,
.ac-includes > .container > .section-title {
  margin-bottom: 12px;
}
.ac-includes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.ac-include-card {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.ac-include-card:hover {
  border-color: rgba(255,107,0,0.3);
  transform: translateY(-4px);
}
.ac-include-card--featured {
  border-color: rgba(255,107,0,0.35);
  box-shadow: 0 4px 30px rgba(255,107,0,0.1);
}
.ac-include-card__icon {
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.18);
  border-radius: 14px;
  color: var(--orange);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.ac-include-card h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.ac-include-card p { font-size: 0.875rem; color: rgba(250,250,250,0.58); margin: 0; line-height: 1.65; }

/* === MÓDULOS === */
.ac-modulos {
  padding: 120px 0;
  background: var(--black);
}
.ac-modulos__header {
  margin-bottom: 56px;
}
.ac-modulos__list {
  border-top: 1px solid var(--border);
}
.ac-modulo {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  padding: 40px 0 40px 16px;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
  align-items: start;
  transition: border-color 0.25s ease, background 0.25s ease, padding 0.25s ease;
}
.ac-modulo:hover {
  border-left-color: var(--orange);
  background: rgba(255,255,255,0.015);
  padding-left: 24px;
}
.ac-modulo__num {
  font-size: 2.4rem;
  font-weight: 900;
  color: rgba(255,107,0,0.18);
  line-height: 1;
  letter-spacing: -1px;
  transition: color 0.25s ease;
}
.ac-modulo:hover .ac-modulo__num { color: rgba(255,107,0,0.5); }
.ac-modulo__content h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.ac-modulo__content p { font-size: 0.9rem; color: rgba(250,250,250,0.58); margin-bottom: 16px; line-height: 1.7; }
.ac-modulo__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ac-modulo__tags span {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: rgba(250,250,250,0.45);
  letter-spacing: 0.04em;
}

/* === PARA QUEM É === */
.ac-paraquem {
  padding: 120px 0;
  background: var(--dark);
}
.ac-paraquem__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ac-paraquem__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.ac-paraquem__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  color: rgba(250,250,250,0.7);
  line-height: 1.55;
}
.ac-paraquem__list--nao li { color: rgba(250,250,250,0.45); }
.ac-check {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.ac-check--yes {
  background: rgba(255,107,0,0.12);
  border: 1px solid rgba(255,107,0,0.28);
  color: var(--orange);
}
.ac-check--no {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(250,250,250,0.3);
}

/* === CTA FINAL === */
.ac-cta {
  padding: 120px 0;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.ac-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center bottom, rgba(255,107,0,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.ac-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.ac-cta__tag {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.ac-cta__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 16px;
}
.ac-cta__sub {
  font-size: 1.05rem;
  color: rgba(250,250,250,0.6);
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.ac-cta__form { width: 100%; }
.ac-cta__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  margin-bottom: 12px;
}
.ac-cta__form-row input {
  background: var(--dark2);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.25s ease;
}
.ac-cta__form-row input:focus { border-color: var(--orange); }
.ac-cta__form-row input::placeholder { color: var(--gray); }

/* === LOCKED FORM === */
.ac-locked-wrap {
  position: relative;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.ac-locked-form-blur {
  filter: blur(3.5px);
  opacity: 0.35;
  pointer-events: none;
  user-select: none;
}
.ac-locked-form-blur .ac-waitlist-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.ac-locked-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background: rgba(17,17,17,0.72);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: var(--radius-sm);
  text-align: center;
}
.ac-locked-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,107,0,0.1);
  border: 1.5px solid rgba(255,107,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  margin-bottom: 4px;
  animation: lockPulse 3s ease-in-out infinite;
}
@keyframes lockPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,0,0.2); }
  50%       { box-shadow: 0 0 0 10px rgba(255,107,0,0); }
}
.ac-locked-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 !important;
}
.ac-locked-sub {
  font-size: 0.78rem;
  color: rgba(250,250,250,0.5);
  margin: 0 !important;
  line-height: 1.5;
}
.ac-locked-countdown {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  flex-wrap: wrap;
}
.ac-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.2);
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 44px;
}
.ac-countdown-num {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}
.ac-countdown-label {
  font-size: 0.6rem;
  font-weight: 600;
  color: rgba(250,250,250,0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ac-countdown-sep {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(255,107,0,0.4);
  margin-top: -4px;
}

/* CTA locked badge & countdown bar */
.ac-locked-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.28);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ac-cta__big-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ac-cta__count-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: var(--dark2);
  border: 1px solid rgba(255,107,0,0.25);
  border-radius: 16px;
  padding: 20px 28px;
  min-width: 100px;
}
.ac-cta__count-num {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -2px;
}
.ac-cta__count-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(250,250,250,0.4);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.ac-cta__count-sep {
  font-size: 2.4rem;
  font-weight: 900;
  color: rgba(255,107,0,0.3);
  line-height: 1;
  padding-bottom: 20px;
}

/* === LIGHT THEME === */
[data-theme="light"] .ac-vagas-card {
  background: #FFFFFF;
  border-color: rgba(255,107,0,0.18);
  box-shadow: 0 8px 60px rgba(255,107,0,0.06);
}
[data-theme="light"] .ac-form-group input {
  background: #F7F5F0;
  border-color: rgba(0,0,0,0.12);
  color: #1A1A1A;
}
[data-theme="light"] .ac-form-group input::placeholder { color: #AAAAAA; }
[data-theme="light"] .ac-waitlist-title { color: #1A1A1A; }
[data-theme="light"] .ac-waitlist-sub { color: rgba(26,26,26,0.52); }
[data-theme="light"] .ac-vagas-note { color: rgba(26,26,26,0.38); }
[data-theme="light"] .ac-proof-bar { background: #FFFFFF; }
[data-theme="light"] .ac-hero__sub { color: rgba(26,26,26,0.62); }
[data-theme="light"] .ac-hero__tags span {
  background: rgba(0,0,0,0.04);
  color: rgba(26,26,26,0.5);
  border-color: rgba(0,0,0,0.09);
}
[data-theme="light"] .ac-diferencial {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.07);
}
[data-theme="light"] .ac-diferencial strong { color: #1A1A1A; }
[data-theme="light"] .ac-diferencial span { color: rgba(26,26,26,0.55); }
[data-theme="light"] .ac-sobre__stat-block {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .ac-sobre__stat { border-bottom-color: rgba(0,0,0,0.07); }
[data-theme="light"] .ac-sobre__stat-unit { color: #1A1A1A; }
[data-theme="light"] .ac-sobre__stat-label { color: #7A7A7A; }
[data-theme="light"] .ac-include-card {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.07);
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
[data-theme="light"] .ac-include-card h3 { color: #1A1A1A; }
[data-theme="light"] .ac-include-card p { color: rgba(26,26,26,0.6); }
[data-theme="light"] .ac-modulo__content h3 { color: #1A1A1A; }
[data-theme="light"] .ac-modulo__content p { color: rgba(26,26,26,0.58); }
[data-theme="light"] .ac-modulo__tags span {
  background: rgba(0,0,0,0.03);
  border-color: rgba(0,0,0,0.09);
  color: rgba(26,26,26,0.45);
}
[data-theme="light"] .ac-modulo:hover { background: rgba(0,0,0,0.015); }
[data-theme="light"] .ac-paraquem__list li { color: rgba(26,26,26,0.72); }
[data-theme="light"] .ac-paraquem__list--nao li { color: rgba(26,26,26,0.42); }
[data-theme="light"] .ac-cta__sub { color: rgba(26,26,26,0.6); }
[data-theme="light"] .ac-cta__form-row input {
  background: var(--dark2);
  border-color: rgba(0,0,0,0.12);
  color: #1A1A1A;
}
[data-theme="light"] .ac-cta__form-row input::placeholder { color: #AAAAAA; }
[data-theme="light"] .ac-esgotado-badge {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.14);
  color: #555555;
}
[data-theme="light"] .ac-esgotado-badge svg { opacity: 0.7; }
[data-theme="light"] .ac-vagas-card__header { color: #7A7A7A; }
[data-theme="light"] .ac-locked-badge { color: var(--orange); }
[data-theme="light"] .ac-vagas-fill { background: rgba(0,0,0,0.18); }
[data-theme="light"] .ac-proof-label { color: #555555; }
[data-theme="light"] .ac-cta__count-unit {
  background: #FFFFFF;
  border-color: rgba(255,107,0,0.22);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
[data-theme="light"] .ac-cta__count-label { color: rgba(26,26,26,0.45); }
[data-theme="light"] .ac-cta__count-sep { color: rgba(255,107,0,0.45); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .ac-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .ac-vagas-card { position: static; }
  .ac-sobre__inner { grid-template-columns: 1fr; gap: 48px; }
  .ac-sobre__right { display: none; }
  .ac-includes__grid { grid-template-columns: repeat(2, 1fr); }
  .ac-paraquem__inner { grid-template-columns: 1fr; gap: 56px; }
  .ac-cta__form-row { grid-template-columns: 1fr 1fr; }
  .ac-cta__form-row .btn { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .ac-hero { padding: 120px 0 72px; }
  .ac-includes__grid { grid-template-columns: 1fr; }
  .ac-proof-bar__inner { flex-direction: column; gap: 0; }
  .ac-proof-divider { width: 100%; height: 1px; }
  .ac-proof-item { padding: 16px 24px; }
  .ac-modulo { grid-template-columns: 56px 1fr; gap: 24px; }
  .ac-modulos { padding: 80px 0; }
  .ac-sobre { padding: 80px 0; }
  .ac-includes { padding: 80px 0; }
  .ac-paraquem { padding: 80px 0; }
  .ac-cta { padding: 80px 0; }
}
@media (max-width: 600px) {
  .ac-hero__headline { font-size: clamp(2rem, 9vw, 2.8rem); }
  .ac-modulo { grid-template-columns: 1fr; gap: 12px; padding: 28px 16px; }
  .ac-cta__form-row { grid-template-columns: 1fr; }
  .ac-cta__form-row .btn { grid-column: 1; }
}
