/* =============================================
   EJA EDUCA BRASIL — style-white.css
   Versão light/branca (produção)
   ============================================= */

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-900.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* --- UTILS --- */
.section { padding: 72px 0; }
.bg-white { background: #ffffff; }
.bg-alt   { background: #f8f9fa; }
.text-center { text-align: center; }
.text-green  { color: #1db954; }
.section-title { font-size: clamp(1.5rem,3.5vw,2.2rem); font-weight: 900; margin-bottom: 12px; line-height: 1.2; }
.section-sub   { color: #5f6368; font-size: 1rem; margin-bottom: 40px; }

/* --- BOTÕES --- */
.btn-lg   { padding: 18px 48px; font-size: 1.1rem; }
.btn-full { width: 100%; }
.btn-white { background: #fff; color: #1db954; font-weight: 900; }
.btn-white:hover { background: #f0fff5; }
.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff;
  padding: 16px 28px; border-radius: 50px;
  font-weight: 700; font-size: 1rem;
  transition: all .2s ease;
}
.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.4); }

/* --- NAVBAR --- */
.navbar-btn-mobile { display: none; }
.navbar { background: #ffffff !important; border-bottom: 2px solid #1db954; }
.navbar a, .navbar span { color: #1a1a2e; }
@media(max-width:600px) {
  .navbar-btn-text   { display: none; }
  .navbar-btn-mobile { display: inline; }
}

/* --- HERO --- */
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: .82rem; font-weight: 700;
  padding: 6px 14px; border-radius: 100px;
  letter-spacing: .5px; text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(2rem,4.5vw,3rem);
  font-weight: 900; line-height: 1.1; margin-bottom: 12px;
  color: #fff;
}
.hero-title-sub {
  font-size: clamp(1.1rem,2.5vw,1.4rem);
  font-weight: 400; display: block; margin-top: 8px; opacity: .92;
}
.hero-desc { color: rgba(255,255,255,.85); font-size: 1rem; margin-bottom: 20px; }
.hero-checklist { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.hero-checklist li {
  display: flex; align-items: center; gap: 10px;
  font-size: .95rem; color: rgba(255,255,255,.92);
}
.hero-checklist li::before {
  content: '✓';
  display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; flex-shrink: 0;
  background: #fff; color: #1db954;
  font-weight: 900; font-size: .75rem; border-radius: 50%;
}
.hero-cta  { font-size: 1.1rem; padding: 18px 40px; }
.hero-trust { color: rgba(255,255,255,.75); font-size: .8rem; margin-top: 12px; }

.hero-card {
  background: #fff; color: #1a1a2e;
  border-radius: 16px; padding: 32px 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,.2);
}
.hero-card-badge {
  display: inline-block;
  background: #fff8e1; color: #b45309;
  font-weight: 700; font-size: .8rem;
  padding: 5px 14px; border-radius: 100px;
  margin-bottom: 14px;
}
.hero-card-sub { color: #5f6368; font-size: .9rem; margin-bottom: 20px; }
.hero-card-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.hero-card-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: #374151;
}
.hero-card-list .num {
  width: 24px; height: 24px; border-radius: 50%;
  background: #e8f8ee; color: #1db954;
  border: 1.5px solid #1db954;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; flex-shrink: 0;
}
.hero-card-divider { height: 1px; background: #e5e7eb; margin: 20px 0; }
.hero-card-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #ef4444; text-align: center; }
.hero-card-price { font-size: 2.4rem; font-weight: 900; text-align: center; color: #1db954; line-height: 1; margin: 6px 0 4px; }
.hero-card-price strong { font-size: 2.8rem; }
.hero-card-pix { text-align: center; font-size: .82rem; color: #5f6368; margin-bottom: 20px; }

/* --- HERO URGENCY --- */
.hero-urgency {
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: .88rem;
  color: #fff;
  margin-bottom: 16px;
}

/* --- STATS BAR --- */
.stats-bar {
  background: #1db954;
  padding: 20px 0;
}
.stats-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.stat-item {
  text-align: center;
  color: #fff;
  flex: 1;
  min-width: 120px;
  padding: 8px 12px;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .stat-item {
    min-width: 90px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px;
  }
  .stat-item:last-child { border-bottom: none; }
  .stat-num { font-size: 1.5rem; }
  .stats-bar .container { flex-direction: column; gap: 0; }
}


/* --- COMO FUNCIONA --- */
.logo-center { display: block; width: fit-content; margin: 0 auto 36px; }
.steps-cards {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin: 36px 0 40px;
}
.step-card {
  background: #fff; border: 1px solid #e5e7eb;
  border-radius: 16px; padding: 32px 24px; text-align: left;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.step-card:hover { box-shadow: 0 6px 24px rgba(29,185,84,.12); border-color: #1db954; }
.step-num {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid #1db954; color: #1db954;
  font-size: 1.3rem; font-weight: 900; margin-bottom: 20px;
  background: #f0fff5;
}
.step-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: #1a1a2e; }
.step-card p  { font-size: .88rem; color: #5f6368; line-height: 1.6; }

/* --- POR QUE EJA --- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-text p { color: #374151; font-size: .95rem; margin-bottom: 14px; line-height: 1.7; }
.highlight-box {
  background: #e8f8ee; border-left: 4px solid #1db954;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px; font-weight: 700; color: #15803d;
  font-size: .95rem; margin: 20px 0;
}
.why-image-box {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
  background: transparent;
}
.why-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- BENEFÍCIOS --- */
.benefits-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.benefit-card {
  background: #f8f9fa; border: 1px solid #e5e7eb;
  border-radius: 16px; padding: 32px 24px; text-align: center;
  transition: all .2s ease;
}
.benefit-card:hover { border-color: #1db954; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(29,185,84,.1); }
.benefit-icon { font-size: 2.2rem; margin-bottom: 14px; }
.benefit-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.benefit-card p  { font-size: .88rem; color: #5f6368; line-height: 1.6; }

/* --- PREÇO --- */
.price-label { display: inline-block; background: #ef4444; color: #fff; font-weight: 900; font-size: .75rem; padding: 4px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.price-main  { font-size: clamp(2.5rem,6vw,4rem); font-weight: 900; color: #1a1a2e; line-height: 1; margin-bottom: 8px; }
.price-main strong { color: #1db954; }
.price-note  { color: #5f6368; font-size: 1rem; margin-bottom: 8px; }
.price-pix   { font-size: .95rem; color: #374151; margin-bottom: 28px; }
.price-pix strong { color: #1db954; }
.price-safe  { color: #9ca3af; font-size: .8rem; margin-top: 14px; }
.price-destaque {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 4px;
  line-height: 1;
}
.price-parcelas-num {
  font-size: 1.3rem;
  font-weight: 700;
  color: #6b7280;
}
.price-parcelas-x {
  font-size: 1.1rem;
  font-weight: 400;
  color: #6b7280;
}
.price-parcelas-de {
  font-size: 1rem;
  color: #6b7280;
}
.price-parcelas-valor {
  font-size: 3.2rem;
  font-weight: 900;
  color: #1db954;
  line-height: 1;
}
.price-pix-row { font-size: 1rem; color: #374151; margin: 16px 0 8px; }
.price-pix-row strong { color: #1db954; font-weight: 700; }
.price-dia { font-size: .88rem; color: #9ca3af; margin-bottom: 24px; }
.price-dia strong { color: #6b7280; }

/* --- DEPOIMENTOS --- */
.testimonials-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 36px; text-align: left; }
.testimonial-card {
  background: #fff; border: 1px solid #e5e7eb;
  border-radius: 16px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.stars { color: #f59e0b; font-size: .95rem; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-card p { font-size: .88rem; color: #374151; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: #e8f8ee; border: 2px solid #1db954;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .9rem; color: #1db954; flex-shrink: 0;
}
.author strong { font-size: .88rem; display: block; }
.author small  { color: #5f6368; font-size: .78rem; }

/* --- FAQ --- */
.faq-list { max-width: 780px; margin: 36px auto 0; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: #1db954; }
.faq-q {
  width: 100%; background: none; border: none;
  padding: 18px 20px; text-align: left;
  font-family: 'Roboto',sans-serif; font-size: .95rem; font-weight: 700;
  color: #1a1a2e; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-icon { color: #1db954; font-size: 1.3rem; transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 20px 18px; font-size: .88rem; color: #374151; line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* --- FOOTER --- */
.footer-contact-section {
  background: #f8f9fa;
  padding: 48px 0 32px;
  text-align: center;
}
.footer-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1db954;
  margin-bottom: 24px;
}
.footer-info {
  margin-bottom: 24px;
}
.footer-info p {
  font-size: .95rem;
  color: #374151;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-info a { color: #1db954; }

.footer-bar {
  background: linear-gradient(160deg, #1db954 0%, #7ed321 50%, #f0b429 100%);
  padding: 32px 20px;
  text-align: center;
}
.footer-bar img {
  height: 52px;
  width: auto;
  margin: 0 auto 12px;
  display: block;
}
.footer-bar p {
  color: #fff;
  font-size: .88rem;
  margin-bottom: 6px;
  line-height: 1.5;
}
.footer-bar strong { color: #fff; }
.footer-bar .footer-copy {
  margin-top: 12px;
  font-size: .78rem;
  color: rgba(255,255,255,.8);
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bar .footer-copy a {
  color: rgba(255,255,255,.8);
}
.footer-bar .footer-copy a:hover { color: #fff; }

.navbar .btn-green {
  color: #ffffff;
  animation: none;
}

/* --- WA FLOAT --- */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  background: #25d366; color: #fff;
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: all .25s ease;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55); }

/* --- RESPONSIVO --- */
@media(max-width:900px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-image-box { display: none; }
  .steps-cards { grid-template-columns: 1fr; }
  .benefits-row { grid-template-columns: 1fr; }
  .testimonials-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media(max-width:600px) {
  .section { padding: 52px 0; }
  .hero { padding: 44px 0 36px; }
  .hero-card { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* ===== HERO ===== */
.hero {
  background-image: url('assets/images/hero-desk.webp');
  background-size: cover;
  background-position: center center;
  padding: 56px 0 40px;
  position: relative;
}

.hero-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
}

@media (max-width: 768px) {
  .hero {
    background-image: url('assets/images/hero-mobile.webp');
    background-position: center 5%;
    background-size: 110%;
    padding: 220px 0 0;
  }

  .hero-container {
    justify-content: center;
  }

  .hero-card {
    max-width: 100%;
    border-radius: 16px;
    margin: 0 12px 16px;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .hero-overlay-text {
    background: rgba(0,0,0,0.35);
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0 12px 0;
    margin-bottom: 16px;
  }

  .hero-title-overlay {
    font-size: 2.6rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
    margin-bottom: 8px;
    line-height: 1;
  }

  .hero-sub-overlay {
    font-size: 1rem;
    color: rgba(255,255,255,.95);
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    line-height: 1.4;
  }
}

@keyframes pulse-btn {
  0%   { transform: scale(1); box-shadow: 0 4px 15px rgba(29,185,84,.4); }
  50%  { transform: scale(1.04); box-shadow: 0 6px 24px rgba(29,185,84,.6); }
  100% { transform: scale(1); box-shadow: 0 4px 15px rgba(29,185,84,.4); }
}
.btn-green {
  animation: pulse-btn 1.6s ease-in-out infinite;
}
.btn-green:hover {
  animation: none;
  transform: translateY(-2px);
}
.btn-whatsapp {
  animation: pulse-btn 1.6s ease-in-out infinite;
}
.btn-whatsapp:hover {
  animation: none;
}
.navbar .btn-green,
.navbar .btn-green span {
  color: #ffffff !important;
}
.whatsapp-float {
  border: none;
  cursor: pointer;
  transition: bottom 0.3s ease, transform .25s ease, box-shadow .25s ease;
}

.footer-contact-section {
  padding-top: 32px;
}
.price-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 4px;
  font-size: 1.1rem;
}
.price-from {
  color: #9ca3af;
  font-size: 1rem;
}
.price-from s {
  color: #ef4444;
  font-weight: 700;
}
.price-arrow { color: #1db954; font-weight: 900; }
.price-highlight {
  color: #374151;
  font-size: .9rem;
}

.footer-bar {
  padding-bottom: 80px;
}

.hero-card-anchor {
  text-align: center;
  font-size: .82rem;
  color: #9ca3af;
  margin-bottom: 4px;
}
.hero-card-anchor s {
  color: #ef4444;
  font-weight: 700;
  text-decoration: line-through;
}

@media (max-width: 600px) {
  .footer-bar {
    padding-bottom: 100px;
  }
}

/* ===== HERO DESKTOP ONLY (min-width: 769px) ===== */
@media (min-width: 769px) {

  .hero {
    min-height: 620px;
    background-position: left center;
    background-size: cover;
    padding: 0;
    position: relative;
  }

  .hero-overlay-text {
    display: block;
    position: absolute;
    left: 48px;
    bottom: 60px;
    right: 480px;
    background: none;
    padding: 0;
    margin: 0;
  }

  .hero-title-overlay {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .hero-sub-overlay {
    font-size: 1.1rem;
    color: rgba(255,255,255,.92);
    text-shadow: 0 1px 6px rgba(0,0,0,.4);
    line-height: 1.4;
  }

  .hero > .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 32px 48px;
  }

  .hero-card {
    max-width: 420px;
    width: 100%;
  }

}

.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
