
  /* ── RESET & BASE ── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: #060608;
    color: #E8E4DC;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
  }

  /* ── VARIÁVEIS ── */
  :root {
    --gold: #C9A84C;
    --gold-light: #E2C97E;
    --gold-dim: rgba(201,168,76,0.12);
    --gold-border: rgba(201,168,76,0.28);
    --bg: #060608;
    --bg2: #0D0D10;
    --bg3: #111115;
    --text: #E8E4DC;
    --text-muted: #8A8680;
    --text-dim: #5A5855;
    --radius: 4px;
    --radius-lg: 8px;
  }

  /* ── TIPOGRAFIA ── */
  h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.15; color: #E8E4DC; }
  h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 4vw, 3rem); }
  h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
  .gold { color: var(--gold); }
  .italic { font-style: italic; }
  p { color: #A09C96; }

  /* ── LAYOUT ── */
  .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
  section { padding: 100px 0; }

  /* ── SECTION TAG ── */
  .section-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 500; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
  }
  .section-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }

  /* ── BOTÕES ── */
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--gold); color: #060608;
    font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600;
    letter-spacing: 0.06em; text-transform: uppercase;
    padding: 16px 32px; border-radius: var(--radius); text-decoration: none;
    transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

  .btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent; color: var(--gold);
    font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500;
    letter-spacing: 0.06em; text-transform: uppercase;
    padding: 15px 32px; border-radius: var(--radius);
    border: 1px solid var(--gold-border); text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-outline:hover { border-color: var(--gold); background: var(--gold-dim); }

  .btn-whatsapp {
    display: inline-flex; align-items: center; gap: 12px;
    background: #1DAD57; color: #fff;
    font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600;
    padding: 18px 36px; border-radius: var(--radius-lg); text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-whatsapp:hover { background: #18a04f; transform: translateY(-2px); }
  .btn-whatsapp svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(6,6,8,0.92); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201,168,76,0.08);
    padding: 0 24px; height: 64px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold); text-decoration: none; letter-spacing: 0.08em; }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta { background: var(--gold); color: #060608; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 9px 20px; border-radius: var(--radius); text-decoration: none; transition: background 0.2s; }
  .nav-cta:hover { background: var(--gold-light); }
  @media (max-width: 768px) { .nav-links { display: none; } }

  /* ── HERO ── */
  #hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 0 80px; position: relative; overflow: hidden; }
  .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  @media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }
  .hero-sub { font-size: 1.15rem; color: var(--text-muted); margin: 20px 0 36px; max-width: 480px; line-height: 1.75; }
  .hero-cta-block { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
  .hero-trust { font-size: 12px; color: var(--text-dim); letter-spacing: 0.04em; display: flex; align-items: center; gap: 8px; }
  .hero-trust::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #1DAD57; }

  /* Escassez dinâmica */
  .scarcity-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25);
    border-radius: 100px; padding: 8px 16px;
    font-size: 12px; font-weight: 500; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 28px;
  }
  .scarcity-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; flex-shrink: 0; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

  /* Métricas hero */
  .hero-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--gold-border); border: 1px solid var(--gold-border); border-radius: var(--radius-lg); overflow: hidden; }
  .metric-cell { background: var(--bg2); padding: 28px 24px; text-align: center; }
  .metric-number { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: var(--gold); line-height: 1; }
  .metric-label { font-size: 12px; color: var(--text-muted); margin-top: 6px; letter-spacing: 0.04em; }

  /* ── LOGOS ── */
  #logos { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
  .logos-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); text-align: center; margin-bottom: 28px; }
  .logos-row { display: flex; gap: 48px; align-items: center; justify-content: center; flex-wrap: wrap; }
  .logo-item { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--text-dim); letter-spacing: 0.06em; font-weight: 500; }

  /* ── SERVIÇOS ── */
  #servicos { background: var(--bg2); }
  .servicos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); border-radius: var(--radius-lg); overflow: hidden; margin-top: 60px; }
  .servico-card { background: var(--bg2); padding: 40px 36px; transition: background 0.2s; }
  .servico-card:hover { background: var(--bg3); }
  .servico-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; color: rgba(201,168,76,0.13); font-weight: 600; line-height: 1; margin-bottom: 20px; }
  .servico-title { font-size: 1.2rem; color: var(--text); margin-bottom: 12px; }
  .servico-desc { font-size: 14px; color: var(--text-muted); line-height: 1.75; }

  /* ── NICHOS ── */
  #para-quem { background: var(--bg); }
  .nicho-tabs { display: flex; gap: 2px; margin: 48px 0 40px; background: var(--bg2); border-radius: var(--radius-lg); padding: 4px; }
  .nicho-tab { flex: 1; text-align: center; padding: 10px 8px; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--text-muted); cursor: pointer; border-radius: var(--radius); transition: all 0.2s; border: none; background: transparent; }
  .nicho-tab.active { background: var(--gold); color: #060608; }
  .nicho-panel { display: none; }
  .nicho-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  @media (max-width: 768px) { .nicho-panel.active { grid-template-columns: 1fr; } .nicho-tab { font-size: 11px; } }
  .nicho-dor { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-style: italic; color: var(--text-muted); line-height: 1.4; margin-bottom: 24px; border-left: 2px solid var(--gold-border); padding-left: 20px; }
  .nicho-headline { margin-bottom: 16px; }
  .nicho-desc { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.8; }
  .nicho-result { background: var(--gold-dim); border: 1px solid var(--gold-border); border-radius: var(--radius-lg); padding: 20px 24px; margin-bottom: 28px; }
  .nicho-result-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--gold); font-weight: 600; }
  .nicho-result-desc { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
  .nicho-lista { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .nicho-lista li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--text-muted); }
  .nicho-lista li::before { content: '—'; color: var(--gold); flex-shrink: 0; }

  /* ── CASES ── */
  #resultados { background: var(--bg3); }
  .cases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 60px; }
  .case-card { background: var(--bg2); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 36px 32px; transition: border-color 0.2s, transform 0.2s; }
  .case-card:hover { border-color: var(--gold-border); transform: translateY(-3px); }
  .case-tag { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
  .case-number { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 4px; }
  .case-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }
  .case-roi { background: rgba(29,173,87,0.08); border: 1px solid rgba(29,173,87,0.2); border-radius: var(--radius); padding: 8px 14px; display: inline-block; font-size: 12px; color: #4ADE80; margin-bottom: 20px; }
  .case-divider { height: 1px; background: rgba(255,255,255,0.05); margin: 20px 0; }
  .case-client { font-size: 13px; color: var(--text-muted); }
  .case-client strong { color: var(--text); font-weight: 500; }
  .case-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin-top: 12px; }

  /* ── BLOCO FUNDADOR (HUMANIZAÇÃO) ── */
  #fundador { background: var(--bg2); }
  .fundador-grid { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; max-width: 860px; margin: 60px auto 0; }
  @media (max-width: 680px) { .fundador-grid { grid-template-columns: 1fr; text-align: center; } .fundador-avatar-wrap { margin: 0 auto; } }
  .fundador-avatar-wrap { position: relative; flex-shrink: 0; }
  .fundador-avatar {
    width: 140px; height: 140px; border-radius: 50%;
    background: var(--bg3); border: 2px solid var(--gold-border);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold); font-weight: 600;
  }
  .fundador-online {
    position: absolute; bottom: 8px; right: 8px;
    width: 18px; height: 18px; border-radius: 50%;
    background: #1DAD57; border: 2px solid var(--bg2);
    animation: pulse 2s infinite;
  }
  .fundador-nome { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--text); margin-bottom: 4px; }
  .fundador-cargo { font-size: 13px; color: var(--gold); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
  .fundador-fala { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; border-left: 2px solid var(--gold-border); padding-left: 20px; }
  .fundador-resposta {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(29,173,87,0.08); border: 1px solid rgba(29,173,87,0.2);
    border-radius: 100px; padding: 8px 16px;
    font-size: 13px; color: #4ADE80;
  }
  .fundador-resposta::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; animation: pulse 2s infinite; flex-shrink: 0; }

  /* ── CTA MID-PAGE ── */
  .mid-cta {
    background: var(--bg3); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04);
    padding: 56px 0;
  }
  .mid-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .mid-cta-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; margin-bottom: 6px; }
  .mid-cta-text p { font-size: 14px; color: var(--text-muted); margin: 0; }
  @media (max-width: 680px) { .mid-cta-inner { flex-direction: column; text-align: center; } }

  /* ── DEPOIMENTOS ── */
  #depoimentos { background: var(--bg2); }
  .depoi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 60px; }
  .depoi-card { background: var(--bg); border: 1px solid rgba(255,255,255,0.05); border-radius: var(--radius-lg); padding: 32px 28px; }
  .depoi-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
  .depoi-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
  .depoi-author { display: flex; align-items: center; gap: 12px; }
  .depoi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--gold); font-weight: 600; flex-shrink: 0; }
  .depoi-name { font-size: 14px; font-weight: 500; color: var(--text); }
  .depoi-role { font-size: 12px; color: var(--text-dim); margin-top: 2px; }
  .depoi-verify { display: flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 11px; color: #4ADE80; }
  .depoi-verify::before { content: '✓'; }

  /* ── SOBRE ── */
  #sobre { background: var(--bg); }
  .sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
  @media (max-width: 768px) { .sobre-grid { grid-template-columns: 1fr; gap: 40px; } }
  .sobre-text p { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 20px; }
  .sobre-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--gold-border); border: 1px solid var(--gold-border); border-radius: var(--radius-lg); overflow: hidden; }
  .sobre-metric { background: var(--bg2); padding: 32px 24px; text-align: center; }
  .sobre-metric-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--gold); font-weight: 600; }
  .sobre-metric-lbl { font-size: 12px; color: var(--text-muted); margin-top: 6px; }
  .gold-line { width: 48px; height: 1px; background: var(--gold); margin: 24px 0; }

  /* ── FAQ ── */
  #faq { background: var(--bg3); }
  .faq-list { max-width: 720px; margin: 60px auto 0; }
  .faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .faq-question { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 24px 0; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 500; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .faq-icon { color: var(--gold); font-size: 20px; flex-shrink: 0; transition: transform 0.3s; font-weight: 300; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s; }
  .faq-item.open .faq-answer { max-height: 300px; padding-bottom: 24px; }
  .faq-answer p { font-size: 14px; color: var(--text-muted); line-height: 1.8; }
  .faq-price-tag { display: inline-block; background: var(--gold-dim); border: 1px solid var(--gold-border); color: var(--gold); font-size: 12px; padding: 4px 12px; border-radius: 100px; margin-top: 10px; }

  /* ── CONTATO ── */
  #contato { background: var(--bg2); }
  .contato-inner { max-width: 640px; margin: 0 auto; text-align: center; }
  .contato-inner h2 { margin-bottom: 16px; }
  .contato-inner > p { margin-bottom: 40px; font-size: 1rem; }
  .contato-whatsapp-block { background: var(--bg); border: 1px solid rgba(29,173,87,0.2); border-radius: var(--radius-lg); padding: 40px 36px; margin-bottom: 32px; }
  .contato-wha-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #4ADE80; margin-bottom: 8px; }
  .contato-wha-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--text); margin-bottom: 8px; }
  .contato-wha-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
  .contato-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
  .contato-badge { font-size: 12px; color: var(--text-dim); display: flex; align-items: center; gap: 6px; }
  .contato-badge::before { content: '✓'; color: #4ADE80; }
  .form-divider { display: flex; align-items: center; gap: 16px; margin: 28px 0; }
  .form-divider span { font-size: 12px; color: var(--text-dim); white-space: nowrap; }
  .form-divider::before, .form-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.06); }
  .contato-form { text-align: left; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  @media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
  .form-group { margin-bottom: 16px; }
  .form-group label { display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 8px; }
  .form-group input, .form-group select { width: 100%; background: var(--bg3); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 12px 16px; font-family: 'Outfit', sans-serif; font-size: 14px; color: var(--text); outline: none; transition: border-color 0.2s; -webkit-appearance: none; appearance: none; }
  .form-group input:focus, .form-group select:focus { border-color: var(--gold-border); }
  .form-group input::placeholder { color: var(--text-dim); }
  .form-submit { width: 100%; margin-top: 8px; font-size: 14px; }
  .form-note { font-size: 11px; color: var(--text-dim); text-align: center; margin-top: 12px; }

  /* ── FOOTER ── */
  footer { background: var(--bg); border-top: 1px solid rgba(255,255,255,0.04); padding: 60px 0 32px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
  @media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
  .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 12px; }
  .footer-desc { font-size: 13px; color: var(--text-dim); line-height: 1.75; max-width: 280px; }
  .footer-heading { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 20px; font-weight: 500; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.04); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
  .footer-copy { font-size: 12px; color: var(--text-dim); }

  /* ── ANIMAÇÕES ── */
  .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
  .fade-up.visible { opacity: 1; transform: none; }
  .fade-up-d1 { transition-delay: 0.1s; }
  .fade-up-d2 { transition-delay: 0.2s; }
  .fade-up-d3 { transition-delay: 0.3s; }

  /* ── POP-UP EXIT INTENT ── */
  #exit-popup {
    display: none;
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.75); backdrop-filter: blur(6px);
    align-items: center; justify-content: center; padding: 24px;
  }
  #exit-popup.show { display: flex; }
  .exit-box {
    background: var(--bg2); border: 1px solid var(--gold-border);
    border-radius: 12px; padding: 48px 40px; max-width: 480px; width: 100%;
    text-align: center; position: relative;
    animation: popIn 0.3s ease;
  }
  @keyframes popIn { from { opacity:0; transform: scale(0.94) translateY(16px); } to { opacity:1; transform: none; } }
  .exit-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--text-dim); font-size: 22px; cursor: pointer; line-height: 1; padding: 4px 8px; }
  .exit-close:hover { color: var(--text-muted); }
  .exit-emoji { font-size: 2.5rem; margin-bottom: 16px; }
  .exit-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--text); margin-bottom: 10px; }
  .exit-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.7; }
  .exit-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: #1DAD57; color: #fff; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; padding: 16px 28px; border-radius: var(--radius-lg); text-decoration: none; transition: background 0.2s; margin-bottom: 12px; }
  .exit-btn:hover { background: #18a04f; }
  .exit-btn svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }
  .exit-dismiss { font-size: 12px; color: var(--text-dim); cursor: pointer; background: none; border: none; text-decoration: underline; }
  .exit-dismiss:hover { color: var(--text-muted); }
