.home-v2-page {
    background: linear-gradient(180deg, var(--trust-home-bg) 0%, #f8fcfe 56%, var(--trust-home-bg-soft) 100%);
}

.home-header-v2 {
    position: sticky;
    top: 0;
    z-index: 60;
}

.home-header-v2__topbar {
    background: var(--trust-home-brand-deep);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-header-v2__topbar-inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-header-v2__topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.84rem;
    line-height: 1.4;
}

.home-header-v2__topbar-link--ghost {
    visibility: hidden;
}

.home-header-v2__topbar-link strong {
    color: #ffd6a5;
}

.home-header-v2__topbar-side {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-header-v2__topbar-side--contact {
    justify-content: flex-end;
}

.home-header-v2__topbar-iconlink,
.home-header-v2__topbar-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.84rem;
}

.home-header-v2__topbar-iconlink i,
.home-header-v2__topbar-contact i,
.home-header-v2__topbar-link i {
    color: #ffbe75;
}

.home-header-v2__topbar-link:hover,
.home-header-v2__topbar-iconlink:hover,
.home-header-v2__topbar-contact:hover {
    color: #ffffff;
}

.home-header-v2__topbar-link:hover strong {
    color: #ffffff;
}

.home-header-v2__shell {
    padding-top: 14px;
    position: relative;
    z-index: 45;
    transition: padding 0.25s ease;
}

.home-header-v2__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 74px;
    padding: 0 22px;
    border-radius: 26px;
    border: 1px solid rgba(24, 53, 68, 0.08);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 55px rgba(16, 47, 62, 0.08);
}

.home-header-v2.is-scrolled .home-header-v2__shell {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.home-header-v2.is-scrolled .home-header-v2__shell > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.home-header-v2.is-scrolled .home-header-v2__inner {
    min-height: 68px;
    padding: 0 28px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
}

.home-header-v2__brand img {
    width: 156px;
    height: auto;
}

.home-header-v2__panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 18px;
}

.home-header-v2__nav ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-header-v2__nav a,
.home-header-v2__meta-link {
    color: var(--trust-home-ink);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.home-header-v2__nav a.is-active,
.home-header-v2__nav a:hover,
.home-header-v2__meta-link:hover {
    color: var(--trust-home-brand);
}

.home-header-v2__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-header-v2__lang {
    background: #fff8f1;
    border-color: rgba(242, 140, 40, 0.2);
    color: var(--trust-home-ink);
}

.home-header-v2__lang .lang-icon {
    background: rgba(242, 140, 40, 0.12);
}

.home-header-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.home-header-v2__button:hover,
.home-hero-v2__button:hover {
    transform: translateY(-1px);
}

.home-header-v2__button--primary,
.home-hero-v2__button--primary {
    background: var(--trust-home-brand);
    color: #fff;
    box-shadow: 0 16px 34px rgba(242, 140, 40, 0.22);
}

.home-header-v2__button--ghost,
.home-hero-v2__button--secondary {
    background: transparent;
    color: var(--trust-home-ink);
    border-color: rgba(24, 53, 68, 0.16);
}

.home-header-v2__toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    padding: 0;
}

.home-header-v2__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--trust-home-ink);
    border-radius: 999px;
}

.home-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
}

.home-hero-v2__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    pointer-events: none;
}

.home-hero-v2__glow--one {
    inset-inline-start: -120px;
    top: 96px;
    width: 260px;
    height: 260px;
    background: rgba(255, 214, 176, 0.56);
}

.home-hero-v2__glow--two {
    inset-inline-end: -80px;
    top: 70px;
    width: 220px;
    height: 220px;
    background: rgba(222, 214, 245, 0.62);
}

.home-hero-v2 .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-hero-v2__stage {
    position: relative;
    min-height: min(49vh, 470px);
    padding: 18px 0 58px;
    display: grid;
    align-items: center;
}

.home-hero-v2__content,
.home-hero-v2__cards {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.home-hero-v2.is-revealed .home-hero-v2__content,
.home-hero-v2.is-revealed .home-hero-v2__cards {
    opacity: 1;
    transform: translateY(0);
}

.home-hero-v2__content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.home-clients-v2__eyebrow {
    margin: 0 0 18px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--trust-home-brand);
}

.home-hero-v2__title {
    margin: 0;
    color: var(--trust-home-ink);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.home-hero-v2__title-line {
    display: block;
    font-size: clamp(3.15rem, 4.9vw, 60px);
    line-height: 60px;
}

.home-hero-v2__title-line--primary {
    position: relative;
    padding-bottom: 8px;
}

.home-hero-v2__title-text {
    display: block;
}

.home-hero-v2__title-underline {
    display: block;
    width: min(100%, 600px);
    height: auto;
    margin: 4px auto 0;
    color: var(--trust-home-brand);
    opacity: 0;
}

.home-hero-v2__title-underline path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.home-hero-v2.is-revealed .home-hero-v2__title-underline {
    opacity: 1;
}

.home-hero-v2.is-revealed .home-hero-v2__title-underline path {
    animation: heroUnderlineDraw 1s ease 0.12s forwards;
}

.home-hero-v2__title-line--secondary {
    margin-top: 6px;
    color: #445f75;
}

.home-hero-v2__subtitle {
    max-width: 820px;
    margin: 16px auto 0;
    color: var(--trust-home-muted);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
}

.home-hero-v2__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.home-hero-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
}

.home-hero-v2__proof {
    margin: 18px 0 0;
    color: #6e8088;
    font-size: 0.96rem;
}

