/* ─── LINK NA BIO PAGE ─── */

/* ══ HERO ══ */
.lnb-hero {
  background: var(--dark);
  padding: 88px 40px 0;
  overflow: hidden;
  position: relative;
}
.lnb-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 60%;
  background: radial-gradient(ellipse 60% 80% at 50% -10%, rgba(0,102,255,.15), transparent);
  pointer-events: none;
}

.lnb-hero-text {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lnb-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.lnb-hero-h1 {
  font-size: 58px;
  font-weight: 800;
  color: #fff;
  line-height: 1.06;
  margin: 20px 0 0;
  letter-spacing: -.025em;
}
.lnb-hero-h1 em { font-style: normal; color: #4d9fff; }
.lnb-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  margin-top: 18px;
}
.lnb-hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}
.lnb-ghost-btn {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s;
}
.lnb-ghost-btn:hover { color: #fff; }

/* ── 5 Phones flow ── */
.lnb-phones-wrap {
  margin-top: 64px;
  position: relative;
  padding-bottom: 80px;
}
.lnb-phones-wrap::before,
.lnb-phones-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 80px;
  width: 80px;
  z-index: 5;
  pointer-events: none;
}
.lnb-phones-wrap::before { left: 0; background: linear-gradient(to right, var(--dark), transparent); }
.lnb-phones-wrap::after  { right: 0; background: linear-gradient(to left, var(--dark), transparent); }

.lnb-phones {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 0 60px;
}

.lnb-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.lnb-step-label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lnb-step-num {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(0,102,255,.18);
  border: 1px solid rgba(0,102,255,.35);
  color: #4d9fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lnb-step-text {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  white-space: nowrap;
}

/* ── Phone shell ── */
.lnb-phone {
  width: 192px;
  height: 390px;
  background: #f9fafb;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.07);
  flex-shrink: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
}
.lnb-phone::before {
  content: '';
  position: absolute;
  top: 9px; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 4px;
  background: rgba(0,0,0,.12);
  border-radius: 2px;
  z-index: 20;
}

