/* ═══════════════════════════════════════════════════════════
   CARTÃO BEM CUIDAR — Landing Page
   Montserrat · Teal #30a9d2 (header) / Navy #006c96 (primary) · Accent #ff8400
═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../../_shared/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../../_shared/fonts/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2') format('woff2');
}

:root {
  --primary:       #006c96;
  --primary-dark:  #004e6d;
  --primary-light: #e6f3f8;
  --secondary:     #30a9d2;
  --accent:        #ff8400;
  --header-bg:     #30a9d2;

  --dark:         #111827;
  --dark-2:       #1f2937;
  --text:         #111827;
  --text-soft:    #6B7280;
  --text-lighter: #9CA3AF;
  --bg:           #FFFFFF;
  --bg-alt:       #F9FAFB;
  --border:       #E5E7EB;
  --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-dark{ background: var(--primary-dark); }

section[id]  { scroll-margin-top: calc(var(--header-h) + 8px); }

/* Section header */
.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-cta { text-align: center; margin-top: 36px; }

/* Dark section labels */
.section-label-dark { display: inline-block; background: rgba(48,169,210,.2); color: #7dd3f0; 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; 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: #fff; box-shadow: 0 4px 16px rgba(0,108,150,.3); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,108,150,.35); }

.btn-sm { padding: 11px 22px; font-size: .84rem; }

.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-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 { z-index: 1000; height: var(--header-h); background: var(--header-bg); transition: box-shadow .3s; }
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.2); }

.page-home    .header { position: fixed; inset: 0 0 auto; }
.page-subpage .header { position: sticky; top: 0; }

.nav { display: flex; align-items: center; height: var(--header-h); }
.nav-logo { flex-shrink: 0; margin-right: auto; }
.nav-logo img { height: 38px; width: auto; }

.nav-menu { display: flex; align-items: center; gap: 4px; margin-right: 20px; }
.nav-link { font-size: .84rem; font-weight: 600; color: rgba(255,255,255,.85); padding: 6px 12px; border-radius: 7px; transition: var(--t); }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.15); }
.nav-link-active { color: #fff; background: rgba(255,255,255,.2); }

.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;
  padding-top: var(--header-h);
  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(0,40,60,.88) 0%, rgba(0,40,60,.65) 50%, rgba(0,40,60,.2) 100%);
}
.hero-content { position: relative; z-index: 1; padding-block: 80px; }
.hero-text-inner { max-width: 640px; }

.hero-title { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; line-height: 1.12; color: #fff; margin-bottom: 20px; letter-spacing: -.02em; }

.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,.82); line-height: 1.72; margin-bottom: 32px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ── SOBRE ───────────────────────────────────────────────── */
.sobre-content { max-width: 760px; margin-inline: auto; }
.sobre-paragraphs { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.sobre-paragraphs p { font-size: .97rem; color: var(--text-soft); line-height: 1.78; }

.sobre-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--primary-light);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 18px;
  margin-bottom: 28px;
}
.sobre-highlight i { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.sobre-highlight p { color: var(--dark); font-size: .9rem; line-height: 1.7; margin: 0; }

/* ── SERVIÇOS ────────────────────────────────────────────── */
.servicos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}

.servico-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: var(--t);
}
.servico-card:hover { border-top-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }

.servico-icon {
  width: 48px; height: 48px;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.servico-icon i { width: 24px; height: 24px; color: var(--primary); stroke-width: 1.75; }

.servico-card h3 { font-size: .9rem; font-weight: 700; color: var(--dark); line-height: 1.35; }
.servico-card p  { font-size: .83rem; color: var(--text-soft); line-height: 1.6; flex: 1; }

.servicos-cta { text-align: center; }

/* ── VANTAGENS ───────────────────────────────────────────── */
.vantagens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.vantagens-text .section-label-dark { display: block; margin-bottom: 10px; }
.vantagens-text .section-title-dark { text-align: left; max-width: 100%; margin-bottom: 12px; }
.vantagens-text .section-subtitle-dark { text-align: left; margin-bottom: 28px; }

.vantagens-lista { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.vantagens-lista li { display: flex; align-items: center; gap: 12px; font-size: .95rem; font-weight: 600; color: rgba(255,255,255,.9); }
.vantagens-lista li i { width: 20px; height: 20px; color: var(--secondary); flex-shrink: 0; stroke-width: 2; }

.vantagens-img img { width: 100%; border-radius: var(--radius); object-fit: cover; max-height: 460px; filter: drop-shadow(0 20px 60px rgba(0,0,0,.25)); }

/* ── PLANOS ──────────────────────────────────────────────── */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 28px;
}

.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); }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.plan-header { padding: 28px 24px 16px; background: var(--primary-light); border-bottom: 1px solid rgba(0,108,150,.15); }

.plan-label { display: inline-block; font-size: .7rem; font-weight: 700; color: var(--primary); background: rgba(255,255,255,.7); border: 1px solid rgba(0,108,150,.2); padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; }

.plan-name { font-size: 1.45rem; font-weight: 800; color: var(--dark); margin-bottom: 6px; }

.plan-price { font-size: 2.4rem; font-weight: 900; color: var(--primary); line-height: 1; letter-spacing: -.03em; margin-bottom: 4px; }
.plan-price span { font-size: .85rem; font-weight: 600; color: var(--text-soft); }

.plan-billing { font-size: .76rem; color: var(--text-lighter); margin-top: 2px; }
.plan-taxa { font-size: .78rem; color: var(--text-soft); font-weight: 600; margin-top: 8px; }

.plan-features { padding: 20px 24px; flex: 1; display: flex; flex-direction: column; }
.plan-features-title { font-size: .75rem; font-weight: 700; color: var(--text-soft); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }

