/*
 * billig-global.css
 * Billig Odontologia — Estilos globais compartilhados entre todos os templates PHP
 * Gerado em: Maio 2026
 * Carregado via functions.php (wp_enqueue_style)
 */

/* ═══ RESET ═══ */
.site-header, .elementor-location-header { display: none !important; }
.site-footer, .elementor-location-footer, footer.elementor-location-footer { display: none !important; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ═══ VARIÁVEIS ═══ */
:root {
  --cream:        #F5F0E8;
  --cream-dark:   #EDE6D6;
  --cream-border: rgba(0,0,0,0.07);
  --sage:         #0B4F42;
  --sage-light:   #4B9560;
  --sage-pale:    rgba(11,79,66,0.1);
  --charcoal:     #1C1C1C;
  --charcoal-2:   #2E2E2E;
  --warm-gray:    #4A4744;
  --gold:         #8EDD65;
  --white:        #FDFAF5;
  --radius-sm:    10px;
  --radius-md:    16px;
  --radius-lg:    24px;
  --radius-pill:  100px;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:    0 6px 28px rgba(0,0,0,0.10);
  --shadow-lg:    0 16px 56px rgba(0,0,0,0.14);
}

/* ═══ BASE ═══ */
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Nunito Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }

/* ═══ UTILITÁRIOS ═══ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 14px;
}
.section-label::before { content: ''; width: 20px; height: 2px; background: var(--sage); flex-shrink: 0; }
.section-label--light { color: var(--sage-light); }
.section-label--light::before { background: var(--sage-light); }
.section-label--gold { color: var(--gold); }
.section-label--gold::before { background: var(--gold); }

.section-title { font-family: 'Nunito', sans-serif; font-weight: 700; line-height: 1.12; letter-spacing: -0.03em; color: var(--charcoal); }
.section-title em { font-style: italic; color: var(--sage); }
.section-title--white { color: white; }
.section-title--white em { color: var(--gold); }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Nunito Sans', sans-serif; font-size: 0.95rem; font-weight: 500; border-radius: var(--radius-pill); padding: 15px 28px; transition: all 0.25s ease; cursor: pointer; border: none; }
.btn--primary { background: var(--sage); color: white; box-shadow: 0 4px 20px rgba(11,79,66,0.35); }
.btn--primary:hover { background: var(--sage-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(11,79,66,0.4); }
.btn--white { background: white; color: var(--sage); box-shadow: 0 4px 20px rgba(0,0,0,0.12); font-weight: 600; }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.18); }
.btn--outline { background: transparent; color: var(--charcoal); border: 1.5px solid rgba(0,0,0,0.2); }
.btn--outline:hover { border-color: var(--sage); color: var(--sage); }
.btn--outline-white { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
.btn--outline-white:hover { background: rgba(255,255,255,0.1); border-color: white; }

.body-link { color: var(--sage); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color 0.15s; }
.body-link:hover { color: var(--sage-light); }

/* ═══ NAV ═══ */
.billig-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; background: rgba(245,240,232,0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,79,66,0.12); transition: box-shadow 0.3s; }
.billig-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.billig-nav-logo { display: flex; align-items: center; gap: 8px; font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--charcoal); letter-spacing: -0.02em; text-decoration: none; flex-shrink: 0; }
.billig-nav-logo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }
.billig-nav-logo span { color: var(--sage); }
.billig-nav-center { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.billig-nav-item { position: relative; }
.billig-nav-link { display: flex; align-items: center; gap: 5px; padding: 8px 14px; font-size: 0.85rem; font-weight: 400; color: var(--charcoal); text-decoration: none; border-radius: 8px; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.billig-nav-link:hover { background: var(--sage-pale); color: var(--sage); }
.billig-nav-arrow { font-size: 0.6rem; opacity: 0.5; transition: transform 0.2s; }
.billig-nav-item:hover .billig-nav-arrow { transform: rotate(180deg); opacity: 1; }
.billig-dropdown { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-6px); background: white; border: 1px solid var(--cream-border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 8px; min-width: 220px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; list-style: none; z-index: 100; }
.billig-nav-item:hover .billig-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.billig-dropdown-link { display: flex; align-items: center; gap: 10px; padding: 10px 14px; font-size: 0.84rem; color: var(--charcoal-2); text-decoration: none; border-radius: 8px; transition: background 0.15s, color 0.15s; }
.billig-dropdown-link:hover { background: var(--cream); color: var(--sage); }
.billig-dropdown-icon { width: 28px; height: 28px; border-radius: 6px; background: var(--sage-pale); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }
.billig-nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--sage); color: white; padding: 10px 20px; border-radius: var(--radius-pill); font-size: 0.83rem; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 3px 14px rgba(11,79,66,0.3); white-space: nowrap; flex-shrink: 0; }
.billig-nav-cta:hover { background: var(--sage-light); transform: translateY(-1px); }
.billig-nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.billig-nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.3s; }
.billig-nav-mobile { display: none; position: fixed; top: 70px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--cream-border); padding: 16px 24px 24px; z-index: 998; box-shadow: var(--shadow-md); flex-direction: column; gap: 4px; }
.billig-nav-mobile.open { display: flex; }
.billig-mobile-link { display: block; padding: 10px 14px; font-size: 0.9rem; color: var(--charcoal); text-decoration: none; border-radius: 8px; transition: background 0.15s; }
.billig-mobile-link:hover { background: var(--cream); color: var(--sage); }
.billig-mobile-link.sub { padding-left: 28px; font-size: 0.85rem; color: var(--warm-gray); }
.billig-mobile-link.sub:hover { color: var(--sage); }
.billig-mobile-group-label { padding: 10px 14px 4px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-gray); }
.billig-mobile-cta { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; background: var(--sage); color: white; padding: 13px; border-radius: var(--radius-pill); font-size: 0.88rem; font-weight: 500; text-decoration: none; }

