:root {
  --lp-bg: #06111f;
  --lp-bg-2: #0b1930;
  --lp-panel: rgba(12, 24, 44, 0.72);
  --lp-card: rgba(10, 22, 40, 0.8);
  --lp-card-border: rgba(166, 198, 255, 0.12);
  --lp-line: rgba(255, 255, 255, 0.08);
  --lp-text: #f7fbff;
  --lp-muted: #b6c5de;
  --lp-soft: #86a1c6;
  --lp-primary: #2e7df6;
  --lp-primary-2: #66a3ff;
  --lp-accent: #b8d7ff;
  --lp-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --lp-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  overflow-x: hidden;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(57, 119, 255, 0.18), transparent 35%),
    linear-gradient(180deg, #07111d 0%, #08172a 30%, #06101d 100%);
  color: var(--lp-text);
}

a { text-decoration: none; }
.lp-container { max-width: 1260px; }



section[id],
header[id],
div[id] {
  scroll-margin-top: 108px;
}

canvas#heroChart,
canvas#execChart {
  display: block;
  width: 100% !important;
  min-height: 220px;
  height: 220px !important;
  max-height: 220px;
}

.lp-panel-card canvas {
  margin-top: 6px;
}

.lp-chart-box {
  position: relative;
  overflow: hidden;
  min-height: 256px;
}

.lp-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 1200;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-primary-2));
}

.lp-navbar {
  min-height: 64px;
  padding: 6px 0;
  background: transparent;
  transition: .25s ease;
  z-index: 1030;
}

.lp-navbar.is-scrolled {
  background: rgba(5, 12, 24, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
  padding: 6px 0;
}

.lp-navbar .container {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding-left: 210px;
}

.lp-floating-brand {
  position: fixed;
  top: 4px;
  left: 16px;
  z-index: 1045;
}

.lp-floating-brand-link {
  display: inline-block;
  cursor: pointer;
}

.lp-brand-logo {
  height: 80px;
  width: auto;
  display: block;
}

#topo,
#beneficios,
#comparativo,
#painel,
#migracao {
  scroll-margin-top: 140px;
}

.lp-navbar .nav-link {
  color: rgba(247, 251, 255, 0.78);
  font-weight: 500;
  padding: 10px 14px !important;
}

.lp-navbar .nav-link:hover,
.lp-navbar .nav-link:focus {
  color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.lp-panel-card {
  padding: 18px 18px !important;
}

.lp-panel-card h4 {
  margin-bottom: 12px;
}

.lp-flow-list {
  gap: 8px !important;
}

.lp-flow-list span {
  padding: 8px 12px !important;
  font-size: 14px;
  line-height: 1.2;
}

.btn {
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.lp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--lp-primary), #1859c8);
  box-shadow: 0 16px 36px rgba(46, 125, 246, 0.28);
}
.lp-btn-primary:hover { color: #fff; }
.lp-btn-outline,
.lp-btn-ghost {
  color: #fff;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
}
.lp-btn-outline:hover,
.lp-btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.28); }

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
}
.lp-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 90%);
  pointer-events: none;
}
.lp-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: .5;
  pointer-events: none;
}
.lp-orb-1 {
  width: 420px; height: 420px;
  background: rgba(41, 117, 255, 0.24);
  top: -110px; left: -90px;
}
.lp-orb-2 {
  width: 380px; height: 380px;
  background: rgba(126, 175, 255, 0.16);
  right: -80px; top: 120px;
}
.lp-pill,
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
  color: #d9e8ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-title {
  font-size: clamp(2.5rem, 6vw, 4.7rem);
  line-height: 1.05;
  margin: 18px 0 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.lp-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--lp-muted);
  max-width: 640px;
}

.lp-stat-card,
.lp-panel-card,
.lp-feature-card,
.lp-list-card,
.lp-dashboard-card,
.lp-migration-card,
.lp-cta-box,
.lp-table-wrap,
.lp-hero-panel {
  background: linear-gradient(180deg, rgba(14, 27, 49, 0.9), rgba(8, 17, 31, 0.88));
  border: 1px solid var(--lp-card-border);
  box-shadow: var(--lp-shadow);
}
.lp-stat-card {
  height: 100%;
  border-radius: 20px;
  padding: 18px 16px;
  text-align: center;
}
.lp-stat-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.lp-stat-label {
  color: var(--lp-muted);
  margin-top: 8px;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lp-hero-panel {
  position: relative;
  border-radius: 30px;
  padding: 18px;
}
.lp-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lp-soft);
  font-size: .83rem;
  padding-bottom: 14px;
}
.lp-window-bar span {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.26);
}
.lp-window-bar small { margin-left: 8px; }
.lp-panel-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.lp-panel-card {
  border-radius: 22px;
  padding: 22px;
}
.lp-panel-card-lg { grid-column: 1 / -1; }
.lp-card-kicker {
  display: inline-block;
  color: #97b7ec;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.lp-panel-card h3,
.lp-panel-card h4 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
}
.lp-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d7e8ff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  white-space: nowrap;
}
.lp-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  color: var(--lp-muted);
  font-size: .9rem;
}
.lp-chart-legend span { display: inline-flex; align-items: center; gap: 8px; }
.lp-chart-legend i {
  width: 10px; height: 10px; border-radius: 50%; display: block;
  background: var(--lp-primary);
}
.lp-chart-legend span:nth-child(2) i { background: #8cc6ff; }
.lp-chart-legend span:nth-child(3) i { background: #dcecff; }
.lp-flow-list,
.lp-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.lp-flow-list span,
.lp-chip-list span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #dce9fb;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: .88rem;
}
.lp-mini-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.lp-mini-list li {
  color: var(--lp-muted);
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}
.lp-mini-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lp-primary-2);
}

