/* ── Booking AI Beauty Landing Page — Light Theme ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bb-dark:    #080d1a;
  --bb-navy:    #1a3a78;
  --bb-blue:    #2878c8;
  --bb-cyan:    #5bc8e8;
  --bb-wpp:     #25d366;
  --bb-white:   #ffffff;
  --bb-body:    #f5f8ff;
  --bb-section: #ffffff;
  --bb-section2: #eef4ff;
  --bb-border:  #dde8f5;
  --bb-gray:    #64748b;
  --bb-text:    #1e293b;
  --bb-text2:   #475569;
  --bb-muted:   #94a3b8;
}

html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background: var(--bb-body);
  color: var(--bb-text);
  line-height: 1.6;
}
a { text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── Navbar (light) ── */
.bb-navbar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--bb-border);
  padding: 0 6%;
}
.bb-navbar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 2rem;
  height: 66px;
}
.bb-navbar-brand { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.bb-navbar-brand img { height: 34px; }
.bb-navbar-badge {
  font-size: .7rem; font-weight: 800; letter-spacing: .07em;
  background: linear-gradient(90deg, var(--bb-blue), var(--bb-navy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}
.bb-navbar-links { display: flex; align-items: center; gap: .15rem; }
.bb-navbar-actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }

.bb-btn-nav-ghost {
  color: var(--bb-gray); font-size: .875rem; font-weight: 500;
  padding: .4rem .9rem; border-radius: 8px;
  transition: color .2s, background .2s;
}
.bb-btn-nav-ghost:hover { color: var(--bb-navy); background: rgba(40,120,200,.06); }

.bb-btn-nav-primary {
  background: linear-gradient(135deg, var(--bb-blue), var(--bb-navy));
  color: var(--bb-white); font-size: .875rem; font-weight: 700;
  padding: .45rem 1.15rem; border-radius: 8px;
  transition: opacity .2s; cursor: pointer; border: none; font-family: inherit;
}
.bb-btn-nav-primary:hover { opacity: .85; }

/* ── Hero (dark — mantém identidade de produto) ── */
.bb-hero {
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 100px 6% 80px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -5%, rgba(91,200,232,.14) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 85% 90%, rgba(40,120,200,.12) 0%, transparent 60%),
    linear-gradient(170deg, var(--bb-navy) 0%, #122060 30%, var(--bb-dark) 70%);
  position: relative; overflow: hidden;
}
.bb-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232878c8' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bb-hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.bb-hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(40,120,200,.12); border: 1px solid rgba(91,200,232,.3);
  color: var(--bb-cyan); font-size: .78rem; font-weight: 700;
  padding: .35rem 1rem; border-radius: 999px; letter-spacing: .06em;
  margin-bottom: 1.5rem; text-transform: uppercase;
}
.bb-hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.08;
  color: #ffffff;
  margin-bottom: 1.3rem;
}
.bb-hero-title span {
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bb-hero-sub {
  font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,.65);
  margin-bottom: 2.2rem; max-width: 500px;
}
.bb-hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.bb-btn-hero-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  color: var(--bb-white); font-weight: 700; font-size: 1rem;
  padding: .9rem 2.2rem; border-radius: 50px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 22px rgba(40,120,200,.4);
  cursor: pointer; border: none; font-family: inherit;
}
.bb-btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(91,200,232,.35); }
.bb-btn-hero-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.2);
  color: var(--bb-white); font-weight: 600; font-size: 1rem;
  padding: .9rem 2.2rem; border-radius: 50px;
  transition: border-color .2s, background .2s;
  cursor: pointer; font-family: inherit;
}
.bb-btn-hero-outline:hover { border-color: var(--bb-cyan); background: rgba(91,200,232,.08); }

