/* ═══════════════════════════════════════════════════════════
   Lab Saúde Mais — css/main.css
   Source Sans 3 · #E8252C · gerado por rewrite-website
═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap');

@font-face { font-family: 'Alibaba Sans'; src: url('../../_shared/fonts/Alibaba-Sans-9ba2_400.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alibaba Sans'; src: url('../../_shared/fonts/Alibaba-Sans-Medium-5deb_400.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alibaba Sans'; src: url('../../_shared/fonts/Alibaba-Sans-Bold-9110_400.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alibaba Sans'; src: url('../../_shared/fonts/Alibaba-Sans-Heavy-be1c_400.otf') format('opentype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alibaba Sans'; src: url('../../_shared/fonts/Alibaba-Sans-Black-5b9e_400.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --primary:        #E8252C;
  --primary-dark:   #BE1A20;
  --primary-light:  #FDE7E8;
  --secondary:      #0DACCC;
  --secondary-dark: #0888A2;
  --header-bg:      #E8252C;
  --shadow-primary: 0 8px 32px rgba(232,37,44,.2);

  --dark:         #1C1C1C;
  --dark-2:       #2A2A2A;
  --text:         #1C1C1C;
  --text-soft:    #5b6470;
  --text-lighter: #9aa1a9;
  --bg:           #FFFFFF;
  --bg-alt:       #F7F6F4;
  --border:       #E5E5E5;

  --header-h:  72px;
  --radius:    14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --shadow-md: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.12);
  --t:         all .28s ease;
  --max-w:     1200px;
}

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html   { font-size: 16px; scroll-behavior: smooth; }
body   { font-family: 'Source Sans 3', system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img    { display: block; max-width: 100%; height: auto; }
a      { text-decoration: none; color: inherit; }
ul     { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
strong { font-weight: 700; }

/* ── Layout ──────────────────────────────────────────────── */
.container   { width: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: 28px; }
.section     { padding-block: 96px; background: var(--bg); }
.section-alt { background: var(--bg-alt); }
.section-dark{ background: linear-gradient(160deg, #1C1C1C 0%, #2A0A0B 100%); color: #fff; }
section[id]  { scroll-margin-top: calc(var(--header-h) + 8px); }

/* ── Brand text mark (substituto do logo) ───────────────── */
.brand-mark { font-family: 'Alibaba Sans', sans-serif; font-weight: 800; font-size: 1.5rem; line-height: 1; letter-spacing: -.01em; color: #fff; display: inline-flex; align-items: baseline; gap: .15em; }
.brand-mark strong { font-weight: 900; color: #fff; }
.brand-mark em     { font-style: normal; font-weight: 900; color: var(--secondary); margin-left: .12em; }
.brand-mark-footer { color: #fff; font-size: 1.7rem; margin-bottom: 14px; }

/* ── Section headers ─────────────────────────────────────── */
.section-header   { text-align: center; margin-bottom: 56px; }
.section-label    { display: inline-block; background: var(--primary-light); color: var(--primary); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.section-title    { font-family: 'Alibaba Sans', sans-serif; font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 14px; }
.section-subtitle { font-size: 1rem; color: var(--text-soft); max-width: 620px; margin-inline: auto; line-height: 1.75; }
.section-label-dark    { display: inline-block; background: rgba(255,255,255,.12); color: rgba(255,255,255,.85); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.section-title-dark    { font-family: 'Alibaba Sans', sans-serif; font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.section-subtitle-dark { font-size: 1rem; color: rgba(255,255,255,.7); max-width: 620px; margin-inline: auto; line-height: 1.75; }

/* ── Scroll animation ────────────────────────────────────── */
.animate-in         { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.animate-in.visible { opacity: 1; transform: none; }

/* ── Topbar ──────────────────────────────────────────────── */
.topbar { background: #111; color: rgba(255,255,255,.75); font-size: .76rem; font-weight: 500; padding: 7px 0; }
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item i { width: 13px; height: 13px; color: var(--secondary); }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Source Sans 3', sans-serif; font-size: .9rem; font-weight: 700; transition: var(--t); white-space: nowrap; }
.btn i { width: 17px; height: 17px; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 16px rgba(232,37,44,.32); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,37,44,.4); }
.btn-header { background: #fff; color: var(--header-bg); padding: 10px 20px; font-size: .82rem; font-weight: 700; border-radius: 50px; box-shadow: 0 2px 12px rgba(0,0,0,.12); }
.btn-header i { width: 15px; height: 15px; }
.btn-header:hover { background: rgba(255,255,255,.92); transform: translateY(-1px); }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Source Sans 3', sans-serif; font-size: .9rem; font-weight: 700; background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.45); color: #fff; backdrop-filter: blur(6px); transition: var(--t); white-space: nowrap; }
.btn-hero-ghost i { width: 17px; height: 17px; }
.btn-hero-ghost:hover { background: rgba(255,255,255,.22); border-color: #fff; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 18px 38px; border-radius: 50px; font-family: 'Source Sans 3', sans-serif; font-size: 1.02rem; font-weight: 700; box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: var(--t); }
.btn-whatsapp:hover { background: #1ebe5c; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,.5); }

/* ── Header ──────────────────────────────────────────────── */
.header            { position: sticky; top: 0; z-index: 1000; height: var(--header-h); background: var(--header-bg); transition: box-shadow .3s; }
.page-home .header { position: sticky; }
.header.scrolled   { box-shadow: 0 2px 20px rgba(0,0,0,.18); }
.nav      { display: flex; align-items: center; height: var(--header-h); gap: 20px; }
.nav-logo { flex-shrink: 0; margin-right: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-link { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.9); padding: 8px 14px; border-radius: 7px; transition: var(--t); }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.15); }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; margin-left: 8px; }
.menu-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: var(--t); }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ────────────────────────────────────────────────── */
.hero            { position: relative; padding-block: 80px 96px; background: linear-gradient(135deg, #1C1C1C 0%, #2a0a0b 50%, #1a3a40 100%); overflow: hidden; color: #fff; }
.hero-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(232,37,44,.25), transparent 45%), radial-gradient(circle at 80% 70%, rgba(13,172,204,.22), transparent 50%); z-index: 0; }
.hero-content    { position: relative; z-index: 1; }
.hero-grid       { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.hero-text       { max-width: 620px; }
.hero-eyebrow    { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.92); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px; }
.hero-eyebrow i  { width: 14px; height: 14px; color: var(--primary); }
.hero-title      { font-family: 'Alibaba Sans', sans-serif; font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 900; line-height: 1.1; color: #fff; margin-bottom: 20px; letter-spacing: -.02em; }
.hero-title em   { font-style: normal; color: var(--secondary); }
.hero-subtitle   { font-size: 1.08rem; color: rgba(255,255,255,.82); line-height: 1.72; margin-bottom: 32px; max-width: 540px; }
.hero-actions    { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-image      { position: relative; }
.hero-image img  { width: 100%; max-width: 480px; margin-inline: auto; border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.45); }

/* ── Diferenciais ────────────────────────────────────────── */
.diferenciais-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dif-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 22px; text-align: center; box-shadow: var(--shadow-sm); transition: var(--t); }
.dif-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.dif-icon { width: 96px; height: 96px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; background: var(--primary-light); border-radius: 50%; padding: 12px; }
.dif-icon img { width: 100%; height: 100%; object-fit: contain; }
.dif-card h3 { font-family: 'Alibaba Sans', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.dif-card p  { font-size: .9rem; color: var(--text-soft); line-height: 1.6; }

/* ── Atendimento ─────────────────────────────────────────── */
.atendimento-header { text-align: center; margin-bottom: 48px; }
.atendimento-grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 22px; align-items: stretch; }
.atend-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.atend-icon { width: 46px; height: 46px; background: var(--primary-light); color: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.atend-icon i { width: 22px; height: 22px; }
.atend-card h4 { font-family: 'Alibaba Sans', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--dark); margin-bottom: 12px; }
.atend-card p  { font-size: .9rem; color: var(--text-soft); margin-bottom: 12px; }
.atend-hours { display: flex; flex-direction: column; gap: 8px; }
.atend-hours li { font-size: .9rem; color: var(--text-soft); padding: 8px 12px; background: var(--bg-alt); border-radius: var(--radius-sm); }
.atend-hours strong { color: var(--dark); display: block; font-size: .8rem; margin-bottom: 2px; }
.atend-list { display: flex; flex-direction: column; gap: 8px; }
.atend-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: var(--text-soft); }
.atend-list i { flex-shrink: 0; width: 16px; height: 16px; color: var(--primary); stroke-width: 2.5; margin-top: 3px; }
.atend-channels { display: flex; flex-direction: column; gap: 12px; }
.channel-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); transition: var(--t); box-shadow: var(--shadow-sm); }
.channel-card:hover { transform: translateX(4px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.channel-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.channel-icon i { width: 22px; height: 22px; }
.channel-wa .channel-icon   { background: #25D366; }
.channel-mail .channel-icon { background: var(--secondary); }
.channel-card > div:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.channel-card strong { font-family: 'Alibaba Sans', sans-serif; font-size: .95rem; font-weight: 800; color: var(--dark); }
.channel-card span   { font-size: .85rem; color: var(--text-soft); }
.channel-arrow { width: 18px; height: 18px; color: var(--text-lighter); flex-shrink: 0; transition: var(--t); }
.channel-card:hover .channel-arrow { color: var(--primary); transform: translateX(2px); }

/* ── Combos ──────────────────────────────────────────────── */
.combos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.combo-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--t); display: flex; flex-direction: column; }
.combo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.combo-img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); }
.combo-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.combo-card:hover .combo-img img { transform: scale(1.04); }
.combo-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.combo-tag  { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); background: var(--primary-light); padding: 4px 10px; border-radius: 16px; align-self: flex-start; margin-bottom: 8px; }
.combo-name { font-family: 'Alibaba Sans', sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--dark); margin-bottom: 16px; letter-spacing: .02em; }
.combo-exames { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.combo-exames li { position: relative; padding-left: 18px; font-size: .88rem; color: var(--text-soft); line-height: 1.55; }
.combo-exames li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--secondary); border-radius: 50%; }

.combos-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; padding: 32px 40px; border-radius: var(--radius); margin-top: 36px; box-shadow: var(--shadow-primary); flex-wrap: wrap; }
.combos-cta-text h3 { font-family: 'Alibaba Sans', sans-serif; font-size: 1.2rem; font-weight: 800; margin-bottom: 4px; color: #fff; }
.combos-cta-text p  { font-size: .9rem; color: rgba(255,255,255,.85); }
.combos-cta .btn-primary { background: #fff; color: var(--primary); box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.combos-cta .btn-primary:hover { background: rgba(255,255,255,.92); }

/* ── Estrutura (galeria) ─────────────────────────────────── */
.estrutura-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.estrutura-tile { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius-sm); position: relative; box-shadow: 0 4px 16px rgba(0,0,0,.4); }
.estrutura-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.estrutura-tile:hover img { transform: scale(1.08); }
.estrutura-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(232,37,44,.35)); opacity: 0; transition: var(--t); }
.estrutura-tile:hover::after { opacity: 1; }
.estrutura-tile:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.estrutura-tile:nth-child(8) { grid-column: span 2; aspect-ratio: 8/3; }