/* ═══ HERO ═══ */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 70px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 75% 45%, rgba(11,79,66,0.09) 0%, transparent 70%), radial-gradient(ellipse 35% 45% at 15% 85%, rgba(184,149,106,0.07) 0%, transparent 65%); pointer-events: none; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 72px 52px 72px 60px; position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-pale); border: 1px solid rgba(11,79,66,0.18); color: var(--sage); font-size: 0.72rem; font-weight: 600; padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 24px; width: fit-content; letter-spacing: 0.07em; text-transform: uppercase; animation: fadeUp 0.55s ease both; }
.hero-eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.hero-title { font-family: 'Nunito', sans-serif; font-size: clamp(2.1rem, 3.4vw, 3.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; color: var(--charcoal); margin-bottom: 8px; animation: fadeUp 0.55s 0.08s ease both; }
.hero-title em { font-style: italic; color: var(--sage); }
.hero-headline-secondary { font-family: 'Nunito', sans-serif; font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 600; color: var(--charcoal-2); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 18px; animation: fadeUp 0.55s 0.12s ease both; }
.hero-sub { font-size: 1.05rem; color: var(--warm-gray); line-height: 1.75; max-width: 420px; margin-bottom: 32px; font-weight: 400; animation: fadeUp 0.55s 0.16s ease both; }
.proof-strip { display: flex; align-items: center; margin-bottom: 32px; background: white; border-radius: var(--radius-md); border: 1px solid var(--cream-border); box-shadow: var(--shadow-sm); overflow: hidden; width: fit-content; animation: fadeUp 0.55s 0.24s ease both; }
.proof-item { display: flex; flex-direction: column; align-items: center; padding: 14px 22px; gap: 3px; }
.proof-divider { width: 1px; align-self: stretch; background: rgba(0,0,0,0.07); margin: 10px 0; }
.proof-stars { display: flex; gap: 2px; color: #E8A838; font-size: 0.75rem; line-height: 1; }
.proof-num { font-family: 'Nunito', sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--charcoal); line-height: 1; }
.proof-label { font-size: 0.68rem; color: var(--warm-gray); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; white-space: nowrap; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.55s 0.32s ease both; }
.hero-link { font-size: 0.88rem; color: var(--charcoal); border-bottom: 1px solid rgba(0,0,0,0.3); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.hero-link:hover { color: var(--sage); border-color: var(--sage); }
.hero-right { position: relative; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-img-placeholder { width: 100%; height: 100%; min-height: 620px; background: linear-gradient(160deg, #C8DEC2 0%, #9DBF95 45%, #72996B 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,0.7); font-size: 0.8rem; text-align: center; }
.hero-card { position: absolute; bottom: 44px; left: -20px; background: white; border-radius: var(--radius-md); padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 13px; min-width: 270px; animation: slideRight 0.55s 0.45s ease both; z-index: 10; }
.hero-card-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; font-family: 'Nunito', sans-serif; font-size: 1.15rem; color: var(--sage); font-weight: 700; flex-shrink: 0; overflow: hidden; }
.hero-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-info { flex: 1; }
.hero-card-name { font-size: 0.85rem; font-weight: 500; color: var(--charcoal); margin-bottom: 2px; }
.hero-card-role { font-size: 0.72rem; color: var(--warm-gray); }
.hero-card-cro { background: var(--sage-pale); color: var(--sage); font-size: 0.62rem; font-weight: 600; padding: 4px 8px; border-radius: 6px; letter-spacing: 0.04em; flex-shrink: 0; }

/* ═══ O QUE É ═══ */
.oque-e { padding: 100px 0; background: var(--white); }
.oque-e-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.oque-e-img-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: var(--cream-dark); }
.oque-e-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.oque-e-badge { position: absolute; top: 24px; right: 24px; background: var(--sage); color: white; font-size: 0.72rem; font-weight: 500; padding: 8px 14px; border-radius: var(--radius-pill); letter-spacing: 0.05em; }
.oque-e-body { font-size: 1.05rem; color: var(--warm-gray); line-height: 1.8; font-weight: 400; margin-bottom: 16px; }
.oque-e-highlight { background: var(--cream); border-left: 3px solid var(--sage); padding: 16px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 1rem; color: var(--charcoal-2); line-height: 1.7; margin-top: 24px; }

/* ═══ INDICAÇÕES ═══ */
.indicacoes { padding: 100px 0; background: var(--cream); }
.indicacoes-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ind-title { font-size: clamp(1.8rem, 2.5vw, 2.4rem); margin-bottom: 12px; }
.ind-sub { font-size: 1rem; color: var(--warm-gray); line-height: 1.75; font-weight: 400; margin-bottom: 32px; }
.ind-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.ind-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: white; border-radius: var(--radius-md); border: 1px solid var(--cream-border); transition: border-color 0.2s, box-shadow 0.2s; }
.ind-item:hover { border-color: rgba(11,79,66,0.25); box-shadow: var(--shadow-sm); }
.ind-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--sage-pale); color: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.ind-text strong { display: block; font-size: 0.88rem; font-weight: 500; color: var(--charcoal); margin-bottom: 3px; }
.ind-text span { font-size: 0.92rem; color: var(--warm-gray); line-height: 1.65; }
.ind-notice { background: rgba(11,79,66,0.07); border: 1px solid rgba(11,79,66,0.15); border-radius: var(--radius-md); padding: 20px; font-size: 0.97rem; color: var(--sage); line-height: 1.7; display: flex; gap: 12px; align-items: flex-start; }
.ind-notice-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }

/* ═══ COMO FUNCIONA ═══ */
.como { padding: 100px 0; background: var(--charcoal); position: relative; overflow: hidden; }
.como::before { content: ''; position: absolute; top: -180px; right: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(11,79,66,0.18) 0%, transparent 70%); pointer-events: none; }
.como::after { content: ''; position: absolute; bottom: -150px; left: -150px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(184,149,106,0.08) 0%, transparent 70%); pointer-events: none; }
.como-header { text-align: center; margin-bottom: 64px; }
.como-title { font-size: clamp(1.8rem, 2.8vw, 2.6rem); }
.como-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; z-index: 2; }
.como-steps::before { content: ''; position: absolute; top: 28px; left: calc(10% + 20px); right: calc(10% + 20px); height: 1px; background: linear-gradient(90deg, transparent, rgba(11,79,66,0.5) 20%, rgba(11,79,66,0.5) 80%, transparent); }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; position: relative; }
.step-num { width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid rgba(11,79,66,0.5); background: rgba(11,79,66,0.12); display: flex; align-items: center; justify-content: center; font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--sage-light); margin-bottom: 20px; position: relative; z-index: 1; transition: background 0.3s, border-color 0.3s; }
.step:hover .step-num { background: var(--sage); border-color: var(--sage); color: white; }
.step-period { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.step-title { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 700; color: white; margin-bottom: 8px; line-height: 1.3; }
.step-text { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.6; font-weight: 300; }

/* ═══ TIPOS ═══ */
.tipos { padding: 100px 0; background: var(--white); }
.tipos-header { margin-bottom: 52px; }
.tipos-title { font-size: clamp(1.8rem, 2.5vw, 2.4rem); }
.tipos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tipo-card { border-radius: var(--radius-lg); padding: 36px 32px; border: 1px solid var(--cream-border); background: var(--cream); position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.tipo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,79,66,0.2); }
.tipo-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--sage); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.tipo-card:hover::before { transform: scaleX(1); }
.tipo-icon { margin-bottom: 20px; width: 72px; height: 72px; border-radius: 14px; background: var(--sage-pale); border: 1px solid rgba(11,79,66,0.12); display: flex; align-items: center; justify-content: center; padding: 10px; }
.tipo-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tipo-icon-wrap { width: 52px; height: 52px; border-radius: 12px; background: var(--sage-pale); border: 1px solid rgba(11,79,66,0.12); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.tipo-name { font-family: 'Nunito', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }
.tipo-text { font-size: 0.97rem; color: var(--warm-gray); line-height: 1.75; font-weight: 400; }
.tipo-tag { display: inline-block; margin-top: 16px; background: var(--sage-pale); color: var(--sage); font-size: 0.68rem; font-weight: 600; padding: 4px 10px; border-radius: var(--radius-pill); letter-spacing: 0.05em; text-transform: uppercase; }

/* ═══ DIFERENCIAIS ═══ */
.diferenciais { padding: 100px 0; background: var(--charcoal); position: relative; overflow: hidden; }
.diferenciais::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(11,79,66,0.14) 0%, transparent 70%); pointer-events: none; }
.dif-header { max-width: 520px; margin-bottom: 56px; }
.dif-title { font-size: clamp(1.8rem, 2.8vw, 2.6rem); }
.dif-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; position: relative; z-index: 2; }
.dif-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); padding: 36px 28px; position: relative; overflow: hidden; transition: background 0.3s, border-color 0.3s; cursor: default; }
.dif-card:hover { background: rgba(11,79,66,0.14); border-color: rgba(11,79,66,0.28); }
.dif-card:hover .dif-icon { background: var(--sage); color: white; }
.dif-num { position: absolute; top: 16px; right: 20px; font-family: 'Nunito', sans-serif; font-size: 3.5rem; font-weight: 700; color: rgba(255,255,255,0.035); line-height: 1; user-select: none; }
.dif-icon { width: 56px; height: 56px; border-radius: 12px; background: rgba(11,79,66,0.2); color: var(--sage-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 18px; transition: background 0.3s, color 0.3s; }
.dif-name { font-family: 'Nunito', sans-serif; font-size: 1.05rem; font-weight: 700; color: white; margin-bottom: 10px; line-height: 1.3; }
.dif-text { font-size: 0.92rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-weight: 300; }

/* ═══ DIFERENCIAIS — variante clara (sem fundo escuro) ═══ */
.diferenciais--light { background: var(--white); }
.diferenciais--light::before { display: none; }
.diferenciais--light .dif-card { background: white; border: 1px solid var(--cream-border); }
.diferenciais--light .dif-card:hover { background: var(--cream); border-color: rgba(11,79,66,0.2); box-shadow: var(--shadow-sm); }
.diferenciais--light .dif-card:hover .dif-icon { background: var(--sage); color: white; }
.diferenciais--light .dif-card::before { background: var(--sage); }
.diferenciais--light .dif-num { color: rgba(0,0,0,0.04); }
.diferenciais--light .dif-icon { background: var(--sage-pale); color: var(--sage); }
.diferenciais--light .dif-name { color: var(--charcoal); }
.diferenciais--light .dif-text { color: var(--warm-gray); }

/* ═══ ESPECIALISTA (singular) ═══ */
.especialista { padding: 100px 0; background: var(--cream); }
.esp-inner { display: grid; grid-template-columns: auto 1fr; gap: 72px; align-items: center; }
.esp-photo-wrap { width: 280px; flex-shrink: 0; }
.esp-photo { width: 280px; height: 340px; border-radius: var(--radius-lg); object-fit: cover; object-position: center top; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.esp-cro-badge { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--sage); color: white; font-size: 0.72rem; font-weight: 600; padding: 8px 16px; border-radius: var(--radius-pill); letter-spacing: 0.05em; }
.esp-title { font-family: 'Nunito', sans-serif; font-size: clamp(1.8rem, 2.5vw, 2.4rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; color: var(--charcoal); margin-bottom: 6px; }
.esp-role { font-size: 0.85rem; color: var(--sage); font-weight: 500; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.07em; }
.esp-bio { font-size: 1.05rem; color: var(--warm-gray); line-height: 1.8; font-weight: 400; margin-bottom: 28px; max-width: 520px; }
.esp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.esp-tag { background: white; border: 1px solid var(--cream-border); color: var(--charcoal-2); font-size: 0.78rem; font-weight: 400; padding: 6px 14px; border-radius: var(--radius-pill); }

/* ═══ ESPECIALISTAS (grid - múltiplos) ═══ */
.esp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.esp-card { background: white; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--cream-border); display: grid; grid-template-columns: 200px 1fr; transition: transform 0.25s, box-shadow 0.25s; }
.esp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.esp-card .esp-photo { width: 200px; background: var(--cream-dark); overflow: hidden; height: auto; border-radius: 0; }
.esp-card .esp-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.esp-info { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.esp-name { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--charcoal); margin-bottom: 4px; }
.esp-cro { display: inline-flex; align-items: center; background: var(--sage-pale); color: var(--sage); font-size: 0.7rem; font-weight: 600; padding: 5px 10px; border-radius: var(--radius-pill); letter-spacing: 0.04em; margin-bottom: 12px; width: fit-content; }

/* ═══ CUSTO ═══ */
.custo { padding: 100px 0; background: var(--cream); }
.custo-inner { max-width: 820px; margin: 0 auto; }
.custo-title { font-size: clamp(1.8rem, 2.5vw, 2.4rem); margin-bottom: 20px; }
.custo-intro { font-size: 1.05rem; color: var(--warm-gray); line-height: 1.8; font-weight: 400; margin-bottom: 28px; }
.custo-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.custo-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; background: white; border-radius: var(--radius-md); border: 1px solid var(--cream-border); transition: border-color 0.2s, box-shadow 0.2s; }
.custo-item:hover { border-color: rgba(11,79,66,0.25); box-shadow: var(--shadow-sm); }
.custo-num { width: 36px; height: 36px; border-radius: 8px; background: var(--sage-pale); color: var(--sage); display: flex; align-items: center; justify-content: center; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.custo-item-text strong { display: block; font-size: 0.95rem; font-weight: 600; color: var(--charcoal); margin-bottom: 4px; }
.custo-item-text span { font-size: 0.95rem; color: var(--warm-gray); line-height: 1.65; }

/* ═══ COMPARATIVO (lentes vs facetas) ═══ */
.comparativo { padding: 100px 0; background: var(--cream); }
.comparativo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 52px; }
.comp-card { background: white; border-radius: var(--radius-lg); padding: 36px 32px; border: 1px solid var(--cream-border); }
.comp-card.destaque { background: var(--sage); border-color: var(--sage); }
.comp-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.comp-card.destaque .comp-header { border-bottom-color: rgba(255,255,255,0.15); }
.comp-icon { font-size: 1.8rem; }
.comp-title { font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--charcoal); }
.comp-card.destaque .comp-title { color: white; }
.comp-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.comp-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; line-height: 1.5; }
.comp-card:not(.destaque) .comp-item { color: var(--warm-gray); }
.comp-card.destaque .comp-item { color: rgba(255,255,255,0.85); }
.comp-check { font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }

/* ═══ FAQ ═══ */
.faq { padding: 100px 0; background: var(--white); }
.faq-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
.faq-sidebar-title { font-size: clamp(1.8rem, 2.5vw, 2.4rem); margin-bottom: 12px; }
.faq-sidebar-sub { font-size: 1rem; color: var(--warm-gray); line-height: 1.75; font-weight: 400; margin-bottom: 28px; }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { border: 1px solid var(--cream-border); border-radius: var(--radius-md); overflow: hidden; background: var(--cream); transition: border-color 0.2s; }
.faq-item:hover { border-color: rgba(11,79,66,0.2); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; font-size: 0.92rem; font-weight: 500; color: var(--charcoal); line-height: 1.45; user-select: none; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-arrow { width: 36px; height: 36px; border-radius: 50%; background: var(--sage-pale); color: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; transition: background 0.2s, transform 0.3s; }
details[open] .faq-arrow { background: var(--sage); color: white; transform: rotate(180deg); }
.faq-a { padding: 0 22px 20px; font-size: 0.97rem; color: var(--warm-gray); line-height: 1.8; font-weight: 400; }

/* ═══ DEPOIMENTOS ═══ */
.depoimentos { padding: 100px 0; background: var(--cream); }
.dep-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; flex-wrap: wrap; gap: 20px; }
.dep-title { font-size: clamp(1.8rem, 2.5vw, 2.4rem); }
.google-badge { display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--cream-border); border-radius: var(--radius-md); padding: 14px 20px; font-size: 0.95rem; color: var(--warm-gray); box-shadow: var(--shadow-sm); }
.google-badge strong { color: var(--charcoal); font-weight: 500; }
.g-icon { font-size: 1.1rem; font-weight: 800; background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-family: 'Nunito', sans-serif; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.video-wrap { display: flex; flex-direction: column; gap: 16px; }
.video-thumb { position: relative; width: 100%; aspect-ratio: 9/16; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; background: var(--charcoal); box-shadow: var(--shadow-md); transition: transform 0.25s, box-shadow 0.25s; max-height: 560px; }
.video-thumb:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.3s; }
.video-thumb:hover img { opacity: 0.85; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(0,0,0,0.3); transition: transform 0.2s, background 0.2s; }
.video-thumb:hover .video-play { transform: translate(-50%, -50%) scale(1.1); background: white; }
.video-play svg { width: 28px; height: 28px; fill: var(--sage); margin-left: 4px; }
.video-info { padding: 0 4px; }
.video-stars { color: #E8A838; font-size: 1rem; letter-spacing: 3px; margin-bottom: 8px; }
.video-name { font-family: 'Nunito', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 3px; }
.video-meta { font-size: 0.92rem; color: var(--warm-gray); }

/* ═══ CTA FINAL ═══ */
.cta-final { padding: 90px 0; background: var(--sage); position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; top: -120px; left: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; }
.cta-final::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(0,0,0,0.06); pointer-events: none; }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.cta-title { font-family: 'Nunito', sans-serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 700; color: white; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 10px; }
.cta-title em { font-style: italic; color: rgba(255,255,255,0.65); }
.cta-sub { font-size: 0.95rem; color: rgba(255,255,255,0.6); font-weight: 300; }
.cta-btns { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.cta-small { font-size: 0.75rem; color: rgba(255,255,255,0.5); text-align: center; }

/* ═══ LOCALIZAÇÃO ═══ */
.localizacao { padding: 80px 0 0; background: var(--cream); }
.loc-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: center; margin-bottom: 48px; }
.loc-info-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.loc-info-icon { font-size: 1.1rem; color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.loc-info-label { font-size: 0.9rem; font-weight: 500; color: var(--charcoal); margin-bottom: 3px; }
.loc-info-text { font-size: 0.85rem; color: var(--warm-gray); line-height: 1.6; }

/* ═══ GALERIA CARROSSEL ═══ */
.galeria { padding: 100px 0; background: var(--white); }
.galeria-carousel-wrap { position: relative; margin-top: 40px; }
.galeria-overflow { overflow: hidden; border-radius: var(--radius-md); }
.galeria-track { display: flex; gap: 16px; transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
.galeria-slide { flex-shrink: 0; width: calc((100% - 48px) / 4); border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 3/4; background: var(--cream-dark); }
.galeria-slide img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.galeria-slide:hover img { transform: scale(1.04); }
.galeria-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 48px; height: 48px; border-radius: 50%; border: none; background: var(--sage); color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.1rem; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 16px rgba(11,79,66,0.35); }
.galeria-btn:hover { background: var(--sage-light) !important; color: white !important; transform: translateY(-50%) scale(1.08); box-shadow: 0 6px 20px rgba(11,79,66,0.4); }
.galeria-btn:disabled { opacity: 0.25; cursor: default; transform: translateY(-50%); }
#galeriaPrev { left: -20px; }
#galeriaNext { right: -20px; }
.galeria-dots { display: flex; gap: 6px; align-items: center; justify-content: center; margin-top: 20px; }
.galeria-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(11,79,66,0.2); cursor: pointer; transition: background 0.2s, transform 0.2s; border: none; padding: 0; }
.galeria-dot.active { background: var(--sage); transform: scale(1.3); }

