/* ═══════════════════════════════════════════════════════════
   U+ Seguro — css/main.css
   Montserrat · #38D9CA · rewrite-website
═══════════════════════════════════════════════════════════ */

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

:root {
  /* ── Marca ────────────────────────────────────────────── */
  --primary:        #38D9CA;
  --primary-dark:   #2ABFB3;
  --primary-light:  #E6FAF9;
  --secondary:      #5B5B5A;
  --header-bg:      #f5e1ce;
  --shadow-primary: 0 8px 32px rgba(56,217,202,.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: 'Montserrat', 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); }

/* ── Section headers ─────────────────────────────────────── */
.section-header   { text-align: center; margin-bottom: 56px; }
.section-label    { display: inline-block; background: var(--primary-light); color: var(--primary-dark); 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: 680px; 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: 'Montserrat', 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: #111; box-shadow: 0 4px 16px rgba(56,217,202,.35); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(56,217,202,.45); }
.btn-header { background: var(--primary); color: #111; padding: 10px 20px; font-size: .82rem; font-weight: 700; border-radius: 50px; box-shadow: 0 2px 12px rgba(56,217,202,.3); transition: var(--t); }
.btn-header i { width: 15px; height: 15px; }
.btn-header:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(56,217,202,.4); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 16px 36px; border-radius: 50px; font-family: 'Montserrat', 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); }

/* ── 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,.35); }
.nav      { display: flex; align-items: center; height: var(--header-h); }
.nav-logo { flex-shrink: 0; margin-right: auto; }
.nav-logo img { height: 59px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; margin-right: 20px; }
.nav-link { font-size: .84rem; font-weight: 600; color: #111827; padding: 6px 12px; border-radius: 7px; transition: var(--t); }
.nav-link:hover { color: #111827; background: rgba(0,0,0,.07); }
.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: #111827; 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 32%; }
.hero-overlay    { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,43,39,.82) 0%, rgba(7,43,39,.5) 30%, rgba(7,43,39,.12) 54%, rgba(7,43,39,0) 74%); }
.hero-content    { position: relative; z-index: 1; padding-block: 80px; }
.hero-text-inner { max-width: 560px; }
.hero-title      { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.12; color: #fff; margin-bottom: 14px; letter-spacing: -.02em; }
.hero-actions    { display: flex; flex-wrap: wrap; gap: 12px; }

/* Hero price badge */
.hero-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(56,217,202,.12);
  border: 1.5px solid rgba(56,217,202,.6);
  border-radius: 50px;
  padding: 10px 20px 10px 14px;
  margin-bottom: 28px;
  backdrop-filter: blur(6px);
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(56,217,202,.25);
}
.badge-prefix { font-size: .78rem; color: rgba(255,255,255,.75); font-weight: 500; }
.badge-value  { font-size: 1.45rem; font-weight: 900; color: var(--primary); letter-spacing: -.02em; line-height: 1; }
.badge-suffix { font-size: .78rem; color: rgba(255,255,255,.75); font-weight: 600; }

