/* CSS da rda-home — RD Agência.
 * Extraído de um <style> inline de 29991 chars em 08/08/2026. Inline exige
 * style-src 'unsafe-inline', que reprova no TOP/NIC.br e abre a porta para XSS
 * injetado virar estilo executável. Externo é servido de 'self'.
 */
/* ============================================================
     DESIGN TOKENS — RD Agência (do briefing, seção 2)
     ============================================================ */
  :root {
    /* Cores */
    --teal-dark: #0F3D3E;
    --teal: #104B4A;
    --teal-light: #125D58;
    --mint: #7DD3C0;
    --offwhite: #FAF7F2;
    --white: #FFFFFF;
    --graphite: #27323D;
    --graphite-soft: #5A6670;   /* legendas / texto secundário */
    --coral: #FF7A64;
    --coral-dark: #E85B4C;

    /* Bordas derivadas (teal a baixa opacidade) */
    --border: rgba(16, 75, 74, 0.12);
    --border-strong: rgba(16, 75, 74, 0.22);

    /* Tipografia */
    --font-title: 'Sora', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;

    /* Espaçamento (escala 4px) */
    --container: 1200px;
    --pad-x: 24px;

    /* Elevação */
    --shadow-hover: 0 4px 16px rgba(16, 75, 74, 0.08);
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-body);
    background: var(--offwhite);
    color: var(--graphite);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .container {
    max-width: var(--container);
    margin: 0 auto;
    padding-left: var(--pad-x);
    padding-right: var(--pad-x);
  }

  /* ---------- Tipografia base ---------- */
  h1, h2, h3 { font-family: var(--font-title); color: var(--teal); font-weight: 600; }
  a { color: inherit; text-decoration: none; }

  /* ============================================================
     BOTÕES (briefing, seção 3)
     ============================================================ */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    padding: 14px 22px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .08s ease, color .18s ease;
    min-height: 48px;
    white-space: nowrap;
  }
  .btn:active { transform: scale(0.98); }

  /* Primário: fundo coral, TEXTO GRAFITE (trava 1) */
  .btn--primary {
    background: var(--coral);
    color: var(--graphite);
  }
  .btn--primary:hover { background: var(--coral-dark); }

  /* Secundário ghost: borda teal, texto teal */
  .btn--ghost {
    background: transparent;
    color: var(--teal);
    border-color: var(--border-strong);
  }
  .btn--ghost:hover { background: rgba(16, 75, 74, 0.06); border-color: var(--teal); }

  /* Sobre faixa teal: botão menta, texto teal-escuro */
  .btn--mint {
    background: var(--mint);
    color: var(--teal-dark);
  }
  .btn--mint:hover { background: #6bc4b1; }

  /* ============================================================
     EYEBROW / PÍLULA (briefing, seção 3)
     ============================================================ */
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(125, 211, 192, 0.22);  /* menta 22% */
    color: var(--teal-dark);                /* menta nunca em texto: texto é teal-escuro */
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    padding: 7px 14px;
    border-radius: 999px;
  }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

  /* ============================================================
     HEADER / NAVBAR (Dobra 1)
     ============================================================ */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(250, 247, 242, 0.85);
    backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid transparent;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .site-header.scrolled {
    border-bottom-color: var(--border);
    box-shadow: 0 1px 0 rgba(16,75,74,0.03);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
  }
  .logo {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 21px;
    color: var(--teal);
    letter-spacing: -0.01em;
  }
  .logo .dot { color: var(--coral); }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
  }
  .nav-links a {
    font-size: 14px;
    color: var(--graphite);
    font-weight: 500;
    position: relative;
    padding: 4px 0;
    transition: color .15s ease;
  }
  .nav-links a:hover { color: var(--teal); }
  .nav-links a::after {
    content: '';
    position: absolute;
    left: 0; bottom: -2px;
    width: 0; height: 1.5px;
    background: var(--teal);
    transition: width .2s ease;
  }
  .nav-links a:hover::after { width: 100%; }

  .nav-right { display: flex; align-items: center; gap: 20px; }

  .nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--graphite);
    padding: 8px;
  }

  /* ============================================================
     HERO (Dobra 2)
     ============================================================ */
  .hero {
    position: relative;
    text-align: center;
    padding: 96px 0 104px;
    overflow: hidden;
  }
  /* halo de respiro muito sutil atrás do título (flat, sem gradiente forte) */
  .hero::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(125,211,192,0.16) 0%, rgba(125,211,192,0) 62%);
    pointer-events: none;
    z-index: 0;
  }
  .hero .container { position: relative; z-index: 1; }

  .hero-inner {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .hero h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.015em;
    max-width: 16ch;
    text-wrap: balance;
  }
  .hero h1 .accent { color: var(--teal-light); }
  .hero .subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--graphite);
    max-width: 640px;
  }
  .hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4px;
  }

  /* tira de pilares-âncora abaixo do CTA (preview da dobra 3) */
  /* ============================================================
     UTILITÁRIOS DE SEÇÃO
     ============================================================ */
  .section { padding: 88px 0; }
  .section--tint { background: #F7F3F0; }   /* off-white alternativo p/ ritmo */

  .section-head {
    max-width: 720px;
    margin: 0 auto 52px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .section-head.left {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
  }
  h2 {
    font-size: 31px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-wrap: balance;
  }
  .section-head .lead {
    font-size: 18px;
    color: var(--graphite);
    max-width: 620px;
  }

  /* ============================================================
     DOBRA 3 — FAIXA DE PILARES
     ============================================================ */
  .pillars {
    background: var(--white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 44px 0;
  }
  .pillars-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .pillar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 8px;
  }
  .pillar + .pillar { border-left: 1px solid var(--border); padding-left: 24px; }
  .pillar-ico {
    flex-shrink: 0;
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: rgba(125, 211, 192, 0.18);
    color: var(--mint);          /* ícone menta — permitido */
  }
  .pillar-ico svg { color: var(--teal); }   /* traço teal sobre tile menta p/ contraste */
  .pillar-label { font-family: var(--font-title); font-weight: 500; font-size: 17px; color: var(--teal); line-height: 1.25; }
  .pillar-cap { font-size: 13.5px; color: var(--graphite-soft); line-height: 1.4; margin-top: 2px; }

  /* ============================================================
     DOBRA 4 — BLOCO DE DOR
     ============================================================ */
  .pain-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: start;
  }
  .pain-intro { position: sticky; top: 110px; }
  .pain-intro h2 { max-width: 12ch; }
  .pain-intro .lead { font-size: 17px; color: var(--graphite-soft); margin-top: 18px; max-width: 38ch; }
  .pain-list { display: flex; flex-direction: column; gap: 2px; }
  .pain-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 4px;
    border-bottom: 1px solid var(--border);
  }
  .pain-item:first-child { border-top: 1px solid var(--border); }
  .pain-mark {
    flex-shrink: 0;
    width: 30px; height: 30px;
    margin-top: 1px;
    display: grid; place-items: center;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--offwhite);
    color: var(--teal);
  }
  .pain-item p { font-size: 16px; color: var(--graphite); line-height: 1.5; }

  /* ============================================================
     DOBRA 5 — BLOCO DE SOLUÇÃO (6 pilares)
     ============================================================ */
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .svc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }
  .svc-card:hover {
    border-color: var(--border-strong);
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }
  .svc-ico {
    width: 52px; height: 52px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: rgba(125, 211, 192, 0.18);
  }
  .svc-ico svg { color: var(--teal); }
  .svc-card h3 { font-size: 20px; font-weight: 500; line-height: 1.3; }
  .svc-card p { font-size: 16px; color: var(--graphite); line-height: 1.55; }

  /* ============================================================
     DOBRA 6 — PLANOS
     ============================================================ */
  .plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }
  .plan-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /* Card-âncora (Atração): borda 2px menta */
  .plan-card.anchor {
    border: 2px solid var(--mint);
    box-shadow: var(--shadow-hover);
  }
  .plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--coral);
    color: var(--graphite);     /* selo coral: texto grafite (trava 1) */
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    padding: 7px 14px;
    border-radius: 999px;
    white-space: nowrap;
  }
  .plan-name { font-family: var(--font-title); font-weight: 500; font-size: 20px; color: var(--teal); }
  .plan-tag { font-size: 13px; color: var(--graphite-soft); margin-top: -12px; }
  .plan-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
  .plan-price .from { font-size: 13px; color: var(--graphite-soft); width: 100%; margin-bottom: 2px; }
  .plan-price .value { font-family: var(--font-title); font-weight: 600; font-size: 28px; color: var(--graphite); }
  .plan-price .per { font-size: 14px; color: var(--graphite-soft); }
  .plan-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  .plan-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--graphite); }
  .plan-feats .chk {
    flex-shrink: 0; margin-top: 2px;
    width: 18px; height: 18px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: rgba(125, 211, 192, 0.22);  /* selo/ícone menta — permitido */
    color: var(--teal);
  }
  .plan-feats .inherits { font-size: 13px; color: var(--graphite-soft); font-weight: 500; margin-bottom: -2px; }
  .plan-card .btn { width: 100%; margin-top: auto; }

  .plans-note { text-align: center; font-size: 13px; color: var(--graphite-soft); margin-top: 28px; }

  /* Acordeão "comparar todos os recursos" */
  .compare-toggle {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    margin: 32px auto 0;
    background: none; border: none; cursor: pointer;
    font-family: var(--font-body); font-weight: 500; font-size: 15px;
    color: var(--teal);
    padding: 8px;
  }
  .compare-toggle .chev { transition: transform .25s ease; display: inline-flex; }
  .compare-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }
  .compare-toggle:hover { text-decoration: underline; }

  .compare-wrap { overflow: hidden; transition: max-height .4s ease; max-height: 0; }

  /* ============================================================
     TABELA COMPARATIVA (briefing, seção 5)
     ============================================================ */
  .compare-mobile-tabs { display: none; }
  .compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 36px;
    font-size: 14.5px;
  }
  .compare col.col-anchor { background: rgba(125, 211, 192, 0.09); }
  .compare thead th {
    position: sticky; top: 76px; z-index: 5;
    background: var(--offwhite);
    text-align: left;
    padding: 18px 18px;
    vertical-align: bottom;
    border-bottom: 1.5px solid var(--border-strong);
  }
  .compare thead th.col-anchor { background: #EEF7F4; }
  .compare .th-name { font-family: var(--font-title); font-weight: 500; font-size: 17px; color: var(--teal); display: block; }
  .compare .th-price { font-size: 13px; color: var(--graphite-soft); font-weight: 500; display: block; margin-top: 3px; }
  .compare .th-feature { font-size: 13px; color: var(--graphite-soft); font-weight: 500; }
  .compare tbody .group td {
    background: #F1EEE9;
    font-family: var(--font-body); font-weight: 600; font-size: 12.5px;
    color: var(--teal);
    padding: 9px 18px;
    letter-spacing: 0.01em;
  }
  .compare tbody td {
    padding: 13px 18px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    line-height: 1.45;
  }
  .compare tbody td.feature { color: var(--graphite); font-weight: 500; }
  .compare tbody td.col-anchor { background: rgba(125, 211, 192, 0.09); }
  .compare td.val { color: var(--graphite); }
  .compare .yes {
    display: inline-grid; place-items: center;
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(125, 211, 192, 0.25); color: var(--teal);
  }
  .compare .no { color: #B7BEC4; font-weight: 500; }
  .compare-foot { font-size: 13px; color: var(--graphite-soft); margin-top: 16px; line-height: 1.5; max-width: 760px; }

  /* ============================================================
     DOBRA 7 — BLOCO IA
     ============================================================ */
  .ai-block {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px;
  }
  .ai-seal {
    width: 96px; height: 96px;
    display: grid; place-items: center;
    border-radius: 20px;
    background: rgba(125, 211, 192, 0.18);   /* selo menta — permitido */
    margin-bottom: 24px;
  }
  .ai-seal svg { color: var(--teal); }
  .ai-visual { display: flex; flex-direction: column; align-items: flex-start; }
  .ai-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
  .ai-chip {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 500; color: var(--graphite);
    background: var(--offwhite);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 8px 14px;
  }
  .ai-chip .ico { display: inline-flex; color: var(--mint); }   /* ícone menta */
  .ai-text h2 { margin-bottom: 18px; }
  .ai-text p { font-size: 17px; color: var(--graphite); line-height: 1.6; max-width: 56ch; }

  /* ============================================================
     DOBRA 8 — COMO FUNCIONA (stepper)
     ============================================================ */
  .steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
  }
  .step { position: relative; padding: 0 18px; }
  .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 26px; left: calc(50% + 30px); right: calc(-50% + 30px);
    height: 1.5px;
    background: var(--border-strong);
  }
  .step-num {
    position: relative; z-index: 1;
    width: 52px; height: 52px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
    font-family: var(--font-title);
    font-weight: 600; font-size: 19px;
    margin-bottom: 20px;
    border: 3px solid var(--offwhite);
    box-shadow: 0 0 0 1.5px var(--mint);   /* detalhe menta no círculo teal */
  }
  .step h3 { font-size: 17px; font-weight: 500; line-height: 1.3; margin-bottom: 8px; }
  .step p { font-size: 14.5px; color: var(--graphite-soft); line-height: 1.5; }

  /* ============================================================
     DOBRA 9 — PROVA SOCIAL (placeholder)
     ============================================================ */
  .proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; max-width: 880px; margin: 0 auto; }

  .proof-ph-wide {
    margin-top: 24px;
    border: 1.5px dashed var(--border-strong);
    border-radius: 12px;
    background:
      repeating-linear-gradient(135deg, rgba(16,75,74,0.035) 0 10px, transparent 10px 20px),
      var(--white);
    padding: 22px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    max-width: 880px; margin-left: auto; margin-right: auto;
  }
  .proof-ph-wide .ph-ico { color: var(--border-strong); }
  .proof-ph-wide .ph-label { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 12.5px; color: var(--graphite-soft); }

  /* Card de depoimento (real) */
  .testimonial {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
  }
  .testimonial .quote-mark { color: var(--mint); }   /* aspas decorativas em menta — permitido */
  .testimonial blockquote {
    font-size: 16.5px;
    line-height: 1.6;
    color: var(--graphite);
    margin: 0;
    flex: 1;
  }
  .testimonial figcaption {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 4px;
    border-top: 1px solid var(--border);
    margin-top: 2px;
  }
  .testimonial .avatar {
    width: 46px; height: 46px;
    flex-shrink: 0;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--offwhite);
    border: 1px solid var(--border);
  }
  .testimonial .avatar img { width: 30px; height: 30px; object-fit: contain; }
  .testimonial .who { display: flex; flex-direction: column; gap: 1px; }
  .testimonial .name { font-family: var(--font-title); font-weight: 500; font-size: 15px; color: var(--teal); }
  .testimonial .role { font-size: 13px; color: var(--graphite-soft); }

  /* Faixa de logos */
  .proof-logos {
    margin-top: 24px;
    border: 1.5px dashed var(--border-strong);
    border-radius: 12px;
    background:
      repeating-linear-gradient(135deg, rgba(16,75,74,0.035) 0 10px, transparent 10px 20px),
      var(--white);
    padding: 24px 28px;
    display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap;
  }
  .proof-logos img { height: 46px; width: auto; opacity: 0.85; }
  .proof-logos .ph-label { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 12.5px; color: var(--graphite-soft); }
  .ph {
    border: 1.5px dashed var(--border-strong);
    border-radius: 12px;
    background:
      repeating-linear-gradient(135deg, rgba(16,75,74,0.035) 0 10px, transparent 10px 20px),
      var(--white);
    min-height: 200px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 24px;
  }
  .ph .ph-label {
    font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
    font-size: 12.5px; color: var(--graphite-soft);
    letter-spacing: 0.01em;
  }
  .ph .ph-ico { color: var(--border-strong); }

  /* ============================================================
     DOBRA 10 — FAIXA DO INDECISO (Diagnóstico) + FAIXAS TEAL
     ============================================================ */
  .band {
    background: var(--teal);
    border-radius: 20px;
    padding: 56px;
    text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 14px;
  }
  .band h2 { color: var(--white); }
  .band p { color: rgba(250,247,242,0.82); font-size: 18px; max-width: 56ch; }
  .band .btn { margin-top: 14px; }
  .band-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(125,211,192,0.18);
    color: var(--mint);          /* sobre teal escuro, menta clara em texto é permitida */
    font-weight: 500; font-size: 13px;
    padding: 7px 14px; border-radius: 999px;
  }

  /* ============================================================
     DOBRA 11 — CTA FINAL (formulário qualificador)
     ============================================================ */
  .final-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: start; }
  .final-copy h2 { margin-bottom: 16px; }
  .final-copy .lead { font-size: 18px; color: var(--graphite); margin-bottom: 28px; }
  .wa-link {
    display: inline-flex; align-items: center; gap: 12px;
    font-weight: 500; color: var(--teal);
    border: 1.5px solid var(--border-strong);
    border-radius: 999px; padding: 12px 18px;
    transition: background-color .15s ease;
  }
  .wa-link:hover { background: rgba(16,75,74,0.06); }
  .wa-link .ico {
    width: 34px; height: 34px; flex-shrink: 0;
    display: grid; place-items: center; border-radius: 50%;
    background: rgba(125,211,192,0.22); color: var(--teal);   /* ícone em tile menta */
  }

  .qual-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    display: flex; flex-direction: column; gap: 18px;
  }
  .form-head { font-family: var(--font-title); font-weight: 500; font-size: 18px; color: var(--teal); }
  .field { display: flex; flex-direction: column; gap: 7px; }
  .field label { font-weight: 500; font-size: 14px; color: var(--graphite); }
  .field input, .field select {
    height: 48px;
    border: 1px solid rgba(16,75,74,0.14);
    border-radius: 8px;
    background: var(--white);
    padding: 0 14px;
    font-family: var(--font-body); font-size: 15px; color: var(--graphite);
    transition: border-color .15s ease, box-shadow .15s ease;
    appearance: none;
  }
  .field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23104B4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
    padding-right: 40px;
  }
  .field input:focus, .field select:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(16,75,74,0.14);   /* anel de foco teal */
  }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .qual-form .btn { margin-top: 6px; }
  .form-hint { font-size: 12.5px; color: var(--graphite-soft); }

  /* ============================================================
     FOOTER
     ============================================================ */
  .site-footer { background: var(--teal-dark); color: rgba(250,247,242,0.78); padding: 64px 0 32px; }
  .footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(250,247,242,0.12); }
  .footer-brand .logo { color: var(--white); font-size: 22px; }
  .footer-brand .logo .dot { color: var(--coral); }
  .footer-brand p { margin-top: 14px; font-size: 14px; line-height: 1.6; max-width: 30ch; color: rgba(250,247,242,0.7); }
  .footer-col h4 { font-family: var(--font-body); font-weight: 600; font-size: 13px; color: var(--mint); margin-bottom: 16px; letter-spacing: 0.02em; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  .footer-col a { font-size: 14.5px; color: rgba(250,247,242,0.78); transition: color .15s ease; }
  .footer-col a:hover { color: var(--white); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 24px; font-size: 13px; color: rgba(250,247,242,0.6); flex-wrap: wrap; }

  /* Selo de agilidade no hero */
  .hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 8px;
    font-size: 15px;
    color: var(--graphite);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 10px 18px;
  }
  .hero-trust .ico {
    display: inline-flex;
    width: 26px; height: 26px;
    align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(125, 211, 192, 0.22);   /* tile menta — permitido */
    color: var(--teal);
    flex-shrink: 0;
  }
  .hero-trust strong { color: var(--teal); font-weight: 600; }

  /* Tag de prazo no stepper */
  .step-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--teal);
    background: rgba(125, 211, 192, 0.20);    /* fundo menta — permitido */
    border-radius: 999px;
    padding: 5px 11px;
  }
  .step-tag .ico { display: inline-flex; color: var(--teal); }

  /* ============================================================
     RESPONSIVO — notas de mobile (briefing, seção 6)
     ============================================================ */
  @media (max-width: 1024px) {
    .hero h1 { font-size: 38px; }
    .pain-grid { grid-template-columns: 1fr; gap: 32px; }
    .pain-intro { position: static; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .pillars-row { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .pillar:nth-child(odd) { border-left: none; padding-left: 8px; }
    .pillar:nth-child(3), .pillar:nth-child(4) { padding-top: 24px; border-top: 1px solid var(--border); }
    .plans-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .ai-block { grid-template-columns: 1fr; gap: 32px; padding: 40px; }
    .steps { grid-template-columns: repeat(1, 1fr); gap: 0; }
    .step { display: grid; grid-template-columns: 52px 1fr; column-gap: 18px; padding: 0 0 28px 0; }
    .step-num { margin-bottom: 0; }
    .step .step-body { grid-column: 2; }
    .step:not(:last-child)::after { top: 52px; bottom: 0; left: 25px; right: auto; width: 1.5px; height: auto; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .final-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 640px) {
    :root { --pad-x: 16px; }
    .nav-links, .nav-right .btn { display: none; }
    .nav-toggle { display: inline-flex; }
    .hero { padding: 56px 0 64px; }
    .hero h1 { font-size: 31px; }          /* mobile ~30–32px */
    .hero .subtitle { font-size: 16px; }
    .hero-cta { flex-direction: column; align-self: stretch; }
    .hero-cta .btn { width: 100%; }
    .section { padding: 56px 0; }
    h2 { font-size: 25px; }                 /* mobile ~24px */
    .cards-grid { grid-template-columns: 1fr; }
    .pillars-row { grid-template-columns: 1fr; gap: 20px; }
    .pillar, .pillar:nth-child(odd) { border-left: none; padding-left: 8px; }
    .pillar:nth-child(n+2) { padding-top: 20px; border-top: 1px solid var(--border); }

    /* Tabela vira acord./abas por plano no mobile (sem scroll horizontal) */
    .compare-mobile-tabs { display: flex; gap: 8px; margin-top: 28px; }
    .compare-mobile-tabs button {
      flex: 1; min-height: 44px; cursor: pointer;
      font-family: var(--font-body); font-weight: 500; font-size: 14px;
      border-radius: 999px; border: 1.5px solid var(--border-strong);
      background: var(--white); color: var(--teal);
    }
    .compare-mobile-tabs button.active { background: var(--teal); color: var(--white); border-color: var(--teal); }
    .compare thead th { position: static; top: auto; }
    .compare { margin-top: 16px; }
    /* esconde as duas colunas de plano não-ativas */
    .compare.show-1 .c2, .compare.show-1 .c3 { display: none; }
    .compare.show-2 .c1, .compare.show-2 .c3 { display: none; }
    .compare.show-3 .c1, .compare.show-3 .c2 { display: none; }
    .ai-block { padding: 28px; }
    .ai-text p { font-size: 16px; }
    .band { padding: 40px 24px; }
    .band p { font-size: 16px; }
    .qual-form { padding: 24px; }
    .field-row { grid-template-columns: 1fr; }
    .proof-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
  }

/* ─── utilitárias: substituem os style="" que existiam no HTML ───────────────
 * Atributo style="" é bloqueado por style-src 'self' sem 'unsafe-inline'. Eram
 * 4 no site (3 na home, 1 na LP) — incluindo o honeypot anti-spam, que sem
 * estilo VIRARIA UM CAMPO VISÍVEL no formulário. */
.u-oculto-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.u-fs-15 { font-size: 15px; }
.u-cor-coral-dark { color: var(--coral-dark); }
