/* ============================================================
   Consulte — Página "Acompanhamento em tempo real" (Painel de Senha)
   ============================================================ */

/* HERO */
.ah-hero { position: relative; min-height: clamp(520px, 76vh, 740px); display: flex; align-items: center; overflow: hidden; background: #06282a; }
.ah-hero__bg { position: absolute; inset: 0; }
.ah-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.ah-hero__veil { position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,50,56,.95) 0%, rgba(6,50,56,.78) 40%, rgba(6,50,56,.34) 70%, rgba(6,50,56,.10) 100%); }
.ah-hero__inner { position: relative; z-index: 2; max-width: 680px; padding-block: 3rem; }

.ah-eyebrow { display: inline-flex; align-items: center; gap: .55rem; text-transform: uppercase;
  letter-spacing: .14em; font-size: .74rem; font-weight: 700; color: #8fe3da; margin-bottom: 1.1rem; }
.ah-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(48,181,173,.25); }

.ah-hero h1 { font-family: var(--font-display); font-weight: 600; color: #fff; line-height: 1.05;
  letter-spacing: -.01em; font-size: clamp(2rem, 1.4rem + 3vw, 3.5rem); margin: 0 0 1rem; }
.ah-hero h1 em { font-style: italic; color: #7fe0d8; }
.ah-hero__sub { color: #d6e7e8; font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem); line-height: 1.6; max-width: 560px; margin: 0 0 1.8rem; }
.ah-cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.btn--wa2 { background: #25D366; color: #06282a; }
.btn--wa2:hover { box-shadow: 0 12px 30px rgba(37,211,102,.4); }

/* SEÇÕES base */
.ah-sec { padding: clamp(3rem, 7vw, 6rem) 0; }
.ah-sec--tint { background: var(--light-teal); }
.ah-head { max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.ah-head .tag { justify-content: center; margin-bottom: .8rem; }
.ah-head h2 { font-family: var(--font-display); font-weight: 600; color: var(--primary);
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.5rem); line-height: 1.1; margin: 0 0 .8rem; }
.ah-head p { color: var(--text-med); font-size: var(--step-0); margin: 0; }

/* PASSOS */
.ah-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.ah-step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.8rem 1.4rem; box-shadow: var(--shadow-sm); position: relative; }
.ah-step__n { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-brand); color: #fff;
  font-weight: 700; display: grid; place-items: center; font-size: 1.1rem; margin-bottom: 1rem; }
.ah-step h3 { font-size: 1.1rem; color: var(--text-dark); margin: 0 0 .4rem; font-family: var(--font-sans); font-weight: 700; }
.ah-step p { color: var(--text-med); font-size: .95rem; margin: 0; line-height: 1.5; }

/* BENEFÍCIOS */
.ah-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.ah-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.4rem; box-shadow: var(--shadow-sm); }
.ah-card__ic { width: 48px; height: 48px; border-radius: 12px; background: var(--light-teal); color: var(--primary);
  display: grid; place-items: center; margin-bottom: 1rem; }
.ah-card__ic svg { width: 26px; height: 26px; }
.ah-card h3 { font-size: 1.05rem; margin: 0 0 .35rem; font-family: var(--font-sans); font-weight: 700; color: var(--text-dark); }
.ah-card p { color: var(--text-med); font-size: .93rem; margin: 0; line-height: 1.5; }

/* CALLOUT SEM CUSTO */
.ah-free { background: var(--grad-brand); border-radius: var(--radius-lg); color: #fff;
  padding: clamp(2rem, 4vw, 3.2rem); display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: center;
  box-shadow: var(--shadow); }
.ah-free__badge { width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.16);
  display: grid; place-items: center; flex: none; }
.ah-free__badge svg { width: 44px; height: 44px; color: #fff; }
.ah-free h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2.1rem); margin: 0 0 .5rem; color: #fff; }
.ah-free p { color: #e6f4f3; margin: 0; font-size: var(--step-0); line-height: 1.55; }
.ah-free strong { color: #fff; }

/* CTA final */
.ah-final { text-align: center; }
.ah-final h2 { font-family: var(--font-display); font-weight: 600; color: var(--primary);
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); margin: 0 0 .7rem; }
.ah-final p { color: var(--text-med); max-width: 560px; margin: 0 auto 1.8rem; }
.ah-final__btns { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; }
.ah-final__note { margin-top: 1.6rem; font-size: .92rem; color: var(--text-med); }
.ah-final__note a { color: var(--secondary); font-weight: 600; text-decoration: underline; }

@media (max-width: 900px) {
  .ah-steps { grid-template-columns: repeat(2, 1fr); }
  .ah-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ah-steps, .ah-cards { grid-template-columns: 1fr; }
  .ah-free { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
