.page-home .home-v2 {
    overflow: hidden;
}

.page-home .home-hero {
    position: relative;
    padding: 56px 0 26px;
}

.page-home .home-hero::before,
.page-home .home-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.page-home .home-hero::before {
    width: 420px;
    height: 420px;
    top: -180px;
    right: -120px;
    background: radial-gradient(circle at center, rgba(31, 92, 255, 0.26), transparent 65%);
}

.page-home .home-hero::after {
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
    background: radial-gradient(circle at center, rgba(14, 165, 164, 0.2), transparent 68%);
}

.page-home .home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 28px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.page-home .home-hero__content {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #d7e5fa;
    border-radius: 28px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    padding: 40px 36px;
}

.page-home .home-eyebrow {
    margin-bottom: 12px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-home .home-hero__content h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.page-home .home-subtitle {
    margin-bottom: 26px;
    max-width: 620px;
    color: #55657f;
    font-size: 1rem;
    line-height: 1.7;
}

.page-home .home-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.page-home .home-cta .btn {
    min-width: 154px;
}

.page-home .home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-home .home-trust span {
    border: 1px solid #d5e2f4;
    background: #f5f9ff;
    color: #304461;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 8px 12px;
}

.page-home .home-hero__panel {
    background: linear-gradient(160deg, #0f1f4a, #1e3a8a 62%, #2e5dce);
    border-radius: 24px;
    padding: 26px;
    border: 1px solid rgba(219, 234, 254, 0.28);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
    color: #ffffff;
}

.page-home .home-panel__headline h2 {
    font-size: 1.18rem;
    color: #ffffff;
    margin-bottom: 6px;
}

.page-home .home-panel__headline p {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
}

.page-home .home-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.page-home .home-kpi {
    border: 1px solid rgba(148, 180, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px;
    backdrop-filter: blur(6px);
}

.page-home .home-kpi span {
    display: block;
    font-size: 0.72rem;
    color: rgba(241, 245, 255, 0.88);
    margin-bottom: 4px;
}

.page-home .home-kpi strong {
    display: block;
    color: #ffffff;
    font-size: 1.38rem;
    line-height: 1.1;
    margin-bottom: 3px;
}

.page-home .home-kpi small {
    color: rgba(225, 235, 255, 0.88);
    font-size: 0.68rem;
}

.page-home .home-quick-links {
    padding: 16px 0 28px;
}

.page-home .home-quick-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.page-home .home-quick-link {
    display: block;
    border: 1px solid #dce8f8;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    padding: 18px;
    color: inherit;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-home .home-quick-link:hover {
    border-color: #b9cff7;
    box-shadow: 0 16px 32px rgba(30, 78, 216, 0.16);
    transform: translateY(-3px);
}

.page-home .home-quick-link__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #edf4ff;
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.page-home .home-quick-link__icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.page-home .home-quick-link strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #0f172a;
}

.page-home .home-quick-link p {
    margin: 0;
    font-size: 0.84rem;
    color: #56657e;
    line-height: 1.65;
}

.page-home .home-feature,
.page-home .home-process,
.page-home .home-final-cta {
    padding: 26px 0;
}

.page-home .home-section-head {
    margin-bottom: 18px;
}

.page-home .home-section-head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.page-home .home-feature__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-home .home-feature-card {
    border: 1px solid #dce8f8;
    border-radius: 18px;
    padding: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.page-home .home-feature-card h3 {
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.page-home .home-feature-card p {
    margin: 0;
    color: #55657f;
    font-size: 0.87rem;
    line-height: 1.68;
}

.page-home .home-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.page-home .home-step {
    position: relative;
    border: 1px solid #d7e4f6;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    padding: 18px 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-home .home-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #e9f2ff;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 700;
}

.page-home .home-step h3 {
    font-size: 0.98rem;
    margin-bottom: 6px;
}

.page-home .home-step p {
    margin: 0;
    font-size: 0.81rem;
    color: #5b6b84;
    line-height: 1.62;
}

.page-home .home-final-cta {
    padding-bottom: 34px;
}

.page-home .home-final-cta__inner {
    border-radius: 24px;
    border: 1px solid #cadefb;
    background: linear-gradient(135deg, #eff5ff, #e8fcfa);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.page-home .home-final-cta__inner h2 {
    margin-bottom: 8px;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.page-home .home-final-cta__inner p {
    margin: 0;
    color: #4f6079;
    font-size: 0.9rem;
}

.page-home .home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.page-home .reveal-item {
    animation: homeFadeUp 0.55s ease both;
}

.page-home .reveal-item:nth-child(2) {
    animation-delay: 0.06s;
}

.page-home .reveal-item:nth-child(3) {
    animation-delay: 0.12s;
}

.page-home .reveal-item:nth-child(4) {
    animation-delay: 0.18s;
}

@keyframes homeFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1199px) {
    .page-home .home-hero__grid {
        grid-template-columns: 1fr;
    }

    .page-home .home-hero__panel {
        max-width: 680px;
    }

    .page-home .home-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .page-home .home-quick-links__grid {
        grid-template-columns: 1fr;
    }

    .page-home .home-feature__grid {
        grid-template-columns: 1fr;
    }

    .page-home .home-final-cta__inner {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .page-home .home-final-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .page-home .home-hero {
        padding-top: 34px;
    }

    .page-home .home-hero__content {
        border-radius: 20px;
        padding: 28px 20px;
    }

    .page-home .home-subtitle {
        margin-bottom: 20px;
        font-size: 0.92rem;
        line-height: 1.62;
    }

    .page-home .home-cta .btn {
        flex: 1 1 calc(50% - 6px);
        min-width: 128px;
    }

    .page-home .home-hero__panel {
        border-radius: 20px;
        padding: 18px;
    }

    .page-home .home-kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page-home .home-feature,
    .page-home .home-process,
    .page-home .home-final-cta {
        padding-top: 18px;
    }

    .page-home .home-process__grid {
        grid-template-columns: 1fr;
    }

    .page-home .home-step,
    .page-home .home-feature-card {
        padding: 16px;
    }
}
