.systems {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 58px);
}

body {
  background-color: #26301f;
  background-image: linear-gradient(rgba(20, 29, 17, .56), rgba(20, 29, 17, .56)), url('/assets/koox-home-new.png');
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.hero .button {
  align-self: flex-start;
  width: fit-content;
}

.pricing-section { padding-top: 20px; }
.pricing-card {
  width: min(100%, 430px);
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(243, 240, 230, .42);
  background: rgba(22, 32, 18, .62);
}
.pricing-card p { margin: 0 0 18px; color: var(--accent); font-size: 10px; letter-spacing: .1em; }
.pricing-card h2 { margin: 0; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 200; line-height: 1; }
.pricing-card span { display: block; max-width: 34ch; margin-top: 16px; color: var(--muted); }
.pricing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.pricing-free { color: var(--fg); font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }

.about-main { max-width: 1120px; min-height: 100vh; padding: clamp(150px, 18vw, 220px) clamp(20px, 8vw, 110px) 110px; }
.about-intro { max-width: 760px; }
.about-kicker { margin: 0 0 24px; color: var(--accent); font-size: 10px; letter-spacing: .12em; }
.about-intro h1 { max-width: 13ch; margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 200; line-height: .98; letter-spacing: -.07em; }
.about-lede { max-width: 48ch; margin: 36px 0 0; color: var(--ink); font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.about-body { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); gap: clamp(42px, 8vw, 90px); max-width: 720px; margin-top: clamp(76px, 11vw, 130px); }
.about-body article { border-top: 1px solid rgba(243, 240, 230, .34); padding-top: 22px; }
.about-body h2 { margin: 0 0 15px; color: var(--accent); font-size: 11px; font-weight: 400; letter-spacing: .08em; }
.about-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.about-cta { margin-top: 72px; }

@media (max-width: 700px) {
  .systems { grid-template-columns: 1fr; gap: 38px; }
  .about-body { grid-template-columns: 1fr; }
}
