/*
Theme Name: Studio Salus
Theme URI: https://salusstudio.com.br
Author: Studio Salus — Cris Corrêa
Description: Tema institucional do Studio Salus — musculação personalizada, recuperação de dores e lesões e emagrecimento. Francisco Beltrão/PR.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: studio-salus
*/

/* =============================================
   FONTES — MuseoSans (marca)
   ============================================= */
@font-face {
  font-family: 'MuseoSans';
  src: url('assets/fonts/MuseoSans-300.otf') format('opentype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('assets/fonts/MuseoSans-500.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('assets/fonts/MuseoSans-700.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('assets/fonts/MuseoSans-900.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cyan:        #13DDCD;
  --cyan-dark:   #0FB7AA;
  --cyan-light:  #E3FBF9;
  --violet:      #7B4DF0;
  --violet-dark: #5E32D6;
  --violet-light:#EDE7FE;
  --black:       #0A0A0A;
  --dark:        #111111;
  --dark-2:      #1A1A1E;
  --dark-3:      #2A2A30;
  --gray:        #6B7280;
  --gray-light:  #D1D5DB;
  --light:       #F7F8FA;
  --white:       #FFFFFF;
  --font:        'MuseoSans', 'Segoe UI', system-ui, sans-serif;
  --radius:      14px;
  --radius-lg:   22px;
  --shadow:      0 4px 24px rgba(0,0,0,.12);
  --shadow-lg:   0 8px 48px rgba(0,0,0,.18);
  --transition:  all .25s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  font-weight: 500;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5 { font-weight: 900; line-height: 1.15; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.8rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h4 { font-size: 1.15rem; font-weight: 700; }
p  { font-size: 1rem; color: var(--gray); line-height: 1.75; }

/* =============================================
   LAYOUT
   ============================================= */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 88px 0; }
.section-sm { padding: 48px 0; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font);
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary { background: var(--cyan); color: var(--black); }
.btn-primary:hover { background: var(--cyan-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(19,221,205,.35); }

.btn-violet { background: var(--violet); color: var(--white); }
.btn-violet:hover { background: var(--violet-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,77,240,.4); }

.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.35); }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); }

.btn-outline-dark { background: transparent; color: var(--dark); border: 2px solid var(--gray-light); }
.btn-outline-dark:hover { border-color: var(--violet); color: var(--violet); }

.btn-dark { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--dark-3); transform: translateY(-2px); }

.btn-whatsapp { background: #25D366; color: var(--white); }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.35); }

.btn-lg { padding: 18px 40px; font-size: 1.05rem; }

/* =============================================
   BADGES
   ============================================= */
.badge {
  display: inline-block; padding: 5px 14px; border-radius: 50px;
  font-size: .76rem; font-weight: 700; letter-spacing: .03em;
}
.badge-cyan   { background: rgba(19,221,205,.15); color: var(--cyan-dark); }
.badge-violet { background: var(--violet-light); color: var(--violet-dark); }
.badge-dark   { background: rgba(255,255,255,.08); color: rgba(255,255,255,.75); }

/* =============================================
   SECTION HEADING
   ============================================= */
.section-heading { text-align: center; margin-bottom: 56px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-heading .pre-title {
  display: inline-block; color: var(--violet);
  font-size: .85rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 12px;
}
.section-heading h2 { margin-bottom: 16px; }
.section-heading p  { max-width: 600px; margin: 0 auto; }
.section.is-dark .section-heading h2 { color: var(--white); }
.section.is-dark .section-heading p  { color: rgba(255,255,255,.6); }
.section.is-dark .section-heading .pre-title { color: var(--cyan); }

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,.9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: var(--transition);
}
.site-header.scrolled { background: rgba(10,10,10,.98); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.site-logo img, .site-logo .custom-logo, .custom-logo-link img {
  height: 46px !important; width: auto !important; max-height: 46px !important; max-width: 210px !important; display: block;
}
.site-logo, .site-logo a { display: flex; align-items: center; flex-shrink: 0; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500;
  padding: 8px 14px; border-radius: 8px; transition: var(--transition);
}
.main-nav a:hover { color: var(--cyan); background: rgba(19,221,205,.08); }
.main-nav .btn { margin-left: 8px; padding: 10px 22px; }
.main-nav a.btn:hover { color: var(--black); background: var(--cyan-dark); }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--white); font-size: 1.4rem; padding: 4px; }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh; background: var(--black);
  display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 76px; padding-bottom: 96px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 75% 35%, rgba(123,77,240,.22) 0%, transparent 60%),
              radial-gradient(ellipse 60% 50% at 15% 70%, rgba(19,221,205,.14) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px;
  background: linear-gradient(to bottom, transparent, var(--light)); pointer-events: none; z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(19,221,205,.1); border: 1px solid rgba(19,221,205,.2);
  border-radius: 50px; padding: 6px 16px; margin-bottom: 26px;
  color: var(--cyan); font-size: .82rem; font-weight: 700; letter-spacing: .04em;
}
.hero-eyebrow span { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; display: inline-block; animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.7); } }

