/* ===================================================================
   SENZO — PÁGINA DE PLANOS (Variação C)
   Reusa css/index.css (tokens + componentes de marca). Aqui só o que é
   específico da página de planos: hero claro, form de WhatsApp, grid de
   planos e caixas de apoio.
   =================================================================== */

/* ---- Header: cluster de suporte (no dark) ---- */
.support { display: flex; align-items: center; gap: 12px; }
.support .hint { font-size: 14px; color: var(--slate-300); }
@media (max-width: 620px) { .support .hint { display: none; } }

/* ---- Hero (paper) ---- */
.plans-hero { background: var(--paper); border-bottom: 1px solid var(--border-subtle); }
.plans-hero .inner { max-width: 760px; padding: 72px 0 56px; }
.plans-hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.plans-hero .eyebrow .ic { width: 15px; height: 15px; }
.plans-hero h1 { font-family: var(--font-display); font-weight: 500; font-size: 46px; line-height: 1.14; letter-spacing: var(--ls-tighter); color: var(--text-strong); margin-top: 18px; }
.plans-hero h1 b { font-weight: 800; }
.plans-hero .lead { font-size: 18px; color: var(--text-muted); line-height: 1.6; margin-top: 22px; max-width: 580px; }
.pricing-chips { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.pricing-chips .amount { font-weight: 700; color: var(--wine-600); font-size: 16px; }

/* ---- Rótulo de passo ---- */
.step-label { display: flex; align-items: center; gap: 12px; margin-top: 40px; font-size: 15px; color: var(--text-body); }
.step-label .n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--wine-600); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 14px; flex-shrink: 0; }
.step-label b { font-weight: 700; color: var(--text-strong); }

/* ---- Form de WhatsApp ---- */
.phone-form { margin-top: 18px; max-width: 520px; }
.phone-form label { display: block; font-size: 14px; color: var(--text-body); font-weight: 600; margin-bottom: 8px; }
.phone-row { display: flex; gap: 10px; align-items: stretch; }
.field { padding: 14px 16px; border: 1px solid var(--border-default); border-radius: var(--radius-md); font-family: inherit; font-size: 15px; color: var(--text-strong); background: #fff; transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); }
.field::placeholder { color: var(--text-subtle); }
.field:focus { outline: none; border-color: var(--wine-400); box-shadow: var(--shadow-focus); }
#countryCode { max-width: 96px; text-align: center; }
#whatsappInput { flex: 1; width: 100%; }
.field-help { font-size: 13px; color: var(--text-subtle); margin-top: 10px; max-width: 520px; line-height: 1.55; }

/* ---- Caixa de dica (wine) ---- */
.callout { border: 1px solid var(--wine-200); background: var(--wine-50); border-radius: var(--radius-md); padding: 16px 18px; color: var(--text-body); font-size: 14.5px; line-height: 1.6; max-width: 640px; margin-top: 24px; }
.callout strong { color: var(--wine-700); }

/* ---- Caixa "como usar" ---- */
.howto { border: 1px solid var(--border-subtle); background: #fff; border-radius: var(--radius-lg); padding: 22px 24px; max-width: 640px; margin-top: 16px; box-shadow: var(--shadow-xs); }
.howto h3 { font-size: 16px; margin-bottom: 8px; }
.howto p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }
.howto ul { margin: 12px 0 0; padding-left: 20px; color: var(--text-muted); font-size: 14.5px; line-height: 1.75; }
.howto li strong { color: var(--text-strong); }

/* ---- Seção de planos ---- */
.plans { background: var(--white); border-top: 1px solid var(--border-subtle); }
.plans .intro { max-width: 620px; }
.plans .intro h2 { font-family: var(--font-display); font-weight: 800; font-size: 32px; line-height: 1.12; }
.plans .intro p { font-size: 16px; color: var(--text-muted); line-height: 1.65; margin-top: 16px; }

.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; border: 1px solid var(--border-default); border-radius: var(--radius-xl); padding: 32px 28px; background: #fff; }
.plan.featured { border-color: var(--wine-600); box-shadow: var(--shadow-md); }
.plan .tag { position: absolute; top: -13px; left: 28px; background: var(--wine-600); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: var(--ls-wide); text-transform: uppercase; padding: 6px 13px; border-radius: var(--radius-pill); }
.plan .plabel { font-size: 12px; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--text-subtle); font-weight: 700; }
.plan h3 { font-size: 22px; margin: 12px 0 8px; }
.plan .price { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: var(--text-strong); line-height: 1; }
.plan .price small { font-size: 15px; font-weight: 600; color: var(--text-muted); letter-spacing: 0; }
.plan .pdesc { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; margin: 16px 0; }
.plan .feat { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 11px; }
.plan .feat li { display: flex; gap: 10px; font-size: 14px; color: var(--text-body); line-height: 1.45; }
.plan .feat li .ic { width: 17px; height: 17px; color: var(--wine-600); flex-shrink: 0; margin-top: 1px; }
.plan .feat li b { font-weight: 700; }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }
.plan .micro { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; color: var(--text-subtle); margin-top: 10px; }
.plan .micro .ic { width: 14px; height: 14px; }
.plan .meta { font-size: 12.5px; color: var(--text-subtle); line-height: 1.55; margin-top: 14px; }

/* Botão "Em breve" (desabilitado) */
.btn-soon { background: var(--slate-100); color: var(--slate-500); cursor: not-allowed; }
.btn-soon:hover { background: var(--slate-100); }

/* ---- Footer compacto (planos) ---- */
.foot-slim { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--slate-500); }

/* ---- Responsivo — breakpoint único 960px ---- */
@media (max-width: 960px) {
  .plans-hero .inner { padding: 56px 0 44px; }
  .plans-hero h1 { font-size: 34px; }
  .plans-grid { grid-template-columns: 1fr; }
}
