/* ============================================================
   area-styles.css — componentes de página de ÁREA (oferta)
   Usa os tokens + 3 temas de home-styles.css (carregue home-styles.css ANTES).
   Mantém marca teal, fontes Bricolage/Cormorant/Hanken e os temas azul/escuro/clean.
   ============================================================ */

/* ---------- HERO: badge de garantia ---------- */
.hero-badge {
  position: absolute; right: 26px; bottom: 26px; z-index: 3;
  display: flex; align-items: center; gap: 14px;
  background: var(--panel-deep); color: var(--on-panel);
  padding: 16px 20px; border-radius: 16px; border: 1px solid var(--panel-line);
  box-shadow: 0 16px 36px -16px rgba(0,0,0,0.5); max-width: 250px;
}
.hero-badge .ring {
  width: 48px; height: 48px; border-radius: 50%; flex: none; position: relative;
  background: conic-gradient(var(--accent-soft) 92%, var(--panel-line) 0); display: grid; place-items: center;
}
.hero-badge .ring::after { content: ''; position: absolute; inset: 5px; background: var(--panel-deep); border-radius: 50%; }
.hero-badge .ring b { position: relative; z-index: 1; font-family: var(--display); font-size: 13px; color: var(--on-panel); }
.hero-badge .bt { font-family: var(--serif); font-size: 18px; line-height: 1.2; }
.hero-badge .bs { font-size: 11px; letter-spacing: 0.04em; color: var(--on-panel-dim); margin-top: 3px; line-height: 1.35; }

/* ---------- TRUST BAR (4 selos) ---------- */
.areabar { background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.areabar .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 44px; padding: 24px var(--gutter); }
.areabar .item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); font-weight: 500; }
.areabar .item svg { width: 18px; height: 18px; color: var(--brand); flex: none; }

/* ---------- SECTION HEAD (centro) ---------- */
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

/* ---------- SINTOMAS / SINAIS ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.symptom-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.symptom-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px var(--shadow); border-color: var(--line); }
.symptom-card .media { aspect-ratio: 16/10; background: var(--bg-alt); border-bottom: 1px solid var(--line-soft); }
.symptom-card .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.symptom-card .ph { width: 100%; height: 100%; display: grid; place-items: center;
  background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--ink) 5%, transparent) 0 2px, transparent 2px 11px); }
.symptom-card .ph span { font: 12px/1 ui-monospace, monospace; color: var(--muted); background: var(--surface);
  border: 1px dashed var(--line); border-radius: 8px; padding: 7px 12px; }
.symptom-card .body { padding: 24px 26px 28px; }
.symptom-card h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: 21px; color: var(--ink); margin-bottom: 8px; line-height: 1.12; }
.symptom-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ---------- A CIÊNCIA (split) ---------- */
.science-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.checklist { list-style: none; margin: 32px 0 0; display: grid; gap: 18px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; }
.checklist .tick { width: 28px; height: 28px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--chip-bg); color: var(--brand); margin-top: 2px; }
.checklist b { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; color: var(--ink); }
.checklist p { font-size: 14.5px; color: var(--muted); margin-top: 3px; line-height: 1.55; }
.science-figure { border-radius: 22px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); box-shadow: 0 30px 60px -40px var(--shadow); }
.science-figure img { width: 100%; height: auto; display: block; }
.science-figure .ph { aspect-ratio: 4/3; display: grid; place-items: center;
  background: radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 60%), var(--bg-alt); }
.science-figure .ph span { font: 13px/1 ui-monospace, monospace; color: var(--muted); background: var(--surface);
  border: 1px dashed var(--line); border-radius: 8px; padding: 8px 14px; }

/* ---------- BENEFÍCIOS (6 cards, fundo claro) ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.benefit-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 20px; padding: 32px 28px;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease); }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px var(--shadow); border-color: var(--line); }
.benefit-card .ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--chip-bg); color: var(--brand); margin-bottom: 20px; }
.benefit-card h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: 20px; color: var(--ink); margin-bottom: 9px; line-height: 1.14; }
.benefit-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 1080px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .benefit-grid { grid-template-columns: 1fr; } }

/* ---------- O MÉTODO (painel escuro) ---------- */
.method { background: var(--panel); color: var(--on-panel); }
.method .eyebrow { color: var(--accent-soft); }
.method .eyebrow::before { background: var(--accent-soft); }
.method .section-title { color: var(--on-panel); }
.method .section-title em { color: var(--accent-soft); }
.method .lede { color: var(--on-panel-dim); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.method-card { background: var(--panel-deep); border: 1px solid var(--panel-line); border-radius: 20px; padding: 32px 28px; }
.method-card .ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--panel-line); color: var(--accent-soft); margin-bottom: 20px; }
.method-card h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: 21px; color: var(--on-panel); margin-bottom: 9px; }
.method-card p { font-size: 14.5px; color: var(--on-panel-dim); line-height: 1.6; }

