:root {
    --verde-escuro: #66a352;
    --verde-medio: #6b8f4e;
    --verde-oliva: #8a9a5b;
    --verde-salvia: #d8dfb8;
    --creme: #f2f0eb;
    --creme-escuro: #e8e4dc;
    --texto: #2c3022;
    --texto-suave: #5a6045;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Jost', sans-serif;
    background-color: var(--creme);
    color: var(--texto);
    overflow-x: hidden;
  }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    background: radial-gradient(ellipse 70% 60% at 50% 40%, #dde5c8 0%, var(--creme) 70%);
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238a9a5b' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
  }

  .hero-logo {
    width: 410px;
    height: 410px;
    margin: -100px auto -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatUp 1s ease both;
  }

  .hero-logo img { width: 410px; height: 410px; object-fit: contain; }

  .hero-content { position: relative; z-index: 1; padding: 2rem; animation: floatUp 1s ease 0.1s both; }

  h1.nome {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 700;
    color: var(--verde-escuro);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
  }

  .subtitulo {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--verde-oliva);
  }

  .hero-cta {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .btn-primary {
    background: var(--verde-escuro);
    color: white;
    box-shadow: 0 4px 20px rgba(58,90,53,0.3);
  }

  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(58,90,53,0.4); }

  .btn-outline {
    background: transparent;
    color: var(--verde-escuro);
    border: 1.5px solid var(--verde-escuro);
  }

  .btn-outline:hover { background: var(--verde-escuro); color: white; }

  /* ── SCROLL INDICATOR ── */
  .scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    animation: pulse 2s infinite;
  }

  .scroll-indicator span { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--verde-oliva); }

  .scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--verde-oliva), transparent);
  }

  /* ── SECTION BASE ── */
  section { padding: 7rem 2rem; }

  .container { max-width: 1100px; margin: 0 auto; }

  .section-label {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--verde-oliva);
    margin-bottom: 0.75rem;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 600;
    color: var(--verde-escuro);
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }

  .section-divider {
    width: 60px;
    height: 2px;
    background: var(--verde-medio);
    margin-bottom: 3rem;
  }

  /* ── ABORDAGEM ── */
  .abordagem { background: var(--verde-salvia); }

  .abordagem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .abordagem-texto p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--texto-suave);
    margin-bottom: 1.5rem;
  }

  .quote-block {
    border-left: 3px solid var(--verde-escuro);
    padding: 1.5rem 2rem;
    background: white;
    border-radius: 0 12px 12px 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-style: italic;
    color: var(--verde-escuro);
    line-height: 1.5;
  }

  .visual-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .mosaic-card {
    background: var(--creme);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--verde-escuro);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .mosaic-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(58,90,53,0.1); }

  .mosaic-card.tall { grid-row: span 2; justify-content: center; }

  .mosaic-icon { font-size: 2rem; }

  /* ── PILARES ── */
  .pilares { background: var(--creme); }

  .pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
  }

  .pilar-card {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    border-bottom: 3px solid var(--verde-salvia);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  }

  .pilar-card:hover {
    border-color: var(--verde-escuro);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(58,90,53,0.1);
  }

  .pilar-icon {
    width: 68px;
    height: 68px;
    background: var(--creme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
  }

  .pilar-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--verde-escuro);
    margin-bottom: 0.75rem;
  }

  .pilar-card p { font-size: 0.9rem; line-height: 1.7; color: var(--texto-suave); }

  /* ── PACOTES ── */
  .pacotes { background: var(--verde-salvia); }

  .pacotes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
  }

  .pacote-card {
    border-radius: 24px;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .pacote-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(58,90,53,0.15); }

  .pacote-basico { background: var(--creme); border: 1.5px solid var(--creme-escuro); }

  .pacote-essencial {
    background: var(--verde-escuro);
    color: white;
  }

  .pacote-premium { background: var(--creme); border: 1.5px solid var(--verde-salvia); }

  .pacote-badge {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    display: inline-block;
  }

  .pacote-basico .pacote-badge { background: var(--creme-escuro); color: var(--texto-suave); }
  .pacote-essencial .pacote-badge { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); }
  .pacote-premium .pacote-badge { background: var(--verde-salvia); color: var(--verde-escuro); }

  .pacote-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }

  .pacote-basico h3, .pacote-premium h3 { color: var(--verde-escuro); }
  .pacote-essencial h3 { color: white; }

  .pacote-subtitulo {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .pacote-basico .pacote-subtitulo { color: var(--verde-escuro); }
  .pacote-essencial .pacote-subtitulo { color: rgba(255,255,255,0.6); }
  .pacote-premium .pacote-subtitulo { color: var(--verde-escuro); }

  .pacote-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
  }

  .pacote-basico .pacote-desc { color: var(--texto-suave); }
  .pacote-essencial .pacote-desc { color: rgba(255,255,255,0.75); }
  .pacote-premium .pacote-desc { color: var(--texto-suave); }

  .pacote-lista { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 2rem; }

  .pacote-lista li {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .pacote-basico .pacote-lista li { color: var(--texto-suave); }
  .pacote-essencial .pacote-lista li { color: rgba(255,255,255,0.85); }
  .pacote-premium .pacote-lista li { color: var(--texto-suave); }

  .check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
  }

  .pacote-basico .check { background: var(--verde-salvia); color: var(--verde-escuro); }
  .pacote-essencial .check { background: rgba(255,255,255,0.2); color: white; }
  .pacote-premium .check { background: var(--verde-escuro); color: white; }

  /* ── RESUMO TABLE ── */
  .resumo { background: white; }

  .tabela-wrapper { overflow-x: auto; margin-top: 1rem; }

  table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(58,90,53,0.08);
  }

  thead tr { background: var(--verde-escuro); }

  thead th {
    padding: 1.25rem 1.5rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    text-align: left;
  }

  thead th:not(:first-child) { text-align: center; }

  tbody tr { border-bottom: 1px solid var(--creme-escuro); transition: background 0.2s; }
  tbody tr:last-child { border-bottom: none; }
  tbody tr:hover { background: var(--creme); }

  tbody td {
    padding: 1.1rem 1.5rem;
    font-size: 0.9rem;
    color: var(--texto-suave);
  }

  tbody th {
    padding: 1.1rem 1.5rem;
    font-size: 0.9rem;
    color: var(--texto);
    font-weight: 500;
    text-align: left;
  }

  tbody td:not(:first-child) { text-align: center; }

  .tick { color: var(--verde-medio); font-size: 1.1rem; }
  .cross { color: #c0392b; font-size: 1.1rem; }

  /* ── STATS ── */
  .stats {
    background: var(--verde-escuro);
    padding: 6rem 2rem;
  }

  .stats .section-title { color: white; }
  .stats .section-label { color: var(--verde-salvia); }
  .stats .section-divider { background: var(--verde-salvia); }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
  }

  .stat-card {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
  }

  .stat-card:hover { background: rgba(255,255,255,0.1); }

  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 700;
    color: var(--verde-salvia);
    line-height: 1;
    margin-bottom: 0.75rem;
  }

  .stat-desc {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
  }

  /* ── CURVA EVOLUÇÃO ── */
  .evolucao { background: var(--creme-escuro); }

  .curva-wrap {
    margin-top: 2rem;
    background: white;
    border-radius: 20px;
    padding: 3rem;
    position: relative;
  }

  .curva-svg { width: 100%; height: auto; display: block; }

  .curva-nota {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: var(--texto-suave);
    font-style: italic;
  }

  /* ── DIFERENCIAIS ── */
  .diferenciais { background: var(--creme); }

  .diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
  }

  .diferencial-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border-bottom: 3px solid var(--creme-escuro);
    transition: border-color 0.3s, transform 0.3s;
  }

  .diferencial-card:hover { border-color: var(--verde-escuro); transform: translateY(-5px); }

  .diferencial-icon {
    font-size: 2.2rem;
    margin-bottom: 1.25rem;
    display: block;
  }

  .diferencial-titulo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--verde-medio);
    margin-bottom: 0.5rem;
  }

  .diferencial-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--texto-suave);
  }

  /* ── QUOTE ── */
  .quote-section {
    background: var(--verde-salvia);
    padding: 8rem 2rem;
    text-align: center;
  }

  .grande-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-style: italic;
    font-weight: 600;
    color: var(--verde-escuro);
    max-width: 800px;
    margin: 0 auto 1.5rem;
    line-height: 1.4;
  }

  .quote-autor {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--verde-oliva);
    margin-top: 1rem;
    letter-spacing: 0.05em;
  }

  .quote-sub {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde-oliva);
  }

  /* ── FAQ ── */
  .faq { background: white; padding: 7rem 2rem; }

  .faq-lista {
    max-width: 780px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .faq-item {
    border: 1px solid var(--verde-salvia);
    border-radius: 8px;
    overflow: hidden;
  }

  .faq-pergunta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--texto);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, color 0.2s;
  }

  .faq-pergunta:hover { background: var(--verde-salvia); }
  .faq-pergunta[aria-expanded="true"] { background: var(--verde-salvia); color: var(--verde-medio); }

  .faq-icone {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .faq-icone::before,
  .faq-icone::after {
    content: '';
    position: absolute;
    background: var(--verde-escuro);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }

  .faq-icone::before { width: 12px; height: 2px; top: 9px; left: 4px; }
  .faq-icone::after  { width: 2px; height: 12px; top: 4px; left: 9px; }

  .faq-pergunta[aria-expanded="true"] .faq-icone::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .faq-resposta {
    padding: 0 1.5rem 1.25rem;
    font-size: 1rem;
    color: var(--texto-suave);
    line-height: 1.7;
  }

  .faq-resposta[hidden] { display: none; }

  /* ── REDES SOCIAIS ── */
  .redes-sociais-section {
    background: var(--creme);
    padding: 6rem 2rem;
  }

  .redes-sociais-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
  }

  .rede-social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: var(--texto);
    transition: transform 0.22s ease;
  }

  .rede-social-card:hover { transform: translateY(-6px); }

  .rede-social-icone {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.22s ease;
  }

  .rede-social-card:hover .rede-social-icone {
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
  }

  .rede-social-nome {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--texto-suave);
  }

  .rede-youtube   { background: #FF0000; }
  .rede-instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
  .rede-facebook  { background: #1877F2; }
  .rede-tiktok    { background: #010101; }
  .rede-kwai      { background: #FF6600; }
  .rede-x         { background: #000000; }
  .rede-whatsapp  { background: #25D366; }
  .rede-telegram  { background: #2AABEE; }

  @media (max-width: 480px) {
    .redes-sociais-grid { gap: 1.25rem; }
    .rede-social-icone  { width: 56px; height: 56px; border-radius: 14px; }
  }

  /* ── CONTATO ── */
  .contato { background: var(--verde-escuro); padding: 7rem 2rem; text-align: center; }

  .contato .section-title { color: white; }
  .contato .section-label { color: var(--verde-salvia); }
  .contato .section-divider { background: var(--verde-salvia); margin: 0 auto 1.5rem; }

  .contato-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    max-width: 500px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
  }

  .contato-nome {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    letter-spacing: -0.01em;
    line-height: 1.1;
  }

  .contato-subtitulo {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: white;
    margin: 0 auto 2rem;
  }

  .contato-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .contato-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
  }

  .contato-link:hover { color: var(--verde-salvia); }

  .contato-cta {
    margin: 0 auto 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .contato-cta .btn-primary {
    background: white;
    color: var(--verde-escuro);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }

  .contato-cta .btn-primary:hover {
    background: var(--creme);
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  }

  .bonus-box {
    display: inline-block;
    border: 1.5px dashed rgba(255,255,255,0.3);
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.7);
    max-width: 480px;
  }

  .bonus-box strong { color: white; }

  /* ── FOOTER ── */
  footer {
    background: var(--verde-medio);
    padding: 2rem;
    text-align: center;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.1em;
  }

  /* ── ANIMATIONS ── */
  @keyframes floatUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
  }

  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: none;
  }

  /* ── SR-ONLY ── */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .abordagem-grid,
    .pilares-grid,
    .pacotes-grid,
    .stats-grid,
    .diferenciais-grid { grid-template-columns: 1fr; }

    .visual-mosaic { grid-template-columns: 1fr; }
    .mosaic-card.tall { grid-row: span 1; }
  }

  .stats-nota {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: var(--texto-suave);
    opacity: 0.8;
  }

  /* ── FORMULÁRIO DE CONTATO ── */
  .form-contato-wrap {
    margin: 2.5rem auto 0;
    max-width: 560px;
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    padding: 2.5rem 2rem;
  }

  .form-chamada {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-style: italic;
    color: white;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .form-chamada-sub {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }

  .form-contato {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }

  .form-grupo {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: left;
  }

  .form-grupo label {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
  }

  .form-grupo input,
  .form-grupo textarea {
    width: 100%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    color: white;
    outline: none;
    resize: none;
    transition: border-color 0.2s, background 0.2s;
  }

  .form-grupo input::placeholder,
  .form-grupo textarea::placeholder {
    color: rgba(255,255,255,0.3);
  }

  .form-grupo input:focus,
  .form-grupo textarea:focus {
    border-color: var(--verde-salvia);
    background: rgba(255,255,255,0.15);
  }

  .btn-form {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    background: white;
    color: var(--verde-escuro);
    padding: 0.95rem 2rem;
    border-radius: 999px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }

  .btn-form:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.3);
    background: var(--creme);
  }

  .btn-form:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .fc-feedback {
    text-align: center;
    font-size: 0.9rem;
    min-height: 1.2rem;
    margin-top: 0.25rem;
  }

  .fc-feedback--ok   { color: var(--verde-salvia); }
  .fc-feedback--erro { color: #f9a8a8; }

  @media (max-width: 768px) {
    .form-contato-wrap { padding: 2rem 1.25rem; }
  }

  /* ── URGENCY BAR ── */
  .urgency-bar {
    background: var(--texto);
    color: rgba(255,255,255,0.85);
    text-align: center;
    padding: 0.6rem 1.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    position: sticky;
    top: 0;
    z-index: 200;
  }

  .urgency-bar a {
    color: var(--verde-salvia);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* ── HERO ENHANCEMENTS ── */
  .hero-tagline {
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--verde-oliva);
    margin-bottom: 1.25rem;
  }

  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 700;
    color: var(--verde-escuro);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
  }

  .hero-headline em {
    font-style: italic;
    color: var(--verde-medio);
  }

  .hero-sub {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--texto-suave);
    max-width: 540px;
    margin: 0 auto 2.5rem;
  }

  .hero-trust {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    font-size: 0.8rem;
    color: var(--texto-suave);
  }

  .hero-trust span { display: flex; align-items: center; gap: 0.4rem; }

  .trust-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--verde-escuro);
    color: white;
    font-size: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* ── DOR ── */
  .dor { background: var(--creme-escuro); }

  .dor-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--texto-suave);
    max-width: 640px;
    margin-bottom: 3rem;
  }

  .dor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 3.5rem;
  }

  .dor-item {
    background: white;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--texto);
    line-height: 1.5;
    border-left: 3px solid var(--verde-salvia);
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  }

  .dor-item:hover {
    border-color: var(--verde-escuro);
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(58,90,53,0.09);
  }

  .dor-icon { font-size: 1.5rem; flex-shrink: 0; }

  .dor-cta { text-align: center; }

  .dor-resposta {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-style: italic;
    color: var(--verde-escuro);
    margin-bottom: 1.5rem;
  }

  /* ── SOBRE ── */
  .sobre { background: white; }

  .sobre-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 5rem;
    align-items: center;
  }

  .sobre-visual {
    display: flex;
    justify-content: center;
  }

  .sobre-foto-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .sobre-foto-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(135deg, var(--verde-salvia) 0%, var(--creme-escuro) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--verde-escuro);
    box-shadow: 0 12px 40px rgba(58,90,53,0.2);
  }

  .sobre-foto-com-imagem {
    background: none;
    padding: 0;
    overflow: hidden;
  }

  .sobre-foto-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sobre-iniciais {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--verde-escuro);
  }

  .sobre-credenciais {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .credencial-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--creme);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.78rem;
    color: var(--verde-escuro);
    font-weight: 500;
    white-space: nowrap;
  }

  .sobre-cargo {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--verde-oliva);
    margin-bottom: 1.5rem;
  }

  .sobre-texto p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--texto-suave);
    margin-bottom: 1.25rem;
  }

  .sobre-lista {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
  }

  .sobre-lista li {
    font-size: 0.88rem;
    color: var(--texto);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .check-verde {
    color: var(--verde-escuro);
    font-weight: 700;
    font-size: 1rem;
  }

  /* ── DEPOIMENTOS ── */
  .depoimentos { background: white; }

  .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
  }

  .depoimento-card {
    background: var(--creme);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 4px 20px rgba(58,90,53,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .depoimento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(58,90,53,0.13);
  }

  .depo-stars {
    color: #e8a614;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }

  .depo-texto {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--texto-suave);
    font-style: italic;
    flex: 1;
  }

  .depo-texto::before { content: '\201C'; }
  .depo-texto::after  { content: '\201D'; }

  .depo-autor {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid var(--creme-escuro);
    padding-top: 1.25rem;
  }

  .depo-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--verde-salvia);
    color: var(--verde-escuro);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .depo-autor strong {
    display: block;
    font-size: 0.88rem;
    color: var(--texto);
  }

  .depo-autor span {
    font-size: 0.74rem;
    color: var(--texto-suave);
  }

  /* ── COMO FUNCIONA ── */
  .como-funciona { background: var(--creme-escuro); }

  .passos-grid {
    display: grid;
    grid-template-columns: 1fr 48px 1fr 48px 1fr;
    align-items: start;
    margin-top: 1rem;
  }

  .passo-item {
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .passo-conector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4.5rem;
  }

  .passo-conector::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--verde-salvia), var(--verde-escuro), var(--verde-salvia));
    opacity: 0.5;
  }

  .passo-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--verde-escuro);
    line-height: 1;
    margin-bottom: 1rem;
  }

  .passo-titulo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--verde-escuro);
    margin-bottom: 0.75rem;
  }

  .passo-item p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--texto-suave);
  }

  .passos-cta {
    text-align: center;
    margin-top: 3rem;
  }

  /* ── GARANTIA ── */
  .garantia { background: var(--creme-escuro); }

  .garantia-box {
    max-width: 820px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    padding: 3.5rem;
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    box-shadow: 0 8px 40px rgba(58,90,53,0.1);
    border: 1.5px solid var(--verde-salvia);
  }

  .garantia-icon {
    font-size: 3.5rem;
    flex-shrink: 0;
    line-height: 1;
  }

  .garantia-titulo {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
    margin-bottom: 1rem !important;
  }

  .garantia-texto p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--texto-suave);
    margin-bottom: 0.75rem;
  }

  .garantia-assinatura {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--verde-oliva);
  }

  /* ── WHATSAPP FLOAT ── */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    background: #25D366;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    animation: waPulse 3s infinite;
  }

  .whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 32px rgba(37,211,102,0.65);
  }

  @keyframes waPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
    50% { box-shadow: 0 6px 32px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.12); }
  }

  /* ── CTA INTERMEDIÁRIO ── */
  .cta-secao {
    background: var(--verde-escuro);
    padding: 4.5rem 2rem;
    text-align: center;
  }

  .cta-secao .section-title { color: white; }

  .cta-secao p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    max-width: 540px;
    margin: 0 auto 2rem;
    line-height: 1.7;
  }

  .cta-secao .btn-primary {
    background: white;
    color: var(--verde-escuro);
  }

  .cta-secao .btn-primary:hover {
    background: var(--creme);
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  }

  /* ── URGÊNCIA VAGAS ── */
  .urgencia-vagas-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    padding: 0.45rem 1.25rem;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1.25rem;
    letter-spacing: 0.05em;
  }

  /* ── RESPONSIVE ADDITIONS ── */
  @media (max-width: 900px) {
    .passos-grid { grid-template-columns: 1fr; }
    .passo-conector { display: none; }
  }

  @media (max-width: 768px) {
    .dor-grid { grid-template-columns: 1fr 1fr; }
    .sobre-grid { grid-template-columns: 1fr; text-align: center; }
    .sobre-lista li { justify-content: center; }
    .depoimentos-grid { grid-template-columns: 1fr; }
    .garantia-box { flex-direction: column; align-items: center; text-align: center; padding: 2rem 1.5rem; }
    .hero-trust { flex-direction: column; align-items: center; gap: 0.75rem; }
    .urgency-bar { font-size: 0.72rem; padding: 0.5rem 1rem; }
    .whatsapp-float { width: 52px; height: 52px; bottom: 1.25rem; right: 1.25rem; }
  }

  @media (max-width: 480px) {
    .dor-grid { grid-template-columns: 1fr; }

    /* ── HERO MOBILE ── */
    .hero-logo {
      width: min(300px, 84vw);
      height: min(300px, 84vw);
      margin: -60px auto -10px;
    }

    .hero-logo img {
      width: min(300px, 84vw);
      height: min(300px, 84vw);
    }

    .hero-content {
      padding: 0.75rem 1.25rem;
    }

    .hero-tagline {
      font-size: 0.6rem;
      letter-spacing: 0.12em;
      word-break: break-word;
    }

    .hero-headline {
      font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .hero-sub {
      font-size: 0.92rem;
      margin-bottom: 1.75rem;
    }

    .hero-cta {
      gap: 0.75rem;
      margin-top: 1.75rem;
    }

    .btn {
      padding: 0.8rem 1.5rem;
      font-size: 0.8rem;
    }
  }
