/* ==========================================================================
   Landing Page (Zentrify) — layout responsivo e efeitos que inline style
   não resolve (media queries, :hover). Cores/gradientes ficam inline,
   espelhando o design system, para fidelidade 1:1 com o mockup.
   ========================================================================== */

body { overflow-x: hidden; }

/* ---- Header flutuante (glass pill) ---- */
.lp-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: calc(100% - 32px);
  max-width: 780px;
}
.lp-header-inner {
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
  padding: 0 8px 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(51, 46, 46, .37);
}
.lp-nav-links { display: flex; align-items: center; gap: 28px; }
.lp-nav-links a { font: 600 13.5px Inter, sans-serif; color: rgba(255, 255, 255, .7); }
.lp-nav-links a:hover { color: #fff; }
.lp-nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lp-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 14px 10px;
  margin-top: 8px;
  border-radius: 20px;
  background: rgba(20, 20, 25, .92);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.lp-mobile-nav a {
  font: 600 14px Inter, sans-serif;
  color: rgba(255, 255, 255, .85);
  padding: 12px 14px;
  border-radius: 10px;
}
.lp-mobile-nav a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
body.lp-nav-open .lp-mobile-nav { display: flex; }

/* ---- Seções de fundo escuro (blobs decorativos reutilizados) ---- */
.lp-glow-top {
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 700px; border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.lp-glow-bottom {
  position: absolute; bottom: -200px; right: -120px;
  width: 600px; height: 600px; border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

/* ---- Badges ---- */
.lp-badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  font: 700 11px Inter, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-badge-light { background: rgba(255, 255, 255, .14); color: #fff; }
.lp-badge-blue { background: #EFF6FF; color: #2563EB; }

/* ---- Hero ---- */
.lp-hero {
  background: linear-gradient(165deg, #2F6FEB 0%, #3B82F6 35%, #1D4ED8 75%, #16327A 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 96px 0 48px;
}
.lp-hero-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.lp-hero-title { font: 800 40px/1.3 Inter, sans-serif; letter-spacing: -0.02em; color: #fff; margin: 22px 0; }
.lp-hero-title mark { color: #0F172A; background: #fff; padding: 0 10px; border-radius: 8px; white-space: nowrap; }
.lp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-btn-solid-white {
  background: #fff; color: #1D4ED8; border-radius: 8px; padding: 15px 28px; font: 600 14.5px Inter, sans-serif;
}
.lp-btn-solid-white:hover { background: #EFF6FF; }
.lp-btn-glass {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  padding: 15px 28px;
  font: 600 14.5px Inter, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.lp-btn-glass:hover { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .55); }

.lp-phone-wrap { display: flex; justify-content: center; }
.lp-phone {
  width: min(240px, 62vw);
  aspect-ratio: 402 / 874;
  overflow: hidden;
  transform: rotate(-2deg);
  border: 4px solid #171717;
  border-radius: 36px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
  background: #F2F2F7;
}
.lp-phone-screen { height: 100%; overflow: hidden; padding: 22px 10px 14px; display: flex; flex-direction: column; gap: 8px; font-family: -apple-system, system-ui, sans-serif; }
.lp-phone-search {
  background: #fff; border-radius: 12px; padding: 8px 11px; display: flex; align-items: center; gap: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  flex: none;
}
.lp-phone-card { background: #fff; border: 1px solid #E5E5E5; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 3px rgba(23, 23, 23, .06); flex: none; }
.lp-phone-photo { height: 64px; background: repeating-linear-gradient(45deg, #E9EEF6, #E9EEF6 8px, #DCE6F5 8px, #DCE6F5 16px); }

/* ---- Proof (Google) ---- */
.lp-proof {
  background: linear-gradient(180deg, #16327A 0%, #0F2559 40%, #0B1B3F 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px 0;
}
.lp-proof-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.lp-chrome-window {
  width: 100%;
  max-width: 620px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.lp-chrome-bar { height: 34px; background: #E8EAED; display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.lp-chrome-dot { width: 9px; height: 9px; border-radius: 999px; background: #C4C7CA; }

/* ---- Como funciona ---- */
.lp-how { background: #FAFCFF; min-height: 100vh; display: flex; align-items: center; padding: 72px 0; }
.lp-how .container { width: 100%; }
.lp-steps-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: stretch; }
.lp-step-card { background: #fff; border: 1px solid #E5E5E5; border-radius: 18px; padding: 22px 20px; box-shadow: 0 4px 20px rgba(23, 23, 23, .05); display: flex; flex-direction: column; }
.lp-step-card.is-featured { background: linear-gradient(165deg, #2F6FEB, #1D4ED8); border: none; border-radius: 20px; box-shadow: 0 16px 40px rgba(29, 78, 216, .32); }

/* ---- Funcionalidades ---- */
.lp-features { background: #FAFAFA; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; min-height: 100vh; display: flex; align-items: center; padding: 60px 0; }
.lp-features .container { width: 100%; }
.lp-features-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
.lp-dash-preview { border: 1px solid #E5E5E5; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 20px 48px rgba(23, 23, 23, .12); display: flex; flex-direction: column; }
.lp-dash-preview-body { display: flex; flex: 1; font-family: Inter, sans-serif; min-height: 280px; }
.lp-dash-sidebar-mini { width: 132px; flex: none; background: #fff; border-right: 1px solid #E5E5E5; padding: 14px 10px; display: none; flex-direction: column; gap: 2px; }
.lp-feature-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-feature-card { background: #fff; border: 1px solid #E5E5E5; border-radius: 12px; padding: 15px; box-shadow: 0 1px 3px rgba(23, 23, 23, .05); transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease; }
.lp-feature-card:hover { box-shadow: 0 8px 20px rgba(23, 23, 23, .09); border-color: #DBEAFE; transform: translateY(-2px); }

/* ---- Preço ---- */
.lp-pricing {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  background: linear-gradient(165deg, #2F6FEB 0%, #1D4ED8 45%, #122E70 85%, #0B1B3F 100%);
}
.lp-pricing-inner { position: relative; width: 100%; max-width: 560px; margin: 0 auto; text-align: center; padding: 0 24px; }
.lp-pricing-card { max-width: 400px; margin: 0 auto; }
.lp-pricing-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .12);
  text-align: left;
}

/* ---- CTA final ---- */
.lp-cta {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(165deg, #2F6FEB 0%, #1D4ED8 45%, #122E70 85%, #0B1B3F 100%);
}
.lp-cta-grid-bg {
  position: absolute; inset: 0; opacity: .35;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

/* ---- Footer ---- */
.lp-footer { background: #171717; border-top: 1px solid #262626; color: #fff; padding: 40px 0 28px; }
.lp-footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.lp-footer-nav { display: flex; gap: 28px; font: 400 13px Inter, sans-serif; color: #D4D4D4; flex-wrap: wrap; }
.lp-footer-bottom { border-top: 1px solid #262626; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font: 400 11.5px Inter, sans-serif; color: #737373; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 768px) {
  .lp-feature-cards { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .lp-hero-title { font-size: 54px; }
  .lp-hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
  .lp-proof-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .lp-steps-grid { grid-template-columns: 1fr 1.18fr 1fr; }
  .lp-features-grid { grid-template-columns: 1.25fr 1fr; }
  .lp-dash-sidebar-mini { display: flex; }
  .lp-nav-links, .lp-header-cta { display: flex; }
  .lp-nav-toggle { display: none; }
}

@media (max-width: 1023px) {
  .lp-nav-links, .lp-header-cta { display: none; }
  .lp-nav-toggle { display: flex; }
  .lp-proof-order-1 { order: 1; }
  .lp-proof-order-2 { order: 2; }
}
