.elementor-3539 .elementor-element.elementor-element-7995c2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-7995c2d *//* ─────────────── RESET & BASE ─────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --azul:        #0D3B4C;
  --azul-mid:    #0f4a60;
  --azul-dark:   #060f16;
  --verde:       #2F6F5E;
  --verde-claro: #3D7A67;
  --verde-neon:  #4ecfa8;
  --dourado:     #E8B84B;
  --dourado-claro: #f5d078;
  --branco:      #ffffff;
  --cinza:       #8fa8b0;
  --line:        rgba(255,255,255,0.08);

  /* IMAGEM DE FUNDO DO HERO
   * Troque o valor abaixo pela URL da sua imagem.
   * Exemplo: --hero-bg: url('assets/hero-bg.jpg');
   */
  --hero-bg: none;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--azul-dark);
  color: var(--branco);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

/* ─────────────── UTILITÁRIOS ─────────────── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
}

.tag--verde {
  background: rgba(78,207,168,0.1);
  border: 1px solid rgba(78,207,168,0.3);
  color: var(--verde-neon);
}

.tag--dourado {
  background: rgba(232,184,75,0.1);
  border: 1px solid rgba(232,184,75,0.3);
  color: var(--dourado);
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--verde-neon);
  margin-bottom: 20px;
}

.section-title {
  font-size: clamp(22px, 3.2vw, 37px);
  font-weight: 900;
  line-height: 1.15;
}

.section-title em {
  font-style: normal;
  color: var(--verde-neon);
}

.divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--verde), var(--verde-neon));
  border-radius: 2px;
  margin: 20px 0 32px;
}

.img-placeholder {
  background: linear-gradient(135deg, #0f2a38 0%, #162f3d 100%);
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.25);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.img-placeholder svg { opacity: .3; }

/* ─────────────── TOP BAR ─────────────── */
.topbar {
  background: rgba(6,15,22,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-ph {
  width: 40px;
  height: 40px;
  background: var(--verde);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}

.logo-name {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.logo-name span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: var(--cinza);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.topbar-cta {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--verde) 0%, var(--verde-claro) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .5px;
  white-space: nowrap;
  transition: opacity .2s;
}

.topbar-cta:hover { opacity: .85; }

/* ─────────────── HERO ─────────────── */
.hero {
  position: relative;
  background-image:
    linear-gradient(to right, rgba(6,15,22,0.92) 0%, rgba(6,15,22,0.75) 55%, rgba(6,15,22,0.45) 100%),
    linear-gradient(to bottom, transparent 70%, var(--azul-dark) 100%),
    var(--hero-bg);
  background-color: #060f16;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(47,111,94,0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-form-col { display: none; }
}

.hero-content { }

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(29px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero h1 em {
  font-style: normal;
  color: var(--verde-neon);
}

.hero h1 .highlight {
  color: var(--dourado);
}

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--cinza);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.hero-sub strong { color: var(--branco); }

/* Credenciais */
.credentials {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 44px;
}

.cred-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.cred-icon {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.cred-text {
  font-size: 11px;
  line-height: 1.4;
  color: var(--cinza);
  min-width: 0;
}

.cred-text strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--branco);
}

/* Formulário hero */
.hero-form-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px;
  backdrop-filter: blur(8px);
}

.hero-form-wrap h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.hero-form-wrap p {
  font-size: 13px;
  color: var(--cinza);
  margin-bottom: 24px;
}

.form-field {
  position: relative;
  margin-bottom: 14px;
}

.form-field input {
  width: 100%;
  padding: 15px 18px 15px 44px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--branco);
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color .2s, background .2s;
}

.form-field input::placeholder { color: rgba(255,255,255,0.3); }
.form-field input:focus {
  border-color: var(--verde-claro);
  background: rgba(255,255,255,0.09);
}

.form-field .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  pointer-events: none;
}

.btn-main {
  display: block;
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--verde) 0%, var(--verde-neon) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 8px 32px rgba(47,111,94,0.4);
  text-decoration: none;
}

.btn-main:hover {
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(47,111,94,0.55);
}

.btn-main:active { transform: translateY(0); }

.form-fine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* ─────────────── MARQUEE ─────────────── */
.marquee-bar {
  background: var(--verde);
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 22s linear infinite;
}

.marquee-track:hover { animation-play-state: paused; }

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 32px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.9);
}

.marquee-sep {
  font-size: 18px;
  opacity: .5;
  flex-shrink: 0;
}

/* ─────────────── ANTES E DEPOIS ─────────────── */
.antes-depois {
  padding: 40px 0;
  background: #07111a;
}

.ad-header {
  text-align: center;
  margin-bottom: 36px;
}

.ad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .ad-grid { grid-template-columns: 1fr; }
}

.ad-col { padding: 48px 40px; }

