:root {
  --bg: #f6f5ef;
  --surface: #ffffff;
  --ink: #17231d;
  --muted: #526057;
  --primary: #1fa463;
  --primary-dark: #15784a;
  --border: #d9e2da;
  --accent: #d8f2cf;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(20, 56, 37, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Onest", "Segoe UI", sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(1200px 500px at 15% -5%, #e8f8dd 0, rgba(232, 248, 221, 0) 55%),
    radial-gradient(950px 420px at 95% 0, #eef5ff 0, rgba(238, 245, 255, 0) 50%),
    var(--bg);
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 14px;
  top: 14px;
  z-index: 999;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(246, 245, 239, 0.86);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 10px;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.top-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-mini {
  font-size: 0.92rem;
  color: #fff;
  background: var(--primary);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #22b76e, #188c54);
  box-shadow: 0 10px 20px rgba(25, 115, 71, 0.26);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #1ea864, #167c4b);
}

.btn-outline {
  color: var(--primary-dark);
  border: 1px solid #78ca9f;
  background: #f4fff8;
}

section {
  padding: 64px 0;
}

h1, h2, h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.14;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

p {
  margin: 0 0 14px;
}

.hero {
  padding-top: 74px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 22px;
  align-items: center;
}

.badge {
  display: inline-block;
  margin-bottom: 14px;
  background: #ebffe7;
  border: 1px solid #cdebc8;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.9rem;
  color: #285137;
}

.lead {
  color: var(--muted);
  max-width: 58ch;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.hint {
  color: #3e574c;
  font-size: 0.94rem;
}

.hero-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 26px;
  box-shadow: var(--shadow);
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.cards {
  display: grid;
  gap: 14px;
}

.cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.card,
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
}

.problem-note {
  margin-top: 18px;
  font-weight: 700;
}

.checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checks li {
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
}

.checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-dark);
  font-weight: 900;
}

.steps {
  margin: 20px 0 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.steps article {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  padding: 14px;
}

.steps span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  margin-bottom: 9px;
  font-weight: 800;
}

.price-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.screen-grid figure {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.screen-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
}

.price-card.highlighted {
  border-color: #63bf8e;
  box-shadow: var(--shadow);
}

.price {
  font-size: 1.35rem;
  font-weight: 800;
}

.price-card ul {
  margin: 12px 0 18px;
  padding-left: 20px;
}

.faq details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 10px;
}

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

.contacts a, .site-footer a {
  color: #0f7a49;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 22px 0 90px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.mobile-cta {
  display: none;
}

.blog-main {
  padding-top: 42px;
}

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

.blog-card {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
}

.blog-card h2 {
  font-size: 1.3rem;
}

.article {
  max-width: 780px;
}

.article h1 {
  max-width: none;
}

.article h2 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .top-nav {
    display: none;
  }
  .hero-grid,
  .steps,
  .cards.three,
  .price-grid,
  .blog-grid,
  .screen-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  section {
    padding: 48px 0;
  }
  .hero-grid,
  .steps,
  .cards.two,
  .cards.three,
  .price-grid,
  .blog-grid,
  .screen-grid {
    grid-template-columns: 1fr;
  }
  .btn-mini {
    display: none;
  }
  .mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #22b76e, #188c54);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    padding: 13px 14px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(25, 115, 71, 0.32);
    z-index: 40;
  }
}
