.landing-body {
  margin: 0;
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  color: #10231f;
  background: #f3f7f5;
}
.landing-nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11, 45, 42, .92);
  backdrop-filter: blur(8px);
}
.landing-nav a { color: #e8f5f1; text-decoration: none; }
.landing-nav .brand { font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; }
.landing-nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; padding: .85rem 0; position: relative;
}
.landing-nav__burger {
  border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff;
  width: 42px; height: 42px; border-radius: 10px; display: inline-flex;
  align-items: center; justify-content: center; font-size: 1.35rem;
}
.landing-nav__links {
  display: flex; flex-wrap: wrap; gap: .85rem 1rem; align-items: center;
}
.landing-footer a { color: #cfe7e0; text-decoration: none; }
.landing-footer a:hover { color: #fff; }
.site-prose h1 { font-weight: 800; }
.site-prose h2 { font-weight: 700; margin-top: 1.75rem; }
.site-code {
  background: #0b2d2a; color: #d7f5ea; padding: 1rem; border-radius: 12px;
  overflow: auto; font-size: .85rem;
}
.blog-cats { display: flex; flex-wrap: wrap; gap: .5rem; }
.blog-cat {
  display: inline-block; padding: .35rem .75rem; border-radius: 999px;
  background: #fff; border: 1px solid #d5e0db; color: #10231f !important; font-size: .9rem;
}
.blog-cat.is-active { background: #0f766e; border-color: #0f766e; color: #fff !important; }
.blog-card {
  background: #fff; border: 1px solid #d5e0db; border-radius: 16px; padding: 1.25rem; height: 100%;
}
.blog-card h2 { font-size: 1.15rem; margin: .35rem 0 .5rem; }
.blog-card h2 a { color: #10231f; text-decoration: none; }
.blog-card__cat { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: #0f766e; font-weight: 700; }
@media (max-width: 767.98px) {
  .landing-nav__links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #0b2d2a; flex-direction: column; align-items: stretch;
    padding: .75rem 1rem 1rem; gap: .65rem; border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .landing-nav__links.is-open { display: flex; }
  .landing-nav__links .btn { width: 100%; }
}
.landing-hero {
  background: linear-gradient(140deg, #0b2d2a 0%, #14532d 45%, #1e3a5f 100%);
  color: #fff;
  padding: 4.5rem 0 5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  align-items: center;
}
.eyebrow { text-transform: uppercase; letter-spacing: .12em; opacity: .75; font-size: .75rem; }
.landing-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.1; }
.landing-hero .lead { opacity: .9; max-width: 36rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.btn-accent { background: #ea580c; border-color: #ea580c; color: #fff; }
.btn-accent:hover { background: #c2410c; border-color: #c2410c; color: #fff; }
.hero-stats { display: flex; gap: 1.5rem; margin-top: 1.5rem; }
.hero-stats strong { display: block; font-size: 1.4rem; }
.hero-stats span { opacity: .7; font-size: .85rem; }
.hero-stat-link { color: inherit; text-decoration: none; transition: opacity .15s; }
.hero-stat-link:hover { opacity: .85; color: #fff; }
.mock-window {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}
.mock-bar { display: flex; gap: .35rem; padding: .75rem; background: rgba(0,0,0,.2); }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: #fda4af; }
.mock-bar span:nth-child(2) { background: #fde047; }
.mock-bar span:nth-child(3) { background: #86efac; }
.mock-body { padding: 1rem; }
.mock-row { height: 12px; background: rgba(255,255,255,.25); border-radius: 6px; margin-bottom: .6rem; }
.mock-row.short { width: 60%; }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: 1rem; }
.mock-cards i { display: block; height: 70px; border-radius: 10px; background: rgba(255,255,255,.18); }
.section { padding: 4rem 0; }
.section-alt { background: #e8f0ec; }
.section h2 { font-weight: 800; }
.section-sub { color: #5b6b66; max-width: 40rem; }
.feature {
  background: #fff; border: 1px solid #d5e0db; border-radius: 16px; padding: 1.25rem; height: 100%;
}
.feature i { font-size: 1.5rem; color: #0f766e; }
.feature h3 { font-size: 1.1rem; margin-top: .75rem; }
.demo-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.demo-pane {
  min-height: 160px; border-radius: 16px;
  background: linear-gradient(160deg, #0f766e, #1e3a5f);
  color: #fff; display: grid; place-items: end start; padding: 1rem; font-weight: 600;
}
.price-card {
  background: #fff; border: 1px solid #d5e0db; border-radius: 16px; padding: 1.5rem; height: 100%;
}
.price-card .price { font-size: 1.8rem; font-weight: 800; margin: .5rem 0 1rem; }
.price-card .price small { font-size: .9rem; font-weight: 500; color: #5b6b66; }
.price-card ul { padding-left: 1.1rem; color: #5b6b66; }
.landing-footer { background: #0b2d2a; color: #cfe7e0; padding: 1.25rem 0; }
@media (max-width: 900px) {
  .hero-grid, .demo-strip { grid-template-columns: 1fr; }
}