/* ══ PHONE 1 — Perfil ══ */
.lnb-ph1-banner {
  height: 62px;
  background: linear-gradient(160deg, #9bafc8, #6b7f95);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.lnb-ph1-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 11px;
}
.lnb-ph1-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #0066ff;
  border: 2.5px solid #fff;
  margin-top: -19px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lnb-ph1-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lnb-ph1-name { font-size: 9px; font-weight: 700; color: #111827; margin-top: 5px; }
.lnb-ph1-role { font-size: 7.5px; color: #6b7280; margin-top: 1px; }
.lnb-ph1-socials { display: flex; gap: 4px; margin-top: 7px; }
.lnb-soc {
  width: 19px; height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lnb-soc-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.lnb-soc-fb { background: #1877f2; }
.lnb-soc-tt { background: #111; }
.lnb-soc-yt { background: #ff0000; }
.lnb-soc-x  { background: #111; }
.lnb-soc-wa { background: #25d366; }

.lnb-ph1-btn-blue {
  width: 100%; box-sizing: border-box;
  background: #0066ff; color: #fff;
  font-size: 7px; font-weight: 700;
  padding: 6px 8px; border-radius: 8px;
  margin-top: 8px;
  display: flex; align-items: center; justify-content: space-between;
}
.lnb-ph1-btn-w {
  width: 100%; box-sizing: border-box;
  background: #fff; border: 1px solid #e5e7eb; color: #374151;
  font-size: 6.5px; font-weight: 500;
  padding: 5px 8px; border-radius: 8px; margin-top: 4px;
  display: flex; justify-content: space-between; align-items: center;
}
.lnb-ph1-agendar {
  font-size: 6.5px; font-weight: 700;
  color: #9ca3af; letter-spacing: .08em;
  margin-top: 8px; border-top: 1px solid #f3f4f6;
  padding-top: 7px; width: 100%; text-align: center;
}
.lnb-ph1-bk-preview {
  width: 100%; box-sizing: border-box;
  background: #f9fafb; border: 1px solid #e5e7eb;
  border-radius: 8px; padding: 7px 9px; margin-top: 5px;
}
.lnb-ph1-bk-bar { display: flex; justify-content: space-between; font-size: 6.5px; font-weight: 600; color: #9ca3af; }
.lnb-ph1-bk-prog { height: 2px; background: #e5e7eb; border-radius: 2px; margin: 3px 0; overflow: hidden; }
.lnb-ph1-bk-fill { width: 15%; height: 100%; background: #0066ff; border-radius: 2px; }
.lnb-ph1-bk-title { font-size: 8px; font-weight: 800; color: #111827; }
.lnb-ph1-bk-sub { font-size: 6.5px; color: #0066ff; margin-top: 2px; line-height: 1.4; }

/* ══ PHONES 2–4 — Booking base ══ */
.lnb-bk {
  background: #fff;
  padding: 18px 11px 10px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lnb-bk-bar {
  display: flex;
  justify-content: space-between;
  font-size: 6.5px;
  font-weight: 600;
  color: #9ca3af;
}
.lnb-bk-prog {
  height: 3px; background: #e5e7eb;
  border-radius: 2px; margin: 4px 0 9px; overflow: hidden;
}
.lnb-bk-prog-fill { height: 100%; background: #0066ff; border-radius: 2px; }
.lnb-bk-title { font-size: 9px; font-weight: 800; color: #111827; line-height: 1.3; }
.lnb-bk-sub {
  font-size: 6.5px; color: #0066ff;
  line-height: 1.4; margin: 2px 0 8px;
}
.lnb-bk-section {
  font-size: 7.5px; font-weight: 800;
  color: #111827; margin: 7px 0 4px;
}
.lnb-bk-section:first-of-type { margin-top: 0; }
.lnb-bk-card {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 5px 8px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.lnb-bk-card.sel { border-color: #0066ff; background: #eff6ff; }
.lnb-bk-card-name { font-size: 7.5px; font-weight: 600; color: #111827; }
.lnb-bk-card-sub  { font-size: 6px; color: #9ca3af; margin-top: 1px; }
.lnb-bk-card-price { font-size: 7px; font-weight: 700; color: #0066ff; }
.lnb-bk-check {
  width: 13px; height: 13px;
  border-radius: 50%; background: #0066ff;
  color: #fff; font-size: 7px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lnb-bk-mini-avatar {
  width: 20px; height: 20px;
  border-radius: 50%; background: #dbeafe;
  display: flex; align-items: center; justify-content: center;
  font-size: 7px; font-weight: 700; color: #0066ff;
  flex-shrink: 0; overflow: hidden;
}
.lnb-bk-mini-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* ══ PHONE 4 — Calendário ══ */
.lnb-bk-month { font-size: 7.5px; font-weight: 700; color: #111827; text-align: center; margin: 4px 0; }
.lnb-bk-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-bottom: 6px;
}
.lnb-cal-h { font-size: 5.5px; font-weight: 600; color: #9ca3af; text-align: center; }
.lnb-cal-d {
  font-size: 6.5px; font-weight: 500;
  color: #d1d5db; text-align: center;
  height: 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; width: 16px; margin: 0 auto;
}
.lnb-cal-d.av { color: #0066ff; font-weight: 700; }
.lnb-cal-d.sl { background: #0066ff; color: #fff; font-weight: 700; }
.lnb-bk-times { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.lnb-bk-time {
  border: 1px solid #e5e7eb; border-radius: 5px;
  padding: 4px 2px; font-size: 7px;
  font-weight: 600; color: #374151; text-align: center;
}
.lnb-bk-time.sl { border-color: #0066ff; background: #0066ff; color: #fff; }

/* ══ PHONE 5 — Confirmação ══ */
.lnb-confirm {
  background: #fff;
  padding: 18px 11px 10px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lnb-confirm-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(16,185,129,.12);
  border: 1.5px solid rgba(16,185,129,.35);
  display: flex; align-items: center; justify-content: center;
  margin-top: 8px;
}
.lnb-confirm-title {
  font-size: 9px; font-weight: 800;
  color: #111827; margin-top: 10px;
  text-align: center; line-height: 1.3;
}
.lnb-confirm-subtitle {
  font-size: 6.5px; color: #6b7280;
  text-align: center; margin-top: 3px;
  line-height: 1.5;
}
.lnb-confirm-card {
  width: 100%; box-sizing: border-box;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  padding: 9px 10px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lnb-confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lnb-confirm-lbl { font-size: 6px; color: #9ca3af; }
.lnb-confirm-val { font-size: 7px; font-weight: 600; color: #111827; }
.lnb-confirm-total {
  display: flex; justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid #e5e7eb;
  margin-top: 2px;
}
.lnb-confirm-total-lbl { font-size: 7px; font-weight: 700; color: #111827; }
.lnb-confirm-total-val { font-size: 9px; font-weight: 800; color: #0066ff; }
.lnb-confirm-wa {
  display: flex; align-items: center; gap: 4px;
  font-size: 6px; color: #10b981;
  background: rgba(16,185,129,.08);
  border: 1px solid rgba(16,185,129,.2);
  border-radius: 6px;
  padding: 5px 7px;
  margin-top: 10px;
  width: 100%; box-sizing: border-box;
}
.lnb-confirm-btn {
  margin-top: 8px;
  width: 100%; box-sizing: border-box;
  text-align: center;
  font-size: 7px; font-weight: 700;
  color: #0066ff;
  border: 1.5px solid rgba(0,102,255,.25);
  border-radius: 7px;
  padding: 6px;
}

/* ══ DIFERENCIAIS ══ */
.lnb-diff {
  background: var(--bg);
  padding: 96px 40px;
}
.lnb-diff-inner { max-width: 1160px; margin: 0 auto; }
.lnb-diff-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}
.lnb-diff-header-left { max-width: 560px; }
.lnb-diff-header-right {
  font-size: 14px; font-weight: 600;
  color: var(--text); flex-shrink: 0;
  text-decoration: none;
  display: flex; align-items: center; gap: 6px;
  transition: color .2s;
}
.lnb-diff-header-right:hover { color: var(--dark); }

.lnb-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lnb-diff-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: box-shadow .2s, transform .2s;
}
.lnb-diff-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.07);
}
.lnb-diff-card.featured {
  grid-column: span 2;
  background: var(--dark);
  border-color: transparent;
}
.lnb-diff-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.lnb-diff-title {
  font-size: 16px; font-weight: 700;
  color: var(--dark); margin-bottom: 8px;
}
.lnb-diff-card.featured .lnb-diff-title { color: #fff; }
.lnb-diff-desc {
  font-size: 14px; color: var(--text);
  line-height: 1.65;
}
.lnb-diff-card.featured .lnb-diff-desc { color: rgba(255,255,255,.55); }
.lnb-diff-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  font-size: 12px; font-weight: 700;
  color: #10b981;
  background: rgba(16,185,129,.1);
  border: 1px solid rgba(16,185,129,.2);
  border-radius: 100px;
  padding: 4px 12px;
}

/* ══ COMO FUNCIONA ══ */
.lnb-how {
  background: var(--white);
  padding: 96px 40px;
}
.lnb-how-inner { max-width: 1100px; margin: 0 auto; }
.lnb-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 56px;
  position: relative;
}
.lnb-how-steps::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: var(--border);
}
.lnb-how-step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lnb-how-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--dark);
  font-size: 16px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
  margin-bottom: 20px;
}
.lnb-how-step.active .lnb-how-num {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}
.lnb-how-step-title {
  font-size: 15px; font-weight: 700;
  color: var(--dark); margin-bottom: 8px;
}
.lnb-how-step-desc {
  font-size: 13.5px; color: var(--text); line-height: 1.6;
}

/* ══ CTA FINAL ══ */
.lnb-cta {
  background: var(--dark);
  padding: 96px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lnb-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(0,102,255,.14), transparent);
  pointer-events: none;
}
.lnb-cta-inner {
  max-width: 600px; margin: 0 auto;
  display: flex; flex-direction: column;
  align-items: center; gap: 16px;
  position: relative;
}
.lnb-cta-inner h2 {
  font-size: 44px; font-weight: 800;
  color: #fff; line-height: 1.15; margin: 0;
}
.lnb-cta-inner p {
  font-size: 16px; color: rgba(255,255,255,.5); margin: 0;
}
.lnb-cta-btns {
  display: flex; gap: 12px;
  flex-wrap: wrap; justify-content: center;
  margin-top: 8px;
}

/* ══ TELAS DO PAINEL ══ */
.lnb-edit {
  background: var(--white);
  padding: 96px 40px 0;
  overflow: hidden;
}
.lnb-edit-inner { max-width: 1100px; margin: 0 auto; }
.lnb-edit-tabs {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin: 40px 0 28px; flex-wrap: wrap;
}
.lnb-edit-tab {
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 100px; padding: 8px 16px;
  font-size: 13px; font-weight: 600; color: var(--text);
  cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all .2s; overflow: hidden;
}
.lnb-edit-tab:hover { color: var(--dark); border-color: rgba(0,0,0,.15); }
.lnb-edit-tab.active { background: var(--dark); border-color: var(--dark); color: #fff; }
.lnb-edit-tab.active svg { color: #fff; }
.lnb-edit-tab.active svg path,
.lnb-edit-tab.active svg rect,
.lnb-edit-tab.active svg circle,
.lnb-edit-tab.active svg line,
.lnb-edit-tab.active svg polyline,
.lnb-edit-tab.active svg polygon { stroke: #fff; }
.lnb-edit-prog {
  position: absolute; bottom: 0; left: 0;
  height: 2px; width: 0; background: var(--blue);
}
.lnb-edit-tab.active .lnb-edit-prog {
  animation: lnbEditProg var(--lnb-edit-dur, 6s) linear forwards;
}
@keyframes lnbEditProg { from { width: 0; } to { width: 100%; } }

.lnb-edit .mockup-wrap { animation: none; }
.lnb-edit .mockup-fade { background: linear-gradient(to bottom, transparent, var(--white)); }

/* ══ DEMO INTERATIVA ══ */
.lnb-demo {
  background: var(--bg);
  padding: 96px 40px;
}
.lnb-demo-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
}
.lnb-demo-label { margin-bottom: 12px; }
.lnb-demo-h2 { font-size: 38px; font-weight: 800; color: var(--dark); line-height: 1.15; margin: 0 0 16px; }
.lnb-demo-sub { font-size: 15px; color: var(--text); line-height: 1.7; margin: 0 0 36px; }

.lnb-demo-steps-track { display: flex; flex-direction: column; gap: 0; }
.lnb-demo-step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-left: 2px solid var(--border);
  padding-left: 20px;
  margin-left: 10px;
  transition: border-color .3s;
  position: relative;
}
.lnb-demo-step-item::before {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: 2px solid var(--white);
  position: absolute;
  left: -6px; top: 18px;
  transition: background .3s;
}
.lnb-demo-step-item.active { border-color: var(--blue); }
.lnb-demo-step-item.active::before { background: var(--blue); }
.lnb-demo-step-item.done::before { background: #10b981; }
.lnb-demo-step-item.done { border-color: #10b981; }
.lnb-demo-step-name { font-size: 14px; font-weight: 600; color: var(--text); transition: color .3s; }
.lnb-demo-step-item.active .lnb-demo-step-name { color: var(--dark); }
.lnb-demo-step-desc { font-size: 12px; color: var(--text); opacity: .6; margin-top: 2px; line-height: 1.4; }

/* Phone frame */
.lnb-demo-phone-wrap { display: flex; justify-content: center; }
.lnb-demo-phone-outer {
  width: 370px;
  background: #18181b;
  border-radius: 48px;
  padding: 14px;
  box-shadow: 0 40px 80px rgba(0,0,0,.22), 0 0 0 1px rgba(0,0,0,.15), inset 0 0 0 1px rgba(255,255,255,.06);
  position: relative;
}
.lnb-demo-phone-outer::before {
  content: '';
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 30px;
  background: #18181b;
  border-radius: 0 0 22px 22px;
  z-index: 30;
}
.lnb-demo-screen {
  width: 342px;
  height: 738px;
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}

/* Views inside the phone */
.lnb-view {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
  scrollbar-width: none;
}
.lnb-view::-webkit-scrollbar { display: none; }
.lnb-view.v-active { transform: translateX(0); }
.lnb-view.v-exit   { transform: translateX(-30%); }

/* Profile view */
.v-banner {
  height: 140px;
  background: linear-gradient(160deg,#9bafc8,#6b7f95);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.v-profile-body { background: #fff; display: flex; flex-direction: column; align-items: center; padding: 0 22px 24px; }
.v-avatar {
  width: 78px; height: 78px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-top: -39px;
  position: relative; z-index: 1;
  overflow: hidden;
  background: #0066ff;
  flex-shrink: 0;
}
.v-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v-name { font-size: 18px; font-weight: 700; color: #111827; margin-top: 10px; }
.v-role { font-size: 13px; color: #6b7280; margin-top: 2px; }
.v-socials { display: flex; gap: 9px; margin-top: 14px; }
.v-soc {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.v-soc-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.v-soc-fb { background: #1877f2; }
.v-soc-tt { background: #111; }
.v-soc-yt { background: #ff0000; }
.v-soc-x  { background: #111; }
.v-soc-wa { background: #25d366; }
.v-btn-blue {
  width: 100%; box-sizing: border-box;
  background: #0066ff; color: #fff;
  font-size: 14px; font-weight: 700;
  font-family: inherit;
  padding: 14px 18px;
  border-radius: 12px;
  margin-top: 16px;
  display: flex; align-items: center; justify-content: space-between;
  border: none; cursor: pointer;
  transition: background .2s;
}
.v-btn-blue:hover { background: #0052cc; }
.v-btn-white {
  width: 100%; box-sizing: border-box;
  background: #fff; border: 1px solid #e5e7eb;
  color: #374151; font-size: 13px; font-weight: 500;
  font-family: inherit;
  padding: 12px 16px; border-radius: 12px;
  margin-top: 8px;
  display: flex; justify-content: space-between;
  align-items: center; cursor: pointer;
  transition: background .2s;
}
.v-btn-white:hover { background: #f9fafb; }
.v-agendar-label {
  font-size: 11px; font-weight: 700;
  color: #9ca3af; letter-spacing: .1em;
  margin-top: 20px;
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
  width: 100%; text-align: center;
}

/* Booking views */
.v-bk-wrap { display: flex; flex-direction: column; height: 100%; }
.v-bk-header {
  padding: 48px 20px 0;
  flex-shrink: 0;
}
.v-bk-topbar {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 600; color: #9ca3af;
}
.v-bk-back {
  background: none; border: none; cursor: pointer;
  color: #9ca3af; font-size: 22px; line-height: 1;
  padding: 0; margin-right: 8px;
}
.v-bk-back:hover { color: #374151; }
.v-bk-prog-wrap { margin-top: 8px; height: 4px; background: #e5e7eb; border-radius: 2px; overflow: hidden; }
.v-bk-prog-fill { height: 100%; background: #0066ff; border-radius: 2px; transition: width .4s ease; }
.v-bk-title { font-size: 20px; font-weight: 800; color: #111827; margin-top: 16px; }
.v-bk-sub { font-size: 13px; color: #0066ff; line-height: 1.5; margin-top: 4px; }
.v-bk-body { padding: 16px 20px 24px; flex: 1; overflow-y: auto; scrollbar-width: none; }
.v-bk-body::-webkit-scrollbar { display: none; }
.v-section-lbl { font-size: 15px; font-weight: 800; color: #111827; margin: 16px 0 10px; }
.v-section-lbl:first-child { margin-top: 0; }
.v-card {
  border: 1.5px solid #e5e7eb; border-radius: 12px;
  padding: 14px 16px; margin-bottom: 8px;
  display: flex; justify-content: space-between;
  align-items: center; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.v-card:hover { border-color: #bfdbfe; }
.v-card.sel { border-color: #0066ff; background: #eff6ff; }
.v-card-name { font-size: 15px; font-weight: 600; color: #111827; }
.v-card-sub  { font-size: 12px; color: #9ca3af; margin-top: 3px; }
.v-card-price { font-size: 14px; font-weight: 700; color: #0066ff; margin-top: 2px; }
.v-card-check {
  width: 24px; height: 24px; border-radius: 50%;
  background: #0066ff; color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 12px;
  opacity: 0; transition: opacity .2s;
}
.v-card.sel .v-card-check { opacity: 1; }
.v-prof-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0; background: #dbeafe;
}
.v-prof-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Calendar */
.v-cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.v-cal-month { font-size: 15px; font-weight: 700; color: #111827; }
.v-cal-nav-btn { background: none; border: 1px solid #e5e7eb; border-radius: 8px; width: 32px; height: 32px; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; color: #374151; }
.v-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 2px; }
.v-cal-hdr { font-size: 11px; font-weight: 600; color: #9ca3af; text-align: center; padding: 4px 0; }
.v-cal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 13px; font-weight: 500;
  color: #d1d5db; cursor: default;
}
.v-cal-day.avail { color: #0066ff; font-weight: 700; cursor: pointer; }
.v-cal-day.avail:hover { background: #eff6ff; }
.v-cal-day.sel { background: #0066ff !important; color: #fff !important; font-weight: 700; }
.v-times { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.v-time {
  border: 1.5px solid #e5e7eb; border-radius: 10px;
  padding: 10px; font-size: 14px; font-weight: 600;
  color: #374151; text-align: center; cursor: pointer;
  transition: all .2s;
}
.v-time:hover { border-color: #bfdbfe; background: #f0f7ff; }
.v-time.sel { border-color: #0066ff; background: #0066ff; color: #fff; }

/* Form */
.v-form-group { margin-bottom: 14px; }
.v-form-label { font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; display: block; }
.v-form-input {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid #e5e7eb; border-radius: 10px;
  padding: 12px 14px; font-size: 14px;
  font-family: inherit; color: #111827;
  outline: none; transition: border-color .2s;
}
.v-form-input:focus { border-color: #0066ff; }

/* Continue button */
.v-bk-footer { padding: 16px 20px 32px; flex-shrink: 0; }
.v-btn-continue {
  width: 100%; background: #0066ff; color: #fff;
  font-size: 15px; font-weight: 700; font-family: inherit;
  padding: 16px; border-radius: 12px; border: none;
  cursor: pointer; transition: background .2s, opacity .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.v-btn-continue:hover { background: #0052cc; }
.v-btn-continue:disabled { opacity: .4; cursor: not-allowed; }

/* Confirmation view */
.v-confirm-wrap {
  display: flex; flex-direction: column;
  align-items: center; padding: 60px 24px 40px;
  text-align: center; min-height: 100%;
}
.v-confirm-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(16,185,129,.1);
  border: 2px solid rgba(16,185,129,.3);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.v-confirm-title { font-size: 22px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.v-confirm-subtitle { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 28px; }
.v-confirm-card {
  width: 100%; background: #f9fafb;
  border: 1px solid #e5e7eb; border-radius: 16px;
  padding: 20px; text-align: left;
}
.v-confirm-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f3f4f6; }
.v-confirm-row:last-of-type { border-bottom: none; }
.v-confirm-lbl { font-size: 13px; color: #9ca3af; }
.v-confirm-val { font-size: 13px; font-weight: 600; color: #111827; }
.v-confirm-total { display: flex; justify-content: space-between; padding: 14px 0 0; border-top: 2px solid #e5e7eb; margin-top: 4px; }
.v-confirm-total-lbl { font-size: 15px; font-weight: 700; color: #111827; }
.v-confirm-total-val { font-size: 18px; font-weight: 800; color: #0066ff; }
.v-confirm-wa {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #059669; font-weight: 600;
  background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.2);
  border-radius: 10px; padding: 12px 16px;
  margin-top: 16px; width: 100%; box-sizing: border-box;
}
.v-new-btn {
  margin-top: 16px; width: 100%;
  background: none; border: 1.5px solid #e5e7eb;
  color: #0066ff; font-size: 14px; font-weight: 700;
  font-family: inherit; padding: 14px; border-radius: 12px;
  cursor: pointer; transition: background .2s;
}
.v-new-btn:hover { background: #f0f7ff; }

/* ══ HERO VISUAL (novo) ══ */
.lnb-vis-wrap {
  position: relative;
  margin-top: 64px;
  margin-bottom: 80px;
  height: 560px;
}
.lnb-vis-glow {
  position: absolute;
  width: 580px; height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,80,255,.3) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

/* Phone frame */
.lnb-vis-phone {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 258px;
  background: #0c0c10;
  border-radius: 44px;
  padding: 11px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.07),
    0 50px 100px rgba(0,0,0,.75),
    0 0 80px rgba(0,70,255,.22);
  flex-shrink: 0;
}
.lnb-vis-notch {
  position: absolute;
  top: 11px; left: 50%;
  transform: translateX(-50%);
  width: 82px; height: 26px;
  background: #0c0c10;
  border-radius: 0 0 18px 18px;
  z-index: 20;
}
.lnb-vis-screen {
  width: 236px;
  height: 490px;
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
}

/* Side panels */
.lnb-vis-panel {
  position: absolute;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
  top: 50%;
  transform: translateY(-50%);
}
.lnb-vis-panel-l1 { width: 180px; height: 430px; right: calc(50% + 140px); z-index: 8; }
.lnb-vis-panel-l2 { width: 160px; height: 360px; right: calc(50% + 332px); z-index: 6; }
.lnb-vis-panel-r1 { width: 180px; height: 430px; left: calc(50% + 140px); z-index: 8; }
.lnb-vis-panel-r2 { width: 160px; height: 360px; left: calc(50% + 332px); z-index: 6; }

/* Badges */
.lnb-vis-badge {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  z-index: 22;
  box-shadow: 0 8px 28px rgba(0,0,0,.55);
  animation: lnbFloat 3.5s ease-in-out infinite;
}
@keyframes lnbFloat {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-9px); }
}
.lnb-vis-badge-chat  { background:#10b981; top:55px;  left:36px;         animation-delay:0s;   }
.lnb-vis-badge-cal   { background:#3b82f6; bottom:85px; left:168px;      animation-delay:1s;   }
.lnb-vis-badge-chart { background:#f59e0b; bottom:80px; right:162px;     animation-delay:0.5s; }
.lnb-vis-badge-cam   { background:#8b5cf6; top:48px;  right:32px;        animation-delay:1.5s; }

/* Panel dark text helpers */
.vis-lbl    { font-size:7.5px; font-weight:700; letter-spacing:.1em; color:rgba(255,255,255,.3); text-transform:uppercase; }
.vis-title  { font-size:10px;  font-weight:800; color:rgba(255,255,255,.92); }
.vis-sub    { font-size:8px;   color:rgba(255,255,255,.45); line-height:1.5; }
.vis-row    { display:flex; justify-content:space-between; align-items:center; padding:5px 0; border-bottom:1px solid rgba(255,255,255,.07); }
.vis-row:last-child { border-bottom:none; }
.vis-k      { font-size:7.5px; color:rgba(255,255,255,.4); }
.vis-v      { font-size:7.5px; font-weight:600; color:rgba(255,255,255,.85); }
.vis-card   { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); border-radius:8px; padding:8px 10px; margin-bottom:5px; }
.vis-chip   { border:1px solid rgba(255,255,255,.12); border-radius:5px; padding:4px 0; font-size:7px; font-weight:600; color:rgba(255,255,255,.7); text-align:center; }
.vis-cal-h  { font-size:6px; font-weight:600; color:rgba(255,255,255,.3); text-align:center; }
.vis-cal-d  { font-size:7px; font-weight:500; color:rgba(255,255,255,.2); text-align:center; height:16px; display:flex; align-items:center; justify-content:center; border-radius:50%; }
.vis-cal-d.av { color:rgba(0,130,255,.9); font-weight:700; }
.vis-cal-d.sl { background:#0066ff; color:#fff; font-weight:700; border-radius:50%; }
.vis-notif  { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); border-radius:8px; padding:9px; margin-bottom:5px; }
.vis-notif-icon { width:18px; height:18px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }

@media (max-width: 1060px) {
  .lnb-vis-panel-l2, .lnb-vis-panel-r2 { display: none; }
  .lnb-vis-badge-chat { left: 8px; }
  .lnb-vis-badge-cam  { right: 8px; }
}
@media (max-width: 800px) {
  .lnb-vis-wrap { height: 540px; margin-top: 48px; }
  .lnb-vis-panel-l1, .lnb-vis-panel-r1 { display: none; }
  .lnb-vis-badge { display: none; }
}

/* ── New hero phone booking UI ── */
.lnb-bk-agendar {
  text-align: center; font-size: 6.5px; font-weight: 700;
  color: #6b7280; letter-spacing: .12em; text-transform: uppercase;
  padding-bottom: 5px; border-bottom: 1px solid #e5e7eb; margin-bottom: 5px;
}
.lnb-bk-radio {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1.5px solid #d1d5db; flex-shrink: 0;
}
.lnb-bk-radio.sel {
  border-color: #374151; background: #374151;
  box-shadow: inset 0 0 0 1.5px #fff;
}
.lnb-bk-card-meta { font-size: 5.5px; color: #9ca3af; margin-top: 1px; }
.lnb-bk-info {
  display: flex; align-items: flex-start; gap: 4px;
  background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 5px;
  padding: 5px 7px; margin-top: 6px;
  font-size: 5.5px; color: #6b7280; line-height: 1.5;
}
.lnb-bk-brand {
  text-align: center; font-size: 6px; color: #0066ff;
  font-weight: 600; margin-top: auto; padding-top: 6px;
}
.lnb-bk-continue {
  background: #374151; color: #fff; font-size: 6.5px; font-weight: 700;
  padding: 5px 10px; border-radius: 6px; text-align: center;
  margin-top: 8px; align-self: flex-end; display: inline-block; margin-left: auto;
}
.lnb-bk-toggle {
  display: flex; background: #f3f4f6; border: 1px solid #e5e7eb;
  border-radius: 100px; padding: 2px; gap: 1px; margin: 4px 0;
}
.lnb-bk-toggle span {
  font-size: 5.5px; font-weight: 600; color: #6b7280;
  padding: 3px 6px; border-radius: 100px; flex: 1; text-align: center;
}
.lnb-bk-toggle span.sel { background: #374151; color: #fff; }
.lnb-bk-month-nav {
  font-size: 7px; font-weight: 700; color: #111827;
  text-align: center; margin: 3px 0;
}
.lnb-bk-legend { font-size: 5px; color: #6b7280; text-align: center; margin-top: 2px; }
.lnb-bk-date-selected { font-size: 7.5px; font-weight: 700; color: #111827; margin-top: 4px; }
.lnb-bk-date-sub { font-size: 6px; color: #0066ff; font-weight: 600; }

/* ── New demo booking UI ── */
.v-bk-agendar-label {
  text-align: center; font-size: 13px; font-weight: 700;
  color: #374151; letter-spacing: .1em; text-transform: uppercase;
  padding: 48px 20px 12px; border-bottom: 1px solid #f3f4f6;
}
.v-section-lbl-upper {
  font-size: 11px; font-weight: 800; letter-spacing: .06em;
  color: #6b7280; text-transform: uppercase; margin: 16px 0 8px;
}
.v-section-lbl-upper:first-child { margin-top: 0; }
.v-radio {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid #d1d5db; flex-shrink: 0; transition: border-color .2s;
}
.v-card.sel .v-radio {
  border-color: #374151; background: #374151;
  box-shadow: inset 0 0 0 3px #fff;
}
.v-card-meta { font-size: 12px; color: #9ca3af; margin-top: 3px; display: flex; align-items: center; gap: 4px; }
.v-info-box {
  display: flex; align-items: flex-start; gap: 10px;
  background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px;
  padding: 14px 16px; margin-top: 16px; font-size: 13px; color: #6b7280; line-height: 1.6;
}
.v-brand-line {
  text-align: center; font-size: 12px; font-weight: 600;
  color: #9ca3af; margin-bottom: 10px;
}
.v-cal-toggle {
  display: flex; background: var(--white); border: 1px solid #e5e7eb;
  border-radius: 10px; padding: 4px; gap: 4px; margin-bottom: 16px;
}
.v-cal-toggle-btn {
  display: flex; align-items: center; gap: 6px;
  flex: 1; padding: 10px 14px; border-radius: 8px; border: none;
  font-size: 14px; font-weight: 600; color: #6b7280;
  cursor: pointer; font-family: inherit; background: transparent;
  justify-content: center; transition: all .2s;
}
.v-cal-toggle-btn.active { background: #374151; color: #fff; }
.v-cal-legend {
  display: flex; gap: 16px; font-size: 12px; color: #6b7280;
  margin-top: 8px; margin-bottom: 4px;
}
.v-cal-date-label { font-size: 16px; font-weight: 700; color: #111827; margin-top: 16px; }
.v-cal-times-count { font-size: 13px; color: #0066ff; font-weight: 600; margin-bottom: 8px; }
.v-bk-nav-row {
  display: flex; gap: 10px; align-items: center;
}
.v-btn-back-nav {
  background: none; border: 1.5px solid #e5e7eb; border-radius: 12px;
  padding: 16px 20px; font-size: 14px; font-weight: 600; color: #374151;
  cursor: pointer; font-family: inherit; transition: all .2s; flex-shrink: 0;
}
.v-btn-back-nav:hover { background: #f9fafb; }
.v-btn-continue-half { flex: 1; }
.v-form-row { display: flex; gap: 10px; }
.v-form-row .v-form-group { flex: 1; min-width: 0; }
.v-form-textarea {
  width: 100%; box-sizing: border-box; border: 1.5px solid #e5e7eb;
  border-radius: 10px; padding: 12px 14px; font-size: 14px;
  font-family: inherit; color: #111827; outline: none;
  transition: border-color .2s; resize: none; min-height: 72px;
}
.v-form-textarea:focus { border-color: #0066ff; }
.v-appt-summary {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 16px; margin-bottom: 20px;
}
.v-appt-summary-label {
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  color: #9ca3af; text-transform: uppercase; margin-bottom: 8px;
}
.v-appt-summary-name { font-size: 15px; font-weight: 700; color: #111827; }
.v-appt-summary-date { font-size: 13px; color: #6b7280; margin-top: 2px; }
.v-appt-summary-tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 600; color: #6b7280;
  border: 1px solid #e5e7eb; border-radius: 100px;
  padding: 4px 10px; margin-top: 8px;
}
.v-appt-summary-price {
  font-size: 13px; color: #6b7280; margin-top: 10px;
  padding-top: 10px; border-top: 1px solid #f3f4f6;
  display: flex; justify-content: space-between; align-items: center;
}
.v-appt-summary-price strong { font-size: 16px; color: #111827; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1060px) {
  .lnb-hero-h1 { font-size: 44px; }
  .lnb-diff-grid { grid-template-columns: repeat(2, 1fr); }
  .lnb-diff-card.featured { grid-column: span 1; }
  .lnb-how-steps { grid-template-columns: repeat(2, 1fr); }
  .lnb-how-steps::before { display: none; }
  .lnb-demo-inner { gap: 48px; }
}
@media (max-width: 960px) {
  .lnb-demo-inner { grid-template-columns: 1fr; }
  .lnb-demo-phone-wrap { display: flex; margin-top: 48px; overflow: hidden; }
  .lnb-demo-h2 { font-size: 30px; }
}
@media (max-width: 800px) {
  .lnb-hero { padding: 64px 20px 0; }
  .lnb-hero-h1 { font-size: 36px; }
  .lnb-phones { justify-content: flex-start; }
  .lnb-phones-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .lnb-phones-wrap::before,
  .lnb-phones-wrap::after { display: none; }
  .lnb-diff { padding: 64px 20px; }
  .lnb-diff-grid { grid-template-columns: 1fr; }
  .lnb-diff-header { flex-direction: column; align-items: flex-start; }
  .lnb-how { padding: 64px 20px; }
  .lnb-how-steps { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lnb-cta { padding: 72px 20px; }
  .lnb-cta-inner h2 { font-size: 32px; }
  .lnb-demo { padding: 64px 20px; }
  .lnb-edit { padding: 64px 20px 0; }
  .lnb-edit-tabs { gap: 6px; margin: 32px 0 20px; justify-content: center; flex-wrap: wrap; }
  .lnb-edit-tab { flex-shrink: 0; }
}
@media (max-width: 560px) {
  .lnb-hero-h1 { font-size: 30px; }
  .lnb-phone { width: 148px; height: 300px; }
  .lnb-how-steps { grid-template-columns: 1fr; }
}
