:root {
  --bg: #f9fafb;
  --surface: #ffffff;
  --surface-soft: #f2f6f4;
  --ink: #111827;
  --ink-muted: #6b7280;
  --line: #d7dee6;
  --brand: #14532d;
  --brand-strong: #0f5132;
  --brand-soft: #dcfce7;
  --cta: #22c55e;
  --cta-strong: #16a34a;
  --trust: #2563eb;
  --trust-soft: #dbeafe;
  --danger: #dc2626;
  --danger-soft: #fee2e2;
  --premium: #b45309;
  --premium-soft: #fef3c7;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow: 0 12px 28px rgba(15, 23, 32, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.lp-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(249, 250, 251, 0.92);
  border-bottom: 1px solid var(--line);
}

.lp-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lp-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  background: linear-gradient(145deg, #22c55e, #14532d);
}

.lp-brand-text {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.lp-nav-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-weight: 600;
  color: #1f2937;
}

.lp-nav-links > a:not(.btn):hover {
  color: var(--brand-strong);
}

.lp-nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  min-height: 40px;
  padding: 0 12px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--cta);
  color: #fff;
  border: 1px solid var(--cta-strong);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.24);
}

.btn-primary:hover {
  background: var(--cta-strong);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.3);
  transform: translateY(-1px);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: #fff;
}

.btn-outline {
  border: 1px solid #b7c1cc;
  background: #fff;
}

.btn-outline:hover {
  background: #f8fafc;
  border-color: #97a4b2;
}

.btn-secondary {
  border: 1px solid #b8c6d8;
  background: #ffffff;
  color: #1f2937;
}

.btn-secondary:hover {
  border-color: #97a7bb;
  background: #f8fafc;
}

.btn-xl {
  min-height: 50px;
  padding: 0 22px;
  font-size: 1rem;
}

section {
  padding: 78px 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--ink);
}

h1 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  line-height: 1.2;
}

h3 {
  font-size: 1.1rem;
}

.lp-eyebrow {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--brand);
}

.lp-lead {
  margin: 16px 0 0;
  color: var(--ink-muted);
  font-size: 1.08rem;
  max-width: 56ch;
}

.lp-hero {
  padding-top: 94px;
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
    radial-gradient(circle at 12% 14%, rgba(34, 197, 94, 0.12), transparent 32%),
    #f8fafc;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 34px;
  align-items: center;
}

.lp-benefit-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.lp-benefit-list li {
  border: 1px solid #cae7d4;
  border-radius: 10px;
  background: #f7fdf9;
  padding: 10px 12px;
  font-weight: 600;
}

.lp-hero-cta {
  margin-top: 22px;
  display: grid;
  gap: 8px;
  justify-items: start;
}

.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-hero-cta p,
.lp-trust {
  margin: 0;
  color: #5b6677;
  font-size: 0.92rem;
}

.lp-trust-badges {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-trust-badges li {
  border: 1px solid #c8d7ea;
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 11px;
}

.app-shot {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.app-shot-top {
  min-height: 38px;
  border-bottom: 1px solid var(--line);
  background: #f3f6f9;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.app-shot-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9d2dc;
}

.app-shot-body {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.app-shot-panel {
  border: 1px solid #cde8d7;
  border-radius: 12px;
  padding: 14px;
  background: #f5fcf8;
}

.app-shot-panel p {
  margin: 0;
  font-size: 0.85rem;
  color: #55627a;
}

.app-shot-panel h3 {
  margin-top: 6px;
  font-size: 1.34rem;
}

.app-shot-panel ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: #26553e;
}

.app-shot-panel li {
  display: flex;
  justify-content: space-between;
}

.app-shot-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.app-shot-kpi-grid article {
  border: 1px solid #d6dee7;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.app-shot-kpi-grid span {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
}

.app-shot-kpi-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 0.98rem;
}

.app-shot-kpi-grid strong.profit {
  color: var(--brand);
}

.lp-real-shot {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lp-real-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-proof-strip {
  background: #ffffff;
  border-top: 1px solid #dbe3ed;
  border-bottom: 1px solid #dbe3ed;
  padding: 26px 0;
}

.lp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-proof-grid article {
  border: 1px solid #dce4ee;
  border-radius: 12px;
  background: #f8fbff;
  padding: 13px 14px;
  text-align: center;
}

.lp-proof-grid strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
  color: #0f5132;
}

.lp-proof-grid span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 700;
}