.hero-content h1 { color: var(--white); margin-bottom: 22px; }
.hero-content h1 em { color: var(--cyan); font-style: normal; }
.hero-content > p { color: rgba(255,255,255,.72); font-size: 1.15rem; font-weight: 300; margin-bottom: 36px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats { display: flex; gap: 36px; margin-top: 52px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.hero-stat strong { display: block; color: var(--white); font-size: 1.9rem; font-weight: 900; }
.hero-stat strong em { color: var(--cyan); font-style: normal; }
.hero-stat span   { color: rgba(255,255,255,.66); font-size: .85rem; }

/* Hero media (foto/vídeo da Cris) */
.hero-media { position: relative; }
.hero-media .media-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/5; background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.hero-media .media-frame img,
.hero-media .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.hero-media .media-placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px; text-align: center;
  color: rgba(255,255,255,.4); font-size: .9rem; padding: 24px;
}
.hero-media .media-badge {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(10,10,10,.7); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 50px;
  padding: 8px 16px; color: #fff; font-size: .82rem; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.hero-media .media-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }

/* =============================================
   PILARES (dores que resolvemos)
   ============================================= */
.pilares { background: var(--light); }
.pilares-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pilar-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 40px 36px;
  border: 1px solid #ECEEF2; box-shadow: var(--shadow); transition: var(--transition); position: relative; overflow: hidden;
}
.pilar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pilar-card .pilar-icon {
  width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; margin-bottom: 22px;
}
.pilar-card.is-cyan .pilar-icon   { background: rgba(19,221,205,.14); }
.pilar-card.is-violet .pilar-icon { background: var(--violet-light); }
.pilar-card h3 { color: var(--dark); margin-bottom: 12px; }
.pilar-card p  { margin-bottom: 18px; }
.pilar-list li { display: flex; align-items: flex-start; gap: 10px; padding: 7px 0; color: var(--dark); font-size: .95rem; font-weight: 500; }
.pilar-list li svg { flex-shrink: 0; margin-top: 3px; }
.pilar-card.is-cyan .pilar-list svg   { color: var(--cyan-dark); }
.pilar-card.is-violet .pilar-list svg { color: var(--violet); }

/* =============================================
   SOBRE A CRIS
   ============================================= */
.sobre { background: var(--white); }
.sobre-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.sobre-foto {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 3/4; background: var(--light); border: 1px solid #ECEEF2; box-shadow: var(--shadow-lg);
}
.sobre-foto img { width: 100%; height: 100%; object-fit: cover; }
.sobre-foto .media-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: .9rem; text-align: center; padding: 24px; }
.sobre-content .pre-title { display: inline-block; color: var(--violet); font-size: .85rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.sobre-content h2 { margin-bottom: 20px; }
.sobre-content p { margin-bottom: 18px; font-size: 1.05rem; }
.sobre-creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.sobre-creds .cred {
  display: inline-flex; align-items: center; gap: 8px; background: var(--light);
  border: 1px solid #ECEEF2; border-radius: 50px; padding: 9px 18px; font-size: .88rem; font-weight: 700; color: var(--dark);
}
.sobre-creds .cred svg { color: var(--violet); }
.sobre-foto-tag {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: rgba(255,255,255,.92); color: var(--dark); backdrop-filter: blur(4px);
  border-radius: 50px; padding: 8px 18px; font-size: .9rem; font-weight: 700;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.sobre-foto-tag em { color: var(--violet); font-style: normal; }

/* =============================================
   FAIXA DO MÉTODO
   ============================================= */
.metodo-band { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; background: var(--black); }
.metodo-band-media { position: relative; min-height: 600px; }
.metodo-band-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.metodo-band-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(10,10,10,.55) 100%); pointer-events: none;
}
.metodo-band-content {
  display: flex; align-items: center; padding: 104px 0;
  background: radial-gradient(ellipse 90% 90% at 20% 30%, rgba(19,221,205,.16) 0%, transparent 60%),
              radial-gradient(ellipse 70% 60% at 90% 90%, rgba(123,77,240,.14) 0%, transparent 60%),
              var(--black);
}
.metodo-band-content .container { max-width: 620px; margin: 0; padding: 0 72px; }
.metodo-band-content .pre-title { display: inline-block; color: var(--cyan); font-size: .9rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.metodo-band-content h2 { color: var(--white); margin-bottom: 22px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.08; }
.metodo-band-content h2 em { color: var(--cyan); font-style: italic; }
.metodo-band-content p { color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.7; margin-bottom: 34px; max-width: 500px; }

/* =============================================
   CONHEÇA O STUDIO (galeria)
   ============================================= */
.galeria.is-soft { background: var(--light); }
.galeria-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.galeria-item {
  position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 3/4; box-shadow: var(--shadow); background: var(--dark);
}
.galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.galeria-item:hover img { transform: scale(1.06); }
.galeria-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; color: #fff; z-index: 1;
  background: linear-gradient(to top, rgba(10,10,10,.9) 10%, rgba(10,10,10,.4) 55%, transparent);
}
.galeria-item figcaption strong { display: block; font-size: 1rem; font-weight: 700; margin-bottom: 2px; }
.galeria-item figcaption span { display: block; font-size: .82rem; color: rgba(255,255,255,.72); font-weight: 400; }