/* ── Planos ──────────────────────────────────────────────── */
.plans-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card   { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; background: var(--bg); box-shadow: var(--shadow-sm); transition: var(--t); position: relative; }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan-card.destaque { border-color: var(--primary); box-shadow: var(--shadow-primary); transform: translateY(-8px); }
.plan-card.destaque:hover { transform: translateY(-12px); }
.plan-popular { position: absolute; top: 0; left: 50%; transform: translate(-50%, -1px); background: var(--primary); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 18px; border-radius: 0 0 8px 8px; }
.plan-header  { padding: 32px 26px 18px; border-bottom: 1px solid var(--border); }
.plan-card.destaque .plan-header { background: var(--primary-light); border-bottom-color: rgba(232,37,44,.18); }
.plan-tag     { display: inline-flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 700; color: var(--text-soft); background: var(--bg-alt); border: 1px solid var(--border); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; letter-spacing: .04em; }
.plan-tag i   { width: 13px; height: 13px; }
.plan-card.destaque .plan-tag { color: var(--primary-dark); background: #fff; border-color: rgba(232,37,44,.22); }
.plan-name    { font-family: 'Alibaba Sans', sans-serif; font-size: 1.7rem; font-weight: 900; color: var(--dark); margin-bottom: 6px; letter-spacing: .01em; }
.plan-card.destaque .plan-name { color: var(--primary-dark); }
.plan-tagline { font-size: .85rem; color: var(--text-soft); }
.plan-body    { padding: 22px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.plan-price   { display: flex; align-items: baseline; gap: 2px; margin-bottom: 4px; }
.price-prefix { font-size: 1rem; font-weight: 700; color: var(--dark); }
.price-value  { font-family: 'Alibaba Sans', sans-serif; font-size: 2.8rem; font-weight: 900; color: var(--dark); line-height: 1; letter-spacing: -.03em; margin-left: 4px; }
.price-period { font-size: .85rem; font-weight: 600; color: var(--text-soft); margin-left: 4px; }
.plan-card.destaque .price-value, .plan-card.destaque .price-prefix { color: var(--primary); }
.plan-payment-label { font-size: .78rem; color: var(--text-lighter); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.plan-benefits { display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 22px; }
.plan-benefits li { display: flex; align-items: flex-start; gap: 9px; font-size: .87rem; color: var(--text-soft); line-height: 1.5; }
.plan-benefits li i { flex-shrink: 0; width: 17px; height: 17px; color: var(--primary); stroke-width: 2.5; margin-top: 1px; }
.plan-actions      { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 1px solid var(--border); }
.plan-action-link  { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-radius: var(--radius-sm); background: var(--bg-alt); border: 1px solid var(--border); font-size: .85rem; font-weight: 700; color: var(--dark); transition: var(--t); }
.plan-action-link span { display: flex; align-items: center; gap: 8px; }
.plan-action-link i { width: 15px; height: 15px; }
.plan-action-link:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); transform: translateX(2px); }
.plan-action-pix   { background: var(--primary); border-color: var(--primary); color: #fff; }
.plan-action-pix:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }

/* ── Benefícios (Telemedicina) ───────────────────────────── */
.benef-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.benef-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.benef-info { display: flex; flex-direction: column; gap: 16px; }
.benef-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); transition: var(--t); }
.benef-card:hover { box-shadow: var(--shadow-md); border-color: var(--secondary); }
.benef-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.benef-card-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(13,172,204,.12); color: var(--secondary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benef-card-icon i { width: 20px; height: 20px; }
.benef-card h3 { font-family: 'Alibaba Sans', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--dark); }
.benef-card p  { font-size: .9rem; color: var(--text-soft); line-height: 1.65; }
.benef-rules   { display: flex; flex-direction: column; gap: 6px; }
.benef-rules li { font-size: .88rem; color: var(--text-soft); padding-left: 16px; position: relative; }
.benef-rules li::before { content: "•"; position: absolute; left: 0; color: var(--secondary); font-weight: 900; }
.benef-rules strong { color: var(--dark); }
.benef-cta { align-self: flex-start; margin-top: 4px; }

