/* ============================================================
   ONKZ Estética — styles.css
   Base ONKZ (escuro/tech/premium) + 3 temas white-label.
   Mobile-first.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #e8eaf0;
  background: #0b0d12;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 .4em; line-height: 1.18; font-weight: 700; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ---------- Botões (base) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 600; font-size: .98rem; line-height: 1;
  padding: 14px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  max-width: 100%;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 10px 16px; font-size: .9rem; }
.btn-lg { padding: 17px 30px; font-size: 1.05rem; }

/* ---------- Placeholder tiles (visual sem fotos externas) ---------- */
.ph {
  appearance: none; -webkit-appearance: none; padding: 0; color: inherit; font: inherit; cursor: default;
  position: relative; border-radius: 16px; overflow: hidden;
  min-height: 180px; display: grid; place-items: center; text-align: center;
  background: linear-gradient(135deg, #1a1f2b, #11141c);
  border: 1px solid rgba(255,255,255,.06);
}
.ph-deco {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(124,108,255,.22), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(201,168,106,.18), transparent 45%);
}
.ph-label {
  position: relative; z-index: 1; font-size: .82rem; letter-spacing: .04em;
  text-transform: uppercase; color: rgba(255,255,255,.55); padding: 0 14px; font-weight: 600;
}
/* Foto real ocupando o frame .ph (object-fit cobre sem distorcer). */
.ph.has-photo { background: none; cursor: zoom-in; }
.ph.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

/* ============================================================
   HOME COMERCIAL ONKZ
   ============================================================ */