.lp-problem {
  background: #f5f8fb;
}

.lp-center-note {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 700;
  color: #1f3a2c;
}

.lp-card-grid {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.lp-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: 0 6px 18px rgba(15, 23, 32, 0.04);
}

.lp-card p {
  margin: 8px 0 0;
  color: var(--ink-muted);
}

.lp-problem-wrap {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-problem-column h3 {
  margin-bottom: 12px;
}

.lp-problem-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.lp-problem-list li {
  position: relative;
  border-radius: 10px;
  padding: 10px 12px 10px 38px;
  font-weight: 600;
}

.lp-problem-list li::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
}

.lp-problem-list.negative li {
  border: 1px solid #efc9c9;
  background: #fff7f7;
  color: #7a2d2d;
}

.lp-problem-list.negative li::before {
  content: "x";
  color: var(--danger);
}

.lp-problem-list.positive li {
  border: 1px solid #cde8d7;
  background: #f7fdf9;
  color: #1f5136;
}

.lp-problem-list.positive li::before {
  content: "+";
  color: var(--brand-strong);
}

.lp-solution-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
}

.lp-solution-grid p {
  color: var(--ink-muted);
}

.lp-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-check-list li {
  border: 1px solid #cfe7d7;
  background: #f7fdf9;
  border-radius: 10px;
  padding: 11px 12px;
  font-weight: 600;
}

.lp-demo-shot {
  margin-top: 22px;
  max-width: 860px;
}

.lp-demo-shot .app-shot-panel h3 {
  font-size: 1.48rem;
}

.lp-demo-checks {
  margin-top: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-demo-steps {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-demo-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 12px;
}

.lp-demo-card h3 {
  margin: 2px 0 10px;
}

.lp-how {
  background: #ffffff;
}

.lp-step-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-step {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-md);
  padding: 16px;
}

.lp-step span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.lp-step h3 {
  margin-top: 12px;
}

.lp-step p {
  margin: 8px 0 0;
  color: var(--ink-muted);
}

.lp-feature-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.lp-feature-row.reverse .lp-feature-media {
  order: 2;
}

.lp-feature-row.reverse .lp-feature-copy {
  order: 1;
}

.mock-screen {
  min-height: 210px;
  border-radius: 14px;
  border: 1px dashed #9fb4a7;
  background:
    linear-gradient(145deg, #fbfdfc 0%, #eef4ff 100%);
  display: grid;
  place-items: center;
  color: #28503d;
  font-weight: 700;
}

.lp-feature-copy p {
  margin: 10px 0 0;
  color: var(--ink-muted);
}

.lp-feature-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lp-roi {
  background: linear-gradient(135deg, #0f5132 0%, #0b3f2b 100%);
  color: #ebf5ef;
}

.lp-roi h2,
.lp-roi p {
  color: #ebf5ef;
}

.lp-roi-inner p {
  margin: 12px 0 0;
  max-width: 72ch;
}

.lp-roi-compare {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-roi-compare article {
  border: 1px solid rgba(235, 245, 239, 0.28);
  border-radius: 12px;
  padding: 14px;
  background: rgba(235, 245, 239, 0.08);
}

.lp-roi-compare span {
  display: block;
  font-size: 0.88rem;
  color: #d6ebdf;
}

.lp-roi-compare strong {
  display: block;
  margin-top: 7px;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
}

.lp-pricing-preview {
  background: #f8fafc;
}

.lp-pricing-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-pricing-grid.single {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}

.lp-price-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px;
  background: #fff;
}

.lp-price-card.is-featured {
  border-color: var(--trust);
  box-shadow: 0 18px 30px rgba(37, 99, 235, 0.2);
  transform: scale(1.02);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 28%);
}

.lp-price-card .badge {
  margin: 0;
  position: absolute;
  top: -10px;
  right: 12px;
  background: var(--trust);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 4px 8px;
  border-radius: 999px;
}

.lp-price-card .price {
  margin: 8px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  color: var(--brand-strong);
}

.lp-price-card p:last-child {
  margin: 8px 0 0;
  color: #64748b;
}

.lp-price-card.plan-pro {
  border-color: rgba(180, 83, 9, 0.38);
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 34%);
}