.home-hero-v2__cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
    gap: 18px;
    max-width: 1080px;
    margin: 42px auto 0;
}

.home-hero-v2__card {
    border-radius: 28px;
    border: 1px solid rgba(19, 57, 73, 0.08);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 50px rgba(16, 47, 62, 0.08);
    backdrop-filter: blur(16px);
    padding: 22px 24px;
}

.home-hero-v2__card--soft {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 232, 0.92));
}

.home-hero-v2__card-label {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(242, 140, 40, 0.12);
    color: var(--trust-home-brand-deep);
    font-size: 0.8rem;
    font-weight: 800;
}

.home-hero-v2__card h3 {
    margin: 14px 0 0;
    color: var(--trust-home-ink);
    font-size: 1.3rem;
    line-height: 1.5;
}

.home-hero-v2__card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.home-hero-v2__card li {
    position: relative;
    padding-inline-start: 22px;
    color: var(--trust-home-muted);
}

.home-hero-v2__card li::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0.8em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--trust-home-brand);
    transform: translateY(-50%);
}

.home-hero-v2__card--metric {
    display: grid;
    align-content: center;
    gap: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fff5ea 100%);
}

.home-hero-v2__metric strong {
    display: block;
    color: var(--trust-home-ink);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
}

.home-hero-v2__metric span {
    display: block;
    margin-top: 8px;
    color: var(--trust-home-muted);
}

.home-hero-v2__curve {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    line-height: 0;
}

.home-hero-v2__curve svg {
    width: 100%;
    height: 92px;
    display: block;
}

.home-clients-v2 {
    position: relative;
    background: #eff6f7;
    padding: 8px 0 28px;
    margin-top: -2px;
    overflow: hidden;
}

.home-clients-v2__wrap {
    max-width: 100%;
    padding: 12px 0 8px;
}

.home-clients-v2__intro {
    padding: 0 24px 10px;
    text-align: center;
}

.home-clients-v2__intro h2 {
    margin: 0;
    color: var(--trust-home-ink);
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
}

.home-clients-v2__swiper {
    width: 100%;
    overflow: hidden;
    padding: 4px 0 2px;
}

.home-clients-v2__swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.home-clients-v2__slide {
    width: auto;
}

.home-clients-v2__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    height: 72px;
    padding: 8px 10px;
    text-decoration: none;
}

.home-clients-v2__logo img {
    width: auto;
    max-width: 160px;
    max-height: 42px;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .home-header-v2__panel {
        gap: 14px;
    }

    .home-header-v2__nav ul {
        gap: 12px;
    }

    .home-hero-v2__stage {
        min-height: min(45vh, 430px);
        padding-bottom: 62px;
    }
}

@media (max-width: 991.98px) {
    .home-header-v2__inner {
        padding: 0 18px;
        min-height: 68px;
    }

    .home-header-v2__toggle {
        display: inline-block;
    }

    .home-header-v2__panel {
        position: absolute;
        inset-inline: 16px;
        top: calc(100% + 12px);
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid rgba(19, 57, 73, 0.08);
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 20px 48px rgba(16, 47, 62, 0.12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .home-header-v2.is-menu-open .home-header-v2__panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .home-header-v2__nav ul,
    .home-header-v2__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-header-v2__actions {
        padding-top: 8px;
    }

    .home-header-v2__meta-link,
    .home-header-v2__nav a {
        display: block;
        padding: 8px 0;
    }

    .home-hero-v2__stage {
        min-height: auto;
        padding: 12px 0 54px;
    }

    .home-hero-v2__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .home-header-v2__topbar {
        display: none;
    }

    .home-header-v2__topbar-inner {
        min-height: 54px;
        padding: 0 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-header-v2__topbar-link {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 0.84rem;
    }

    .home-header-v2__topbar-side {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-header-v2__shell {
        padding-top: 10px;
    }

    .home-header-v2__inner {
        gap: 12px;
        border-radius: 22px;
    }

    .home-header-v2.is-scrolled .home-header-v2__inner {
        padding: 0 16px;
    }

    .home-header-v2__brand img {
        width: 132px;
    }

    .home-hero-v2 {
        padding-top: 8px;
    }

    .home-hero-v2__stage {
        padding: 8px 0 40px;
    }

    .home-hero-v2__title {
        line-height: 1.08;
    }

    .home-hero-v2__title-line {
        font-size: clamp(2.15rem, 10.5vw, 60px);
    }

    .home-hero-v2__title-line--primary {
        padding-bottom: 12px;
    }

    .home-hero-v2__title-underline {
        width: min(92%, 420px);
        margin-top: 3px;
    }

    .home-hero-v2__subtitle {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .home-hero-v2__actions {
        flex-direction: column;
    }

    .home-hero-v2__button,
    .home-header-v2__button {
        width: 100%;
    }

    .home-hero-v2__card {
        padding: 20px;
        border-radius: 24px;
    }

    .home-clients-v2 {
        padding: 4px 0 26px;
    }

    .home-clients-v2__wrap {
        padding-top: 12px;
    }

    .home-clients-v2__intro {
        padding: 0 18px 10px;
    }

    .home-clients-v2__logo {
        min-width: 132px;
        height: 62px;
        padding: 6px 10px;
    }

    .home-clients-v2__logo img {
        max-width: 124px;
        max-height: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-header-v2__button,
    .home-hero-v2__button,
    .home-clients-v2__logo img,
    .home-hero-v2__content,
    .home-hero-v2__cards {
        transition: none !important;
        animation: none !important;
    }
}

@keyframes heroUnderlineDraw {
    to {
        stroke-dashoffset: 0;
    }
}