.lp-brand-strip {
  padding: 18px 0;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
}
.lp-strip-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: center;
}
.lp-strip-items span {
  color: var(--lp-muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-strip-items i { color: var(--lp-accent); }

.lp-section,
.lp-cta-section {
  padding: 96px 0;
}
.lp-section-dark {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.06));
}
.lp-section-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}
.lp-section-head h2,
.lp-cta-box h2 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.lp-section-head p,
.lp-cta-box p,
.lp-list-card p,
.lp-feature-card p,
.lp-exec-points span,
.lp-timeline span,
.lp-migration-grid p {
  color: var(--lp-muted);
  line-height: 1.8;
}

.lp-feature-card,
.lp-list-card,
.lp-dashboard-card,
.lp-migration-card,
.lp-table-wrap,
.lp-cta-box {
  border-radius: 28px;
  padding: 28px;
  height: 100%;
}
.lp-feature-icon {
  font-size: 1.5rem;
  display: inline-grid;
  place-items: center;
  width: 58px; height: 58px;
  border-radius: 18px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(46,125,246,0.9), rgba(107,161,255,0.35));
  box-shadow: 0 16px 30px rgba(46,125,246,0.18);
}
.lp-feature-card h3,
.lp-list-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.lp-list-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-list-card li {
  color: var(--lp-text);
  padding: 0 0 14px 22px;
  position: relative;
}
.lp-list-card li::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lp-primary-2);
  position: absolute;
  left: 0; top: 11px;
}

.lp-table-wrap { overflow: hidden; }
.lp-compare-table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--lp-text);
  --bs-table-border-color: rgba(255,255,255,0.08);
}
.lp-compare-table thead th {
  border-bottom-width: 1px;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #dbe8ff;
  padding: 18px;
  white-space: nowrap;
}
.lp-compare-table td {
  padding: 18px;
  color: var(--lp-muted);
}
.lp-compare-table td:first-child,
.lp-compare-table th:first-child {
  color: #fff;
  font-weight: 700;
}
.lp-compare-table .is-highlight {
  color: #fff;
  background: rgba(70, 133, 255, 0.12);
}

.lp-exec-points {
  display: grid;
  gap: 14px;
}
.lp-exec-points div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: flex-start;
}
.lp-exec-points i { color: #8ec2ff; font-size: 1.05rem; }
.lp-dashboard-card { padding: 24px; }
.lp-dashboard-kpi {
  height: 100%;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.lp-dashboard-kpi span,
.lp-dashboard-kpi small { display: block; color: var(--lp-muted); }
.lp-dashboard-kpi strong {
  display: block;
  font-size: 1.35rem;
  margin: 8px 0 6px;
}
.lp-chart-box {
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 18px;
}

.lp-timeline {
  display: grid;
  gap: 18px;
}
.lp-timeline div {
  position: relative;
  padding: 0 0 0 24px;
}
.lp-timeline div::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--lp-primary-2);
  box-shadow: 0 0 0 8px rgba(46,125,246,0.12);
}
.lp-timeline strong,
.lp-migration-grid strong { display: block; margin-bottom: 5px; }
.lp-migration-card { position: relative; overflow: hidden; }
.lp-migration-badge {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(46,125,246,0.16);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dceaff;
  font-weight: 700;
  margin-bottom: 22px;
}
.lp-migration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.lp-migration-grid > div {
  border-radius: 20px;
  padding: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.lp-migration-grid small {
  color: #9fc0ef;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.lp-cta-section { padding-top: 20px; padding-bottom: 100px; }
.lp-cta-box {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (max-width: 1199.98px) {
  .lp-panel-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
  .lp-hero { padding-top: 132px; }
  .lp-brand-logo { height: 36px; }
  .lp-title { max-width: 720px; }
}

@media (max-width: 767.98px) {
  .lp-section, .lp-cta-section { padding: 72px 0; }
  .lp-title { font-size: 2.5rem; }
  .lp-subtitle { font-size: 1rem; }
  .lp-feature-card,
  .lp-list-card,
  .lp-dashboard-card,
  .lp-migration-card,
  .lp-table-wrap,
  .lp-cta-box,
  .lp-hero-panel { border-radius: 22px; }
  .lp-compare-table thead th,
  .lp-compare-table td { padding: 14px; }
  .lp-migration-grid { grid-template-columns: 1fr; }
  .lp-strip-items { justify-content: center; }
}
