.vs-home {
  --vs-bg: #f4f7fb;
  --vs-surface: #ffffff;
  --vs-surface-soft: #f8fbff;
  --vs-text: #1b2a41;
  --vs-text-soft: #54657d;
  --vs-border: #d9e3ee;
  --vs-primary: #2563eb;
  --vs-primary-dark: #1d4ed8;
  --vs-primary-soft: #eef4ff;
  --vs-radius-xl: 20px;
  --vs-radius-lg: 16px;
  --vs-radius-md: 12px;
  --vs-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  --vs-shadow-soft: 0 6px 16px rgba(15, 23, 42, 0.04);
  color: var(--vs-text);
  font-family: Roboto, Arial, sans-serif;
  margin: 26px 0 34px;
}

.vs-home,
.vs-home * {
  box-sizing: border-box;
}

.vs-home a {
  text-decoration: none;
}

.vs-home__section {
  margin: 24px 0;
}

/* HERO */
.vs-home__hero {
  background: linear-gradient(135deg, #fbfdff 0%, #f3f7fc 100%);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-xl);
  box-shadow: var(--vs-shadow);
  padding: 28px;
}

.vs-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.78fr);
  gap: 24px;
  align-items: start;
}

.vs-home__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 33px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--vs-text);
  max-width: 900px;
}

.vs-home__desc {
  margin: 0 0 18px;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-text-soft);
}

.vs-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

.vs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.vs-btn--primary {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff !important;
  border-color: #2563eb;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.16);
}

.vs-btn--primary:hover {
  background: #ffffff;
  color: var(--vs-primary-dark) !important;
  border-color: var(--vs-primary-dark);
}

.vs-btn--secondary {
  background: #a5f965;
  color: var(--vs-primary-dark) !important;
  border-color: #cfd9e5;
}

.vs-btn--secondary:hover {
  background: #f8fbff;
  color: var(--vs-primary-dark) !important;
  border-color: var(--vs-primary-dark);
}

.vs-home__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.vs-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  background: #fff;
  color: #27415f !important;
  border: 1px solid #d5e0eb;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.vs-chip:hover {
  border-color: #9eb5d1;
  background: #fff;
  color: var(--vs-primary-dark) !important;
}

.vs-home__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-home__benefits li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #e3ebf4;
  color: #33485f;
  font-size: 15px;
  line-height: 1.45;
}

/* ASIDE */
.vs-home__aside {
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: 18px;
  box-shadow: var(--vs-shadow-soft);
  padding: 24px;
}

.vs-home__aside-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  color: var(--vs-text);
}

.vs-home__aside-text {
  margin: 0 0 14px;
  color: var(--vs-text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.vs-home__aside-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.vs-home__aside-list li {
  margin: 0 0 9px;
  color: #3f556e;
  font-size: 15px;
  line-height: 1.45;
}

.vs-home__aside-note {
  margin-top: 12px;
  color: #6b7f96;
  font-size: 14px;
  line-height: 1.5;
}

/* HEADINGS */
.vs-home__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}

.vs-home__head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--vs-text);
}

.vs-home__head-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  background: #eef4fb;
  color: var(--vs-text) !important;
  border: 1px solid #d4dee9;
  font-size: 14px;
  font-weight: 700;
}

.vs-home__head-link:hover {
  background: #e8f0f8;
  border-color: #bacbdb;
}

/* CARDS */
.vs-home__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vs-card {
  display: block;
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 16px;
  box-shadow: var(--vs-shadow-soft);
  padding: 18px;
  transition: 0.2s ease;
}

.vs-card:hover {
  transform: translateY(-2px);
  border-color: #c8d5e4;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.vs-card__title {
  margin: 0 0 8px;
  color: var(--vs-text);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 800;
}

.vs-card__text {
  margin: 0;
  color: var(--vs-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

/* POWER */
.vs-home__power {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.vs-power {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e0e8f1;
  color: var(--vs-text) !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s ease;
}

.vs-power:hover {
  border-color: #bfd0e0;
  background: #f9fbfe;
  color: var(--vs-primary-dark) !important;
}

/* TRUST */
.vs-home__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vs-trust {
  padding: 18px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e1e8f0;
}

.vs-trust h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--vs-text);
}

.vs-trust p {
  margin: 0;
  color: var(--vs-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

/* INTRO */
.vs-home__intro {
  padding: 20px;
  background: #f8fbff;
  border: 1px solid #e1e8f0;
  border-radius: 16px;
}

.vs-home__intro p {
  margin: 0;
  color: #475b72;
  font-size: 15px;
  line-height: 1.7;
}

/* EXTRA */
.vs-home__extra {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vs-extra {
  display: block;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3eaf2;
  color: var(--vs-text) !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  transition: 0.2s ease;
}

.vs-extra:hover {
  border-color: #c6d5e4;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
}

/* FINAL */
.vs-home__final {
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  text-align: center;
}

.vs-home__final h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
}

.vs-home__final p {
  max-width: 820px;
  margin: 0 auto 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.vs-home__final-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vs-home__final .vs-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.18);
}

.vs-home__final .vs-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
}

/* LISTS OF PRODUCTS */
.vs-home .items-list {
  margin: 0;
}

/* TABLET */
@media (max-width: 1180px) {
  .vs-home__grid-4,
  .vs-home__trust,
  .vs-home__extra {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-home__power {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vs-home__benefits {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 920px) {
  .vs-home {
    margin: 20px 0 28px;
  }

  .vs-home__hero {
    padding: 20px;
  }

  .vs-home__hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vs-home__actions {
    flex-direction: column;
  }

  .vs-btn {
    width: 100%;
  }

  .vs-home__head h2 {
    font-size: 24px;
  }

  .vs-home__title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .vs-home__section {
    margin: 18px 0;
  }

  .vs-home__hero {
    padding: 16px;
    border-radius: 16px;
  }

  .vs-home__title {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .vs-home__desc {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .vs-home__grid-4,
  .vs-home__power,
  .vs-home__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vs-home__extra {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vs-card,
  .vs-trust {
    padding: 14px;
    border-radius: 14px;
  }

  .vs-card__title,
  .vs-trust h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .vs-card__text,
  .vs-trust p {
    font-size: 12px;
    line-height: 1.45;
  }

  .vs-power {
    min-height: 42px;
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 12px;
  }

  .vs-chip {
    min-height: 34px;
    font-size: 13px;
    padding: 0 12px;
  }

  .vs-btn {
    min-height: 44px;
    font-size: 15px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .vs-home__aside {
    padding: 18px;
    border-radius: 16px;
  }

  .vs-home__aside-title {
    font-size: 22px;
  }

  .vs-home__aside-text,
  .vs-home__aside-list li,
  .vs-home__aside-note,
  .vs-home__intro p,
  .vs-home__final p {
    font-size: 14px;
  }

  .vs-home__final {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .vs-home__final h2 {
    font-size: 24px;
  }
}