@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary:    #3aba6b;
  --blue:       #030712;
  --blue-dark:  #030712;
  --blue-deeper:#030712;
  --accent:     #2d50f8;
  --white:      #ffffff;
  --off-white:  #f4f7ff;
  --dark-text:  #111827;
  --mid-text:   #4b5563;
  --light-text: #9ca3af;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Comfortaa', cursive; color: var(--mid-text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Comfortaa', cursive; font-weight: 700; line-height: 1.1; letter-spacing: -0.5px; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 2; }

/* ========================================
   HERO + FORMULÁRIO — SPLIT, FUNDO ESCURO
   ======================================== */
.hero-split {
  background: linear-gradient(160deg, #050b12 0%, #030712 55%, #04140f 100%);
  padding: 4rem 0;
}
.hero-split-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media(min-width: 900px) { .hero-split-grid { grid-template-columns: 1.05fr 1fr; gap: 4.5rem; align-items: start; } }

.hero-split-left { text-align: left; }
.hero-logo-centered img { height: 2.4rem; margin-bottom: 1.75rem; }
.hero-light-tag { font-size: 0.95rem; color: rgba(255,255,255,0.6); margin-bottom: 1.2rem; }
.hero-light-title {
  font-family: 'Comfortaa', cursive;
  font-weight: 500;
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: #fff;
  line-height: 1.05;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}
.hero-blue-highlight { color: #6d8bff; font-weight: 700; }
.hero-green-number   { color: var(--primary); font-weight: 700; }
.hero-light-desc { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 2rem; max-width: 520px; }
.text-secondary-brand { color: #6d8bff; font-weight: 600; }

.hero-stats-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-stat-box {
  flex: 1; min-width: 110px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 0.9rem 1rem;
}
.hero-stat-box strong { display: block; font-family: 'Comfortaa', cursive; font-weight: 800; font-size: 1.3rem; color: var(--primary); }
.hero-stat-box span { font-size: 0.72rem; color: rgba(255,255,255,0.65); }

.btn-green-hero {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: var(--primary); color: #061a0e;
  padding: 1rem 2.6rem; border-radius: 8px;
  font-family: 'Comfortaa', cursive; font-weight: 700; font-size: 1.05rem;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 18px rgba(58,186,107,0.35);
}
.btn-green-hero:hover { background: #2ea85c; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(58,186,107,0.5); }

/* ========================================
   FORMULÁRIO — CARD BRANCO FLUTUANTE
   ======================================== */
.hero-split-right {
  background: #fff; border-radius: 18px;
  padding: 2rem 1.75rem; box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* ========================================
   AVISO / URGÊNCIA — FUNDO ESCURO
   ======================================== */
.aviso-section { background: var(--blue); padding: 5rem 0 6rem; border-top: 1px solid rgba(255,255,255,0.08); }
.aviso-cta { margin-top: 2rem; }

.fold-aviso-tag { font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 1rem; display: block; }
.fold-headline {
  font-family: 'Comfortaa', cursive; font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: #fff;
  line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 2.5rem; text-transform: uppercase;
  max-width: 720px;
}
.fold-steps-list { display: flex; flex-direction: column; gap: 1rem; max-width: 720px; }
.fold-step-item { display: flex; gap: 1.25rem; align-items: flex-start; background: #fff; border-radius: 12px; padding: 1.4rem 1.5rem; }
.fold-step-circle {
  width: 2.2rem; height: 2.2rem; min-width: 2.2rem; border-radius: 50%;
  background: #eef1ff; border: 1px solid #b0bcfd; color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Comfortaa', cursive; font-weight: 800; font-size: 0.9rem;
}
.fold-step-body strong { display: block; font-family: 'Comfortaa', cursive; font-weight: 700; font-size: 0.97rem; color: #111; margin-bottom: 0.35rem; }
.fold-step-body p { font-size: 0.88rem; color: #555; line-height: 1.65; }
.text-green-inline { color: #1a7f3c; font-weight: 600; }

/* Form fields — dentro do card branco */
.fold-social-proof { font-size: 0.85rem; color: var(--light-text); margin-bottom: 0.4rem; }
.fold-form-title { font-family: 'Comfortaa', cursive; font-weight: 800; font-size: 1.5rem; color: var(--dark-text); margin-bottom: 1.5rem; letter-spacing: -0.5px; }
.fold-field {
  width: 100%; padding: 1rem 1.15rem;
  background: #fff; border: 1px solid #e0e7ff;
  border-radius: 8px; color: var(--dark-text);
  font-family: 'Comfortaa', cursive; font-size: 0.97rem;
  margin-bottom: 0.75rem; transition: border-color 0.2s;
  appearance: none; -webkit-appearance: none;
}
.fold-field::placeholder { color: #aaa; }
.fold-field:focus { outline: none; border-color: var(--accent); }
.fold-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  background-color: #fff; padding-right: 2.5rem;
}
.fold-select option { background: #fff; color: var(--dark-text); }
.fold-phone-row { display: flex; gap: 0.5rem; margin-bottom: 0.75rem; }
.fold-phone-prefix {
  display: flex; align-items: center; gap: 0.4rem;
  background: #fff; border: 1px solid #e0e7ff; border-radius: 8px;
  padding: 0 0.9rem; color: var(--dark-text); font-size: 0.9rem;
  white-space: nowrap; font-family: 'Comfortaa', cursive; min-width: 95px; cursor: pointer;
}
.fold-phone-input { flex: 1; margin-bottom: 0; }
.btn-green-full {
  width: 100%; display: block; background: var(--primary); color: #082212;
  padding: 1.15rem; border-radius: 8px;
  font-family: 'Comfortaa', cursive; font-weight: 800; font-size: 1.1rem;
  text-align: center; border: none; cursor: pointer;
  transition: all 0.25s ease; margin-top: 0.25rem;
  box-shadow: 0 6px 24px rgba(58,186,107,0.45);
}
.btn-green-full:hover { background: #2ea85c; box-shadow: 0 10px 36px rgba(58,186,107,0.65); transform: translateY(-2px); }
.fold-privacy { text-align: center; font-size: 0.78rem; color: var(--light-text); margin-top: 0.7rem; }

/* ========================================
   MÉTODO ESCALA — FUNDO BRANCO
   ======================================== */
.escala-section { background: var(--white); padding: 6rem 0; border-top: 1px solid #e8eeff; }
.escala-grid { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media(min-width: 900px) { .escala-grid { grid-template-columns: 1fr 1.6fr; gap: 6rem; align-items: start; } }
.escala-left-inner { position: sticky; top: 6rem; }
.escala-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; margin-bottom: 1.5rem; }
.escala-heading { font-family: 'Comfortaa', cursive; font-weight: 700; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--dark-text); line-height: 1.2; margin-bottom: 1.2rem; letter-spacing: -0.5px; }
.escala-highlight { color: var(--accent); }
.escala-subtext { font-size: 0.95rem; color: var(--mid-text); line-height: 1.7; }

.escala-timeline { position: relative; display: flex; flex-direction: column; gap: 1rem; }
.escala-timeline::before { content: ''; position: absolute; left: 10px; top: 16px; bottom: 16px; width: 2px; background: #e0e7ff; z-index: 0; }
.escala-item { display: flex; gap: 1.5rem; align-items: flex-start; position: relative; opacity: 0.4; transition: opacity 0.4s ease; }
.escala-item--active { opacity: 1; }
.escala-item--active .escala-dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(45,80,248,0.2); }
.escala-item--active .escala-card { border-color: rgba(45,80,248,0.3); background: #f0f4ff; }
.escala-dot { width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background: #e0e7ff; border: 2px solid #c7d2fe; margin-top: 1.4rem; position: relative; z-index: 1; transition: all 0.4s ease; }
.escala-card { flex: 1; background: var(--off-white); border: 1px solid #e0e7ff; border-radius: 12px; padding: 1.4rem 1.6rem; transition: all 0.4s ease; }
.escala-icon { color: var(--accent); margin-bottom: 0.9rem; opacity: 0.85; }
.escala-card-title { font-family: 'Comfortaa', cursive; font-weight: 600; font-size: 1.5rem; color: var(--dark-text); margin-bottom: 0.5rem; line-height: 1.2; }
.escala-drop { font-size: 2.4rem; font-weight: 700; color: var(--accent); line-height: 0.85; display: inline-block; vertical-align: middle; margin-right: 1px; }
.escala-card-desc { font-size: 0.92rem; color: var(--mid-text); line-height: 1.7; }

/* ========================================
   SHARED HELPERS
   ======================================== */
.section-eyebrow-blue { font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.section-eyebrow-white { font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 1rem; }
.section-eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); margin-bottom: 1rem; }
.section-heading-dark  { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--dark-text); line-height: 1.15; margin-bottom: 3rem; }
.section-heading-white { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: #fff; line-height: 1.15; margin-bottom: 3rem; }
.text-green { color: var(--primary); }
.text-blue  { color: var(--accent); }
.text-white-blue { color: #a5b4fc; }

/* ========================================
   TESTIMONIALS — FUNDO AZUL
   ======================================== */
.testimonials-section { background: var(--blue); padding: 6rem 0; }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width: 768px)  { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width: 1200px) { .testimonials-grid { grid-template-columns: repeat(4, 1fr); } }

.tcard { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; backdrop-filter: blur(4px); }
.tcard-stars { color: #fbbf24; font-size: 1rem; letter-spacing: 2px; }
.tcard-quote { color: rgba(255,255,255,0.85); line-height: 1.7; font-size: 0.95rem; flex: 1; }
.tcard-author { display: flex; align-items: center; gap: 0.75rem; }
.tcard-avatar { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(255,255,255,0.2); color: #fff; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tcard-author strong { display: block; color: #fff; font-size: 0.9rem; }
.tcard-author span { color: rgba(255,255,255,0.6); font-size: 0.8rem; }

/* ========================================
   SERVICES — FUNDO BRANCO
   ======================================== */
.services-section { background: var(--off-white); padding: 6rem 0; border-top: 1px solid #e0e7ff; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width: 768px)  { .services-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width: 1200px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.scard { background: #fff; border: 1px solid #e0e7ff; border-radius: 12px; padding: 2rem; transition: border-color 0.3s, box-shadow 0.3s; }
.scard:hover { border-color: var(--accent); box-shadow: 0 4px 20px rgba(45,80,248,0.1); }
.scard-icon { width: 3rem; height: 3rem; background: #eef1ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 1.25rem; }
.scard h3 { color: var(--dark-text); font-size: 1.05rem; margin-bottom: 0.6rem; }
.scard p { color: var(--mid-text); font-size: 0.9rem; line-height: 1.7; }

/* ========================================
   PROOF MESSAGES — FUNDO AZUL
   ======================================== */
.proof-section { background: var(--blue); padding: 6rem 0; }
.proof-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media(min-width: 768px)  { .proof-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width: 1200px) { .proof-grid { grid-template-columns: repeat(3, 1fr); } }

.proof-bubble { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 1.5rem; }
.proof-bubble-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.proof-avatar { width: 2rem; height: 2rem; border-radius: 50%; background: var(--primary); color: #fff; font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.proof-bubble-header span { color: var(--primary); font-size: 0.85rem; font-weight: 600; }
.proof-bubble p { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.7; }

/* ========================================
   ABOUT — FUNDO BRANCO
   ======================================== */
.about-section { background: var(--white); padding: 6rem 0; border-top: 1px solid #e0e7ff; }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media(min-width: 992px) { .about-grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.about-right p { color: var(--mid-text); font-size: 1rem; line-height: 1.8; margin-bottom: 1.5rem; }
.about-stats { display: flex; gap: 2.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.about-stat strong { display: block; font-size: 2rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 0.3rem; }
.about-stat span { font-size: 0.8rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }

/* ========================================
   FAQ — FUNDO AZUL
   ======================================== */
.faq-section { background: var(--blue); padding: 6rem 0; }
.faq-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 3rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; overflow: hidden; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.15); }
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; background: rgba(255,255,255,0.08); border: none; color: #fff; padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; text-align: left; font-size: 1rem; font-family: 'Comfortaa', cursive; transition: background 0.2s; }
.faq-question:hover { background: rgba(255,255,255,0.15); }
.faq-question span { flex: 1; }
.faq-arrow { flex-shrink: 0; transition: transform 0.3s; color: rgba(255,255,255,0.7); }
.faq-item--open .faq-arrow { transform: rotate(180deg); }
.faq-answer { background: rgba(0,0,0,0.15); max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item--open .faq-answer { max-height: 300px; }
.faq-answer p { padding: 1.5rem 2rem; color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.8; }
.faq-cta { text-align: center; }
.faq-cta p { color: rgba(255,255,255,0.7); margin-bottom: 1rem; font-size: 1rem; }
.btn-outline-white { display: inline-block; border: 1px solid rgba(255,255,255,0.4); color: #fff; padding: 0.9rem 2rem; border-radius: 8px; text-decoration: none; font-size: 0.95rem; transition: background 0.3s; font-family: 'Comfortaa', cursive; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

/* ========================================
   FINAL CTA — FUNDO BRANCO
   ======================================== */
.final-cta-section { background: var(--off-white); padding: 7rem 0; border-top: 1px solid #e0e7ff; text-align: center; }
.final-cta-heading { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--dark-text); line-height: 1.2; margin-bottom: 1.5rem; }
.final-cta-desc { color: var(--mid-text); font-size: 1.1rem; margin-bottom: 2.5rem; }

/* ========================================
   FOOTER — FUNDO AZUL ESCURO
   ======================================== */
.footer { background: var(--blue); padding: 5rem 0 3rem; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 4rem; justify-content: space-between; }
.footer-brand { flex: 1; min-width: 220px; }
.footer-brand img { height: 2.5rem; margin-bottom: 1.5rem; display: block; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.95rem; max-width: 320px; line-height: 1.8; }
.footer-col { min-width: 150px; }
.footer-title { font-size: 1rem; margin-bottom: 1.25rem; color: #fff; font-weight: 600; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.75rem; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.95rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; margin-top: 3rem; justify-content: space-between; display: flex; color: rgba(255,255,255,0.3); font-size: 0.85rem; flex-wrap: wrap; gap: 1rem; }

/* ========================================
   FLOATING WHATSAPP
   ======================================== */
.floating-wp {
  position: fixed; bottom: 2rem; right: 2rem; width: 4.5rem; height: 4.5rem;
  background: linear-gradient(135deg, #1bd741, #128c7e);
  color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  z-index: 100; box-shadow: 0 10px 30px rgba(37,211,102,0.4); text-decoration: none; transition: transform 0.3s, box-shadow 0.3s;
}
.floating-wp:hover { transform: scale(1.1); box-shadow: 0 15px 40px rgba(37,211,102,0.6); }
.floating-wp svg { width: 2.25rem; height: 2.25rem; fill: currentColor; }

/* ========================================
   UTILITIES
   ======================================== */
.py-32 { padding: 8rem 0; }
@media(min-width: 992px) { .py-32 { padding: 12rem 0; } }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ========================================
   MOBILE — até 767px
   ======================================== */
@media(max-width: 767px) {

  /* Geral */
  .container { padding: 0 1.25rem; }

  /* Hero + Formulário */
  .hero-split { padding: 2.25rem 0 2.75rem; }
  .hero-split-grid { gap: 1.75rem; }
  .hero-split-left { text-align: center; }
  .hero-logo-centered { display: flex; justify-content: center; }
  .hero-logo-centered img { height: 2rem; margin-bottom: 1.25rem; }
  .hero-light-tag { font-size: 0.875rem; }
  .hero-light-title { font-size: 1.8rem; line-height: 1.15; }
  .hero-light-desc { font-size: 0.9rem; margin-left: auto; margin-right: auto; }
  .hero-stats-row { justify-content: center; }
  .btn-green-hero { width: 100%; text-align: center; justify-content: center; padding: 1rem 1.5rem; font-size: 1rem; }

  .hero-split-right { padding: 1.5rem 1.25rem; border-radius: 14px; }
  .fold-form-title { font-size: 1.3rem; }
  .fold-field { font-size: 1rem; padding: 0.9rem 1rem; } /* 16px evita zoom no iOS */
  .fold-select { font-size: 1rem; }
  .fold-phone-prefix { min-width: 80px; font-size: 0.85rem; }
  .btn-green-full { font-size: 1rem; padding: 1.1rem; }

  /* Aviso */
  .aviso-section { padding: 3rem 0 3.5rem; }
  .fold-headline { font-size: 1.55rem; margin-bottom: 1.75rem; }
  .fold-step-item { padding: 1.1rem 1.1rem; }
  .fold-step-body strong { font-size: 0.9rem; }
  .fold-step-body p { font-size: 0.82rem; }

  /* ESCALA — desativa sticky, todos os itens visíveis */
  .escala-section { padding: 3rem 0; }
  .escala-left-inner { position: static; }
  .escala-item { opacity: 1; }
  .escala-drop { font-size: 1.8rem; }
  .escala-card { padding: 1.1rem 1.25rem; }
  .escala-card-title { font-size: 1.25rem; }
  .escala-card-desc { font-size: 0.88rem; }

  /* Headings de seção */
  .section-heading-white,
  .section-heading-dark { font-size: 1.7rem; margin-bottom: 1.75rem; }

  /* Depoimentos */
  .testimonials-section { padding: 3rem 0; }
  .tcard { padding: 1.5rem; }
  .tcard-quote { font-size: 0.9rem; }

  /* Serviços */
  .services-section { padding: 3rem 0; }
  .scard { padding: 1.5rem; }
  .scard h3 { font-size: 1rem; }
  .scard p { font-size: 0.87rem; }

  /* Proof */
  .proof-section { padding: 3rem 0; }
  .proof-bubble { padding: 1.25rem; }
  .proof-bubble p { font-size: 0.87rem; }

  /* About */
  .about-section { padding: 3rem 0; }
  .about-grid { gap: 2rem; }
  .about-right p { font-size: 0.93rem; }
  .about-stats { gap: 1.5rem; }
  .about-stat strong { font-size: 1.75rem; }
  .about-stat span { font-size: 0.75rem; }

  /* FAQ */
  .faq-section { padding: 3rem 0; }
  .faq-question { padding: 1.1rem 1.25rem; font-size: 0.9rem; }
  .faq-answer p { padding: 1.1rem 1.25rem; font-size: 0.88rem; }
  .faq-item--open .faq-answer { max-height: 500px; }
  .btn-outline-white { width: 100%; text-align: center; display: block; }

  /* CTA final */
  .final-cta-section { padding: 3.5rem 0; }
  .final-cta-heading { font-size: 1.7rem; }
  .final-cta-desc { font-size: 0.95rem; margin-bottom: 2rem; }
  .final-cta-section .btn-green-hero { width: 100%; }

  /* Footer */
  .footer { padding: 3rem 0 2rem; }
  .footer-inner { gap: 2rem; flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.5rem; }

  /* Floating WP — maior área de toque */
  .floating-wp { width: 3.5rem; height: 3.5rem; bottom: 1.25rem; right: 1.25rem; }
  .floating-wp svg { width: 1.9rem; height: 1.9rem; }
}

/* ========================================
   TABLET — 768px a 899px
   ======================================== */
@media(min-width: 768px) and (max-width: 899px) {
  .hero-light-title { font-size: 2.6rem; }
  .aviso-section { padding: 4rem 0 5rem; }
  .escala-section { padding: 4rem 0; }
  .testimonials-section, .services-section, .proof-section,
  .about-section, .faq-section { padding: 4rem 0; }
  .final-cta-section { padding: 5rem 0; }
}

/* Toque — remove delay e highlight azul nos botões */
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

/* ========================================
   FIT SECTION — "Esse método é pra você?"
   ======================================== */
.fit-section { background: var(--white); padding: 5rem 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.fit-card { border-radius: 16px; padding: 2rem; }
.fit-yes { background: #f0fdf4; border: 1.5px solid #86efac; }
.fit-no  { background: #fef2f2; border: 1.5px solid #fca5a5; }
.fit-card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.2rem; color: var(--dark-text); }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.fit-list li { font-size: 0.95rem; color: var(--mid-text); padding-left: 0; line-height: 1.5; }
.fit-cta { text-align: center; margin-top: 2.5rem; }

/* No-capital message box */
.no-capital-box { background: #f0f4ff; border: 1.5px solid #2d50f8; border-radius: 12px; padding: 1.25rem 1.5rem; margin-bottom: 1rem; }
.no-capital-box p { color: var(--dark-text); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; }

@media(max-width: 767px) {
  .fit-grid { grid-template-columns: 1fr; }
  .fit-section { padding: 3.5rem 0; }
}