/* =============================================
   DEPOIMENTOS (vídeos verticais 9:16)
   ============================================= */
.depoimentos { background: var(--dark); position: relative; overflow: hidden; }
.depoimentos::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(123,77,240,.18) 0%, transparent 60%); pointer-events: none;
}
.depoimentos .container { position: relative; z-index: 1; }
.depoimentos-track {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: start;
}
.depoimento-card {
  width: 100%; max-width: 100%; display: flex; flex-direction: column; gap: 16px;
}
.depoimento-card .depo-video {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 9/16; background: #000; border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.depoimento-card video { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; background: #000; }
.depoimento-card .depo-name { text-align: center; color: #fff; }
.depoimento-card .depo-name strong { display: block; font-size: 1.05rem; font-weight: 700; }
.depoimento-card .depo-name span { display: block; font-size: .84rem; color: var(--cyan); margin-top: 2px; }
.depoimentos-hint { display: none; }

/* =============================================
   COMO FUNCIONA
   ============================================= */
.como-funciona { background: var(--light); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px; }
.step { text-align: center; position: relative; }
.step-number {
  width: 66px; height: 66px; background: var(--violet); color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(123,77,240,.3);
}
.step h4 { color: var(--dark); margin-bottom: 10px; font-size: 1.15rem; }

/* =============================================
   PLANOS
   ============================================= */
.planos { background: var(--white); }
.planos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.plano-card {
  background: var(--white); border: 1.5px solid #E8EAEF; border-radius: var(--radius-lg);
  padding: 36px 30px; transition: var(--transition); position: relative; display: flex; flex-direction: column; height: 100%;
}
.plano-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--cyan); }
.plano-card.is-featured { border-color: var(--violet); box-shadow: 0 16px 48px rgba(123,77,240,.18); }
.plano-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--violet); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .04em;
  padding: 6px 18px; border-radius: 50px; white-space: nowrap;
}
.plano-freq { color: var(--violet); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.plano-card h3 { color: var(--dark); margin-bottom: 18px; }
.plano-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.plano-price .from { color: var(--gray); font-size: .82rem; }
.plano-price strong { color: var(--dark); font-size: 2.2rem; font-weight: 900; }
.plano-price .per { color: var(--gray); font-size: .9rem; }
.plano-installment { color: var(--cyan-dark); font-size: .85rem; font-weight: 700; margin-bottom: 4px; }
.plano-best { display: inline-block; background: rgba(19,221,205,.14); color: var(--cyan-dark); font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; margin-bottom: 20px; }
.plano-options { margin: 8px 0 24px; border-top: 1px solid #EEF0F3; padding-top: 16px; }
.plano-options li { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 7px 0; font-size: .9rem; color: var(--dark); font-weight: 500; }
.plano-options li span { color: var(--gray); font-size: .85rem; }
.plano-options li.is-highlight { color: var(--violet-dark); font-weight: 700; }
.plano-card .btn { width: 100%; justify-content: center; margin-top: auto; }
.plano-consulta { text-align: center; justify-content: center; }
.plano-consulta .consulta-icon { width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 16px; background: var(--violet-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; }
.plano-consulta p { margin-bottom: 24px; }
.planos-note { text-align: center; color: var(--gray); font-size: .85rem; margin-top: 28px; }

/* =============================================
   FAQ
   ============================================= */
.faq { background: var(--light); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid #E8EAEF; border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; transition: var(--transition); }
.faq-item.open { border-color: var(--violet); box-shadow: var(--shadow); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font); font-size: 1.02rem; font-weight: 700; color: var(--dark);
}
.faq-q .faq-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(--violet); transition: transform .3s ease; }
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--gray); line-height: 1.7; }