.ad-col.antes {
  background: linear-gradient(135deg, #1a0808 0%, #200f0f 100%);
}

.ad-col.depois {
  background: linear-gradient(135deg, #071a14 0%, #0c2018 100%);
}

.ad-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.ad-col-head .icon { font-size: 28px; }

.ad-col-head h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ad-col.antes .ad-col-head h3 { color: #e06060; }
.ad-col.depois .ad-col-head h3 { color: var(--verde-neon); }

.ad-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 15px;
  color: #9cb0b8;
  line-height: 1.55;
}

.ad-item:last-child { border-bottom: none; }

.ad-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

.antes .ad-dot { background: #e06060; }
.depois .ad-dot { background: var(--verde-neon); }

/* ─────────────── PROGRAMAÇÃO ─────────────── */
.programacao {
  padding: 40px 0 60px;
  background: #07111a;
  position: relative;
  overflow: hidden;
}

.programacao::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 560px;
  border: 1px solid rgba(78,207,168,0.04);
  border-radius: 16px;
  pointer-events: none;
}

.programacao::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 160px; height: 160px;
  border: 1px solid rgba(78,207,168,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.prog-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.prog-header p {
  color: var(--cinza);
  font-size: 17px;
  max-width: 560px;
  margin: 20px auto 0;
  line-height: 1.7;
}

.prog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 840px) {
  .prog-cards { grid-template-columns: 1fr; gap: 2px; }
}

.prog-cards::before {
  content: '';
  position: absolute;
  top: 56px;
  left: calc(50% / 3 + 16.67%);
  right: calc(50% / 3 + 16.67%);
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(78,207,168,0.3) 20%,
    rgba(78,207,168,0.6) 50%,
    rgba(78,207,168,0.3) 80%,
    transparent 100%
  );
  z-index: 1;
}

@media (max-width: 840px) {
  .prog-cards::before { display: none; }
}

.prog-card {
  position: relative;
  padding: 40px 32px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background .3s;
  overflow: hidden;
  cursor: default;
}

.prog-card:last-child { border-right: none; }

.prog-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(78,207,168,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}

.prog-card:hover::before { opacity: 1; }

.prog-card-num {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
  letter-spacing: -4px;
  transition: color .3s;
  user-select: none;
}

.prog-card:hover .prog-card-num { color: rgba(78,207,168,0.06); }

.prog-card-ball {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--verde) 0%, var(--verde-claro) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 8px rgba(47,111,94,0.1), 0 8px 24px rgba(47,111,94,0.3);
  transition: transform .3s, box-shadow .3s;
}

.prog-card:hover .prog-card-ball {
  transform: scale(1.1) rotate(-10deg);
  box-shadow: 0 0 0 10px rgba(47,111,94,0.15), 0 12px 32px rgba(47,111,94,0.45);
}

.prog-card-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,184,75,0.1);
  border: 1px solid rgba(232,184,75,0.2);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 800;
  color: var(--dourado);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.prog-card-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--verde-neon);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.prog-card h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  color: var(--branco);
  position: relative;
  z-index: 2;
}

.prog-card p {
  font-size: 14px;
  color: var(--cinza);
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.prog-card-accent {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--verde), var(--verde-neon));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}

.prog-card:hover .prog-card-accent { transform: scaleX(1); }

/* ─────────────── CTA FINAL ─────────────── */
.cta-final {
  padding: 40px 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(47,111,94,0.25) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(13,59,76,0.5) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 90%, rgba(232,184,75,0.08) 0%, transparent 45%),
    linear-gradient(135deg, #040c14 0%, #071520 40%, #0a1f2e 70%, #060e18 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-final::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse, rgba(47,111,94,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.cta-final-inner {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-sem-replay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 28px;
}

.cta-sem-replay-line {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--cinza);
  font-weight: 500;
  letter-spacing: .5px;
}

.cta-sem-replay-destaque {
  font-size: clamp(42px, 7.2vw, 80px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  color: transparent;
  -webkit-text-stroke: 2px var(--dourado);
  text-stroke: 2px var(--dourado);
  filter: drop-shadow(0 0 18px rgba(232,184,75,0.45));
  animation: replay-pulse 2.8s ease-in-out infinite;
  position: relative;
  display: inline-block;
}

.cta-sem-replay-destaque::after {
  content: '';
  position: absolute;
  left: -4px; right: -4px;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #e05555 20%, #e05555 80%, transparent);
  border-radius: 2px;
  transform: translateY(-50%) rotate(-2deg);
  opacity: .85;
}

@keyframes replay-pulse {
  0%, 100% { filter: drop-shadow(0 0 14px rgba(232,184,75,0.35)); }
  50%       { filter: drop-shadow(0 0 32px rgba(232,184,75,0.7)); }
}

.cta-final-sub {
  color: var(--cinza);
  font-size: clamp(15px, 2vw, 18px);
  max-width: 560px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

.btn-final {
  display: inline-block;
  padding: 22px 60px;
  background: linear-gradient(135deg, var(--verde) 0%, var(--verde-neon) 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 12px 48px rgba(47,111,94,0.45);
}

.btn-final:hover {
  opacity: .9;
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(47,111,94,0.6);
}

/* ─────────────── SOBRE O INSTRUTOR ─────────────── */
.sobre {
  padding: 40px 0;
  background: linear-gradient(180deg, var(--azul-dark) 0%, #07111a 100%);
}

.sobre-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: center;
}

@media (max-width: 840px) {
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-foto-wrap { max-width: 360px; margin: 0 auto; }
}

.sobre-foto-wrap { position: relative; }

.sobre-foto {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.sobre-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--verde);
  border-radius: 14px;
  padding: 18px 24px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  border: 2px solid rgba(255,255,255,0.12);
}

.sobre-badge .num { font-size: 36px; font-weight: 900; }
.sobre-badge .txt { font-size: 12px; color: rgba(255,255,255,0.75); }

.sobre-content p {
  font-size: 16px;
  color: var(--cinza);
  line-height: 1.8;
  margin-bottom: 20px;
}

.sobre-content p strong { color: var(--branco); }

/* ─────────────── FOOTER ─────────────── */
footer {
  background: #020810;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

footer .footer-inner { text-align: center; }

footer p {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}

/* ─────────────── RESPONSIVO GERAL ─────────────── */
@media (max-width: 600px) {
  .topbar-cta { display: none; }
  .sobre-badge { right: 0; bottom: -16px; }
  .ad-col { padding: 32px 24px; }
}/* End custom CSS */