body.home-v4-page {
  --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: 1px solid 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: medium;
  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;
}

.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, opacity 0.2s;
}

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

.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;
  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-topbar__nav a.home-v4-topbar__nav-highlight {
  color: rgb(29, 78, 216);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.home-v4-topbar__nav a.home-v4-topbar__nav-highlight::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(34, 197, 94);
  box-shadow: rgba(34, 197, 94, 0.55) 0px 0px 0px 0px;
  animation: 2s infinite home-v4-nav-pulse;
}

.home-v4-topbar__nav a.home-v4-topbar__nav-highlight:hover {
  color: rgb(30, 58, 138);
}

@keyframes home-v4-nav-pulse {
  0% {
      box-shadow: rgba(34, 197, 94, 0.55) 0px 0px 0px 0px;
  }

  70% {
      box-shadow: rgba(34, 197, 94, 0) 0px 0px 0px 6px;
  }

  100% {
      box-shadow: rgba(34, 197, 94, 0) 0px 0px 0px 0px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v4-topbar__nav a.home-v4-topbar__nav-highlight::before {
      animation: auto;
  }
}

.home-v4-hero {
  padding: 80px 24px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(240, 240, 240);
}

.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(0, 0, 0);
  line-height: 1;
}

.home-v4-stat__label {
  margin-top: 8px;
  font-size: 14px;
  color: rgb(149, 149, 149);
}

.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: 1px solid rgb(229, 231, 235);
  margin-bottom: 32px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.home-v4-catalog__tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}

.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: 40px;
}

.home-v4-brands {
  display: flex;
  gap: 28px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  background: none;
  box-sizing: border-box;
}

.home-v4-brand {
  position: relative;
  flex: 0 0 auto;
  background: none;
  border: 0px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  min-height: 44px;
  padding: 12px 2px 14px;
  box-shadow: none;
  transition: color 0.18s;
}

.home-v4-brand:hover {
  background: none;
}

.home-v4-brand.is-selected {
  cursor: default;
  background: none;
  box-shadow: none;
}

.home-v4-brand.is-selected::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -1px;
  left: 0px;
  height: 2px;
  border-radius: 2px 2px 0px 0px;
  background: rgb(28, 28, 30);
}

.home-v4-brand:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.3);
  outline-offset: 3px;
}

.home-v4-brand__icon {
  width: 22px;
  height: 22px;
  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: 20px;
  color: rgb(107, 114, 128);
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s;
}

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

.home-v4-brand:hover .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: 22px;
      justify-content: flex-start;
      width: max-content;
      min-width: 0px;
      padding: 0px 2px;
  }

  .home-v4-brand {
      flex: 0 0 auto;
      min-height: 44px;
      padding: 11px 0px 13px;
      gap: 6px;
  }

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

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

.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(auto-fit, minmax(280px, 325px));
  justify-content: center;
  gap: 24px;
}

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

.home-v4-card[hidden] {
  display: none;
}

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

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

.home-v4-card.is-sold-out {
  border-color: rgb(229, 231, 235);
  background: rgb(249, 250, 251);
}

.home-v4-card__body {
  flex: 1 1 auto;
}

.home-v4-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  width: calc(100% + 15px);
  min-width: 0px;
  min-height: 36px;
  margin: -3px 0px 3px;
  align-items: center;
  gap: 4px;
}

.home-v4-card__corner-controls {
  display: flex;
  flex: 1 1 auto;
  min-width: 0px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.home-v4-card__corner-controls > .home-v4-card__choose, .home-v4-card__corner-controls > .home-v4-card__period-static, .home-v4-card__corner-controls > .home-v4-card__period-chip {
  margin-left: auto;
}

.home-v4-card__variant-picker {
  position: relative;
  flex: 0 0 auto;
  width: 70px;
  height: 36px;
}

.home-v4-card__variant-trigger {
  appearance: none;
  border: 0px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 0px 7px;
  background: rgb(240, 240, 240);
  color: rgb(17, 24, 39);
  font-style: inherit;
  font-variant-caps: inherit;
  font-weight: inherit;
  font-width: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-variant-alternates: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-position: inherit;
  font-feature-settings: inherit;
  font-optical-sizing: inherit;
  font-variation-settings: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.home-v4-card__variant-trigger:hover {
  background: rgb(224, 222, 221);
}

.home-v4-card__variant-trigger:disabled {
  color: rgb(156, 163, 175);
  cursor: not-allowed;
  opacity: 0.65;
}

.home-v4-card__variant-trigger:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.85);
  outline-offset: 2px;
}