/* ── CTA — Consultor ─────────────────────────────────────── */
.section-cta { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); padding-block: 72px; }
.consultor-wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.consultor-text { flex: 1; min-width: 320px; color: #fff; }
.consultor-text h2 { font-family: 'Alibaba Sans', sans-serif; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.consultor-text p  { color: rgba(255,255,255,.88); font-size: 1rem; line-height: 1.65; max-width: 620px; }

/* ── Footer ──────────────────────────────────────────────── */
.footer         { background: #0f0f0f; color: rgba(255,255,255,.65); }
.footer-content { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr; gap: 52px; padding-block: 64px; }
.footer-brand p { font-size: .9rem; line-height: 1.7; max-width: 380px; }
.footer-contato h4, .footer-nav h4 { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-contato p   { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; margin-bottom: 10px; line-height: 1.6; }
.footer-contato i   { width: 15px; height: 15px; color: var(--primary); flex-shrink: 0; margin-top: 4px; }
.footer-contato a:hover { color: #fff; }
.footer-nav ul  { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a   { font-size: .88rem; transition: var(--t); }
.footer-nav a:hover { color: #fff; padding-left: 6px; }
.footer-bottom  { border-top: 1px solid rgba(255,255,255,.08); padding-block: 20px; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.42); }
.footer-credit  { color: rgba(255,255,255,.38) !important; }
.footer-credit strong { color: rgba(255,255,255,.65); }

/* ── WhatsApp Float ──────────────────────────────────────── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 22px rgba(37,211,102,.55); z-index: 999; transition: var(--t); }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.65); }

/* ══ RESPONSIVO ═════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .hero-text { max-width: 720px; margin-inline: auto; }
  .hero-eyebrow { margin-inline: auto; }
  .hero-subtitle { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .diferenciais-grid { grid-template-columns: 1fr 1fr; }
  .atendimento-grid  { grid-template-columns: 1fr 1fr; }
  .atend-channels    { grid-column: 1 / -1; flex-direction: row; }
  .atend-channels .channel-card { flex: 1; }
  .combos-grid { grid-template-columns: 1fr 1fr; }
  .combos-grid .combo-card:last-child { grid-column: 1 / -1; max-width: 500px; margin-inline: auto; width: 100%; }
  .estrutura-grid { grid-template-columns: repeat(3, 1fr); }
  .estrutura-tile:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .estrutura-tile:nth-child(8) { grid-column: auto; aspect-ratio: 4/3; }
  .plans-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .plan-card.destaque { transform: none; }
  .plan-card.destaque:hover { transform: translateY(-4px); }
  .benef-wrap { grid-template-columns: 1fr; gap: 40px; }
  .footer-content { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section { padding-block: 60px; }
  .topbar  { font-size: .72rem; }
  .topbar .container { gap: 14px; }
  .nav-menu { display: none; position: fixed; top: var(--header-h); left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; padding: 12px 0 20px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
  .nav-menu.open { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-link { display: block; padding: 14px 28px; border-radius: 0; font-size: 1rem; color: var(--text); font-weight: 600; }
  .nav-link:hover { background: var(--primary-light); color: var(--primary-dark); }
  .btn-header { display: none; }
  .menu-toggle { display: flex; }
  .hero { padding-block: 60px 72px; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: .95rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .diferenciais-grid { grid-template-columns: 1fr; gap: 14px; }
  .atendimento-grid  { grid-template-columns: 1fr; }
  .atend-channels    { flex-direction: column; }
  .combos-grid { grid-template-columns: 1fr; }
  .combos-grid .combo-card:last-child { max-width: 100%; }
  .combos-cta { flex-direction: column; align-items: stretch; padding: 24px; text-align: center; }
  .combos-cta .btn { justify-content: center; }
  .combo-exames { grid-template-columns: 1fr; }
  .estrutura-grid { grid-template-columns: 1fr 1fr; }
  .estrutura-tile:nth-child(1) { grid-column: auto; grid-row: auto; aspect-ratio: 4/3; }
  .plans-grid { max-width: none; }
  .plan-card { width: 100%; }
  .benef-cta { align-self: stretch; justify-content: center; }
  .consultor-wrap { flex-direction: column; text-align: center; }
  .footer-content { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 20px; }
}