/* ---------- INVESTIMENTO / OFERTA ---------- */
.offer-wrap { background: var(--bg-alt); }
.offer { max-width: 760px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: clamp(28px, 4vw, 48px); box-shadow: 0 40px 80px -50px var(--shadow); position: relative; }
.offer__tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--brand); color: var(--on-brand);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 8px 16px; border-radius: 100px; white-space: nowrap; }
.offer h3.offer-title { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(22px, 2.6vw, 28px);
  text-align: center; margin-bottom: 26px; color: var(--ink); }
.offer__items { list-style: none; }
.offer__row { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 17px 0; border-bottom: 1px dashed var(--line); }
.offer__row .name { font-weight: 600; color: var(--ink); }
.offer__row .name small { display: block; color: var(--muted); font-size: 13.5px; font-weight: 400; margin-top: 2px; }
.offer__row .val { color: var(--muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.offer__row .val.free { color: var(--brand); font-weight: 700; }
.offer__total { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.offer__total .old { color: var(--muted-light); font-size: 18px; }
.offer__total .now { text-align: right; }
.offer__total .now small { display: block; color: var(--muted); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.offer__total .now b { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(40px, 6vw, 54px); color: var(--brand); line-height: 1; }
.offer__cta { display: grid; gap: 12px; margin-top: 28px; }
.offer__cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.offer__presencial { display: flex; flex-direction: column; gap: 9px; }
.offer__loc { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 500; text-align: center; }
.offer__loc svg { width: 14px; height: 14px; color: var(--brand); }

/* botões extras */
.btn.block { width: 100%; justify-content: center; }
.btn.wa { background: #1FA66B; border-color: #1FA66B; color: #fff; }
.btn.wa:hover { background: #178a59; border-color: #178a59; color: #fff; }
.btn.ico-amber svg { color: var(--accent); }

/* ---------- GARANTIA ---------- */
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 36px); align-items: center;
  max-width: 880px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: clamp(28px, 3.5vw, 44px); box-shadow: 0 30px 60px -44px var(--shadow); }
.guarantee .seal { width: 104px; height: 104px; border-radius: 50%; flex: none; border: 2px solid var(--brand); color: var(--brand);
  display: grid; place-items: center; background: var(--chip-bg); }
.guarantee h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(22px, 2.6vw, 30px); color: var(--ink); }
.guarantee p { color: var(--muted); margin-top: 12px; font-size: 16px; line-height: 1.7; max-width: 60ch; }

/* ---------- CTA FINAL (painel) ---------- */
.area-cta { background: var(--panel); color: var(--on-panel); text-align: center; }
.area-cta .eyebrow { color: var(--accent-soft); justify-content: center; }
.area-cta .eyebrow::before { background: var(--accent-soft); }
.area-cta h2 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(34px, 5vw, 56px); color: var(--on-panel); line-height: 1.04; margin: 16px auto 0; max-width: 20ch; }
.area-cta h2 em { font-style: italic; color: var(--accent-soft); }
.area-cta .lede { color: var(--on-panel-dim); margin: 18px auto 0; max-width: 52ch; }
.area-cta .acts { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.area-cta .btn { background: var(--on-panel); color: var(--panel); border-color: var(--on-panel); }
.area-cta .btn:hover { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--panel-deep); }
.area-cta .btn.outline { background: transparent; color: var(--on-panel); border-color: var(--panel-line); }
.area-cta .btn.outline:hover { background: var(--panel-line); color: var(--on-panel); }
.area-cta .btn.wa { background: #1FA66B; border-color: #1FA66B; color: #fff; }
.area-cta .btn.wa:hover { background: #178a59; border-color: #178a59; }

/* ---------- RESPONSIVO ---------- */
/* Nav: ativa o menu hambúrguer mais cedo (páginas de área têm mais links que a home) */
@media (max-width: 1000px) {
  .nav-links { position: fixed; inset: 0 0 0 36%; background: var(--panel); flex-direction: column;
    justify-content: center; align-items: flex-start; gap: 26px; padding: 40px; transform: translateX(100%);
    transition: transform 0.45s var(--ease); }
  .nav-links.open { transform: none; }
  .nav-links a.link { color: var(--on-panel); font-size: 20px; font-family: var(--display); }
  .nav-links a.link::after { background: var(--accent-soft); }
  .nav-links .btn { background: var(--on-panel); color: var(--panel); border-color: var(--on-panel); }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; z-index: 110; padding: 6px; }
  .nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform 0.35s var(--ease), opacity 0.3s, background 0.3s; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--on-panel); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--on-panel); }
}

@media (max-width: 1080px) {
  .symptom-grid, .method-grid { grid-template-columns: repeat(2, 1fr); }
  .science-grid { grid-template-columns: 1fr; }
  .hero-badge { right: 16px; }
}
@media (max-width: 720px) {
  .symptom-grid, .method-grid { grid-template-columns: 1fr; }
  .offer__cta-row { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .guarantee p { margin-inline: auto; }
}