.plan-features ul { display: flex; flex-direction: column; gap: 9px; flex: 1; }
.plan-features li { display: flex; align-items: flex-start; gap: 9px; font-size: .84rem; color: var(--text-soft); line-height: 1.5; }
.plan-features li i { flex-shrink: 0; width: 15px; height: 15px; color: var(--primary); stroke-width: 2.5; margin-top: 2px; }

/* Payment links */
.plan-actions { padding: 16px 24px 24px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); }

.plan-action-link {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 16px; border-radius: var(--radius-sm);
  font-size: .81rem; font-weight: 700;
  color: var(--primary); background: var(--primary-light);
  border: 1px solid rgba(0,108,150,.15);
  transition: var(--t);
}
.plan-action-link i { width: 14px; height: 14px; flex-shrink: 0; }
.plan-action-link:hover { background: var(--primary); color: #fff; }

.plan-action-pix { color: var(--primary-dark); background: rgba(0,108,150,.06); border-color: rgba(0,108,150,.2); }
.plan-action-pix:hover { background: var(--primary-dark); color: #fff; }

/* ── PARCEIROS ───────────────────────────────────────────── */
.parceiros-title { font-size: 1.4rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.parceiros-subtitle { font-size: .97rem; color: var(--text-soft); }

.parceiros-grid {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 18px 28px;
  margin: 36px 0;
}
.parceiros-grid img { height: 32px; width: auto; object-fit: contain; filter: grayscale(1) opacity(.55); transition: var(--t); }
.parceiros-grid img:hover { filter: grayscale(0) opacity(1); }

/* ── CONTATO / CTA ───────────────────────────────────────── */
.contato-inner {
  max-width: 700px; margin-inline: auto;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.contato-inner p { font-size: .97rem; color: var(--text-soft); line-height: 1.75; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--dark); color: rgba(255,255,255,.65); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 52px;
  padding-block: 64px;
}

.footer-logo { height: 56px; width: auto; margin-bottom: 10px; }

.footer-info p { display: flex; align-items: flex-start; gap: 8px; font-size: .85rem; margin-bottom: 10px; line-height: 1.5; }
.footer-info i { width: 14px; height: 14px; color: var(--secondary); flex-shrink: 0; margin-top: 2px; }
.footer-info a:hover { color: #fff; }

.footer-nav h4 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.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 { transition: var(--t); }
.footer-bottom a:hover { color: #fff; }

/* ── PAGE BANNER (subpage title) ────────────────────────── */
.page-banner {
  background: var(--header-bg);
  padding-block: 52px 44px;
  text-align: center;
}
.page-banner h1 { font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; color: #fff; }

/* ── STEPS GRID ──────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.step-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-num {
  width: 36px; height: 36px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem; font-weight: 800;
  flex-shrink: 0;
}
.step-card h3 { font-size: .92rem; font-weight: 700; color: var(--dark); }
.step-card p  { font-size: .84rem; color: var(--text-soft); line-height: 1.6; }

/* ── TERMOS LIST ─────────────────────────────────────────── */
.termos-list { display: flex; flex-direction: column; gap: 16px; }
.termo-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 18px;
}
.termo-item i { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.termo-item h4 { font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.termo-item p  { font-size: .83rem; color: var(--text-soft); line-height: 1.6; }

/* ── BENEFICIO BLOCK ─────────────────────────────────────── */
.beneficio-block {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
}
.beneficio-block-header {
  background: var(--primary);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.beneficio-block-header i { width: 24px; height: 24px; color: rgba(255,255,255,.9); flex-shrink: 0; }
.beneficio-block-header h2 { font-size: 1.15rem; font-weight: 800; color: #fff; }
.beneficio-block-header p  { font-size: .82rem; color: rgba(255,255,255,.75); margin-top: 2px; }
.beneficio-block-body { padding: 24px 28px; }
.beneficio-block-body p { font-size: .9rem; color: var(--text-soft); line-height: 1.75; margin-bottom: 12px; }
.beneficio-block-body ul { display: flex; flex-direction: column; gap: 8px; }
.beneficio-block-body li { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; color: var(--text-soft); line-height: 1.5; }
.beneficio-block-body li i { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }
.beneficio-block-body strong { color: var(--dark); }

.beneficio-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.beneficio-info-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid rgba(0,108,150,.2);
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 12px;
}
.beneficio-info-tag i { width: 12px; height: 12px; }

/* ── HOW-TO CLUB STEPS ───────────────────────────────────── */
.club-steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.club-step { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; color: var(--text-soft); line-height: 1.6; }
.club-step .step-num { flex-shrink: 0; margin-top: 2px; }

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

/* ── RESPONSIVE — TABLET (≤ 960px) ─────────────────────── */
@media (max-width: 960px) {
  .hero-content { padding-block: 60px; }
  .hero-text-inner { max-width: 100%; }

  .servicos-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .vantagens-grid { grid-template-columns: 1fr; gap: 44px; }
  .vantagens-text .section-title-dark { text-align: center; }
  .vantagens-text { text-align: center; }
  .vantagens-text .section-subtitle-dark { text-align: center; margin-inline: auto; }
  .vantagens-lista li { justify-content: center; }
  .vantagens-img { max-width: 480px; margin-inline: auto; }
  .plans-grid { max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── RESPONSIVE — MOBILE (≤ 640px) ─────────────────────── */
@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; }

  .hero { min-height: 100svh; }
  .hero-content { padding-block: 48px; }
  .hero-title { font-size: 1.8rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }

  .servicos-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .vantagens-lista li { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 20px; }
}