/* ═══ FOOTER ═══ */
.footer { background: var(--charcoal-2); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-name { font-family: 'Nunito', sans-serif; font-size: 1.2rem; font-weight: 700; color: white; letter-spacing: -0.02em; margin-bottom: 10px; }
.footer-brand-name span { color: var(--sage-light); }
.footer-tagline { font-size: 0.82rem; color: rgba(255,255,255,0.38); line-height: 1.6; font-weight: 300; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-soc { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: rgba(255,255,255,0.5); transition: background 0.2s, color 0.2s; text-decoration: none; }
.footer-soc:hover { background: var(--sage); color: white; border-color: var(--sage); }
.footer-col-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-info-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer-info-icon { font-size: 0.9rem; color: var(--sage-light); margin-top: 1px; flex-shrink: 0; }
.footer-info-text { font-size: 0.83rem; color: rgba(255,255,255,0.5); line-height: 1.55; font-weight: 300; }
.footer-info-text strong { color: rgba(255,255,255,0.75); font-weight: 400; }
.footer-tratamentos { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-tratamentos a { font-size: 0.83rem; color: rgba(255,255,255,0.45); font-weight: 300; transition: color 0.2s; text-decoration: none; }
.footer-tratamentos a:hover { color: var(--sage-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.28); }
.footer-cro { font-size: 0.72rem; color: rgba(255,255,255,0.25); }

/* ═══ WHATSAPP ═══ */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 300; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: transform 0.25s, box-shadow 0.25s; animation: fadeUp 1s 1s ease both; }
.whatsapp-float:hover { transform: scale(1.08) translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* ═══ ANIMAÇÕES ═══ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideRight { from { opacity: 0; transform: translateX(-22px); } to { opacity: 1; transform: translateX(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══ RESPONSIVO ═══ */
@media (max-width: 900px) {
  .billig-nav { padding: 0 20px; }
  .billig-nav-center, .billig-nav-cta { display: none; }
  .billig-nav-hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 32px 20px 16px; }
  .hero-right { height: 72vw; min-height: 320px; }
  .hero-card { position: relative; left: auto; bottom: auto; margin: 0 16px; transform: translateY(-50%); min-width: auto; width: calc(100% - 32px); }
  .proof-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; width: 100%; }
  .proof-divider { display: none; }
  .proof-item { padding: 14px 8px; }
  .proof-num { font-size: 1.2rem; }
  .proof-label { font-size: 0.6rem; }
  .oque-e-inner, .indicacoes-inner, .esp-inner, .faq-inner, .loc-inner { grid-template-columns: 1fr; gap: 40px; }
  .esp-photo-wrap { width: 100%; }
  .esp-photo { width: 100%; height: 280px; }
  .esp-card { grid-template-columns: 1fr; }
  .esp-card .esp-photo { width: 100%; height: 220px; }
  .como-steps { grid-template-columns: 1fr; gap: 24px; }
  .como-steps::before { display: none; }
  .dif-grid { grid-template-columns: 1fr 1fr; }
  .tipos-grid { grid-template-columns: 1fr; }
  .comparativo-inner { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-btns { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .container { padding: 0 20px; }
  .galeria-slide { width: calc((100% - 16px) / 2); }
  #galeriaPrev { left: -12px; }
  #galeriaNext { right: -12px; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .dif-grid { grid-template-columns: 1fr; }
  .esp-grid { grid-template-columns: 1fr; }
  .dep-header { flex-direction: column; align-items: flex-start; }
  .galeria-slide { width: calc(100% - 40px); }
  .video-grid { grid-template-columns: 1fr; }
}