.lp-price-card.plan-pro .badge {
  background: var(--premium);
  color: #fff7ed;
}

.lp-center-actions {
  margin-top: 18px;
  text-align: center;
}

.lp-compare {
  background: #ffffff;
}

.lp-compare-wrap {
  margin-top: 20px;
  border: 1px solid #d8e1ec;
  border-radius: 14px;
  overflow: auto;
  background: #fff;
}

.lp-compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.lp-compare-table th,
.lp-compare-table td {
  border-bottom: 1px solid #e4eaf1;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.lp-compare-table th {
  background: #eff6ff;
  color: #1e3a8a;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
}

.lp-compare-table td {
  color: #334155;
  font-weight: 600;
}

.lp-compare-table td:nth-child(3),
.lp-compare-table th:nth-child(3) {
  background: #f8fbff;
}

.lp-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.lp-card.quote p {
  color: #1f3e2f;
  font-style: italic;
}

.lp-card.quote strong {
  display: block;
  margin-top: 10px;
  color: #2a4a38;
}

.lp-faq {
  background: #f5f8fb;
}

.lp-faq-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.lp-faq-list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
}

.lp-faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.lp-faq-list p {
  margin: 8px 0 0;
  color: var(--ink-muted);
}

.lp-risk {
  background: #ffffff;
}

.lp-risk-inner {
  border: 1px solid #dce6df;
  border-radius: var(--radius-lg);
  background: #f6fcf8;
  padding: 28px;
}

.lp-risk-inner p {
  margin: 10px 0 0;
  color: #456055;
}

.lp-risk-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-risk-points li {
  border: 1px solid #cce3d5;
  border-radius: 999px;
  background: #ffffff;
  color: #1f5136;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 7px 12px;
}

.lp-final-cta {
  background: linear-gradient(135deg, #14532d 0%, #0f5132 100%);
  text-align: center;
  color: #ecfdf3;
}

.lp-final-cta h2,
.lp-final-cta p {
  color: #ecfdf3;
}

.lp-final-cta p {
  margin: 12px 0 22px;
}

.lp-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #15803d;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(21, 128, 61, 0.28);
}

.loss-value {
  color: var(--danger);
}

.lp-roi .loss-value {
  color: #fecaca;
}

.trust-value {
  color: var(--trust);
  font-weight: 700;
}

.premium-value {
  color: var(--premium);
  font-weight: 700;
}

.lp-footer {
  padding: 18px 0 28px;
  text-align: center;
  color: #5d6a63;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .lp-nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .lp-nav-links {
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 41;
    border-bottom: 1px solid var(--line);
    background: #f8fafc;
    padding: 12px 4vw 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .lp-nav-links.is-open {
    display: flex;
  }

  .lp-nav-links > a:not(.btn) {
    padding: 8px 2px;
  }

  .lp-hero-grid,
  .lp-problem-wrap,
  .lp-solution-grid,
  .lp-feature-row,
  .lp-feature-row.reverse {
    grid-template-columns: 1fr;
  }

  .lp-demo-checks {
    grid-template-columns: 1fr;
  }

  .lp-feature-row.reverse .lp-feature-media,
  .lp-feature-row.reverse .lp-feature-copy {
    order: initial;
  }

  .lp-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-card-grid.three,
  .lp-step-grid,
  .lp-demo-steps,
  .lp-feature-grid,
  .lp-pricing-grid,
  .lp-roi-compare,
  .lp-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  section {
    padding: 60px 0;
  }

  .lp-hero {
    padding-top: 72px;
  }

  .lp-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .lp-hero-actions .btn {
    width: 100%;
  }

  .app-shot-kpi-grid {
    grid-template-columns: 1fr;
  }

  .lp-card-grid.four {
    grid-template-columns: 1fr;
  }

  .lp-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}
