.finance_home {
    padding: 70px 0 20px;
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.finance_home_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.finance_home_card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 83, 220, 0.08);
    overflow: hidden;
}

.finance_home_card_body {
    padding: 32px;
}

.finance_home_eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #0f53dc;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.finance_home_card h3 {
    margin: 18px 0 12px;
    font-size: 28px;
    color: #1b2b52;
}

.finance_home_card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5d6785;
}

.finance_home_actions {
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.finance_btn,
.finance_btn_alt {
    display: inline-block;
    min-width: 144px;
    height: 44px;
    border-radius: 999px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
}

.finance_btn {
    background: #0f53dc;
    color: #ffffff;
}

.finance_btn:hover {
    color: #ffffff;
}

.finance_btn_alt {
    border: 1px solid #0f53dc;
    color: #0f53dc;
    background: transparent;
}

.finance_btn_alt:hover {
    color: #0f53dc;
}

.finance_home_points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.finance_home_point {
    padding: 16px 18px;
    border-radius: 16px;
    background: #f8fbff;
}

.finance_home_point strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #13244b;
}

.finance_home_point span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #6a7492;
}

.finance_page_main {
    width: 100%;
    padding-top: 57px;
    padding-bottom: 88px;
    background: #f5f8ff;
}

.finance_page_hero {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 38%),
        linear-gradient(135deg, #0b2d78 0%, #0f53dc 55%, #2e84ff 100%);
    color: #ffffff;
}

.finance_page_hero_inner,
.finance_page_section,
.finance_page_cta {
    width: 1250px;
    margin: 0 auto;
}

.finance_page_hero_inner {
    display: flex;
    gap: 44px;
    align-items: center;
    padding: 88px 0 82px;
}

.finance_page_hero_copy {
    flex: 1;
}

.finance_page_hero_copy h1 {
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 1.18;
}

.finance_page_hero_copy p {
    margin: 0;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

.finance_page_hero_panel {
    width: 400px;
    padding: 30px 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
}

.finance_page_hero_panel h2 {
    margin: 0 0 18px;
    font-size: 24px;
}

.finance_page_hero_panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finance_page_hero_panel li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
}

.finance_page_hero_panel li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
}

.finance_page_section {
    padding: 70px 0 0;
}

.finance_page_main .finance_page_section:last-of-type {
    padding-bottom: 88px;
}

.finance_page_heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 28px;
}

.finance_page_heading h2 {
    margin: 0;
    font-size: 36px;
    color: #13244b;
}

.finance_page_heading p {
    margin: 0;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.8;
    color: #5e6c8c;
}

.finance_page_stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.finance_stat_card,
.finance_product_card,
.finance_feature_card,
.finance_scenario_card,
.finance_contact_card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(18, 44, 100, 0.08);
}

.finance_stat_card {
    padding: 30px 28px;
}

.finance_stat_card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 1;
    color: #0f53dc;
}

.finance_stat_card span {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: #566684;
}

.finance_page_products,
.finance_page_features,
.finance_page_scenarios,
.finance_page_contacts {
    display: grid;
    gap: 22px;
}

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

.finance_product_card {
    padding: 32px;
}

.finance_product_card h3 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #11224a;
}

.finance_product_card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5f6f8e;
}

.finance_product_tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #edf3ff;
    color: #0f53dc;
    font-size: 13px;
}

.finance_product_list,
.finance_feature_list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.finance_product_list li,
.finance_feature_list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.75;
    color: #304466;
}

.finance_product_list li::before,
.finance_feature_list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0f53dc;
}

.finance_page_features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.finance_feature_card {
    padding: 28px 26px;
}

.finance_feature_card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #13244b;
}

.finance_feature_card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #60708f;
}

.finance_page_scenarios {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.finance_scenario_card {
    padding: 24px 22px;
}

.finance_scenario_card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #14244c;
}

.finance_scenario_card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #647390;
}

.finance_page_cta_wrap {
    padding: 72px 0 88px;
}

.finance_page_cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 34px 38px;
    border-radius: 24px;
    background: linear-gradient(135deg, #132b70 0%, #0f53dc 100%);
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(15, 83, 220, 0.24);
}

.finance_page_cta h2 {
    margin: 0 0 12px;
    font-size: 32px;
}

.finance_page_cta p {
    margin: 0;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
}

.finance_page_cta .finance_home_actions {
    margin-top: 0;
    flex: none;
}

.finance_page_contacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.finance_contact_card {
    padding: 26px 24px;
}

.finance_contact_card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #13244b;
}

.finance_contact_card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #62728f;
}

@media (max-width: 1280px) {
    .finance_page_hero_inner,
    .finance_page_section,
    .finance_page_cta {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1024px) {
    .finance_home_points,
    .finance_page_features,
    .finance_page_scenarios,
    .finance_page_contacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .finance_page_hero_inner,
    .finance_page_heading,
    .finance_page_cta {
        display: block;
    }

    .finance_page_hero_panel {
        width: auto;
        margin-top: 28px;
    }

    .finance_page_cta .finance_home_actions {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .finance_page_main {
        padding-bottom: 56px;
    }

    .finance_page_main .finance_page_section:last-of-type {
        padding-bottom: 56px;
    }

    .finance_home_grid,
    .finance_page_stats,
    .finance_page_products,
    .finance_page_features,
    .finance_page_scenarios,
    .finance_page_contacts {
        grid-template-columns: 1fr;
    }

    .finance_home_actions {
        display: block;
    }

    .finance_btn,
    .finance_btn_alt {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .finance_page_hero_copy h1 {
        font-size: 34px;
    }

    .finance_page_heading h2 {
        font-size: 28px;
    }

    .finance_home_card_body,
    .finance_product_card,
    .finance_feature_card,
    .finance_scenario_card,
    .finance_contact_card,
    .finance_stat_card {
        padding: 24px;
    }
}
