/* ============================================================
   MED ANGEL — LANDING PAGE CSS v4
   "Instrumental de Precisão" — obsidiana + latão antigo + linha
   de sutura como elemento de assinatura. Ouro = precisão/solução,
   oxblood = a dor que o produto resolve.
   ============================================================ */

:root {
  --ink:          #0B0C10;
  --ink-2:        #14151C;
  --ink-3:        #191B24;
  --border-glow:  rgba(198, 161, 91, 0.16);

  --gold:         #C6A15B;
  --gold-bright:  #E8D19A;
  --gold-deep:    #8B6914;
  --accent-cyan:  #C6A15B; /* alias legado usado em utilitários .text-brand */

  --oxblood:      #8C3A3A;
  --oxblood-bg:   rgba(140, 58, 58, 0.12);

  --paper:        #F4EFE4;

  --text-main:  #E9E4D8;
  --text-muted: #8B8578;
}

body.landing-page {
  background: var(--ink);
  color: var(--text-main);
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0; padding: 0;
  overflow-x: hidden;
  line-height: 1.6;
}

.landing-container { max-width: 1180px; margin: 0 auto; padding: 0 var(--space-xl); }

/* ─── Typography & Shared ─── */
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 3.25rem; font-weight: 600; line-height: 1.15; margin-bottom: var(--space-sm); letter-spacing: -0.015em; color: #fff; }
.section-title.left-align { text-align: left; }
.text-center { text-align: center; }
.max-w-800 { max-width: 800px; }
.mx-auto { margin-left: auto; margin-right: auto; }

.section-subtitle-center { text-align: center; font-size: 1.0625rem; color: var(--text-muted); margin-top: 4px; }
.section-lead { font-size: 1.1875rem; font-weight: 500; margin-bottom: 36px; }

/* Utilities */
.text-brand { color: var(--gold); }
.text-white { color: #fff; }
.text-muted { color: var(--text-muted); }
.uppercase-tracked { text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-size: 0.75rem; font-weight: 700; }
.fw-bold { font-weight: 700; }

.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 48px; }
.mb-xl { margin-bottom: 64px; }
.mt-md { margin-top: 32px; }

