.home-hero {
  padding: 76px 0 74px;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 38px;
  align-items: start;
}

.home-hero__visual {
  max-width: 640px;
}

.home-hero__visual img {
  width: 100%;
  height: auto;
  transition: transform var(--motion-slow);
}

.home-hero__visual:hover img {
  transform: translateY(-2px) scale(1.01);
}

.home-hero__copy {
  max-width: 520px;
  padding-top: 34px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9dce4;
  border-radius: var(--radius-pill);
  padding: 7px 12px;
  background: #f4f5f7;
  color: #545b6c;
  font-size: 0.74rem;
  font-weight: 500;
}

.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2cb965;
  box-shadow: 0 0 0 4px rgba(44, 185, 101, 0.17);
}

.hero-title {
  margin-top: 22px;
  font-size: clamp(3.35rem, 5.2vw, 5.2rem);
  line-height: 0.95;
  font-weight: 400;
}

.hero-title span {
  font-weight: 800;
}

.home-hero__copy .lead {
  margin-top: 28px;
  max-width: 38ch;
  font-size: 1.12rem;
  line-height: 1.6;
}

.home-hero__copy .lead u {
  text-underline-offset: 2px;
}

.home-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-hero__actions .btn {
  padding: 15px 30px;
  font-size: 1.02rem;
  font-weight: 500;
}

.home-stats {
  background: #11131a;
  color: #f3f5fa;
  padding: 94px 0;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  align-items: center;
}

.home-stats__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 62px;
  row-gap: 36px;
}

.home-stats .pill-stat {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transition: transform var(--motion-base);
}

.home-stats .pill-stat:hover {
  transform: translateY(-2px);
}

.home-stats__copy h2 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(2.8rem, 5.4vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 400;
}

.home-stats__line {
  display: block;
  font-weight: 400;
}

.home-stats__focus {
  font-weight: 700;
  display: block;
}

.home-stats__copy p {
  margin-top: 22px;
  max-width: 43ch;
  color: #b6bdce;
  font-size: 1.03rem;
  line-height: 1.8;
}

.home-stats .pill-stat strong {
  font-size: clamp(3.1rem, 4.8vw, 4.8rem);
  line-height: 0.95;
  font-weight: 600;
}

.home-stats .pill-stat span {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #b6bdce;
}

.home-system {
  background: #f2f2f4;
  padding: 92px 0 88px;
}

.home-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.home-system__art {
  margin-top: 42px;
  max-width: 430px;
  border-radius: 34px;
  background: #efeff1;
  padding: 16px;
  overflow: hidden;
  transition: transform var(--motion-base), box-shadow var(--motion-base);
}

.home-system__art:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(10, 12, 20, 0.08);
}

.home-system__art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
}

.home-feature-list {
  display: grid;
  gap: 34px;
  padding-top: 16px;
}

.home-feature {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition: transform var(--motion-base);
}

.home-feature:hover {
  transform: translateY(-2px);
}

.home-feature .icon-badge {
  width: 106px;
  height: 106px;
  border-radius: 26px;
  background: #03060f;
}

.home-feature .icon-badge img {
  width: 120px;
  height: 120px;
}

.home-feature h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(1.48rem, 1.85vw, 1.80rem);
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 1.12;
}

.home-system__title {
  font-size: clamp(2.8rem, 4.0vw, 3rem);
  line-height: 1.02;
  font-weight: 400;
}

.home-system__title span {
  font-weight: 700;
}

.home-feature p {
  margin-top: 10px;
  color: #5b616f;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 32ch;
}

.home-showcase {
  padding: 94px 0 88px;
}

.home-showcase__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.home-showcase__image {
  --showcase-bleed: clamp(12px, 2.4vw, 34px);
  border-radius: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  width: calc(100% + var(--showcase-bleed));
  margin-left: calc(var(--showcase-bleed) * -0.5);
}

.home-showcase__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform var(--motion-slow);
}

.home-showcase__image:hover img {
  transform: scale(1.006);
}

.home-pricing {
  background: #11131a;
  color: #f4f6fc;
  padding: 92px 0;
}

.home-pricing__head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.home-pricing__head p {
  margin-top: 14px;
  color: #b9bfce;
}

.home-pricing .pricing-grid {
  margin-top: 34px;
}

.home-faq {
  padding: 90px 0 92px;
}

@media (max-width: 1024px) {
  .home-hero__grid,
  .home-stats__grid,
  .home-system__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__visual,
  .home-system__art {
    max-width: 560px;
  }

  .home-hero__copy {
    max-width: 620px;
    padding-top: 0;
  }

  .home-stats__metrics {
    max-width: 560px;
  }

  .home-feature-list {
    gap: 28px;
  }

  .home-feature {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 20px;
  }

  .home-feature .icon-badge {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .home-feature .icon-badge img {
    width: 120px;
    height: 120px;
  }

  .home-feature h3 {
    font-size: clamp(1.35rem, 2.05vw, 1.75rem);
  }
}

@media (max-width: 720px) {
  .home-hero {
    padding-top: 38px;
  }

  .home-stats {
    padding: 58px 0;
  }

  .home-stats__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-system,
  .home-showcase,
  .home-pricing,
  .home-faq {
    padding: 58px 0;
  }

  .home-system__art {
    margin-top: 28px;
    padding: 12px;
    border-radius: 28px;
  }

  .home-feature-list {
    padding-top: 0;
    gap: 20px;
  }

  .home-feature {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .home-feature .icon-badge {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .home-feature .icon-badge img {
    width: 120px;
    height: 120px;
  }

  .home-feature h3 {
    font-size: 1.28rem;
  }

  .home-feature p {
    font-size: 0.98rem;
    max-width: none;
  }

  .hero-title {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
  }

  .home-hero__copy .lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-hero__actions .btn {
    width: 100%;
  }
}
