:root {
  --azul-fortix: #2563EB;
  --azul-fortix-dark: #1D4ED8;
  --azul-claro: #3B82F6;
  --azul-escuro: #0F172A;
  --azul-escuro-2: #131E36;
  --cinza: #64748B;
  --cinza-claro: #E2E8F0;
  --branco: #FFFFFF;
  --bg: #F4F6FA;
  --card-border: #E5E9F0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: var(--branco);
  color: var(--azul-escuro);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-weight: 700; margin: 0; }
p { margin: 0; }
a { text-decoration: none; }

.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 18px; border-radius: 10px; font-weight: 600; font-size: 14px;
  cursor: pointer; border: none; transition: background .15s, transform .1s, color .15s;
}
.lp-btn-primary { background: var(--azul-fortix); color: #fff; }
.lp-btn-primary:hover { background: var(--azul-fortix-dark); }
.lp-btn-lg { padding: 14px 24px; font-size: 15.5px; border-radius: 12px; }
.lp-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.lp-btn-ghost:hover { background: rgba(255,255,255,.08); }
.lp-btn-nav { padding: 9px 18px; }

/* Nav */
.lp-nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(15,23,42,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.lp-nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.lp-logo { height: 30px; display: block; }
.lp-nav-links { display: flex; gap: 28px; }
.lp-nav-links a { color: #CBD5E1; font-size: 14px; font-weight: 500; }
.lp-nav-links a:hover { color: #fff; }

/* Hero */
.lp-hero {
  background: linear-gradient(180deg, var(--azul-escuro) 0%, var(--azul-escuro-2) 100%);
  padding: 64px 24px 0;
}
.lp-hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding-bottom: 56px;
}
.lp-eyebrow {
  display: inline-block; color: #93C5FD; font-size: 12px; font-weight: 700;
  letter-spacing: .06em; margin-bottom: 16px;
}
.lp-eyebrow-dark { color: var(--azul-fortix); }
.lp-hero h1 { color: #fff; font-size: 44px; line-height: 1.15; letter-spacing: -.01em; }
.lp-accent { color: var(--azul-claro); }
.lp-hero-sub { color: #B7C0D1; font-size: 16px; line-height: 1.6; margin-top: 18px; max-width: 480px; }
.lp-hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.lp-hero-note { color: #8592A8; font-size: 13px; margin-top: 18px; }
.lp-hero-note a { color: #93C5FD; font-weight: 600; }

/* Mock browser window */
.lp-mock {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.lp-mock-topbar {
  background: #EDF0F5; padding: 10px 14px; display: flex; align-items: center; gap: 6px;
}
.lp-mock-dot { width: 9px; height: 9px; border-radius: 50%; }
.lp-mock-url {
  margin-left: 10px; background: #fff; border-radius: 6px; padding: 3px 10px;
  font-size: 11px; color: var(--cinza); border: 1px solid var(--card-border);
}
.lp-mock-body { padding: 16px; background: var(--bg); }
.lp-mock-kanban { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.lp-mock-col { background: #fff; border: 1px solid var(--card-border); border-radius: 10px; padding: 8px; }
.lp-mock-col-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; font-weight: 700; color: var(--azul-escuro); padding: 2px 4px 8px;
}
.lp-mock-col-head em { font-style: normal; color: var(--cinza); font-weight: 600; }
.lp-mock-card {
  background: #fff; border: 1px solid var(--card-border); border-radius: 8px;
  padding: 8px; margin-bottom: 7px; box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.lp-mock-card b { display: block; font-size: 11px; color: var(--azul-escuro); }
.lp-mock-card small { display: block; font-size: 9.5px; color: var(--cinza); margin-top: 2px; }
.lp-mock-card-done { border-left: 3px solid #16A34A; }
.lp-mock-card-ghost { background: #F1F4F9; border-style: dashed; height: 30px; }

/* Trust row */
.lp-trust-row {
  max-width: 1160px; margin: 0 auto; padding: 28px 24px 48px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.lp-trust-item { display: flex; align-items: flex-start; gap: 12px; }
.lp-trust-ico { font-size: 20px; }
.lp-trust-item b { display: block; color: #fff; font-size: 14px; }
.lp-trust-item small { display: block; color: #8592A8; font-size: 12.5px; margin-top: 2px; }
.lp-trust-row-dark { border-top: none; padding: 32px 24px 0; }

/* Sections */
.lp-section { max-width: 1160px; margin: 0 auto; padding: 80px 24px; }
.lp-section-alt { background: var(--bg); max-width: none; }
.lp-section-alt > * { max-width: 1160px; margin-left: auto; margin-right: auto; }
.lp-section-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.lp-section-head h2 { font-size: 30px; color: var(--azul-escuro); line-height: 1.3; }
.lp-section-head p { color: var(--cinza); font-size: 15px; margin-top: 12px; }

.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-card {
  background: #fff; border: 1px solid var(--card-border); border-radius: 14px; padding: 24px;
}
.lp-card-soon { background: #FAFBFC; border-style: dashed; }
.lp-card-ico {
  width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center;
  justify-content: center; font-size: 18px; margin-bottom: 14px;
}
.lp-card h3 { font-size: 16px; margin-bottom: 8px; }
.lp-card p { color: var(--cinza); font-size: 13.5px; line-height: 1.55; }

.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 24px; }
.lp-step { text-align: center; }
.lp-step-num {
  width: 36px; height: 36px; border-radius: 50%; background: var(--azul-fortix); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 14px;
}
.lp-step h3 { font-size: 16px; margin-bottom: 8px; }
.lp-step p { color: var(--cinza); font-size: 13.5px; line-height: 1.55; }

.lp-section-dark {
  background: var(--azul-escuro); padding: 80px 24px 0; color: #fff;
}
.lp-section-dark .lp-section-head h2 { color: #fff; }
.lp-section-dark .lp-section-head p { color: #A9B4C6; }

.lp-cta {
  text-align: center; padding: 80px 24px; background: var(--bg);
}
.lp-cta h2 { font-size: 26px; margin-bottom: 22px; }

.lp-footer {
  text-align: center; padding: 40px 24px; background: var(--azul-escuro);
}
.lp-footer-logo { height: 24px; opacity: .9; }
.lp-footer p { color: #93C5FD; font-size: 13px; margin-top: 10px; }
.lp-footer small { display: block; color: #5C6B85; font-size: 11.5px; margin-top: 10px; }

@media (max-width: 860px) {
  .lp-hero-inner { grid-template-columns: 1fr; }
  .lp-hero h1 { font-size: 32px; }
  .lp-mock { transform: none; }
  .lp-nav-links { display: none; }
  .lp-trust-row, .lp-grid, .lp-steps { grid-template-columns: 1fr; }
  .lp-mock-kanban { grid-template-columns: repeat(2, 1fr); }
}