.home-v4-card__variant-chevron {
  width: 12px;
  height: 8px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgb(120, 120, 120);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}

.home-v4-card__variant-trigger[aria-expanded="true"] .home-v4-card__variant-chevron {
  transform: rotate(180deg);
}

.home-v4-card__variant-drawer {
  position: absolute;
  z-index: 6;
  top: calc(100% + 7px);
  right: 0px;
  display: grid;
  width: 92px;
  padding: 6px;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 14px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(15, 23, 42, 0.14) 0px 10px 24px;
  box-sizing: border-box;
  transform-origin: center top;
  animation: 0.16s ease-out home-v4-period-drawer-in;
}

.home-v4-card__variant-drawer[hidden] {
  display: none;
}

.home-v4-card__variant-option {
  appearance: none;
  width: 100%;
  min-height: 34px;
  padding: 7px 10px;
  border: 0px;
  border-radius: 8px;
  background: none;
  color: rgb(75, 85, 99);
  font-style: inherit;
  font-variant-caps: inherit;
  font-width: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-variant-alternates: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-position: inherit;
  font-feature-settings: inherit;
  font-optical-sizing: inherit;
  font-variation-settings: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.home-v4-card__variant-option:hover, .home-v4-card__variant-option:focus-visible, .home-v4-card__variant-option.is-active {
  background: rgb(242, 242, 242);
  color: rgb(17, 24, 39);
}

.home-v4-card__variant-option:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.85);
  outline-offset: -2px;
}

.home-v4-card__variant-option:disabled {
  color: rgb(156, 163, 175);
  cursor: not-allowed;
  opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
  .home-v4-card__variant-drawer {
      animation: auto;
  }

  .home-v4-card__variant-chevron, .home-v4-card__period-chevron {
      transition: none;
  }
}

.home-v4-card__choose[hidden] {
  display: none;
}

.home-v4-card__choose {
  position: relative;
  flex: 0 0 auto;
  width: 78px;
  height: 36px;
}

.home-v4-card__period-select {
  display: none;
}