body[data-tema="onkz"] { background: #0b0d12; }

.onkz-topbar {
  position: sticky; top: 0; z-index: 40; padding: 12px 0;
  background: rgba(11,13,18,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 54px; gap: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(7,8,12,.78); border-radius: 999px; padding: 8px 12px 8px 18px; box-shadow: 0 18px 54px rgba(0,0,0,.28); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 86px; height: auto; flex: none; }
.brand-mark { font-weight: 800; font-size: 1.35rem; letter-spacing: .04em;
  background: linear-gradient(120deg, #fff, #c9a86a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-sub { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: #c9a86a; font-weight: 900; white-space: nowrap; }
.topnav { display: flex; align-items: center; gap: 18px; }
/* Links de texto escondidos no mobile/tablet estreito — só brand + CTA aparecem.
   Liberados a partir de 860px, quando há espaço sem apertar o CTA. */
.topnav > a:not(.btn) { display: none; font-size: .92rem; color: #b9bdca; white-space: nowrap; }
.topnav > a:not(.btn):hover { color: #fff; }
.topbar-inner .btn-cta { flex: none; }
.admin-demo-trigger {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,106,.3);
  background: rgba(255,255,255,.04);
  color: #c9a86a;
  font-weight: 800;
  font-size: .86rem;
  cursor: pointer;
  white-space: nowrap;
}
.admin-demo-trigger:hover { background: rgba(201,168,106,.1); }

.btn-cta { background: linear-gradient(120deg, #c9a86a, #e7cd97); color: #1a140a; box-shadow: 0 6px 22px rgba(201,168,106,.28); }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,168,106,.4); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.22); color: #e8eaf0; }
.btn-ghost:hover { border-color: #c9a86a; color: #fff; }

/* Hero */
.hero-onkz { position: relative; padding: 64px 0 56px; overflow: hidden; }
.hero-onkz::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(124,108,255,.20), transparent 50%),
    radial-gradient(ellipse at 90% 30%, rgba(201,168,106,.16), transparent 50%);
}
.hero-grid { position: relative; z-index: 1; display: grid; gap: 38px; }
.eyebrow { display: inline-block; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: #c9a86a; margin-bottom: 16px; font-weight: 600; }
.hero-copy h1 {
  font-family: "Playfair Display", Georgia, serif; font-weight: 600;
  font-size: clamp(2rem, 6vw, 3.3rem); letter-spacing: -.01em;
}
.lead { font-size: clamp(1.05rem, 2.4vw, 1.28rem); color: #c8ccd8; max-width: 38ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }
.hero-promessa { font-size: .96rem; color: #9aa0b0; max-width: 46ch; border-left: 2px solid rgba(201,168,106,.5); padding-left: 14px; }

.hero-art { display: grid; }
.device {
  border-radius: 26px; background: #14171f; border: 1px solid rgba(255,255,255,.08);
  padding: 14px; box-shadow: 0 30px 70px rgba(0,0,0,.5); max-width: 320px; margin: 0 auto;
}
.device-top { width: 60px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.18); margin: 4px auto 12px; }
.ph-onkz { min-height: 380px; background: linear-gradient(160deg, #1d2330, #0f1219); }
.phone-preview {
  min-height: 380px;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f0e6;
  border: 1px solid rgba(255,255,255,.08);
  color: #211914;
}
.phone-preview-hero {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}
.phone-preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,23,31,.05), rgba(20,23,31,.72));
}
.phone-preview-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-preview-hero span {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: #fff;
  letter-spacing: .03em;
}
.phone-preview-body { padding: 18px 16px 16px; }
.phone-preview-body small {
  display: inline-flex;
  margin-bottom: 10px;
  color: #9d7641;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.phone-preview-body h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: #201813;
}
.phone-preview-body p {
  margin-bottom: 14px;
  color: #655b55;
  font-size: .86rem;
  line-height: 1.55;
}
.phone-preview-services {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.phone-preview-services span {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(95,68,37,.12);
  color: #3f352e;
  font-size: .82rem;
  font-weight: 700;
}
.phone-preview-services span::after {
  content: "+";
  color: #c9a86a;
  font-weight: 900;
}
.phone-preview-body strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(120deg, #c9a86a, #e7cd97);
  color: #1a140a;
  font-size: .88rem;
}

/* Bands */
.band { padding: 60px 0; }
.band-alt { background: #0e1118; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.sec-titulo { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.6rem, 4vw, 2.3rem); text-align: center; }
.sec-sub { text-align: center; color: #9aa0b0; max-width: 52ch; margin: 0 auto 38px; }

/* Para quem é */
.publico-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.publico-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  background: #12151e; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; font-weight: 500; }
.pi-ic { font-size: 1.4rem; }

/* O que recebe */
.recebe-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.recebe-card { padding: 26px; background: #12151e; border: 1px solid rgba(255,255,255,.06); border-radius: 18px; }
.recebe-card:hover { border-color: rgba(201,168,106,.4); }
.rc-ic { font-size: 1.7rem; display: block; margin-bottom: 10px; }
.recebe-card h3 { font-size: 1.12rem; }
.recebe-card p { color: #9aa0b0; margin: 0; font-size: .96rem; }

/* Vitrine de níveis */
.niveis-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.nivel-card { display: flex; flex-direction: column; padding: 30px 26px; border-radius: 22px;
  background: #12151e; border: 1px solid rgba(255,255,255,.08); }
.nivel-card.nivel-premium { border-color: rgba(201,168,106,.45); box-shadow: 0 14px 40px rgba(201,168,106,.1); }
.nivel-tag { align-self: flex-start; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; background: rgba(201,168,106,.16); color: #e7cd97; font-weight: 700; margin-bottom: 14px; }
.nivel-card h3 { font-family: "Playfair Display", serif; font-size: 1.5rem; }
.nivel-sub { color: #9aa0b0; font-size: .92rem; margin-bottom: 18px; }
.nivel-bullets { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.nivel-bullets li { position: relative; padding-left: 22px; font-size: .95rem; color: #cdd1dc; }
.nivel-bullets li::before { content: "✦"; position: absolute; left: 0; color: #c9a86a; }
.nivel-preco { font-weight: 700; color: #fff; margin-bottom: 16px; }
.nivel-card .btn { margin-top: auto; justify-content: center; }

/* Como funciona */
.passos-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.passo { padding: 24px; background: #12151e; border: 1px solid rgba(255,255,255,.06); border-radius: 18px; position: relative; }
.passo-num { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(120deg, #c9a86a, #e7cd97); color: #1a140a; font-weight: 800; font-size: 1.2rem; margin-bottom: 12px; }
.passo h3 { font-size: 1.1rem; }
.passo p { color: #9aa0b0; margin: 0; font-size: .95rem; }

/* Planos */
.planos-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.plano-card { text-align: center; padding: 30px 24px; background: #12151e; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; }
.plano-card.plano-premium { border-color: rgba(201,168,106,.5); }
.plano-nivel { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #c9a86a; font-weight: 700; }
.plano-preco { font-family: "Playfair Display", serif; font-size: 1.5rem; color: #fff; margin: 10px 0; }
.plano-ideal { color: #9aa0b0; font-size: .94rem; min-height: 3em; }
.planos-nota { text-align: center; color: #71778a; font-size: .85rem; margin-top: 22px; }

/* CTA final */
.cta-final { padding: 70px 0; background: linear-gradient(135deg, #15110a, #0b0d12); border-top: 1px solid rgba(201,168,106,.25); }
.cta-final-inner { text-align: center; }
.cta-final h2 { font-family: "Playfair Display", serif; font-weight: 600; font-size: clamp(1.6rem, 4.5vw, 2.5rem); }
.cta-final p { color: #c8ccd8; max-width: 46ch; margin: 0 auto 26px; }

/* Rodapé ONKZ */
.rodape-onkz { background: #090a0e; border-top: 1px solid rgba(255,255,255,.06); padding: 40px 0 0; }
.rodape-inner { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.rodape-tag { color: #9aa0b0; font-size: .92rem; margin: 8px 0 0; }
.rodape-base { text-align: center; color: #5f6577; font-size: .82rem; padding: 24px 0; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.05); }
.rodape-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 14px; }
.rodape-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(201,168,106,.28); border-radius: 999px; color: #e6e9f2; background: rgba(255,255,255,.035); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.rodape-social-btn:hover { border-color: rgba(48,232,127,.55); background: rgba(48,232,127,.10); transform: translateY(-1px); }
.rodape-social-btn svg { width: 20px; height: 20px; fill: currentColor; }

.lightbox-open { overflow: hidden; }

body.admin-demo-open { overflow: hidden; }
.admin-demo { position: fixed; inset: 0; z-index: 120; display: none; padding: 20px; }
.admin-demo.is-open { display: grid; place-items: center; }
.admin-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.admin-shell {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(820px, 92vh);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: #0b0d12;
  box-shadow: 0 30px 120px rgba(0,0,0,.55);
}
.admin-close {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06);
  color: #fff; font-size: 24px; cursor: pointer;
}
.admin-login {
  min-height: 560px; display: grid; align-content: center; gap: 16px;
  max-width: 500px; margin: 0 auto; padding: 42px 28px; text-align: center;
}
.admin-kicker { color: #c9a86a; font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.admin-login h2, .admin-sidebar h2, .admin-head h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1; }
.admin-login h2 { font-size: clamp(2rem, 7vw, 3.4rem); }
.admin-login p, .admin-sidebar p, .admin-note { color: #9aa0b0; }
.admin-login-form { display: grid; gap: 12px; margin-top: 8px; text-align: left; }
.admin-login-form label, .admin-editor label { display: grid; gap: 7px; color: #f4efe4; font-weight: 800; font-size: .92rem; }
.admin-login input, .admin-editor input, .admin-editor textarea {
  width: 100%; border-radius: 13px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05); color: #fff; padding: 12px 13px; font: inherit; outline: none;
}
.admin-login input:focus, .admin-editor input:focus, .admin-editor textarea:focus {
  border-color: rgba(201,168,106,.75); box-shadow: 0 0 0 3px rgba(201,168,106,.12);
}
.admin-login-form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.admin-error { min-height: 18px; color: #ff9b86; font-size: .88rem; text-align: center; }
.admin-credentials { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; color: #9aa0b0; font-size: .88rem; }
.admin-credentials span { border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.04); }
.admin-panel { display: none; min-height: 620px; }
.admin-demo.is-auth .admin-login { display: none; }
.admin-demo.is-auth .admin-panel { display: grid; grid-template-columns: 260px 1fr; }
.admin-sidebar { display: flex; flex-direction: column; gap: 18px; padding: 30px 22px; border-right: 1px solid rgba(255,255,255,.08); background: #080a0f; }
.admin-sidebar h2 { font-size: 2rem; }
.admin-sidebar nav { display: grid; gap: 8px; }
.admin-sidebar button {
  min-height: 42px; border-radius: 13px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04); color: #c8ccd8; font-weight: 800; text-align: left; padding: 0 13px;
}
.admin-sidebar button.is-active { background: rgba(201,168,106,.14); color: #c9a86a; border-color: rgba(201,168,106,.35); }
.admin-workspace { overflow: auto; padding: 30px; }
.admin-head { display: flex; gap: 16px; align-items: start; justify-content: space-between; margin-bottom: 22px; }
.admin-head h3 { margin-top: 7px; font-size: clamp(1.6rem, 4vw, 2.5rem); }
.admin-status { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(37,211,102,.1); color: #25d366; font-weight: 900; font-size: .82rem; white-space: nowrap; }
.admin-grid { display: grid; gap: 18px; grid-template-columns: 1fr .95fr; align-items: start; }
.admin-editor, .admin-preview { border-radius: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); padding: 20px; }
.admin-editor { display: grid; gap: 14px; }
.admin-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.admin-check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 9px !important; }
.admin-check input { width: 18px; height: 18px; accent-color: #c9a86a; }
.admin-upload { min-height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(201,168,106,.3); background: rgba(201,168,106,.1); color: #c9a86a; font-weight: 900; cursor: pointer; }
.admin-preview-card { display: grid; gap: 16px; border-radius: 18px; border: 1px solid rgba(201,168,106,.22); background: #11141c; padding: 16px; margin-top: 12px; }
.admin-preview-card.is-muted { opacity: .55; }
.admin-photo { min-height: 150px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(201,168,106,.24), rgba(124,108,255,.16)); color: rgba(255,255,255,.72); font-weight: 900; }
.admin-preview-card span { color: #c9a86a; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.admin-preview-card h4 { margin: 0; font-size: 1.35rem; color: #fff; }
.admin-preview-card p { color: #c8ccd8; margin: 0; }
.admin-preview blockquote { margin: 14px 0 0; padding: 14px; border-left: 2px solid #c9a86a; color: #f0e7d5; background: rgba(201,168,106,.08); border-radius: 0 14px 14px 0; }
.admin-note { margin-top: 14px; font-size: .9rem; }
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center; padding: 22px;
  background: rgba(6,7,10,.86); backdrop-filter: blur(10px);
}
.lightbox-frame { width: min(960px, 100%); margin: 0; }
.lightbox-frame img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.lightbox-frame figcaption { color: #eef1f7; text-align: center; margin-top: 12px; font-size: .92rem; }
.lightbox-close {
  position: fixed; top: 18px; right: 18px; z-index: 101;
  width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08); color: #fff; font-size: 28px; line-height: 1; cursor: pointer;
}
.lightbox-close:hover { background: rgba(255,255,255,.16); }

/* ============================================================
   Fita demo + rodapé cliente (comuns às 3 demos)
   ============================================================ */
.fita-demo {
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
  background: #0b0d12; color: #c9cdd9; font-size: .82rem; padding: 9px 16px; text-align: center;
}
.fita-demo strong { color: #e7cd97; }
.fita-demo a { color: #c9a86a; font-weight: 600; }
.fita-demo a:hover { text-decoration: underline; }

.rodape-cliente { padding: 26px 0; }
.rc-inner { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.rc-onkz { font-size: .88rem; opacity: .8; }
.rc-onkz:hover { opacity: 1; }

/* ============================================================
   Componentes white-label comuns (topbar / brand)
   ============================================================ */
.wl-topbar { position: sticky; top: 0; z-index: 30; }
.wl-topinner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.wl-brand { display: inline-flex; align-items: center; gap: 12px; }
.wl-mono { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; font-weight: 800; font-size: 1.15rem; }
.wl-brand strong { display: block; font-size: 1.12rem; line-height: 1.1; }
.wl-brand small { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.wl-nav { display: none; align-items: center; gap: 22px; }
.wl-nav a:not(.btn) { font-size: .92rem; opacity: .85; }
.wl-nav a:not(.btn):hover { opacity: 1; }

/* ============================================================
   TEMA BÁSICO — Studio Bella (claro, delicado, rosé)
   ============================================================ */
.wl-basico {
  --rose: #b76e79; --rose-d: #9c5662; --cream: #fbf7f4; --ink: #3a2f31; --soft: #8a7a7d;
  background: var(--cream); color: var(--ink);
  font-family: "Inter", sans-serif;
}
.wl-basico h1, .wl-basico h2, .wl-basico h3 { font-family: "Cormorant Garamond", Georgia, serif; }
.wl-basico .wl-topbar { background: rgba(251,247,244,.9); backdrop-filter: blur(8px); border-bottom: 1px solid #efe4df; }
.wl-basico .wl-mono { background: var(--rose); color: #fff; }
.wl-basico .wl-brand strong { color: var(--ink); }
.wl-basico .wl-btn { background: var(--rose); color: #fff; }
.wl-basico .wl-btn:hover { background: var(--rose-d); }
.wl-btn-lg { background: var(--rose); color: #fff; padding: 16px 28px; border-radius: 999px; font-weight: 600; }
.wl-basico .wl-btn-lg:hover { background: var(--rose-d); transform: translateY(-2px); }
.wl-basico .ph { background: linear-gradient(135deg, #f3e6e2, #efdcd8); border-color: #ecd9d3; min-height: 200px; }
.wl-basico .ph-deco { background: radial-gradient(circle at 30% 30%, rgba(183,110,121,.18), transparent 50%); }
.wl-basico .ph-label { color: var(--rose-d); }

.b-hero { padding: 50px 0 56px; }
.b-hero-grid { display: grid; gap: 30px; align-items: center; }
.b-eyebrow { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); font-weight: 600; }
.b-hero-copy h1 { font-size: clamp(2.2rem, 7vw, 3.4rem); font-weight: 600; margin-top: 10px; }
.b-hero-copy p { color: var(--soft); font-size: 1.1rem; max-width: 42ch; }
.ph-basico-hero { min-height: 320px; }

.b-sobre { padding: 50px 0; background: #fff; }
.b-sobre-grid { display: grid; gap: 30px; align-items: center; }
.b-sobre-copy h2 { font-size: clamp(1.7rem, 5vw, 2.4rem); font-weight: 600; }
.b-sobre-copy p { color: var(--soft); }
.b-selos { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.b-selos li { color: var(--rose-d); font-weight: 500; }

.b-sec-tit { text-align: center; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 600; margin-bottom: 8px; }
.b-servicos { padding: 56px 0; }
.b-serv-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
.b-serv-card { background: #fff; border: 1px solid #f0e3de; border-radius: 18px; padding: 26px; text-align: center; }
.b-serv-card:hover { box-shadow: 0 14px 34px rgba(183,110,121,.12); transform: translateY(-3px); transition: .2s; }
.b-serv-ic { font-size: 2rem; }
.b-serv-card h3 { font-size: 1.5rem; font-weight: 600; margin: 8px 0 6px; }
.b-serv-card p { color: var(--soft); margin: 0; font-size: .96rem; }
.b-serv-cta { text-align: center; margin-top: 32px; }

.b-galeria { padding: 50px 0; background: #fff; }
.b-gal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }

.b-local { padding: 56px 0; }
.b-local-grid { display: grid; gap: 26px; align-items: center; }
.b-end { font-size: 1.05rem; color: var(--ink); margin: 0 0 10px; }
.ph-map { min-height: 240px; }

/* ============================================================
   TEMA PREMIUM — Clínica Lumière (sofisticado, neutro, sage/gold)
   ============================================================ */
.wl-premium {
  --sage: #4a6157; --sage-d: #34463e; --gold: #b89766; --bg: #f7f5f1; --paper: #fff; --ink: #2c2f2d; --soft: #6e736e;
  background: var(--bg); color: var(--ink);
}
.wl-premium h1, .wl-premium h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; }
.wl-premium .p-topbar { background: rgba(247,245,241,.92); backdrop-filter: blur(8px); border-bottom: 1px solid #e7e3db; }
.p-mono { background: var(--sage); color: #fff; font-family: "Cormorant Garamond", serif; }
.wl-premium .wl-brand strong { color: var(--ink); }
.p-btn { background: var(--sage); color: #fff; }
.p-btn:hover { background: var(--sage-d); }
.p-btn-lg { display: inline-flex; background: var(--sage); color: #fff; padding: 16px 30px; border-radius: 8px; font-weight: 600; align-items: center; }
.p-btn-lg:hover { background: var(--sage-d); transform: translateY(-2px); }
.wl-premium .ph { background: linear-gradient(135deg, #eceae3, #e3e6df); border-color: #e0ddd3; }
.wl-premium .ph-deco { background: radial-gradient(circle at 70% 30%, rgba(184,151,102,.18), transparent 50%); }
.wl-premium .ph-label { color: var(--sage); }

.p-sec-tit { text-align: center; font-size: clamp(1.8rem, 5vw, 2.6rem); }
.p-sec-sub { text-align: center; color: var(--soft); margin-bottom: 34px; }

.p-hero { padding: 56px 0 60px; }
.p-hero-grid { display: grid; gap: 32px; align-items: center; }
.p-eyebrow { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.p-hero-copy h1 { font-size: clamp(2.2rem, 6.5vw, 3.5rem); margin: 12px 0; }
.p-hero-copy p { color: var(--soft); font-size: 1.12rem; max-width: 44ch; }
.p-selo { display: inline-block; margin-top: 18px; font-size: .9rem; color: var(--sage); border: 1px solid rgba(74,97,87,.3); padding: 8px 16px; border-radius: 999px; }
.ph-premium-hero { min-height: 360px; }

.p-cat { padding: 56px 0; background: var(--paper); }
.p-cat-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.p-cat-card { border: 1px solid #e7e3db; border-radius: 14px; padding: 28px; background: var(--bg); }
.p-cat-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; color: var(--sage-d); }
.p-cat-card ul { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.p-cat-card li { position: relative; padding-left: 20px; color: var(--ink); }
.p-cat-card li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

.p-destaques { padding: 56px 0; }
.p-dest-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.p-dest-card { background: var(--paper); border: 1px solid #e7e3db; border-radius: 16px; padding: 28px; }
.p-dest-ic { font-size: 1.8rem; }
.p-dest-card h3 { font-family: "Inter", sans-serif; font-size: 1.12rem; font-weight: 700; margin: 10px 0 6px; }
.p-dest-card p { color: var(--soft); margin: 0; font-size: .96rem; }

.p-autoridade { padding: 56px 0; background: var(--sage); color: #f3f1ea; }
.p-aut-grid { display: grid; gap: 30px; align-items: center; }
.wl-premium .p-autoridade .ph { background: linear-gradient(135deg, #3d5249, #2e3e37); border-color: rgba(255,255,255,.12); }
.wl-premium .p-autoridade .ph-label { color: rgba(255,255,255,.6); }
.ph-portrait { min-height: 300px; }
.p-aut-copy blockquote { font-family: "Cormorant Garamond", serif; font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.35; margin: 0 0 18px; }
.p-aut-nome { font-weight: 700; margin: 0; }
.p-aut-papel { opacity: .8; margin: 0; font-size: .92rem; }

.p-depo { padding: 56px 0; background: var(--paper); }
.p-depo-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.p-depo-card { background: var(--bg); border: 1px solid #e7e3db; border-radius: 16px; padding: 26px; margin: 0; }
.p-depo-card p { font-size: 1.05rem; color: var(--ink); }
.p-depo-card figcaption { color: var(--gold); font-weight: 600; }

.p-faq { padding: 56px 0; }
.p-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.p-faq-item { background: var(--paper); border: 1px solid #e7e3db; border-radius: 12px; padding: 4px 22px; }
.p-faq-item summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; position: relative; padding-right: 28px; }
.p-faq-item summary::-webkit-details-marker { display: none; }
.p-faq-item summary::after { content: "+"; position: absolute; right: 0; top: 14px; color: var(--gold); font-size: 1.3rem; }
.p-faq-item[open] summary::after { content: "–"; }
.p-faq-item p { color: var(--soft); padding-bottom: 16px; margin: 0; }

.p-cta { padding: 64px 0; background: linear-gradient(135deg, #eceae3, #e0e4dc); text-align: center; }
.p-cta h2 { font-size: clamp(1.7rem, 5vw, 2.5rem); }
.p-cta p { color: var(--soft); margin-bottom: 24px; }

/* ============================================================
   TEMA ELITE — Derma Vitta (escuro, champagne/dourado, editorial)
   ============================================================ */
.wl-elite {
  --gold: #cba35c; --gold-l: #e6c98b; --bg: #0e0c0a; --bg2: #15110d; --ink: #ece6da; --soft: #9a9183;
  background: var(--bg); color: var(--ink);
}
.wl-elite h1, .wl-elite h2, .wl-elite h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
.wl-elite .e-topbar { background: rgba(14,12,10,.82); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(203,163,92,.18); }
.e-mono { background: linear-gradient(135deg, var(--gold), var(--gold-l)); color: #1a1409; font-family: "Playfair Display", serif; }
.e-brand strong { color: var(--ink); }
.e-brand small { color: var(--gold); }
.e-nav a:not(.btn) { color: #c9c1b3; }
.e-btn { background: transparent; border: 1px solid var(--gold); color: var(--gold-l); }
.e-btn:hover { background: var(--gold); color: #1a1409; }
.e-btn-lg { display: inline-flex; align-items: center; background: linear-gradient(120deg, var(--gold), var(--gold-l)); color: #1a1409;
  padding: 17px 34px; border-radius: 999px; font-weight: 700; letter-spacing: .02em; box-shadow: 0 10px 30px rgba(203,163,92,.25); }
.e-btn-lg:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(203,163,92,.4); }
.wl-elite .ph { background: linear-gradient(150deg, #1c1813, #100d0a); border-color: rgba(203,163,92,.16); }
.wl-elite .ph-deco { background: radial-gradient(circle at 30% 25%, rgba(203,163,92,.22), transparent 50%); }
.wl-elite .ph-label { color: rgba(203,163,92,.7); }

.e-kicker { display: inline-block; font-size: .76rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.e-sec-tit { font-size: clamp(1.8rem, 5vw, 2.7rem); margin-bottom: 30px; }

.e-hero { position: relative; min-height: 60vh; display: grid; align-items: center; overflow: hidden; }
.e-hero-bg { position: absolute; inset: 0; }
.e-hero-bg .ph { width: 100%; height: 100%; border-radius: 0; border: none; min-height: 100%; }
.ph-elite-hero { background: linear-gradient(160deg, #221c14, #0b0907) !important; }
.e-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,12,10,.45), rgba(14,12,10,.92)); z-index: 1; }
/* padding lateral explícito: o shorthand antigo (60px 0) zerava o lateral do .wrap
   e colava o H1 na borda. Mantém o ar editorial com respiro confortável. */
.e-hero-copy { position: relative; z-index: 2; padding: 60px 24px; }
.e-hero-copy h1 { font-size: clamp(2.4rem, 8vw, 4.4rem); margin: 16px 0; letter-spacing: -.01em; }
.e-hero-copy p { color: #c9c1b3; font-size: 1.18rem; max-width: 46ch; margin-bottom: 28px; }

.e-manifesto { padding: 64px 0; background: var(--bg2); border-top: 1px solid rgba(203,163,92,.14); border-bottom: 1px solid rgba(203,163,92,.14); }
.e-mani-text { font-family: "Playfair Display", serif; font-style: italic; font-size: clamp(1.4rem, 4vw, 2.1rem); line-height: 1.5; text-align: center; color: var(--gold-l); max-width: 30ch; margin: 0 auto; }

.e-trat { padding: 70px 0; }
.e-trat-list { display: flex; flex-direction: column; gap: 0; }
.e-trat-item { display: flex; gap: 24px; padding: 32px 0; border-bottom: 1px solid rgba(203,163,92,.16); align-items: flex-start; }
.e-trat-item:first-child { border-top: 1px solid rgba(203,163,92,.16); }
.e-trat-num { font-family: "Playfair Display", serif; font-size: 2rem; color: var(--gold); opacity: .6; min-width: 56px; }
.e-trat-item h3 { font-size: 1.6rem; }
.e-trat-item p { color: var(--soft); margin: 0; max-width: 60ch; }

.e-equipe { padding: 70px 0; background: var(--bg2); }
.e-equipe-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.e-membro { text-align: center; padding: 30px 24px; border: 1px solid rgba(203,163,92,.18); border-radius: 18px; background: #16120d; }
.e-avatar { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold-l); font-family: "Playfair Display", serif; font-size: 1.5rem; letter-spacing: .04em; }
.e-membro h3 { font-size: 1.3rem; }
.e-membro p { color: var(--soft); margin: 0; font-size: .92rem; }

.e-provas { padding: 64px 0; }
.e-provas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: center; }
.e-prova { padding: 20px 8px; }
.e-prova-num { display: block; font-family: "Playfair Display", serif; font-size: clamp(2.2rem, 7vw, 3.4rem); color: var(--gold-l); }
.e-prova-label { color: var(--soft); font-size: .86rem; letter-spacing: .04em; }

.e-antesdepois { padding: 64px 0; background: var(--bg2); }
.e-ad-grid { display: grid; gap: 30px; align-items: center; }
.e-ad-copy p { color: var(--soft); }
.e-ad-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ph-ad { min-height: 260px; }

.e-depo { padding: 70px 0; }
.e-depo-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.e-depo-card { border: 1px solid rgba(203,163,92,.18); border-radius: 18px; padding: 30px; margin: 0; background: #16120d; }
.e-depo-card p { font-family: "Playfair Display", serif; font-style: italic; font-size: 1.2rem; line-height: 1.5; }
.e-depo-card figcaption { color: var(--gold); font-weight: 600; letter-spacing: .04em; }

.e-cta { padding: 80px 0; text-align: center; background: linear-gradient(180deg, var(--bg2), var(--bg)); }
.e-cta h2 { font-size: clamp(1.9rem, 5.5vw, 3rem); margin: 14px 0; }
.e-cta p { color: var(--soft); margin-bottom: 28px; }

/* ============================================================
   Toast
   ============================================================ */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px);
  background: #1a1f2b; color: #fff; padding: 13px 22px; border-radius: 12px; font-size: .92rem;
  box-shadow: 0 14px 40px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: .25s; z-index: 100;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================================================
   RESPONSIVO — breakpoints
   ============================================================ */
@media (min-width: 720px) {
  .publico-grid { grid-template-columns: repeat(4, 1fr); }
  .recebe-grid { grid-template-columns: repeat(3, 1fr); }
  .niveis-grid { grid-template-columns: repeat(3, 1fr); }
  .passos-grid { grid-template-columns: repeat(4, 1fr); }
  .planos-grid { grid-template-columns: repeat(3, 1fr); }
  .rodape-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .rc-inner { flex-direction: row; justify-content: space-between; }

  .hero-grid, .b-hero-grid, .b-sobre-grid, .b-local-grid,
  .p-hero-grid, .p-aut-grid, .e-ad-grid { grid-template-columns: 1.05fr .95fr; }
  .b-serv-grid { grid-template-columns: repeat(2, 1fr); }
  .b-gal-grid { grid-template-columns: repeat(4, 1fr); }
  .p-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .p-dest-grid { grid-template-columns: repeat(3, 1fr); }
  .p-depo-grid { grid-template-columns: repeat(3, 1fr); }
  .e-equipe-grid { grid-template-columns: repeat(3, 1fr); }
  .e-depo-grid { grid-template-columns: repeat(2, 1fr); }
  /* Hero Elite: respiro lateral maior no desktop, mantendo o bloco centrado (max-width do .wrap). */
  .e-hero-copy { padding-left: 44px; padding-right: 44px; }
}

/* Nav de texto da home só a partir de 860px (evita aperto/corte do CTA). */
@media (min-width: 860px) {
  .topnav > a:not(.btn) { display: inline-block; }
  .wl-nav { display: flex; gap: 16px; }
}

@media (min-width: 980px) {
  .b-serv-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-copy h1 { font-size: 3.3rem; }
}

/* Telas bem estreitas (≤ ~420px): topbar das demos não pode apertar o CTA.
   Esconde a tagline da marca e reduz o monograma p/ dar espaço ao botão. */
@media (max-width: 420px) {
  .btn { white-space: normal; text-align: center; justify-content: center; line-height: 1.15; }
  .onkz-topbar { padding: 8px 0; }
  .topbar-inner { min-height: 54px; padding-inline: 14px 8px; }
  .brand-sub { display: none; }
  .wl-brand small { display: none; }
  .wl-topinner { height: 60px; }
  .wl-mono { width: 40px; height: 40px; font-size: 1rem; }
  .wl-brand { gap: 9px; }
}

@media (max-width: 859px) {
  .admin-demo-trigger { display: none; }
  .admin-demo.is-auth .admin-panel { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-head { flex-direction: column; }
}