/* ── WhatsApp Mockup Premium ── */
.bb-phone-wrap {
  display: flex; justify-content: center; align-items: center;
  position: relative;
}
.bb-phone-wrap::after {
  content: '';
  position: absolute; width: 240px; height: 520px;
  background: radial-gradient(ellipse at center, rgba(37,211,102,.18) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.bb-phone-outer {
  position: relative; z-index: 1;
  transform: rotate(-3deg) translateY(-6px);
  filter: drop-shadow(0 60px 120px rgba(0,0,0,.7));
}

/* Side buttons */
.bb-phone-btn-vol {
  position: absolute; left: -3px; top: 112px;
  width: 3px; height: 26px; background: #2a2a2e; border-radius: 2px 0 0 2px;
  box-shadow: 0 34px 0 #2a2a2e;
}
.bb-phone-btn-pwr {
  position: absolute; right: -3px; top: 132px;
  width: 3px; height: 42px; background: #2a2a2e; border-radius: 0 2px 2px 0;
}

/* Phone chassis */
.bb-phone {
  width: 288px;
  background: #111b21;
  border-radius: 46px;
  border: 2px solid rgba(255,255,255,.14);
  box-shadow:
    0 0 0 6px #1c1c1e,
    0 0 0 7px rgba(255,255,255,.07),
    0 0 90px rgba(37,211,102,.18);
  overflow: hidden;
  position: relative;
}

/* Status bar */
.bb-phone-statusbar {
  background: #1f2c33;
  padding: 8px 18px 5px;
  display: flex; align-items: center; justify-content: space-between;
}
.bb-phone-time { font-size: .6rem; font-weight: 800; color: #e9edef; letter-spacing: .03em; }
.bb-phone-sicons { display: flex; align-items: center; gap: 5px; color: #e9edef; }
.bb-phone-battery {
  width: 20px; height: 10px;
  border: 1.5px solid rgba(255,255,255,.55); border-radius: 2px;
  padding: 1.5px; display: flex; align-items: center; position: relative;
}
.bb-phone-battery::after {
  content: ''; position: absolute; right: -4px; top: 50%;
  transform: translateY(-50%); width: 2.5px; height: 5px;
  background: rgba(255,255,255,.55); border-radius: 0 1px 1px 0;
}
.bb-phone-batt-fill { width: 70%; height: 100%; background: #4ade80; border-radius: 1px; }

/* Dynamic Island */
.bb-phone-island {
  background: #1f2c33; display: flex; justify-content: center; padding: 0 0 5px;
}
.bb-phone-pill {
  width: 88px; height: 20px; background: #0a0f12; border-radius: 0 0 16px 16px;
}

/* WA Header */
.bb-phone-header {
  background: #1f2c33;
  padding: .5rem .85rem .55rem;
  display: flex; align-items: center; gap: .5rem;
  border-bottom: 1px solid rgba(0,0,0,.35);
}
.bb-phone-back { color: var(--bb-wpp); font-size: 1.5rem; font-weight: 300; line-height: 1; }
.bb-phone-av-wrap { position: relative; flex-shrink: 0; }
.bb-phone-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #1a7a42, #25d366);
  display: flex; align-items: center; justify-content: center; font-size: .85rem;
}
.bb-phone-av-dot {
  position: absolute; bottom: 0; right: 0;
  width: 9px; height: 9px; background: #25d366;
  border-radius: 50%; border: 2px solid #1f2c33;
}
.bb-phone-info { flex: 1; min-width: 0; }
.bb-phone-name { font-size: .73rem; font-weight: 700; color: #e9edef; }
.bb-phone-online { font-size: .59rem; color: #25d366; margin-top: .05rem; }
.bb-phone-hactions { display: flex; gap: .65rem; color: #aebac1; }

/* Chat body */
.bb-chat-body {
  background: #0b141a;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M50 50v-6h-3v6h-6v3h6v6h3v-6h6v-3h-6zm0-44V0h-3v6h-6v3h6v6h3V9h6V6h-6zM6 50v-6H3v6H0v3h3v6h3v-6h6v-3H6zM6 6V0H3v6H0v3h3v6h3V9h6V6H6z'/%3E%3C/g%3E%3C/svg%3E");
  padding: .7rem .65rem;
  display: flex; flex-direction: column; gap: .45rem;
  min-height: 305px;
}

/* Animation states */
.bb-anim-el { opacity: 0; transform: translateY(7px); transition: opacity .35s ease, transform .35s ease; }
.bb-anim-el.bb-visible { opacity: 1; transform: translateY(0); }

/* Incoming bubble */
.bb-ci {
  max-width: 80%; background: #202c33; color: #e9edef;
  border-radius: 0 8px 8px 8px; padding: .45rem .7rem .28rem;
  font-size: .72rem; line-height: 1.5; align-self: flex-start; position: relative;
}
.bb-ci::before {
  content: ''; position: absolute; top: 0; left: -7px;
  border: 7px solid transparent;
  border-right-color: #202c33; border-bottom: 0; border-top: 0;
}

/* Outgoing bubble */
.bb-co {
  max-width: 80%; background: #005c4b; color: #e9edef;
  border-radius: 8px 0 8px 8px; padding: .45rem .7rem .28rem;
  font-size: .72rem; line-height: 1.5; align-self: flex-end; position: relative;
}
.bb-co::before {
  content: ''; position: absolute; top: 0; right: -7px;
  border: 7px solid transparent;
  border-left-color: #005c4b; border-bottom: 0; border-top: 0;
}

/* Timestamp */
.bb-ct { font-size: .53rem; opacity: .48; text-align: right; margin-top: .22rem; }

/* Typing indicator */
.bb-typing {
  background: #202c33; border-radius: 0 8px 8px 8px;
  padding: .55rem .75rem; align-self: flex-start;
  display: flex; align-items: center; gap: 4px;
  width: 52px; position: relative;
}
.bb-typing::before {
  content: ''; position: absolute; top: 0; left: -7px;
  border: 7px solid transparent;
  border-right-color: #202c33; border-bottom: 0; border-top: 0;
}
.bb-typing span {
  width: 6px; height: 6px; background: #8696a0; border-radius: 50%;
  animation: bbDot 1.2s infinite;
}
.bb-typing span:nth-child(2) { animation-delay: .2s; }
.bb-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes bbDot {
  0%, 60%, 100% { transform: translateY(0); opacity: .4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

/* Input bar */
.bb-phone-inputbar {
  background: #1f2c33; padding: .5rem .65rem;
  display: flex; align-items: center; gap: .5rem;
  border-top: 1px solid rgba(0,0,0,.3);
}
.bb-phone-inputfield {
  flex: 1; background: #2a3942; border-radius: 22px;
  padding: .38rem .8rem; display: flex; align-items: center; gap: .4rem;
}
.bb-phone-placeholder { flex: 1; font-size: .64rem; color: #8696a0; }
.bb-phone-emoji-ico, .bb-phone-attach-ico { font-size: .68rem; }
.bb-phone-mic {
  width: 34px; height: 34px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; flex-shrink: 0;
}

/* ── Strip ── */
.bb-strip {
  background: linear-gradient(90deg, #dbeafe, #e0f2fe, #dbeafe);
  border-top: 1px solid rgba(40,120,200,.2);
  border-bottom: 1px solid rgba(40,120,200,.2);
  padding: 1rem 6%;
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
}
.bb-strip-item {
  display: flex; align-items: center; gap: .55rem;
  color: var(--bb-navy); font-size: .85rem; font-weight: 600; white-space: nowrap;
}
.bb-strip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bb-blue); flex-shrink: 0; }

/* ── Section base ── */
.bb-section { padding: 90px 6%; }
.bb-section-inner { max-width: 1200px; margin: 0 auto; }
.bb-section-tag {
  display: inline-block;
  color: var(--bb-blue); font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: .75rem;
}
.bb-section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800; color: var(--bb-navy); line-height: 1.2;
  margin-bottom: 1rem;
}
.bb-section-sub {
  font-size: 1.05rem; color: var(--bb-gray); line-height: 1.7;
  max-width: 580px;
}

/* ── Como funciona ── */
.bb-steps { background: var(--bb-section); }
.bb-steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem;
  position: relative;
}
.bb-steps-grid::before {
  content: '';
  position: absolute; top: 2.1rem; left: calc(16.666% + 1rem); right: calc(16.666% + 1rem);
  height: 1px; background: linear-gradient(90deg, var(--bb-blue), var(--bb-cyan), var(--bb-blue));
  opacity: .3;
}
.bb-step-card { text-align: center; padding: 1rem; }
.bb-step-number {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  color: var(--bb-white); font-weight: 900; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 0 8px rgba(40,120,200,.08);
}
.bb-step-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--bb-navy); margin-bottom: .6rem; }
.bb-step-card p  { font-size: .875rem; color: var(--bb-gray); line-height: 1.65; }

/* ── Screenshots ── */
.bb-screenshots { background: var(--bb-section2); }
.bb-screenshots-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.bb-screenshot-card {
  background: var(--bb-white);
  border: 1px solid var(--bb-border);
  border-radius: 14px; overflow: hidden;
  transition: transform .22s, border-color .22s, box-shadow .22s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.bb-screenshot-card:hover {
  transform: translateY(-5px);
  border-color: rgba(91,200,232,.5);
  box-shadow: 0 16px 48px rgba(40,120,200,.12);
}
.bb-screenshot-img-wrap {
  width: 100%; aspect-ratio: 16/10; overflow: hidden;
  background: #eef4ff;
  display: flex; align-items: center; justify-content: center;
}
.bb-screenshot-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform .3s;
}
.bb-screenshot-card:hover .bb-screenshot-img-wrap img { transform: scale(1.04); }
.bb-screenshot-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem; color: var(--bb-muted); font-size: .78rem;
  background: linear-gradient(135deg, #eef4ff, #dbeafe);
}
.bb-screenshot-placeholder-icon { font-size: 2rem; opacity: .5; }
.bb-screenshot-caption {
  padding: .75rem 1rem;
  font-size: .8rem; color: var(--bb-gray); line-height: 1.4;
  border-top: 1px solid var(--bb-border);
}

/* ── Lightbox ── */
.bb-lightbox {
  display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,.9);
  align-items: center; justify-content: center;
  padding: 2rem; flex-direction: column; gap: 1rem;
}
.bb-lightbox.open { display: flex; }
.bb-lightbox-img {
  max-width: 92vw; max-height: 82vh;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.7);
  object-fit: contain;
}
.bb-lightbox-close {
  position: fixed; top: 1.25rem; right: 1.5rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  color: #ffffff; font-size: 1.3rem;
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .15s;
}
.bb-lightbox-close:hover { background: rgba(255,255,255,.2); }
.bb-lightbox-caption {
  background: rgba(0,0,0,.6); backdrop-filter: blur(8px);
  color: rgba(255,255,255,.8); font-size: .85rem;
  padding: .5rem 1.25rem; border-radius: 999px;
  text-align: center;
}
.bb-lightbox-soon {
  color: rgba(255,255,255,.5); font-size: .95rem; text-align: center;
  padding: 3rem;
}

/* ── Features ── */
.bb-features { background: var(--bb-section); }
.bb-features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem;
}
.bb-feature-card {
  background: var(--bb-white);
  border: 1px solid var(--bb-border);
  border-radius: 16px; padding: 2rem;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.bb-feature-card:hover {
  border-color: rgba(91,200,232,.5);
  box-shadow: 0 8px 32px rgba(40,120,200,.1);
  transform: translateY(-4px);
}
.bb-feature-icon {
  width: 50px; height: 50px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.2rem;
  background: linear-gradient(135deg, rgba(40,120,200,.1), rgba(91,200,232,.08));
  border: 1px solid rgba(91,200,232,.2);
}
.bb-feature-card h3 { font-size: 1rem; font-weight: 700; color: var(--bb-navy); margin-bottom: .5rem; }
.bb-feature-card p  { font-size: .875rem; color: var(--bb-gray); line-height: 1.65; }

/* ── Planos ── */
.bb-pricing { background: var(--bb-section2); }
.bb-pricing-inner { max-width: 1200px; margin: 0 auto; }
.bb-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem;
}
.bb-pricing-card {
  background: var(--bb-white);
  border: 1px solid var(--bb-border);
  border-radius: 20px; padding: 2.5rem 2rem;
  position: relative; transition: transform .2s;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.bb-pricing-card:hover { transform: translateY(-4px); }
.bb-pricing-card.featured {
  border-color: var(--bb-blue);
  background: linear-gradient(160deg, #f0f8ff, #ffffff);
  box-shadow: 0 8px 40px rgba(40,120,200,.15);
}
.bb-pricing-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  color: var(--bb-white); font-size: .7rem; font-weight: 800;
  padding: .3rem 1rem; border-radius: 999px; letter-spacing: .06em;
  text-transform: uppercase; white-space: nowrap;
}
.bb-pricing-plan {
  font-size: .75rem; font-weight: 700; color: var(--bb-blue);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: .75rem;
}
.bb-pricing-price {
  font-size: 2.5rem; font-weight: 900; color: var(--bb-navy);
  line-height: 1; margin-bottom: .25rem;
}
.bb-pricing-price span { font-size: 1rem; font-weight: 400; color: var(--bb-gray); }
.bb-pricing-desc { font-size: .85rem; color: var(--bb-gray); margin-bottom: 1.8rem; }
.bb-pricing-features {
  list-style: none; display: flex; flex-direction: column;
  gap: .7rem; margin-bottom: 2rem;
}
.bb-pricing-features li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .875rem; color: var(--bb-text2);
}
.bb-pricing-features li::before { content: '✓'; color: var(--bb-blue); font-weight: 700; flex-shrink: 0; }
.bb-pricing-trial-badge {
  display: inline-block; margin-bottom: .9rem;
  background: linear-gradient(135deg, #e8f8ee, #d0f0de);
  color: #1a7a42; font-size: .72rem; font-weight: 800;
  padding: .25rem .85rem; border-radius: 999px;
  letter-spacing: .05em; text-transform: uppercase;
  border: 1px solid #a8e6bf;
}
.bb-pricing-card.featured .bb-pricing-trial-badge {
  margin-top: .5rem;
}
.bb-pricing-footnote {
  margin-top: 1rem; font-size: .72rem; color: var(--bb-muted);
  text-align: center; line-height: 1.4;
}
.bb-btn-pricing {
  display: block; text-align: center; width: 100%;
  padding: .9rem; border-radius: 12px;
  font-weight: 700; font-size: .95rem;
  transition: opacity .2s, transform .2s;
  cursor: pointer; border: none; font-family: inherit;
}
.bb-btn-pricing-primary {
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  color: var(--bb-white);
  box-shadow: 0 4px 20px rgba(40,120,200,.3);
}
.bb-btn-pricing-ghost {
  background: rgba(40,120,200,.06);
  border: 1.5px solid var(--bb-blue) !important;
  color: var(--bb-blue);
}
.bb-btn-pricing-ghost:hover { background: rgba(40,120,200,.1); }
.bb-btn-pricing:hover { opacity: .87; transform: translateY(-1px); }

/* ── CTA final ── */
.bb-final-cta {
  background: linear-gradient(135deg, var(--bb-navy) 0%, #1e4a9a 50%, var(--bb-navy) 100%);
  text-align: center; padding: 100px 6%;
}
.bb-final-cta h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem); font-weight: 900;
  color: #ffffff; margin-bottom: 1rem; line-height: 1.2;
}
.bb-final-cta p {
  color: rgba(255,255,255,.7); font-size: 1.05rem;
  margin-bottom: 2.5rem; max-width: 520px;
  margin-left: auto; margin-right: auto;
}

/* ── Footer ── */
.bb-footer {
  background: var(--bb-dark);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 2rem 6%;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.bb-footer img { height: 28px; opacity: .65; }
.bb-footer p { font-size: .8rem; color: var(--bb-muted); }
.bb-footer a { color: var(--bb-cyan); font-size: .8rem; transition: opacity .2s; }
.bb-footer a:hover { opacity: .75; }

/* ── Modal (contact + subscribe) ── */
.bb-modal-backdrop {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.45); z-index: 2000;
}
.bb-modal-backdrop.open { display: block; }
.bb-modal {
  position: fixed; top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  width: calc(100% - 2rem); max-width: 480px;
  background: #ffffff;
  border: 1px solid var(--bb-border);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  z-index: 2001;
  opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s;
}
.bb-modal.open {
  opacity: 1; pointer-events: auto;
  transform: translate(-50%, -50%);
}
.bb-modal-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid var(--bb-border);
}
.bb-modal-tag {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bb-blue); margin-bottom: .25rem;
}
.bb-modal-title { font-size: 1.1rem; font-weight: 700; color: var(--bb-navy); }
.bb-modal-close {
  background: none; border: none; cursor: pointer;
  color: var(--bb-gray); font-size: 1rem; line-height: 1;
  padding: .25rem .4rem; border-radius: 6px;
  transition: background .15s;
}
.bb-modal-close:hover { background: rgba(0,0,0,.06); }
.bb-modal-body { padding: 1.2rem 1.5rem 1.8rem; }
.bb-modal-success {
  background: rgba(40,120,200,.08); color: var(--bb-blue);
  border: 1px solid rgba(91,200,232,.3); border-radius: 8px;
  padding: .65rem 1rem; font-size: .875rem; font-weight: 600;
  margin-bottom: 1rem;
}
.bb-modal-field-error {
  background: #fff5f5; color: #c0392b;
  border: 1px solid #f5c6cb; border-radius: 8px;
  padding: .65rem 1rem; font-size: .85rem; font-weight: 600;
}
.bb-modal-form { display: flex; flex-direction: column; gap: .9rem; }
.bb-modal-form label {
  display: flex; flex-direction: column; gap: .35rem;
  font-size: .8rem; font-weight: 600; color: var(--bb-gray);
}
.bb-modal-form input,
.bb-modal-form textarea {
  padding: .65rem .9rem;
  border: 1.5px solid var(--bb-border);
  border-radius: 10px; font-size: .9rem;
  color: var(--bb-text); background: #f8faff;
  outline: none; font-family: inherit; resize: vertical;
  transition: border-color .2s;
}
.bb-modal-form input:focus,
.bb-modal-form textarea:focus { border-color: var(--bb-blue); }
.bb-modal-form button[type="submit"] {
  padding: .8rem 1.5rem;
  background: linear-gradient(135deg, var(--bb-cyan), var(--bb-blue));
  color: var(--bb-white); font-size: .95rem; font-weight: 700;
  border: none; border-radius: 50px; cursor: pointer;
  align-self: flex-start; font-family: inherit;
  transition: opacity .2s;
}
.bb-modal-form button[type="submit"]:hover { opacity: .85; }
.bb-modal-note {
  text-align: center; font-size: .78rem; color: var(--bb-muted); margin-top: 8px;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .bb-hero-inner { grid-template-columns: 1fr; }
  .bb-phone-wrap { display: none; }
  .bb-steps-grid { grid-template-columns: 1fr; }
  .bb-steps-grid::before { display: none; }
  .bb-features-grid { grid-template-columns: 1fr 1fr; }
  .bb-screenshots-grid { grid-template-columns: 1fr 1fr; }
  .bb-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 768px) {
  /* Navbar: logo + "Acessar sistema" + "Falar com especialista" compactos */
  .bb-navbar { padding: 0 4%; }
  .bb-navbar-inner { gap: 0; justify-content: space-between; }
  .bb-navbar-badge { display: none; }
  .bb-navbar-links { display: none; }
  .bb-navbar-actions { gap: .4rem; }
  .bb-btn-nav-ghost { font-size: .75rem; padding: .35rem .6rem; }
  .bb-btn-nav-primary { font-size: .75rem; padding: .35rem .7rem; white-space: nowrap; }

  /* Hero: elimina espaço vazio — conteúdo logo abaixo da navbar */
  .bb-hero {
    min-height: auto;
    padding: 40px 5% 52px;
    display: flex;
    align-items: flex-start;
  }
  .bb-hero-inner { display: block; }
  .bb-phone-wrap { display: none; }

  .bb-features-grid { grid-template-columns: 1fr 1fr; }
  .bb-screenshots-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .bb-features-grid { grid-template-columns: 1fr; }
  .bb-screenshots-grid { grid-template-columns: 1fr; }
  .bb-section { padding: 64px 5%; }
  .bb-hero { padding: 28px 5% 48px; }

  /* Strip: força 2 colunas no mobile */
  .bb-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem .75rem;
    padding: .85rem 5%;
    justify-items: start;
  }
  .bb-strip-item {
    font-size: .78rem;
    white-space: normal;
  }
}
