body.home-v4-page {
  --hv4-text: #111827;
  --hv4-text-secondary: #6b7280;
  --hv4-text-muted: #9ca3af;
  --hv4-border: #f3f4f6;
  --hv4-bg: #fdfdfd;
  --hv4-accent: #3b82f6;
  background-color: var(--hv4-bg);
  color: var(--hv4-text);
  font-family: "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
}

.home-v4-page .Wrapper > .content {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px 0px 96px;
  box-sizing: border-box;
  background: none;
}

.home-v4-topbar {
  position: relative;
  z-index: 50;
  background: rgba(253, 253, 253, 0.9);
  backdrop-filter: blur(12px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(243, 244, 246);
}

.home-v4-topbar__inner {
  max-width: 1152px;
  margin: 0px auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-v4-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.home-v4-topbar__menu-toggle {
  display: none;
  appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: rgb(17, 24, 39);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  /* box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05); */
}

.home-v4-topbar__menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.home-v4-topbar__menu-icon span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-v4-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-v4-topbar__badge {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(17, 24, 39);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.home-v4-topbar__logo {
    width: 39px;
    height: 39px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    flex-shrink: 0;

}

.home-v4-topbar__text {
  display: flex;
  flex-direction: column;
}

.home-v4-topbar__title {
    font-size: 18px;
    /* font-weight: 700; */
    color: rgb(17, 24, 39);

}

.home-v4-topbar__subtitle {
  font-size: 11px;
  color: rgb(156, 163, 175);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.home-v4-topbar__nav {
  display: flex;
  gap: 32px;
}

.home-v4-topbar__nav a {
  color: rgb(107, 114, 128);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.home-v4-topbar__nav a:hover {
  color: rgb(17, 24, 39);
}

.home-v4-hero {
  padding: 80px 24px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(243, 244, 246);
}

.home-v4-hero__scenarios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  animation: 0.6s ease-out fadeIn;
}

.home-v4-scenario {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgb(249, 250, 251);
  border: 1px solid rgb(243, 244, 246);
  color: rgb(107, 114, 128);
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s;
  cursor: default;
}

.home-v4-scenario:hover {
  background: rgb(243, 244, 246);
  color: rgb(55, 65, 81);
}

.home-v4-scenario__icon {
  width: 14px;
  height: 14px;
  color: rgb(156, 163, 175);
}

.home-v4-hero__title {
  margin: 0px auto 24px;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.2;
  font-weight: normal;
  color: rgb(17, 24, 39);
  letter-spacing: -0.02em;
}

.home-v4-hero__title-line {
  display: inline;
}

.home-v4-hero__title-line + .home-v4-hero__title-line {
  margin-left: 0.32em;
}

.home-v4-hero__subtitle {
  max-width: 600px;
  margin: 0px auto;
  font-size: 18px;
  color: rgb(107, 114, 128);
}

.home-v4-stats {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 80px;
}

.home-v4-stat {
  text-align: center;
}

.home-v4-stat__value {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: normal;
  color: rgb(17, 24, 39);
  line-height: 1;
}

.home-v4-stat__label {
  margin-top: 8px;
  font-size: 14px;
  color: rgb(107, 114, 128);
  font-weight: 500;
}

.home-v4-main {
  max-width: 1024px;
  margin: -48px auto 0px;
  padding: 0px 24px;
  position: relative;
  z-index: 10;
}

.home-v4-catalog__tabs-wrapper {
  position: sticky;
  top: 0px;
  z-index: 40;
  backdrop-filter: blur(12px);
  padding-top: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(229, 231, 235);
  margin-bottom: 32px;
}

.home-v4-catalog__tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.home-v4-tab {
    background: none;
    border: medium;
    padding: 0px 0px 16px;
    font-size: 18px;
    color: rgb(156, 163, 175);
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;

}

.home-v4-tab:hover {
  color: rgb(75, 85, 99);
}

.home-v4-tab.is-active {
  color: rgb(17, 24, 39);
  font-weight: 700;
}

.home-v4-tab__text {
  position: relative;
}

.home-v4-tab.is-active .home-v4-tab__text::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: rgb(59, 130, 246);
  border-radius: 3px 3px 0px 0px;
}

.home-v4-tab__badge {
  background: rgb(234, 245, 239);
  color: rgb(47, 161, 99);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.home-v4-brands-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.home-v4-brands {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 6px;
  border-radius: 24px;
  background: rgb(247, 248, 250);
  box-sizing: border-box;
}

.home-v4-brand {
  flex: 0 0 auto;
  background: transparent;
  border: 0px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  padding: 11px 14px;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-v4-brand:hover {
  background: rgba(255, 255, 255, 0.65);
}

.home-v4-brand.is-selected {
  cursor: default;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.home-v4-brand__icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.5;
  filter: grayscale(1);
  transition: filter 0.2s, opacity 0.2s;
}

.home-v4-brand.is-available .home-v4-brand__icon {
  opacity: 1;
  filter: grayscale(0);
}

.home-v4-brand.is-selected .home-v4-brand__icon {
  opacity: 0.95;
}

.home-v4-brand__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.home-v4-brand__label {
  font-size: 13px;
  font-weight: 600;
  color: rgb(107, 114, 128);
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.home-v4-brand.is-available .home-v4-brand__label {
  color: rgb(31, 41, 55);
}

.home-v4-brand.is-selected .home-v4-brand__label {
  color: rgb(17, 24, 39);
}

.home-v4-brand__fallback {
  padding: 0px 8px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  color: rgb(107, 114, 128);
  text-align: center;
}

@media (max-width: 640px) {
  .home-v4-brands-container {
    justify-content: flex-start;
    margin-bottom: 24px;
    overflow-x: auto;
  }

  .home-v4-brands {
    gap: 4px;
    justify-content: flex-start;
    width: max-content;
    min-width: 0px;
    padding: 6px;
  }

  .home-v4-brand {
    flex: 0 0 auto;
    padding: 10px 12px;
    gap: 5px;
  }

  .home-v4-brand__icon {
    width: 16px;
    height: 16px;
  }

  .home-v4-brand__label {
    font-size: 12px;
  }
}

.home-v4-panels {
  min-height: 300px;
}

.home-v4-panel {
  display: none;
  animation: 0.4s fadeIn;
}

.home-v4-panel.is-active {
  display: block;
}

.home-v4-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 24px;
}

.home-v4-card {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(243, 244, 246);
  border-radius: 24px;
  padding: 28px;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}

.home-v4-card:hover {
  border-color: rgb(209, 213, 219);
}

.home-v4-card.is-selected {
  border-color: rgb(74, 133, 246);
}

.home-v4-card__icon {
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
  flex: 0 0 auto;
  align-self: flex-start;
  min-width: 0px;
  overflow: hidden;
  border-radius: 9px;
  background: rgb(243, 244, 246);
}

.home-v4-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-v4-card__icon-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.home-v4-card:hover .home-v4-card__icon {
  transform: scale(1.1);
}

.home-v4-card__title {
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
  color: rgb(17, 24, 39);
}

.home-v4-card__subtitle {
  margin: 4px 0px 0px;
  font-size: 18px;
  color: rgb(156, 163, 175);
}

.home-v4-card__price {
  margin-top: 32px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.home-v4-card__currency {
  font-size: 24px;
  font-weight: 800;
  color: rgb(17, 24, 39);
}

.home-v4-card__amount {
  font-size: 28px;
  font-weight: 800;
  color: rgb(17, 24, 39);
  line-height: 1;
}

.home-v4-card__suffix {
  font-size: 18px;
  color: rgb(156, 163, 175);
  font-weight: 500;
}

.home-v4-card__desc {
  margin: 12px 0px 0px;
  font-size: 18px;
  color: rgb(107, 114, 128);
  font-weight: normal;
}

.home-v4-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-v4-cta__trust {
  font-size: 18px;
  color: rgb(107, 107, 107);
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.home-v4-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgb(28, 28, 30);
  color: rgb(255, 255, 255);
  padding: 14px 40px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.2s;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  text-align: center;
}

.home-v4-cta__button:hover {
  background: rgb(0, 0, 0);
}

.home-v4-faq {
  max-width: 100%;
  margin: 100px auto 0px;
}

.home-v4-faq__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: rgb(17, 24, 39);
  margin-bottom: 40px;
}

.home-v4-faq__item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(229, 231, 235);
}

.home-v4-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
    font-size: 18px;
    font-weight: normal;
    color: rgb(17, 24, 39);
    cursor: pointer;
    list-style: none;

}

.home-v4-faq__question::-webkit-details-marker {
  display: none;
}

.home-v4-faq__chevron {
  width: 20px;
  height: 20px;
  color: rgb(156, 163, 175);
  transition: transform 0.3s;
}

.home-v4-faq__item[open] .home-v4-faq__chevron {
  transform: rotate(180deg);
}

.home-v4-faq__answer {
  padding-bottom: 24px;
  font-size: 15px;
  color: rgb(107, 114, 128);
  line-height: 1.6;
}

.home-v4-empty {
  text-align: center;
  padding: 100px 0px;
}

.home-v4-empty__title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(17, 24, 39);
}

.home-v4-empty__text {
  color: rgb(107, 114, 128);
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .home-v4-page .Wrapper > .content {
      padding-bottom: 72px;
  }

  .home-v4-topbar__inner {
      padding: 14px 18px;
      gap: 14px 18px;
      flex-wrap: wrap;
  }

  .home-v4-topbar__nav {
      width: 100%;
      gap: 12px 18px;
      flex-wrap: wrap;
  }

  .home-v4-hero {
      padding: 56px 20px 68px;
  }

  .home-v4-hero__scenarios {
      gap: 10px;
      margin-bottom: 20px;
  }

  .home-v4-hero__subtitle {
      max-width: 34ch;
      font-size: 16px;
      line-height: 1.7;
  }

  .home-v4-stats {
      margin-top: 36px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0px, 1fr));
      gap: 22px 28px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
  }

  .home-v4-main {
      margin: -28px auto 0px;
      padding: 0px 18px;
  }

  .home-v4-catalog__tabs-wrapper {
      padding-top: 12px;
      margin-bottom: 24px;
  }

  .home-v4-catalog__tabs {
      justify-content: flex-start;
      gap: 24px;
      overflow-x: auto;
      padding: 0px 4px 2px;
      scrollbar-width: none;
  }

  .home-v4-catalog__tabs::-webkit-scrollbar {
      display: none;
  }

  .home-v4-tab {
      font-size: 16px;
      padding-bottom: 14px;
      white-space: nowrap;
  }

  .home-v4-brands-container {
      justify-content: flex-start;
      margin-bottom: 24px;
      overflow-x: auto;
      padding-bottom: 4px;
  }

  .home-v4-brands {
      justify-content: flex-start;
      width: max-content;
      min-width: 0px;
  }

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

  .home-v4-card {
      padding: 22px;
      border-radius: 20px;
  }

  .home-v4-card__icon {
      width: 72px;
      height: 72px;
      margin-bottom: 14px;
      border-radius: 16px;
  }

  .home-v4-card__title {
      font-size: 21px;
  }

  .home-v4-card__subtitle {
      font-size: 15px;
  }

  .home-v4-card__price {
      margin-top: 20px;
  }

  .home-v4-card__currency {
      font-size: 18px;
  }

  .home-v4-card__amount {
      font-size: 24px;
  }

  .home-v4-card__suffix,
  .home-v4-card__desc {
      font-size: 15px;
      line-height: 1.6;
  }

  .home-v4-cta__trust {
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 16px;
  }

  .home-v4-faq {
      margin-top: 72px;
  }

  .home-v4-faq__question {
      padding: 20px 0px;
      font-size: 16px;
      gap: 12px;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(10px);
  }

  100% {
      opacity: 1;
      transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .home-v4-topbar__inner {
      position: relative;
      padding: 12px 16px;
      flex-wrap: nowrap;
      justify-content: space-between;
  }

  .home-v4-topbar__brand {
      gap: 10px;
      min-width: 0px;
  }

  .home-v4-topbar__logo {
      width: 34px;
      height: 34px;
  }

  .home-v4-topbar__title {
      font-size: 16px;
  }

  .home-v4-topbar__subtitle {
      font-size: 10px;
  }

  .home-v4-topbar__menu-toggle {
      display: inline-flex;
  }

  .home-v4-topbar.is-menu-open .home-v4-topbar__menu-icon span:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
  }

  .home-v4-topbar.is-menu-open .home-v4-topbar__menu-icon span:nth-child(2) {
      opacity: 0;
  }

  .home-v4-topbar.is-menu-open .home-v4-topbar__menu-icon span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
  }

  .home-v4-topbar__nav {
      position: absolute;
      top: calc(100%);
      left: 181px;
      right: 16px;
      display: none;
      flex-direction: column;
      gap: 6px;
      padding: 10px;
      border: 1px solid rgb(229, 231, 235);
      border-radius: 0px 0px 0px 18px;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
      overflow: hidden;
      backdrop-filter: blur(14px);
      z-index: 80;
  }

  .home-v4-topbar.is-menu-open .home-v4-topbar__nav {
      display: flex;
  }

  .home-v4-topbar__nav::-webkit-scrollbar {
      display: none;
  }

  .home-v4-topbar__nav a {
      display: block;
      width: 100%;
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 13px;
      line-height: 1.4;
      white-space: normal;
      box-sizing: border-box;
  }

  .home-v4-topbar__nav a:hover {
      background: rgb(249, 250, 251);
  }

  .home-v4-hero {
      padding: 40px 16px 54px;
  }

  .home-v4-hero__title {
      margin-bottom: 16px;
      font-size: clamp(30px, 9vw, 40px);
  }

  .home-v4-hero__title-line {
      display: block;
  }

  .home-v4-hero__title-line + .home-v4-hero__title-line {
      margin-left: 0px;
      margin-top: 0.14em;
  }

  .home-v4-hero__subtitle {
      font-size: 15px;
  }

  .home-v4-scenario {
      padding: 6px 10px;
      font-size: 12px;
  }

  .home-v4-stats {
      gap: 18px 20px;
      max-width: none;
  }

  .home-v4-catalog__tabs {
      justify-content: flex-start;
      overflow-x: auto;
      padding-left: 0px;
      padding-right: 0px;
  }

  .home-v4-catalog__tabs::-webkit-scrollbar {
      display: none;
  }

  .home-v4-main {
      margin: -20px auto 0px;
      padding: 0px 16px;
  }

  .home-v4-card-grid {
      grid-template-columns: 1fr;
  }

  .home-v4-card {
      padding: 20px;
  }

  .home-v4-cta__button {
      width: 67%;
      justify-content: center;
      padding: 14px 18px;
      border-radius: 14px;
  }

  .home-v4-brand {
      padding: 9px 11px;
  }
}

@media (max-width: 520px) {
  .home-v4-page .Wrapper > .content {
      padding-bottom: 56px;
  }

  .home-v4-topbar__subtitle {
      display: none;
  }

  .home-v4-stat__value {
      font-size: clamp(28px, 10vw, 36px);
  }

  .home-v4-tab {
      font-size: 15px;
  }

  .home-v4-brand__label {
      font-size: 11px;
  }

  .home-v4-card__title {
      font-size: 19px;
  }

  .home-v4-card__desc,
  .home-v4-cta__trust,
  .home-v4-faq__answer {
      font-size: 14px;
  }

  .home-v4-cta__button {
      padding-left: 16px;
      padding-right: 16px;
      font-size: 15px;
  }

  .home-v4-faq {
      margin-top: 56px;
  }

  .home-v4-faq__question {
      font-size: 15px;
  }
}
