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);
}

.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: 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: 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: 14px;
    font-weight: 600;
    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(107, 114, 128);
}

.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);
    font-weight: 700;
}

.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: 28px;
    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(74, 133, 246);
}

.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__corner-controls {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.home-v4-card__variant-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 5px;
    border-radius: 999px;
    background: rgb(233, 231, 230);
    box-sizing: border-box;
}

.home-v4-card__variant {
    appearance: none;
    border: 0px;
    border-radius: 999px;
    min-width: 50px;
    height: 30px;
    padding: 0px 12px;
    background: none;
    color: rgb(143, 143, 143);
    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: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.home-v4-card__variant.is-active {
    background: rgb(255, 255, 255);
    color: rgb(17, 24, 39);
    box-shadow: rgba(15, 23, 42, 0.16) 0px 2px 8px;
}

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

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

.home-v4-card__choose {
    position: relative;
    width: 110px;
    height: 32px;
}

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

.home-v4-card__period-trigger {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 34px 0 18px;
    border: 1px solid #999;
    border-radius: 999px;
    outline: 0;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M4 7 8 3l4 4M4 13l4 4 4-4' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center / 14px 18px no-repeat;
    color: rgb(0, 0, 0);
    font: inherit;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    cursor: pointer;
}

.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-drawer {
    position: absolute;
    z-index: 5;
    top: calc(100% + 6px);
    right: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 14px;
    background: rgb(255, 255, 255);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    transform-origin: top;
    animation: home-v4-period-drawer-in 0.18s ease-out;
}

.home-v4-card__period-option {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    color: rgb(17, 24, 39);
    font: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.home-v4-card__period-option:hover,
.home-v4-card__period-option:focus-visible,
.home-v4-card__period-option.is-selected {
    background: rgb(239, 246, 255);
    color: rgb(37, 99, 235);
}

@keyframes home-v4-period-drawer-in {
    from {
        opacity: 0;
        transform: translateY(-8px) scaleY(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) 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: 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__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: 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-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 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

.home-v4-cta__button:hover {
    background: color(display-p3 0.204 0.4707 0.9648);
    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__corner-controls {
        top: 22px;
        right: 22px;
    }

    .home-v4-card__variant-toggle {
        padding: 4px;
    }

    .home-v4-card__variant {
        min-width: 46px;
        height: 28px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .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: 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-card__corner-controls {
        top: 20px;
        right: 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: 6px;
    }

    .home-v4-card__choose {
        width: 136px;
        height: 40px;
    }

    .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-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;
    }
}
