/* ═══════════════════════════════════════════════════════════
   Enviva Saúde — css/main.css
   Poppins · #522A7C · gerado por rewrite-website
═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../_shared/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../../_shared/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../_shared/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../../_shared/fonts/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* ── Marca ──────────────────────────────────────────── */
  --primary:        #522A7C;   /* roxo dominante: botões CTA */
  --primary-dark:   #3D1F5E;
  --primary-light:  #F3EEF9;
  --secondary:      #FF3A82;   /* rosa accent */
  --header-bg:      #522A7C;
  --shadow-primary: 0 8px 32px rgba(82,42,124,.2);

  /* ── Neutros ─────────────────────────────────────────── */
  --dark:         #111827;
  --dark-2:       #1f2937;
  --text:         #111827;
  --text-soft:    #6B7280;
  --text-lighter: #9CA3AF;
  --bg:           #FFFFFF;
  --bg-alt:       #F9FAFB;
  --border:       #E5E7EB;

  /* ── Tokens ──────────────────────────────────────────── */
  --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: 'Poppins', 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; }

/* ── Container / 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[id]  { scroll-margin-top: calc(var(--header-h) + 8px); }
.grid-2         { display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
.grid-2-reverse { grid-template-columns: 1fr 1.1fr; }

/* ── 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-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 14px; }
.section-subtitle { font-size: .98rem; color: var(--text-soft); max-width: 580px; margin-inline: auto; line-height: 1.75; }
.section-label-dark    { display: inline-block; background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); 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-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.section-subtitle-dark { font-size: .98rem; color: rgba(255,255,255,.65); max-width: 580px; 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; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Poppins', 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(0,0,0,.18); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.btn-outline { background: transparent; color: var(--dark); border: 2px solid var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.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); transition: var(--t); }
.btn-header i { width: 15px; height: 15px; }
.btn-header:hover { background: rgba(255,255,255,.9); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.btn-sm { padding: 11px 22px; font-size: .84rem; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 16px 36px; border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 1rem; 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); }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Poppins', 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-plan { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px 10px; border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: .82rem; font-weight: 700; border: 2px solid var(--border); color: var(--dark); margin-top: auto; transition: var(--t); text-align: center; line-height: 1.3; }
.btn-plan i { width: 15px; height: 15px; }
.btn-plan:hover { border-color: var(--primary); color: var(--primary); }
.btn-plan-destaque { background: var(--primary); color: #fff; border-color: var(--primary); box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.btn-plan-destaque:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; transform: translateY(-2px); }

/* ── 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: fixed; inset: 0 0 auto; }
.hero              { padding-top: var(--header-h); }
.header.scrolled   { box-shadow: 0 2px 20px rgba(0,0,0,.2); }
.nav      { display: flex; align-items: center; height: var(--header-h); }
.nav-logo { flex-shrink: 0; }
.nav-logo img { height: 38px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; margin-inline: 20px; }
.nav-link { display: inline-flex; align-items: center; gap: 4px; font-size: .84rem; font-weight: 600; color: rgba(255,255,255,.85); padding: 6px 12px; border-radius: 7px; transition: var(--t); }
.nav-link i { width: 14px; height: 14px; flex-shrink: 0; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.15); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: var(--primary-dark); border-radius: 8px; min-width: 200px; box-shadow: 0 8px 28px rgba(0,0,0,.28); z-index: 200; overflow: hidden; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { display: block; }
.nav-dropdown-item { display: block; padding: 11px 18px; font-size: .84rem; font-weight: 600; color: rgba(255,255,255,.82); }
.nav-dropdown-item:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav-dropdown-item-active { background: rgba(255,255,255,.12); color: #fff !important; }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; margin-left: 12px; }
.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; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg         { position: absolute; inset: 0; z-index: 0; }
.hero-bg img     { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay    { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(30,10,60,.88) 0%, rgba(30,10,60,.7) 50%, rgba(30,10,60,.25) 100%); }
.hero-content    { position: relative; z-index: 1; padding-block: 80px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.hero-text-inner { max-width: 600px; }
.hero-title      { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 16px; letter-spacing: -.02em; }
.hero-subtitle   { font-size: 1.05rem; color: rgba(255,255,255,.88); line-height: 1.65; margin-bottom: 20px; }
.hero-checklist  { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.hero-checklist li { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.9); }
.hero-checklist li i { width: 16px; height: 16px; color: #a78bdb; flex-shrink: 0; }
.hero-actions    { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.hero-promo      { font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.85); }

/* Hero badge */
.hero-badge { flex-shrink: 0; }
.hero-badge-inner { background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.3); backdrop-filter: blur(10px); border-radius: var(--radius); padding: 28px 24px; text-align: center; min-width: 160px; }
.hero-badge-title { font-size: .95rem; font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 8px; }
.hero-badge-from  { font-size: .78rem; color: rgba(255,255,255,.7); margin-bottom: 4px; }
.hero-badge-price { font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-badge-currency { font-size: 1.1rem; vertical-align: super; font-weight: 700; }

/* ── Features ────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card  { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 24px; text-align: center; box-shadow: var(--shadow-sm); transition: var(--t); }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon  { width: 80px; height: 80px; margin: 0 auto 18px; object-fit: contain; }
.feature-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.feature-card p  { font-size: .85rem; color: var(--text-soft); line-height: 1.65; }

/* ── Especialidades ──────────────────────────────────────── */
.specs-text { text-align: center; font-size: .98rem; color: var(--text-soft); max-width: 680px; margin: 0 auto 40px; line-height: 1.75; }
.specs-images { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.specs-img { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/3; }
.specs-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.specs-img:hover img { transform: scale(1.04); }

/* ── Plans ───────────────────────────────────────────────── */
.plans-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plans-grid-4 { grid-template-columns: repeat(4, 1fr); }
.plans-grid-4 .price-value { font-size: 2.4rem; }
.plans-grid-5 { grid-template-columns: repeat(5, 1fr); }
.plans-grid-5 .price-value { font-size: 2rem; }
.plans-grid-5 .plan-name   { font-size: 1.1rem; }
.plans-grid-5 .plan-header { padding: 28px 14px 14px; }
.plans-grid-5 .plan-card.destaque .plan-header { padding-top: 44px; }
.plans-grid-5 .plan-body   { padding: 16px 14px 20px; }
.plan-card   { border: 1px solid var(--border); border-radius: var(--radius); display: flex; flex-direction: column; background: var(--bg); box-shadow: var(--shadow-sm); transition: var(--t); position: relative; min-width: 0; }
.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: translateX(-50%); background: var(--primary); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 16px; border-radius: 0 0 8px 8px; z-index: 1; }
.plan-header  { padding: 28px 24px 16px; border-bottom: 1px solid var(--border); }
.plan-card.destaque .plan-header { background: var(--primary-light); border-bottom-color: rgba(0,0,0,.07); padding-top: 44px; }
.plan-name    { font-size: 1.5rem; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.plan-tagline { font-size: .82rem; color: var(--text-soft); }
.plan-body    { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.plan-price   { display: flex; align-items: baseline; gap: 2px; margin-bottom: 4px; }
.price-prefix { font-size: .95rem; font-weight: 700; color: var(--dark); }
.price-value  { font-size: 2.8rem; font-weight: 900; color: var(--dark); line-height: 1; letter-spacing: -.03em; }
.price-soon   { font-size: 1.5rem !important; letter-spacing: 0 !important; }
.price-period { font-size: .82rem; font-weight: 600; color: var(--text-soft); margin-left: 2px; }
.plan-card.destaque .price-value, .plan-card.destaque .price-prefix { color: var(--primary); }
.plan-payment-label { font-size: .75rem; color: var(--text-lighter); margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.plan-benefits { display: flex; flex-direction: column; gap: 9px; flex: 1; margin-bottom: 20px; }
.plan-benefits li { display: flex; align-items: flex-start; gap: 9px; font-size: .85rem; color: var(--text-soft); line-height: 1.5; }
.plan-benefits li i { flex-shrink: 0; width: 16px; height: 16px; color: var(--primary); stroke-width: 2.5; margin-top: 1px; }

/* ── Empresarial Opções ─────────────────────────────────── */
.empresarial-opcoes-label { font-size: .78rem; font-weight: 700; color: var(--text-soft); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.empresarial-opcoes { display: flex; flex-direction: column; gap: 8px; }
.empresarial-opcao { display: block; padding: 10px 14px; border: 2px solid var(--border); border-radius: var(--radius-sm); background: var(--bg); cursor: pointer; transition: var(--t); text-align: left; }
.empresarial-opcao:hover { border-color: var(--primary); background: var(--primary-light); }
.empresarial-opcao.ativo { border-color: var(--primary); background: var(--primary-light); box-shadow: 0 0 0 3px rgba(82,42,124,.12); }
.empresarial-opcao-nome { font-size: .84rem; font-weight: 700; color: var(--dark); }
.empresarial-opcao-preco { font-size: .9rem; font-weight: 800; color: var(--primary); white-space: nowrap; }
.empresarial-opcao-preco small { font-size: .72rem; font-weight: 600; color: var(--text-soft); margin-left: 1px; }
.empresarial-erro { display: none; }

/* ── Parcerias ───────────────────────────────────────────── */
.parcerias-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 40px; }
.parceria-item   { display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 12px; background: var(--bg); transition: var(--t); }
.parceria-item:hover { box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.parceria-item img { max-height: 44px; width: auto; object-fit: contain; filter: grayscale(30%); transition: filter .3s; }
.parceria-item:hover img { filter: grayscale(0); }
.parcerias-cta   { text-align: center; }

/* ── Depoimentos ─────────────────────────────────────────── */
.section-dark { background: var(--primary); }
.depo-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.depo-card  { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); padding: 28px; }
.depo-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.depo-stars i { width: 16px; height: 16px; color: #FFD700; fill: #FFD700; }
.depo-quote { font-size: .9rem; color: rgba(255,255,255,.9); line-height: 1.7; font-style: italic; }

/* ── Clínica Parceira ────────────────────────────────────── */
.clinica-text { }
.clinica-name { font-size: 1.3rem; font-weight: 700; color: var(--dark); margin: 8px 0 12px; }
.clinica-desc { font-size: .95rem; color: var(--text-soft); margin-bottom: 14px; line-height: 1.65; }
.clinica-address { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--text-soft); margin-bottom: 24px; }
.clinica-address i { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.clinica-img img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; aspect-ratio: 4/3; }

/* ── CTA Section ─────────────────────────────────────────── */
.section-cta { background: var(--primary-dark); }
.cta-inner   { text-align: center; max-width: 720px; margin-inline: auto; }
.cta-inner .section-title-dark { margin-bottom: 16px; }
.cta-inner .section-subtitle-dark { margin-bottom: 12px; }
.cta-inner .btn-whatsapp { margin-top: 28px; }

/* ── Parceiro Form ───────────────────────────────────────── */
.parceiro-desc { font-size: .92rem; color: var(--text-soft); line-height: 1.72; margin-bottom: 28px; }
.parceiro-form { display: flex; flex-direction: column; gap: 16px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.form-group input,
.form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: 'Poppins', sans-serif; font-size: .88rem; color: var(--text); background: var(--bg); transition: border-color .2s; resize: vertical; }
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: var(--primary); }
.parceiro-contato { padding: 40px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.parceiro-contato h3 { font-size: 1.3rem; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
.parceiro-contato h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--primary); margin-bottom: 18px; }
.parceiro-contato p { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--text-soft); margin-bottom: 12px; line-height: 1.5; }
.parceiro-contato i { width: 15px; height: 15px; color: var(--primary); flex-shrink: 0; }
.parceiro-contato a:hover { color: var(--primary); }

/* ── Footer ──────────────────────────────────────────────── */
.footer         { background: var(--dark); color: rgba(255,255,255,.65); }
.footer-content { display: grid; grid-template-columns: 2fr 1.5fr 1fr; gap: 52px; padding-block: 64px; }
.footer-logo    { height: 80px; width: auto; margin-bottom: 14px; }
.footer-brand p { font-size: .85rem; line-height: 1.65; margin-bottom: 18px; }
.footer-contato h4, .footer-nav h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-contato p   { display: flex; align-items: center; gap: 8px; font-size: .85rem; margin-bottom: 10px; }
.footer-contato i   { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }
.footer-contato a:hover { color: #fff; }
.footer-nav ul  { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a   { font-size: .85rem; 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,.4); }
.footer-bottom a:hover { color: #fff; }
.footer-credit  { color: rgba(255,255,255,.35) !important; }
.footer-credit strong { color: rgba(255,255,255,.55); }

/* ── 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); }

/* ── Subpage Page Title ──────────────────────────────────── */
.page-title-section { padding-block: 72px 56px; background: var(--primary); }
.page-title-inner   { text-align: center; }
.page-title-inner .section-label { background: rgba(255,255,255,.15); color: rgba(255,255,255,.85); margin-bottom: 10px; }
.page-title         { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 8px; }
.page-title-sub     { font-size: 1rem; color: rgba(255,255,255,.75); }

/* ── Plano lista ─────────────────────────────────────────── */
.plano-lista        { display: flex; flex-direction: column; gap: 10px; }
.plano-lista li     { display: flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 600; color: var(--text-soft); }
.plano-lista li i   { width: 17px; height: 17px; color: var(--primary); flex-shrink: 0; }

/* ── Plano card destaque (subpage) ───────────────────────── */
.plano-card-destaque { background: var(--primary-light); border: 2px solid var(--primary); border-radius: var(--radius); padding: 36px; text-align: center; box-shadow: var(--shadow-primary); }
.plano-price-box     { margin-bottom: 24px; }
.plano-price-label   { font-size: .9rem; font-weight: 700; color: var(--primary-dark); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.plano-price         { display: flex; align-items: baseline; justify-content: center; gap: 2px; margin-bottom: 4px; }
.plano-currency      { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.plano-value         { font-size: 3.5rem; font-weight: 900; color: var(--primary); line-height: 1; letter-spacing: -.03em; }
.plano-period        { font-size: .88rem; color: var(--text-soft); margin-bottom: 8px; }
.plano-note          { font-size: .78rem; color: var(--text-lighter); }

/* ── Empresarial wrap ────────────────────────────────────── */
.empresarial-wrap    { text-align: center; max-width: 600px; margin-inline: auto; }
.empresarial-icon    { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: var(--primary-light); border-radius: 50%; margin: 0 auto 24px; }
.empresarial-icon i  { width: 36px; height: 36px; color: var(--primary); }

/* ══ RESPONSIVO ═════════════════════════════════════════════ */
@media (max-width: 960px) {
  .grid-2, .grid-2-reverse { grid-template-columns: 1fr; gap: 44px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .plan-card.destaque { transform: none; grid-column: 1 / -1; max-width: 400px; margin-inline: auto; width: 100%; }
  .plans-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .plans-grid-4 .plan-card.destaque { grid-column: auto; max-width: none; margin-inline: 0; width: auto; }
  .plans-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .parcerias-logos { grid-template-columns: repeat(4, 1fr); }
  .depo-grid { grid-template-columns: 1fr 1fr; }
  .specs-images { grid-template-columns: repeat(3, 1fr); }
  .hero-content { grid-template-columns: 1fr; }
  .hero-badge { display: none; }
  .footer-content { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section { padding-block: 60px; }
  .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; border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
  .nav-menu.open { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-link { display: block; padding: 12px 28px; border-radius: 0; font-size: .95rem; color: var(--text); }
  .nav-link:hover, .nav-link-active { background: var(--primary-light); color: var(--primary-dark); }
  .btn-header { display: none; }
  .menu-toggle { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-menu { position: static; box-shadow: none; background: var(--primary-light); border-radius: 6px; margin-top: 4px; }
  .nav-dropdown-item { color: var(--text); }
  .hero { min-height: 100svh; }
  .hero-content { padding-block: 48px; }
  .hero-title { font-size: 1.8rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .features-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .plans-grid-4 { grid-template-columns: 1fr; }
  .plans-grid-5 { grid-template-columns: 1fr; }
  .plan-card.destaque { transform: none; grid-column: auto; max-width: 100%; }
  .parcerias-logos { grid-template-columns: repeat(3, 1fr); }
  .depo-grid { grid-template-columns: 1fr; }
  .specs-images { grid-template-columns: repeat(2, 1fr); }
  .footer-content { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 20px; }
}