.home-v4-card__period-trigger {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  outline: 0px;
  background: none;
  color: rgb(140, 140, 140);
  font-style: inherit;
  font-variant-caps: inherit;
  font-width: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-variant-alternates: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-position: inherit;
  font-feature-settings: inherit;
  font-optical-sizing: inherit;
  font-variation-settings: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.home-v4-card__period-chevron {
  width: 12px;
  height: 8px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgb(140, 140, 140);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}

.home-v4-card__period-trigger[aria-expanded="true"] .home-v4-card__period-chevron {
  transform: rotate(180deg);
}

.home-v4-card__period-trigger:focus-visible {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(74, 133, 246) 0px 0px 0px 4px;
}

.home-v4-card__period-trigger[aria-expanded="true"]:focus-visible {
  box-shadow: none;
}

.home-v4-card__period-static[hidden] {
  display: none;
}

.home-v4-card__period-static {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 78px;
  max-width: 180px;
  height: 36px;
  color: rgb(140, 140, 140);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: default;
}

.home-v4-card__period-static > span {
  display: block;
  min-width: 0px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v4-card__period-drawer {
  position: absolute;
  z-index: 5;
  top: -9px;
  right: -4px;
  width: calc(100% + 18px);
  overflow: hidden;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 14px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  transform-origin: center top;
  padding: 51px 9px 9px;
  gap: 10px;
}

.home-v4-card__period-option {
  appearance: none;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 7px 10px;
  border: 0px;
  border-radius: 8px;
  background: none;
  color: rgb(75, 85, 99);
  font-style: inherit;
  font-variant-caps: inherit;
  font-weight: 600;
  font-width: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-variant-alternates: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-position: inherit;
  font-feature-settings: inherit;
  font-optical-sizing: inherit;
  font-variation-settings: inherit;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.home-v4-card__period-option:hover, .home-v4-card__period-option:focus-visible {
  background: rgb(242, 242, 242);
  color: rgb(17, 24, 39);
}

.home-v4-card__period-option:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.85);
  outline-offset: -2px;
}

.home-v4-card__period-option.is-selected {
  display: none;
}

@keyframes home-v4-period-drawer-in {
  0% {
      opacity: 0;
      transform: translateY(-8px) scaleY(0.9);
  }

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

.home-v4-card__period-chip {
  width: 140px;
  height: 42px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 999px;
  background: rgb(248, 250, 252);
  color: rgb(100, 116, 139);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.home-v4-card__period-chip > span {
  display: block;
  min-width: 0px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v4-card__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
  flex: 0 0 auto;
}

.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%;
  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(0, 0, 0);
}

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

.home-v4-card__status {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgb(229, 231, 235);
  color: rgb(75, 85, 99);
  font-size: 13px;
  font-weight: 700;
}

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

.home-v4-card__currency {
  font-size: 21px;
  font-weight: normal;
  color: rgb(122, 122, 122);
  font-family: Arial;
}

.home-v4-card__amount {
  font-size: 39px;
  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 {
  display: grid;
  gap: 5px;
  margin: 39px 0px 0px;
  padding: 0px;
  list-style: none;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(0, 0, 0);
}

.home-v4-card__desc-item {
  display: block;
}

.home-v4-card__desc-link {
  display: block;
  width: fit-content;
  color: rgb(37, 99, 235);
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  margin-top: 35px;
}

.home-v4-card__desc-link:hover {
  text-decoration: underline;
}

.home-v4-card__desc-link:focus-visible {
  outline: 2px solid;
  outline-offset: 3px;
  border-radius: 2px;
}

.home-v4-card__purchase-meta {
  display: flex;
  width: fit-content;
  margin-top: 6px;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  white-space: nowrap;
  cursor: default;
}

.home-v4-card__purchase-meta[hidden],
.home-v4-card__savings[hidden],
.home-v4-card__purchase-divider[hidden],
.home-v4-card__fulfillment[hidden] {
  display: none;
}

.home-v4-card__savings {
    color: rgb(217, 138, 39);
    font-weight: normal;

}

.home-v4-card__purchase-divider {
  color: rgb(209, 213, 219);
  font-weight: 400;
}

.home-v4-card__fulfillment {
    color: rgb(119, 119, 119);

}

.home-v4-card__desc-icon {
  width: 22px;
  height: 22px;
  margin-top: -1px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v4-card__desc:empty {
  display: none;
}

.home-v4-card__actions {
  margin-top: 24px;
}

.home-v4-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  background: none;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  transition: background-color 0.2s, transform 0.2s;
  border: 1px solid rgb(153, 153, 153);
}

.home-v4-card__cta:hover {
  background: var(--hv4-accent);
  transform: translateY(-1px);
  color: white;
  border: medium;
}

.home-v4-card__cta.is-disabled {
  background: rgb(229, 231, 235);
  color: rgb(107, 114, 128);
  cursor: not-allowed;
}

.home-v4-desktop-action {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.home-v4-desktop-action__selection {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0px;
  color: rgb(107, 114, 128);
  font-size: 15px;
  line-height: 1.5;
}

.home-v4-desktop-action__eyebrow {
  color: rgb(107, 114, 128);
}

.home-v4-desktop-action__selection strong {
  color: rgb(28, 28, 30);
  font-weight: 650;
}

.home-v4-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 7px 38px;
  border-radius: 8px;
  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;
  border: 1px solid rgb(153, 153, 153);
}

.home-v4-cta__button:hover {
  background: color(display-p3 0 0 0);
  border: medium;
  color: white;
}

.home-v4-cta__button.is-disabled {
  background: rgb(229, 231, 235);
  color: rgb(107, 114, 128);
  cursor: not-allowed;
}

@media (min-width: 769px) {
  .home-v4-card {
      cursor: pointer;
  }

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

  .home-v4-desktop-action {
      display: flex;
  }
}

.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: 1px solid 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 18px 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__header {
      width: 100%;
      margin-top: -2px;
      margin-bottom: 2px;
  }

  .home-v4-card__variant-picker {
      width: 68px;
      height: 34px;
  }

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

  .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-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: rgba(15, 23, 42, 0.12) 0px 20px 40px;
      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: 0px 16px 2px;
  }

  .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: 11px 0px 13px;
  }
}

@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: 13px;
  }

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

  .home-v4-card__corner-controls {
      gap: 8px;
  }

  .home-v4-card__variant-picker {
      width: 66px;
      height: 34px;
  }

  .home-v4-card__variant-trigger {
      padding: 0px 10px 0px 12px;
      font-size: 19px;
  }

  .home-v4-card__choose {
      width: 76px;
      height: 36px;
  }

  .home-v4-card__period-static {
      min-width: 76px;
      height: 36px;
      font-size: 15px;
  }

  .home-v4-card__period-select {
      padding-left: 12px;
      padding-right: 34px;
      font-size: 15px;
  }

  .home-v4-card__period-chip {
      width: 136px;
      height: 40px;
      font-size: 12px;
  }

  .home-v4-card__desc, .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;
  }
}