.highlight {
  background: linear-gradient(120deg, var(--gold-deep) 0%, var(--gold) 45%, var(--gold-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.border-b-dark { border-bottom: 1px solid rgba(255,255,255,0.05); }
.border-y-dark { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }

/* ─── Icon system (mesma linguagem do app: stroke, 24x24) ─── */
.icon-line { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ─── Suture-stitch — elemento de assinatura ─── */
.stitch-rail { stroke: var(--gold); stroke-width: 1; opacity: 0.35; }
.stitch-mark { stroke: var(--gold); stroke-width: 1.6; }
.stitch-underline { display: block; width: min(340px, 70%); height: 14px; margin: 6px auto 0; opacity: 0.9; }
.stitch-divider { display: block; width: 120px; height: 14px; margin: 28px auto 0; opacity: 0.8; }

/* ─── Animations (Scroll Reveal) ─── */
.scroll-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.scroll-reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }

/* ─── Buttons ─── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 10px; font-weight: 600; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; cursor: pointer; border: none; outline: none; }
.btn-primary { background: linear-gradient(135deg, var(--gold-deep), var(--gold)); color: #16130C; box-shadow: 0 2px 0 rgba(0,0,0,0.15) inset, 0 10px 24px rgba(140, 105, 20, 0.22); font-weight: 700; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 2px 0 rgba(0,0,0,0.15) inset, 0 14px 30px rgba(140, 105, 20, 0.3); }
.cta-icon { transition: transform 0.25s; display: inline-block; }
.btn-primary:hover .cta-icon { transform: translateX(3px); }

.btn-ghost-cta { color: var(--text-main); background: transparent; border: 1px solid rgba(255,255,255,0.14); }
.btn-ghost-cta:hover { border-color: var(--gold); color: var(--gold-bright); }

.btn-secondary-cta { background: rgba(198,161,91,0.08); color: var(--gold-bright); border: 1px solid rgba(198,161,91,0.3); }
.btn-secondary-cta:hover { background: rgba(198,161,91,0.14); border-color: var(--gold); }

.nav-btn { padding: 10px 22px; border: 1px solid rgba(198, 161, 91, 0.3); color: var(--gold-bright); background: rgba(198, 161, 91, 0.06); border-radius: 10px; font-size: 0.9375rem; }
.nav-btn:hover { background: rgba(198, 161, 91, 0.14); border-color: var(--gold); color: #fff; }

/* ─── Header ─── */
.landing-header { position: fixed; top: 0; left: 0; right: 0; background: rgba(11, 12, 16, 0.72); backdrop-filter: blur(18px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.625rem; font-weight: 600; color: #fff; letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.btn) { color: var(--text-muted); text-decoration: none; font-weight: 500; font-size: 0.9375rem; transition: color 0.2s; }
.nav-links a:not(.btn):hover { color: #fff; }

/* ─── Hero Section ─── */
.hero-section { position: relative; min-height: 92vh; display: flex; align-items: center; padding: 140px 0 80px; overflow: hidden; }
.hero-noise {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(198,161,91,0.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 20%, rgba(140,58,58,0.06), transparent 60%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; text-align: center; }
.badge-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px 8px 14px; background: rgba(198, 161, 91, 0.08); color: var(--gold-bright); border: 1px solid rgba(198, 161, 91, 0.28); border-radius: 50px; font-size: 0.8125rem; font-weight: 600; margin-bottom: 28px; letter-spacing: 0.01em; }
.badge-pill .icon-line { width: 15px; height: 15px; }
.hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5.4vw, 4.375rem); font-weight: 600; line-height: 1.14; margin-bottom: 4px; color: #fff; letter-spacing: -0.01em; }
.hero-subtitle { font-size: 1.1875rem; color: var(--text-muted); max-width: 700px; margin: 28px auto 36px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-fineprint { margin-top: 20px; font-size: 0.8125rem; color: rgba(233,228,216,0.4); }

/* ─── Instrument Tray ─── */
.tray-section { padding: 96px 0; }
.tray-grid { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; }
.tray-grid li { background: var(--ink-2); padding: 28px 26px; display: flex; gap: 16px; align-items: flex-start; transition: background 0.2s; }
.tray-grid li:hover { background: var(--ink-3); }
.tray-grid .icon-line { color: var(--gold); width: 22px; height: 22px; margin-top: 2px; }
.tray-grid strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 6px; font-weight: 600; }
.tray-grid span { color: var(--text-muted); font-size: 0.875rem; line-height: 1.55; }
/* Selo de "está no tier de cima" — usado no prontuário, que deixou de ser o
   produto principal no reposicionamento de set/2026 e virou o plano Completo. */
.tray-tag { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-style: normal;
  font-size: 0.625rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(198,161,91,0.34); border-radius: 3px; padding: 2px 7px; margin-bottom: 7px; }

/* ─── Agitation Section ─── */
.agitation-section { padding: 110px 0; }
.agitation-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; }
.pain-points { list-style: none; padding: 0; margin: 0; }
.pain-points li { display: flex; gap: 18px; margin-bottom: 30px; }
.pain-icon { background: var(--oxblood-bg); border: 1px solid rgba(140,58,58,0.28); width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 12px; flex-shrink: 0; color: #C97C7C; }
.pain-icon .icon-line { width: 20px; height: 20px; }
.pain-content strong { display: block; font-size: 1.0625rem; color: #fff; margin-bottom: 6px; }
.pain-content span { color: var(--text-muted); font-size: 0.9375rem; }

/* Thread illustration (o "antes" — motivo torto/frouxo) */
.thread-card { background: var(--ink-2); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 40px 36px 32px; }
.thread-label { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; font-weight: 700; color: #C97C7C; margin-bottom: 20px; }
.thread-frayed { width: 100%; height: auto; display: block; }
.thread-frayed path { fill: none; stroke: #A85454; stroke-width: 1.75; stroke-linecap: round; opacity: 0.85; }
.thread-frayed circle { fill: var(--ink-2); stroke: #C97C7C; stroke-width: 1.5; }
.thread-caption { margin-top: 20px; font-size: 0.875rem; color: var(--text-muted); border-top: 1px solid rgba(255,255,255,0.06); padding-top: 18px; }

/* Glass Cards Mocks (mantido para os visuais de feature) */
.glass-card, .feature-visual { background: linear-gradient(160deg, rgba(20,21,28,0.9), rgba(11,12,16,0.96)); border: 1px solid var(--border-glow); border-radius: 18px; box-shadow: 0 24px 48px rgba(0,0,0,0.45); overflow: hidden; }

/* ─── Deep Dive Features ─── */
.solution-deep-dive { padding: 96px 0 40px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-bottom: 108px; }
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }

.feature-icon-big { color: var(--gold); margin-bottom: 22px; }
.feature-icon-big .icon-line { width: 34px; height: 34px; }
.feature-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 2.25rem; font-weight: 600; margin-bottom: 14px; line-height: 1.2; color: #fff; }
.feature-text p { font-size: 1.0625rem; margin-bottom: 14px; }
.feature-text p.feature-desc { font-size: 0.9688rem; color: var(--text-muted); }

.feature-visual { height: 100%; min-height: 320px; display: flex; align-items: center; justify-content: center; padding: 36px; }

/* Kanban Mock */
.kanban-mock { display: flex; gap: 14px; width: 100%; }
.kanban-col { background: rgba(0,0,0,0.28); flex: 1; border-radius: 12px; padding: 12px; }
.col-head { font-size: 0.7rem; text-transform: uppercase; font-weight: 700; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 12px; }
.kanban-item { background: rgba(255,255,255,0.045); padding: 15px; border-radius: 8px; font-size: 0.875rem; font-weight: 600; margin-bottom: 8px; border: 1px solid rgba(255,255,255,0.05); }
.kanban-item span { display: block; margin-top: 4px; }
.kanban-item.active { border-color: rgba(198, 161, 91, 0.4); background: rgba(198, 161, 91, 0.1); }

/* Prompt/IA Mock */
.prompt-mock { width: 100%; font-size: 0.875rem; }
.prompt-mock-row { display: flex; align-items: center; gap: 10px; color: var(--gold-bright); font-weight: 600; margin-bottom: 18px; }
.prompt-mock-row .icon-line { width: 17px; height: 17px; }
.prompt-mock-line.skeleton { background: rgba(255,255,255,0.06); height: 11px; border-radius: 6px; margin-bottom: 10px; width: 100%; }
.prompt-mock-line.skeleton.half { width: 55%; margin-bottom: 22px; }
.prompt-mock-result { background: rgba(198,161,91,0.06); border: 1px solid rgba(198,161,91,0.22); border-radius: 10px; padding: 16px 18px; }
.prompt-mock-result strong { display: block; color: #fff; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.prompt-mock-result span { color: var(--text-muted); font-size: 0.875rem; line-height: 1.6; }

/* Receipt Mock */
.receipt-mock { background: var(--paper); width: 100%; border-radius: 12px; padding: 32px; font-family: 'IBM Plex Mono', monospace; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.receipt-title { font-weight: 700; text-align: center; margin-bottom: 22px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.0625rem; color: #1C1710; }
.receipt-line { display: flex; justify-content: space-between; font-size: 0.9375rem; margin-bottom: 15px; border-bottom: 1px dashed #C9BEA4; padding-bottom: 8px; color: #5B5142; }
.receipt-total { display: flex; justify-content: space-between; font-weight: 800; margin-top: 22px; font-size: 1.1875rem; color: #7A5A1E; }

/* ─── Pricing Section ─── */
.pricing-section { padding: 110px 0 96px; }

/* Toggle: Médico individual vs Clínica */
.pricing-toggle { display: flex; justify-content: center; gap: 4px; width: fit-content; margin: 0 auto 44px; padding: 5px; background: var(--ink-2); border: 1px solid rgba(255,255,255,0.07); border-radius: 50px; }
.toggle-btn { border: none; background: transparent; color: var(--text-muted); font-weight: 600; font-size: 0.9375rem; font-family: inherit; padding: 10px 24px; border-radius: 50px; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.toggle-btn:hover { color: var(--text-main); }
.toggle-btn.active { background: linear-gradient(135deg, var(--gold-deep), var(--gold)); color: #16130C; }
.toggle-btn.active:hover { color: #16130C; }

.pricing-panel { display: none; }
.pricing-panel.active { display: block; }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
/* Painel individual passou a ter 3 tiers (Cirúrgico / +Relacionamento / Completo). */
/* minmax(0,1fr) e não 1fr: o padrão é minmax(auto,1fr), que se recusa a
   encolher abaixo do min-content da coluna — títulos longos como
   "Cirúrgico + Relacionamento" empurravam a grade para fora da viewport. */
.pricing-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1080px; gap: 20px; }
.pricing-grid-3 .price-card { padding: 34px 24px; min-width: 0; }
.pricing-grid-3 .price { font-size: 2.25rem; }
.pricing-grid-3 .price-card-head h3 { text-wrap: balance; }
@media (max-width: 1080px) { .pricing-grid-3 { grid-template-columns: 1fr; max-width: 460px; } }
.price-card { background: var(--ink-2); border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: 40px 32px; position: relative; }
.price-card-featured { background: var(--ink-3); border-color: rgba(198,161,91,0.32); box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.pricing-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold-deep), var(--gold)); color: #16130C; font-weight: 700; padding: 5px 16px; border-radius: 50px; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.08em; }
.price-card-head h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.375rem; font-weight: 600; margin: 0 0 6px; color: #fff; }
.price { font-size: 2.75rem; font-weight: 700; margin-bottom: 26px; line-height: 1; letter-spacing: -0.02em; color: var(--gold-bright); }
.price-currency { font-size: 1.25rem; font-weight: 500; vertical-align: super; margin-right: 2px; }
.price-suffix { font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.pricing-features { list-style: none; padding: 0; margin: 0 0 32px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-weight: 500; color: var(--text-main); font-size: 0.9375rem; }
.pricing-features .check { color: var(--gold); width: 16px; height: 16px; }
.btn.block { width: 100%; }
.pricing-addon { max-width: 640px; margin: 40px auto 0; display: flex; align-items: flex-start; gap: 12px; color: var(--text-muted); font-size: 0.875rem; background: var(--ink-2); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 16px 20px; }
.pricing-addon .icon-line { color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.pricing-addon strong { color: var(--text-main); }

/* Clínica: preço duplo (Principal / Pro) dentro do mesmo card */
.price-dual { display: flex; gap: 18px; margin-bottom: 26px; flex-wrap: wrap; }
.price-option { flex: 1; }
.price-option-label { display: block; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.6875rem; font-weight: 700; color: var(--text-muted); margin-bottom: 4px; }
.price-option-value { font-size: 1.75rem; font-weight: 700; color: var(--gold-bright); letter-spacing: -0.01em; }
.price-option-value .price-currency { font-size: 1rem; vertical-align: super; margin-right: 1px; }
.price-option-value .price-suffix { font-size: 0.8125rem; font-weight: 500; color: var(--text-muted); }

/* Banner de indicação */
.referral-banner { max-width: 640px; margin: 28px auto 0; display: flex; align-items: flex-start; gap: 14px; background: linear-gradient(135deg, rgba(198,161,91,0.1), rgba(198,161,91,0.03)); border: 1px solid rgba(198,161,91,0.28); border-radius: 12px; padding: 20px 22px; }
.referral-banner .icon-line { color: var(--gold); flex-shrink: 0; margin-top: 2px; width: 22px; height: 22px; }
.referral-banner strong { display: block; color: #fff; margin-bottom: 4px; font-size: 0.9688rem; }
.referral-banner span { color: var(--text-muted); font-size: 0.875rem; line-height: 1.55; }

/* ─── Footer ─── */
.landing-footer { padding: 72px 0 24px; background: #08090C; border-top: 1px solid rgba(255,255,255,0.05); color: var(--text-muted); }
.footer-flex { display: flex; justify-content: space-between; margin-bottom: 56px; gap: 40px; }
.footer-brand .logo-text { font-size: 1.875rem; display: block; }
.footer-brand p { max-width: 280px; font-size: 0.9375rem; }
.footer-links { display: flex; gap: 72px; }
.link-col h4 { color: #fff; margin-bottom: 20px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.8125rem; }
.link-col a { display: block; color: var(--text-muted); text-decoration: none; margin-bottom: 12px; transition: color 0.2s; font-weight: 500; font-size: 0.9375rem; }
.link-col a:hover { color: var(--gold); }
.footer-bottom { text-align: center; color: rgba(255,255,255,0.2); font-size: 0.8125rem; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.05); }

/* Botão de acesso mobile — oculto em desktop, visível em mobile */
.mobile-access-btn {
  display: none;
  padding: 8px 18px;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #16130C;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
  .agitation-grid, .feature-row { grid-template-columns: 1fr; flex-direction: column; gap: 36px; text-align: center; }
  .feature-row { margin-bottom: 72px; }
  .feature-row.reverse { direction: ltr; }
  .section-title.left-align { text-align: center; }
  .pain-points li { flex-direction: column; align-items: center; text-align: center; }
  .pain-content span { max-width: 420px; }
  .nav-links { display: none; }
  .mobile-access-btn { display: inline-block; }
  .footer-flex { flex-direction: column; gap: 40px; text-align: center; }
  .footer-brand p { margin: 0 auto; }
  .footer-links { flex-direction: column; gap: 36px; }
  .tray-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}

/* Motion for feature visuals */
.feature-visual, .thread-card { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; }
.feature-visual:hover, .thread-card:hover { transform: translateY(-4px); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; transform: none; transition: none; }
  .btn, .feature-visual, .thread-card { transition: none; }
}


/* ─── Exemplo do cálculo (porta de entrada da calculadora) ─── */
.calc-example-section { padding: 88px 0; }
.calc-example-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.calc-example-grid .section-title { font-size: 2.75rem; }
.calc-example-lead { color: var(--text-muted); font-size: 1.0625rem; line-height: 1.65; margin: 14px 0 26px; max-width: 46ch; }
.calc-example-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.calc-example-note { margin-top: 14px; font-size: 0.8125rem; color: rgba(233,228,216,0.4); }
.calc-example-visual { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.calc-example-visual:hover { transform: translateY(-4px); }
.receipt-deduction { color: #8A7C63; }
.receipt-foot { margin-top: 18px; padding-top: 14px; border-top: 1px dashed #C9BEA4; font-size: 0.75rem; line-height: 1.5; color: #7A6F5C; }

@media (max-width: 900px) {
  .calc-example-section { padding: 64px 0; }
  .calc-example-grid { grid-template-columns: 1fr; gap: 34px; }
  .calc-example-grid .section-title { font-size: 2.125rem; }
  .calc-example-lead { max-width: none; }
}


/* ═══ Para quem é / para quem não é ═══════════════════════════════════════
   Duas colunas simétricas de propósito: a coluna do "não" tem o mesmo peso
   visual da coluna do "sim". Se ela parecer um aviso de rodapé, a página
   volta a ser uma peça de venda comum. */
.fit-section { padding: 96px 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; max-width: 1000px; margin: 0 auto; }
.fit-card { border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 28px 28px 26px; background: rgba(255,255,255,0.015); }
.fit-yes { border-color: rgba(198,161,91,0.28); background: linear-gradient(160deg, rgba(198,161,91,0.07), rgba(198,161,91,0.015)); }
.fit-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.fit-head h3 { font-size: 1.0625rem; font-weight: 700; color: #fff; margin: 0; letter-spacing: 0.01em; }
.fit-head .icon-line { width: 20px; height: 20px; flex-shrink: 0; }
.fit-yes .fit-head .icon-line { color: var(--gold); }
.fit-no .fit-head .icon-line { color: var(--text-muted); }
.fit-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.fit-card li { position: relative; padding-left: 18px; color: var(--text-muted); font-size: 0.9375rem; line-height: 1.6; }
.fit-card li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 1px; background: var(--gold); opacity: 0.7; }
.fit-no li::before { background: var(--text-muted); opacity: 0.45; }
.fit-card li strong { color: var(--text-main); font-weight: 600; }
.fit-foot { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 0.875rem; color: var(--text-muted); font-style: italic; }

/* ═══ Contato — pedido de retorno ════════════════════════════════════════ */
.hero-talk { margin: 14px 0 0; font-size: 0.9375rem; }
.hero-talk a { color: var(--gold-bright); text-decoration: none; border-bottom: 1px solid rgba(198,161,91,0.35); padding-bottom: 2px; transition: border-color 0.2s, color 0.2s; }
.hero-talk a:hover { color: #fff; border-bottom-color: var(--gold); }

.talk-section { padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.talk-grid { display: grid; grid-template-columns: 1fr 440px; gap: 56px; align-items: start; }
.talk-copy .section-title { font-size: 2.75rem; }
.talk-lead { color: var(--text-muted); font-size: 1.0625rem; line-height: 1.65; margin: 18px 0 24px; max-width: 54ch; }
.talk-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.talk-list li { position: relative; padding-left: 20px; color: var(--text-muted); font-size: 0.9375rem; line-height: 1.55; }
.talk-list li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 9px; height: 1px; background: var(--gold); }
.talk-list strong { color: var(--text-main); font-weight: 600; }

.talk-panel { background: rgba(255,255,255,0.02); border: 1px solid rgba(198,161,91,0.22); border-radius: 16px; padding: 30px 28px; }
.talk-form { display: flex; flex-direction: column; gap: 15px; }
.talk-field { display: flex; flex-direction: column; gap: 6px; }
.talk-field label { font-size: 0.8125rem; font-weight: 600; color: var(--text-main); letter-spacing: 0.01em; }
.talk-opt { color: var(--text-muted); font-weight: 400; }
.talk-field input {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.25);
  color: var(--text-main); font-family: inherit; font-size: 0.9375rem;
  transition: border-color 0.2s, background 0.2s;
}
.talk-field input::placeholder { color: rgba(139,133,120,0.65); }
.talk-field input:focus { outline: none; border-color: var(--gold); background: rgba(0,0,0,0.4); }
.talk-row { display: grid; grid-template-columns: 1fr 96px; gap: 12px; }
.talk-erro { margin: 0; color: #E2707C; font-size: 0.875rem; }
.talk-submit { width: 100%; justify-content: center; margin-top: 4px; font-family: inherit; font-size: 0.9688rem; }
/* .talk-form declara display:flex, e regra de autor vence o [hidden] da
   folha do navegador — sem isto o formulario continua na tela depois de
   enviado, exatamente como ja aconteceu na calculadora. */
.talk-form[hidden] { display: none; }
.talk-lgpd { margin: 2px 0 0; font-size: 0.75rem; line-height: 1.5; color: var(--text-muted); }

.talk-ok { text-align: center; padding: 14px 4px; }
.talk-ok .icon-line { width: 34px; height: 34px; color: var(--gold); margin-bottom: 10px; }
.talk-ok h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; color: #fff; margin: 0 0 8px; }
.talk-ok p { color: var(--text-muted); font-size: 0.9375rem; line-height: 1.6; margin: 0 0 18px; }

@media (max-width: 900px) {
  .fit-section { padding: 64px 0; }
  .fit-grid { grid-template-columns: 1fr; gap: 16px; }
  .fit-section .section-title { font-size: 2.125rem; }
  .talk-section { padding: 64px 0; }
  .talk-grid { grid-template-columns: 1fr; gap: 32px; }
  .talk-copy .section-title { font-size: 2.125rem; }
  .talk-panel { padding: 24px 20px; }
}
