:root {
  --bg: #f5f6ef;
  --ink: #171916;
  --muted: #4f5a4d;
  --muted-soft: #687565;
  --line: rgba(23, 25, 22, 0.14);
  --card: rgba(255, 255, 255, 0.72);
  --card-solid: #ffffff;
  --brand: #0a8f5d;
  --brand-2: #2fbf85;
  --brand-ink: #f3fff8;
  --accent: #e7a300;
  --danger: #cb3f2b;
  --shadow: 0 22px 64px rgba(24, 37, 23, 0.13);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  background: var(--bg);
  line-height: 1.45;
  overflow-x: hidden;
}

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

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.grain {
  position: absolute;
  inset: -200%;
  background-image: radial-gradient(rgba(18, 28, 17, 0.08) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  opacity: 0.12;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.45;
}

.orb-a {
  width: 520px;
  height: 520px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(43, 190, 133, 0.72), transparent 72%);
}

.orb-b {
  width: 480px;
  height: 480px;
  top: 160px;
  right: -160px;
  background: radial-gradient(circle, rgba(231, 163, 0, 0.42), transparent 72%);
}

.orb-c {
  width: 460px;
  height: 460px;
  bottom: -180px;
  left: 30%;
  background: radial-gradient(circle, rgba(10, 143, 93, 0.34), transparent 72%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: rgba(245, 246, 239, 0.62);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.nav {
  display: none;
  gap: 8px;
}

.nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: var(--brand-ink);
  box-shadow: 0 12px 26px rgba(10, 143, 93, 0.26);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.btn-lg {
  padding: 13px 18px;
  border-radius: 14px;
  font-size: 15px;
}

.main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.hero {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
  align-items: start;
}

.hero-copy {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  padding: 7px 12px;
}

h1,
h2,
h3 {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

h1 {
  margin-top: 14px;
  font-size: clamp(30px, 5.8vw, 56px);
  line-height: 1.03;
}

h1 span {
  color: var(--brand);
}

.hero-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 58ch;
}

.hero-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-meta span {
  font-size: 12px;
  color: var(--muted-soft);
  border: 1px solid var(--line);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-ui {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.phone {
  border: 1px solid rgba(17, 29, 16, 0.12);
  background: linear-gradient(180deg, rgba(250, 252, 245, 0.96), rgba(243, 248, 238, 0.88));
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.phone header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 12px;
}

.phone header span {
  color: var(--muted-soft);
  font-size: 13px;
}

.phone header b {
  font-size: 14px;
}

.ring-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.ring {
  height: 66px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.ring i {
  position: absolute;
  inset: auto 8px 8px;
  height: 6px;
  border-radius: 999px;
  width: var(--v);
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.ring small {
  font-size: 12px;
  color: var(--muted);
}

.feed-item,
.lot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.feed-item strong,
.lot strong {
  font-size: 14px;
}

.feed-item span,
.lot span {
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.feed-item.warn,
.lot.danger {
  border-color: rgba(203, 63, 43, 0.4);
  background: rgba(253, 241, 238, 0.9);
}

.kpis {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.kpis article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
}

.kpis b {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
}

.kpis p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  margin-top: 46px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.section-head h2 {
  font-size: clamp(26px, 4vw, 38px);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 66ch;
}

.flow-grid,
.scenario-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.flow-card,
.scenario,
.review,
.cmp-col {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
  padding: 18px;
}

.flow-card .num {
  color: var(--brand);
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.flow-card h3,
.scenario h3,
.cmp-col h3 {
  margin-top: 8px;
  font-size: 20px;
}

.flow-card p,
.scenario p,
.cmp-col li,
.review {
  color: var(--muted);
}

.compare {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.cmp-col ul {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.cmp-col.featured {
  border-color: rgba(10, 143, 93, 0.36);
  background: linear-gradient(180deg, rgba(235, 250, 242, 0.95), rgba(255, 255, 255, 0.88));
}

.review {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.final-cta {
  margin-top: 52px;
  border: 1px solid rgba(8, 115, 76, 0.36);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(14, 146, 95, 0.96), rgba(37, 191, 133, 0.92));
  color: #f4fff8;
  padding: 24px;
  box-shadow: 0 24px 58px rgba(7, 120, 76, 0.3);
}

.final-cta h2 {
  font-size: clamp(24px, 4vw, 40px);
}

.final-cta p {
  margin: 10px 0 0;
  color: rgba(244, 255, 248, 0.88);
}

.cta-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.final-cta .btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.footer {
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding: 22px 20px 84px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.foot-note {
  color: var(--muted-soft);
  font-size: 13px;
}

.mobile-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: var(--brand-ink);
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(7, 120, 76, 0.28);
}

.reveal,
.reveal-stagger {
  opacity: 0;
  transform: translateY(14px);
}

.reveal.is-visible,
.reveal-stagger.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.52s ease, transform 0.52s ease;
}

@media (min-width: 860px) {
  .nav {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .hero-ui {
    grid-template-columns: 1fr;
    padding-top: 14px;
  }

  .kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-grid,
  .scenario-grid,
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .compare {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-sticky {
    display: none;
  }

  .footer {
    padding-bottom: 26px;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 14px 12px;
  }

  .topbar .btn {
    display: none;
  }

  .main {
    padding: 18px 12px 72px;
  }

  .hero-copy,
  .phone,
  .flow-card,
  .scenario,
  .review,
  .cmp-col,
  .final-cta {
    border-radius: 18px;
  }

  .hero-copy {
    padding: 20px;
  }
}