/* ── Garantia Strip ──────────────────────────────────────── */
.garantia-strip { padding-block: 60px; border-bottom: 1px solid var(--border); }
.garantia-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.garantia-cards { display: flex; gap: 16px; flex: 1; min-width: 0; }
.garantia-card  { flex: 1; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 18px; box-shadow: var(--shadow-sm); transition: var(--t); display: flex; flex-direction: column; gap: 14px; cursor: default; }
.garantia-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.garantia-card-icon { width: 46px; height: 46px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.garantia-card-icon i { width: 22px; height: 22px; color: var(--primary-dark); }
.garantia-card-titulo { font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; line-height: 1.3; }
.garantia-card-desc { font-size: .81rem; color: var(--text-soft); line-height: 1.6; }
.garantia-logos { display: flex; flex-direction: column; align-items: center; gap: 20px; flex-shrink: 0; padding-right: 16px; border-right: 1px solid var(--border); }
.garantia-logos img { height: 52px; width: auto; object-fit: contain; filter: grayscale(20%); }

/* ── Seção Cuidado ───────────────────────────────────────── */
.cuidado-section { background: var(--bg-alt); }
.cuidado-inner   { display: flex; align-items: center; gap: 64px; }
.cuidado-image-wrap { flex-shrink: 0; width: 420px; }
.cuidado-img {
  width: 100%;
  border-radius: var(--radius);
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 82%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 82%);
}
.cuidado-args { display: flex; flex-direction: column; gap: 32px; }
.cuidado-item { display: flex; gap: 18px; align-items: flex-start; }
.cuidado-item-icon { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.cuidado-item-icon i { width: 22px; height: 22px; color: var(--primary-dark); }
.cuidado-item-titulo { font-size: .97rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; line-height: 1.3; }
.cuidado-item p { font-size: .87rem; color: var(--text-soft); line-height: 1.65; }

/* ── Vantagens ───────────────────────────────────────────── */
.vantagens-intro { text-align: center; font-size: .95rem; font-weight: 700; color: var(--text-soft); margin-bottom: 32px; text-transform: uppercase; letter-spacing: .06em; }
.vantagens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 44px; }
.vantagem-card  { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); transition: var(--t); }
.vantagem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.vantagem-icon  { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.vantagem-icon i { width: 22px; height: 22px; color: var(--primary-dark); }
.vantagem-title { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }
.vantagem-card p { font-size: .85rem; color: var(--text-soft); line-height: 1.65; }
.vantagens-cta  { text-align: center; }

/* ── Planos ──────────────────────────────────────────────── */
.plano-card-wrap { max-width: 800px; margin-inline: auto; }
.plano-card { background: var(--bg); border: 2px solid var(--primary); border-radius: var(--radius); box-shadow: var(--shadow-primary); overflow: hidden; }

.plano-preco-area { background: #f5e1ce; padding: 32px 36px; text-align: center; }
.plano-preco { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.preco-prefix  { font-size: 1.4rem; font-weight: 700; color: #111827; }
.preco-valor   { font-size: 4rem; font-weight: 900; color: #111827; line-height: 1; letter-spacing: -.04em; }
.preco-periodo { font-size: 1rem; font-weight: 600; color: #111827; margin-left: 4px; }
.plano-vigencia { font-size: .8rem; color: var(--text-soft); margin-top: 8px; }

.plano-nome-area { padding: 24px 36px 8px; border-bottom: 1px solid var(--border); }
.plano-nome    { font-size: 1.5rem; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
.plano-tagline { font-size: .9rem; color: var(--text-soft); }

.plano-beneficios-lista { padding: 28px 36px; display: flex; flex-direction: column; gap: 24px; }

/* New clean plan feature items */
.plano-feature { display: flex; gap: 18px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.plano-feature:last-of-type { border-bottom: none; padding-bottom: 0; }
.plano-feature-icon { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.plano-feature-icon i { width: 22px; height: 22px; color: var(--primary-dark); }
.plano-feature-body h4 { font-size: .97rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.plano-feature-body p  { font-size: .87rem; color: var(--text-soft); line-height: 1.65; }

.plano-limite { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.plano-limite p { display: flex; align-items: center; gap: 8px; font-size: .87rem; color: var(--text-soft); }
.plano-limite p i { width: 15px; height: 15px; color: var(--primary); flex-shrink: 0; }
.link-cond { font-size: .85rem; font-weight: 600; color: var(--primary-dark); transition: var(--t); }
.link-cond:hover { color: var(--primary); }

.plano-footer { padding: 28px 36px 32px; border-top: 1px solid var(--border); background: var(--bg-alt); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.plano-sem-taxa { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; color: var(--primary-dark); margin-bottom: 12px; }
.plano-sem-taxa i { width: 15px; height: 15px; }
.btn-plano-assinar { margin-inline: auto; font-size: 1rem; padding: 16px 40px; }

/* ── Clube de Parcerias ──────────────────────────────────── */
.parceiros-marquee { overflow: hidden; padding-block: 32px; }
.parceiros-track { display: flex; align-items: center; gap: 48px; width: max-content; animation: marquee 30s linear infinite; }
.parceiros-track img { height: 44px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: .65; transition: var(--t); flex-shrink: 0; }
.parceiros-track img:hover { filter: grayscale(0%); opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Depoimentos ─────────────────────────────────────────── */
.depoimentos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.depoimento-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px; transition: var(--t); }
.depoimento-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.depoimento-foto { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary-light); }
.depoimento-card blockquote { font-size: .88rem; color: var(--text-soft); line-height: 1.7; font-style: italic; flex: 1; }
.depoimento-autor { font-size: .82rem; font-weight: 700; color: var(--dark); }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-inner { display: flex; gap: 60px; align-items: flex-start; }
.faq-lista { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.faq-image-wrap { flex-shrink: 0; width: 420px; position: sticky; top: calc(var(--header-h) + 24px); }
.faq-img {
  width: 100%;
  border-radius: var(--radius);
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 82%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 82%);
}
.faq-item  { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; background: var(--bg); }
.faq-pergunta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; font-size: .95rem; font-weight: 600; color: var(--dark); text-align: left; transition: var(--t); }
.faq-pergunta:hover { background: var(--primary-light); color: var(--primary-dark); }
.faq-item.open .faq-pergunta { background: var(--primary-light); color: var(--primary-dark); }
.faq-icone { flex-shrink: 0; width: 18px; height: 18px; color: var(--primary); transition: transform .3s ease; }
.faq-item.open .faq-icone { transform: rotate(180deg); }
.faq-resposta { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-resposta { max-height: 1000px; }
.faq-resposta > * { padding: 0 20px 18px; font-size: .88rem; color: var(--text-soft); line-height: 1.72; }
.faq-resposta p + p { padding-top: 0; }
.faq-resposta ul { padding: 0 20px 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.faq-resposta ul li { font-size: .87rem; color: var(--text-soft); padding-left: 16px; position: relative; line-height: 1.6; }
.faq-resposta ul li::before { content: '•'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

/* ── Consultor ───────────────────────────────────────────── */
.consultor-section { background: var(--header-bg); }
.consultor-section .section-title,
.consultor-section .section-subtitle { color: #111827; }
.consultor-section .section-subtitle { color: var(--text-soft); }
.consultor-inner { text-align: center; max-width: 680px; margin-inline: auto; }
.consultor-inner .section-title { margin-bottom: 14px; }
.consultor-inner .section-subtitle { margin-bottom: 32px; }

/* ── Footer ──────────────────────────────────────────────── */
.footer         { background: var(--dark); color: rgba(255,255,255,.65); }
.footer-content { display: grid; grid-template-columns: 1.8fr 1fr 1.4fr 1fr; gap: 44px; 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-social  { display: flex; gap: 10px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; transition: var(--t); }
.footer-social a:hover { background: var(--primary); color: #111; }
.footer-contato h4, .footer-nav h4, .footer-documentos h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-nav ul, .footer-documentos ul  { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a, .footer-documentos a   { font-size: .85rem; transition: var(--t); line-height: 1.5; }
.footer-nav a:hover, .footer-documentos a:hover { color: #fff; padding-left: 4px; }
.footer-wa-btn { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 10px 18px; border-radius: 50px; font-size: .85rem; font-weight: 700; transition: var(--t); }
.footer-wa-btn i { width: 15px; height: 15px; }
.footer-wa-btn:hover { background: #1ebe5c; transform: translateY(-1px); }
.footer-bottom  { border-top: 1px solid rgba(255,255,255,.08); padding-block: 24px; }
.footer-bottom .container { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.4); }
.footer-legal   { font-size: .72rem !important; color: rgba(255,255,255,.3) !important; line-height: 1.6; }
.footer-credit  { color: rgba(255,255,255,.35) !important; }
.footer-credit strong { color: rgba(255,255,255,.55); }

/* ── Plano feature list ──────────────────────────────────────── */
.plano-feature-list { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.plano-feature-list li { font-size: .87rem; color: var(--text-soft); line-height: 1.55; display: flex; align-items: center; gap: 8px; }
.plano-feature-list li i { width: 16px; height: 16px; color: var(--primary-dark); flex-shrink: 0; }
.plano-feature-list li > svg { width: 16px; height: 16px; color: var(--primary-dark); flex-shrink: 0; }

/* ── Parcerias CTA ───────────────────────────────────────────── */
.parcerias-cta { text-align: center; margin-top: 36px; }

/* ── Compare os Planos ───────────────────────────────────────── */
.compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.compare-table { width: 100%; min-width: 600px; border-collapse: collapse; background: var(--bg); }
.compare-table thead th { padding: 18px 20px; font-size: .85rem; font-weight: 700; text-align: center; background: var(--header-bg); color: #111827; }
.compare-table thead th:first-child { text-align: left; width: 44%; }
.compare-table thead th.col-our { background: var(--primary); color: #111; }
.cat-row td { background: #EAECEF; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-soft); padding: 10px 20px; border-top: 2px solid var(--border); }
.compare-table tbody tr:not(.cat-row) td { padding: 14px 20px; border-bottom: 1px solid var(--border); font-size: .88rem; vertical-align: middle; }
.compare-table tbody tr:not(.cat-row) td:first-child { font-weight: 600; color: var(--dark); }
.compare-table tbody tr:not(.cat-row) td:nth-child(2),
.compare-table tbody tr:not(.cat-row) td:nth-child(3) { text-align: center; }
.col-our-cell { background: rgba(56,217,202,.06); }
.val-txt { font-weight: 700; color: var(--dark); }
.compare-val-soft { font-weight: 500; color: var(--text-soft); }
.compare-label-sm { font-size: .82rem; color: var(--text-soft); vertical-align: middle; margin-left: 4px; }
.xx { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(239,68,68,.1); border-radius: 50%; color: #EF4444; vertical-align: middle; }
.xx i { width: 13px; height: 13px; }
.ck { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(56,217,202,.18); border-radius: 50%; color: var(--primary-dark); vertical-align: middle; }
.ck i { width: 13px; height: 13px; }
.compare-table tfoot td { padding: 20px; text-align: center; background: var(--bg-alt); border-top: 2px solid var(--border); }
.compare-table tfoot td:first-child { text-align: left; }
.btn-compare-consult { background: var(--bg); border: 2px solid var(--border); color: var(--text-soft); padding: 12px 20px; font-size: .85rem; }
.btn-compare-consult:hover { border-color: var(--primary); color: var(--primary-dark); transform: translateY(-2px); }
.compare-table tfoot .btn-primary { padding: 12px 20px; font-size: .85rem; }

/* ── Assinar Float ───────────────────────────────────────────── */
.assinar-float { position: fixed; bottom: 28px; right: 28px; background: var(--primary); color: #111; padding: 14px 24px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-size: .9rem; font-weight: 700; box-shadow: 0 4px 22px rgba(56,217,202,.55); z-index: 999; transition: var(--t); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.assinar-float i { width: 17px; height: 17px; }
.assinar-float:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(56,217,202,.65); }

/* ══ RESPONSIVO ═════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .cuidado-inner { flex-direction: column; }
  .cuidado-image-wrap { width: 100%; max-width: 480px; margin-inline: auto; }
  .faq-inner { flex-direction: column; }
  .faq-image-wrap { display: none; }
  .faq-lista { max-width: 100%; }
}

@media (max-width: 960px) {
  .vantagens-grid { grid-template-columns: repeat(2, 1fr); }
  .depoimentos-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 36px; }
  .garantia-inner { flex-direction: column; align-items: flex-start; }
  .garantia-cards { flex-direction: column; }
  .garantia-logos { flex-direction: row; border-right: none; border-bottom: 1px solid var(--border); padding-right: 0; padding-bottom: 20px; width: 100%; justify-content: center; }
  .plano-preco-area { padding: 24px; }
  .plano-nome-area, .plano-beneficios-lista, .plano-footer { padding-inline: 24px; }
}

@media (max-width: 640px) {
  .section { padding-block: 60px; }
  .nav-menu { display: none; position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--header-bg); flex-direction: column; gap: 0; padding: 12px 0 20px; border-bottom: 1px solid rgba(0,0,0,.1); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
  .nav-menu.open { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-link { display: block; padding: 12px 28px; border-radius: 0; font-size: .95rem; color: #111827; }
  .nav-link:hover { background: rgba(0,0,0,.06); color: #111827; }
  .btn-header { display: none; }
  .menu-toggle { display: flex; }
  .hero { min-height: 100svh; }
  .hero-bg img { object-position: 72% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7,43,39,.42) 0%, rgba(7,43,39,.55) 45%, rgba(7,43,39,.82) 100%); }
  .hero-content { padding-block: 48px; }
  .hero-title { font-size: 1.8rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .vantagens-grid { grid-template-columns: 1fr; }
  .depoimentos-grid { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { text-align: center; }
  .assinar-float { padding: 12px 18px; font-size: .82rem; bottom: 20px; right: 20px; }
  .plano-preco-area { padding: 20px 16px; }
  .plano-nome-area, .plano-beneficios-lista, .plano-footer { padding-inline: 16px; }
  .garantia-logos { gap: 20px; }
  .garantia-logos img { height: 40px; }
  .compare-table tfoot td { padding: 14px 12px; }
  .compare-table tfoot .btn-primary,
  .btn-compare-consult { padding: 10px 14px; font-size: .78rem; }
}

/* ── Hero — símbolo U+ inline no título ──────────────────── */
.hero-title-logo {
  display: inline-block;
  height: 0.92em;
  width: auto;
  vertical-align: -0.14em;
  margin-inline: 5px;
}

/* ── Hero — subtítulo (antigo título principal) ──────────── */
.hero-subtitle {
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 600;
  color: rgba(255,255,255,.85);
  margin-bottom: 26px;
  line-height: 1.45;
  max-width: 480px;
}
/* ── Depoimentos — oculto temporariamente ───────────────── */
#depoimentos { display: none; }