/* =============================================
   LOCALIZAÇÃO
   ============================================= */
.localizacao { background: var(--white); }
.local-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: stretch; }
.local-info { display: flex; flex-direction: column; gap: 22px; }
.local-block { display: flex; gap: 16px; align-items: flex-start; }
.local-block .ic { flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; background: var(--violet-light); display: flex; align-items: center; justify-content: center; color: var(--violet); }
.local-block h4 { color: var(--dark); margin-bottom: 6px; }
.local-block p, .local-block address { color: var(--gray); font-style: normal; font-size: .98rem; line-height: 1.7; }
.local-hours { width: 100%; border-collapse: collapse; }
.local-hours td { padding: 6px 0; font-size: .95rem; color: var(--dark); }
.local-hours td:last-child { text-align: right; color: var(--gray); font-weight: 500; }
.local-map { border-radius: var(--radius-lg); overflow: hidden; min-height: 360px; border: 1px solid #E8EAEF; }
.local-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* =============================================
   CTA FINAL
   ============================================= */
.cta-final { background: var(--black); text-align: center; position: relative; overflow: hidden; }
.cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(123,77,240,.18) 0%, transparent 70%); pointer-events: none;
}
.cta-final .container { position: relative; z-index: 1; }
.cta-final h2 { color: var(--white); margin-bottom: 16px; }
.cta-final p   { color: rgba(255,255,255,.65); margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-final .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer { background: var(--dark-2); border-top: 1px solid rgba(255,255,255,.06); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand .site-logo { margin-bottom: 16px; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: .9rem; max-width: 280px; }
.footer-social { margin-top: 20px; display: flex; gap: 12px; }
.footer-social a { color: rgba(255,255,255,.4); transition: color .25s; }
.footer-social a:hover { color: var(--cyan); }
.footer-col h5 { color: var(--white); font-size: .95rem; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a, .footer-col address { color: rgba(255,255,255,.45); font-size: .88rem; font-style: normal; line-height: 1.7; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--cyan); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,.3); font-size: .82rem; margin: 0; }
.footer-bottom a { color: var(--cyan); }

/* =============================================
   WHATSAPP FLOAT
   ============================================= */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 58px; height: 58px;
  background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5); transition: var(--transition); animation: float-bounce 3s ease-in-out infinite;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.6); }
.whatsapp-float svg { width: 28px; height: 28px; fill: var(--white); }
@keyframes float-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* =============================================
   PÁGINAS INTERNAS
   ============================================= */
.page-wrap { padding: 130px 0 80px; min-height: 70vh; }
.page-wrap h1 { color: var(--dark); margin-bottom: 24px; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 420px; }
  .sobre-grid { grid-template-columns: 1fr; gap: 36px; }
  .sobre-foto { max-width: 420px; }
  .metodo-band { grid-template-columns: 1fr; }
  .metodo-band-media { min-height: 300px; }
  .metodo-band-content { padding: 48px 0; }
  .metodo-band-content .container { padding: 0 24px; max-width: 100%; }
  .galeria-grid { grid-template-columns: repeat(2, 1fr); }
  .galeria-item, .galeria-item.is-tall { aspect-ratio: 3/4; }
  .local-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .planos-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .plano-card.is-featured { order: -1; }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--black); border-top: 1px solid rgba(255,255,255,.06); padding: 16px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px 16px; }
  .main-nav .btn { margin-left: 0; width: 100%; justify-content: center; }
  .menu-toggle { display: block; }
  .hero-stats { gap: 22px; flex-wrap: wrap; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .pilares-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 980px) {
  .depoimentos-track { grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 640px; margin: 0 auto; }
}

@media (max-width: 480px) {
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .depoimentos-track { grid-template-columns: 1fr; max-width: 300px; }
}
