/* ═══════════════════════════════════════════════════════════
   HIPER+ — Landing Page
   Montserrat · --primary #1da8a0 · --header-bg #0c4659
   --primary   #1da8a0  (teal — CTA buttons)
   --secondary #0c4659  (dark blue — header bg, plan names)
   --accent    #fb5e34  (orange)
═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../../_shared/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.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 {
  --primary:      #1da8a0;
  --primary-dark: #17827b;
  --primary-light:#e8f8f7;
  --secondary:    #0c4659;
  --accent:       #fb5e34;
  --header-bg:    #0c4659;

  --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; }
address { font-style: normal; }

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

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-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: 580px; margin-inline: auto; line-height: 1.75; }

.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,.7); 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: '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(29,168,160,.3);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(29,168,160,.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);
  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-hero-ghost {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
  padding: 12px 24px;
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.25); }

.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;
}
/* Home: fixed */
.page-home .header { position: fixed; inset: 0 0 auto; }
/* Subpages: sticky */
.page-subpage .header { position: sticky; top: 0; }
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.25); }

.nav { display: flex; align-items: center; height: var(--header-h); gap: 0; }
.nav-logo { flex-shrink: 0; margin-right: auto; }
.nav-logo img { height: 44px; 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); }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: 12px;
  border-radius: 8px;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: var(--t); }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 600px;
  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; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--secondary);
  opacity: .8;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-block: 80px;
}
.hero-text-inner { max-width: 680px; }
.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: clamp(.95rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.88);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── ESPECIALIDADES ─────────────────────────────────────── */
.especialidades-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.especialidade-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);
}
.especialidade-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.esp-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--primary-dark);
}
.esp-icon i { width: 28px; height: 28px; }
.especialidade-card h3 { font-size: 1rem; font-weight: 700; color: var(--secondary); margin-bottom: 10px; }
.especialidade-card p  { font-size: .88rem; color: var(--text-soft); line-height: 1.6; }

/* ── SOBRE NÓS ──────────────────────────────────────────── */
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.sobre-imagem img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 3px 0 11px rgba(0,0,0,.25);
  object-fit: cover;
  max-height: 520px;
}
.sobre-texto p {
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: .95rem;
}
.sobre-destaque {
  color: var(--secondary) !important;
  font-weight: 700;
  font-size: 1rem !important;
}
.sobre-cta { margin-top: 24px; }

/* ── DIFERENCIAIS ───────────────────────────────────────── */
.diferenciais-inner { max-width: 720px; margin-inline: auto; }
.diferenciais-inner .section-header { margin-bottom: 40px; }

.diferenciais-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.diferenciais-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.07);
  border-radius: var(--radius-sm);
  padding: 14px 20px;
}
.diferenciais-list li i { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }

.diferenciais-cta { text-align: center; margin-top: 40px; }

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

.plan-card {
  background: var(--bg);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.plan-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.plan-card-destaque {
  border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(29,168,160,.2);
}

.plan-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 10px; }
.plan-currency  { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.plan-price     { font-size: 2.8rem; font-weight: 800; color: var(--secondary); line-height: 1; }
.plan-period    { font-size: 1rem; font-weight: 600; color: var(--primary); }

.plan-name     { font-size: 1.15rem; font-weight: 800; color: var(--secondary); margin-bottom: 4px; }
.plan-subtitle { font-size: .84rem; color: var(--text-soft); margin-bottom: 6px; }
.plan-adesao   { font-size: .78rem; color: var(--text-lighter); margin-bottom: 20px; }

.plan-features { border-top: 1px solid var(--border); padding-top: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--text); line-height: 1.5; }
.plan-features li i { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }

.plan-obs { font-size: .72rem; color: var(--text-lighter); margin-top: 14px; }

.plan-actions { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.plan-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  border: 2px solid var(--border);
  color: var(--dark);
  transition: var(--t);
}
.plan-action-link i { width: 15px; height: 15px; }
.plan-action-link:hover { border-color: var(--primary); color: var(--primary); }

.plan-action-pix {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.plan-action-pix:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }

/* ── PARCEIROS ──────────────────────────────────────────── */
.parceiros-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}
.parceiros-grid img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(40%);
  opacity: .85;
  transition: var(--t);
}
.parceiros-grid img:hover { filter: none; opacity: 1; }

.parceiros-cta { text-align: center; margin-top: 40px; }

/* ── CONTATO ────────────────────────────────────────────── */
.contato-inner {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.contato-logo { height: 56px; margin: 0 auto 28px; }
.contato-inner h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 16px;
  line-height: 1.3;
}
.contato-inner p {
  font-size: .95rem;
  color: var(--text-soft);
  line-height: 1.75;
  margin-bottom: 32px;
}

/* ── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--secondary); padding-block: 56px 32px; color: rgba(255,255,255,.75); }

.footer-inner {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer-logo { height: 40px; margin-bottom: 20px; }
.footer-brand address p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .84rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  margin-bottom: 8px;
}
.footer-brand address i { width: 15px; height: 15px; flex-shrink: 0; color: var(--primary); margin-top: 3px; }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 160px;
}
.footer-nav a { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.7); transition: var(--t); }
.footer-nav a:hover { color: #fff; }

.footer-copy {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  text-align: center;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}

/* ── WHATSAPP FLOAT ─────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
.whatsapp-float a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  transition: var(--t);
}
.whatsapp-float a:hover { transform: scale(1.08); }
.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; }

/* ── PAGE TITLE (subpage banner) ────────────────────────── */
.page-title-section { padding-block: 56px; }
.page-title-inner { text-align: center; }
.page-title-inner .section-title-dark { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 12px; }

/* ── BENEFÍCIOS GRID ────────────────────────────────────── */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.beneficio-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.beneficio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.beneficio-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary-dark);
}
.beneficio-icon i { width: 26px; height: 26px; }
.beneficio-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--secondary); margin-bottom: 12px; }
.beneficio-card p  { font-size: .88rem; color: var(--text-soft); line-height: 1.7; flex: 1; margin-bottom: 24px; }
.beneficio-btn     { align-self: flex-start; }

/* ── NAV ACTIVE ─────────────────────────────────────────── */
.nav-link-active { background: rgba(255,255,255,.2); color: #fff !important; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 960px) {
  .especialidades-grid { grid-template-columns: repeat(2, 1fr); }
  .parceiros-grid { grid-template-columns: repeat(4, 1fr); }
  .beneficios-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; }
}

@media (max-width: 768px) {
  .sobre-grid { grid-template-columns: 1fr; gap: 40px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 480px; }
  .footer-inner { flex-direction: column; gap: 36px; }
  .beneficios-grid { max-width: 100%; }
}

@media (max-width: 640px) {
  .section { padding-block: 64px; }

  .nav-menu { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--header-bg); flex-direction: column; align-items: stretch; padding: 16px 20px; gap: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
  .nav-menu.open { display: flex; }
  .nav-link { color: rgba(255,255,255,.85); padding: 10px 14px; }
  .nav-link:hover { background: rgba(255,255,255,.12); color: #fff; }
  .menu-toggle { display: flex; }
  .btn-header { display: none; }

  .especialidades-grid { grid-template-columns: 1fr; }
  .parceiros-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .btn-hero-ghost { display: none; }
  .plan-card { padding: 28px 20px; }
}
