.bank-hero,
.bank-proof,
.bank-benefits,
.bank-process,
.bank-consultation,
.bank-disclaimer {
    font-family: inherit;
}

.bank-hero {
    max-width: 1500px;
    margin: 50px auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 64px;
    align-items: center;
}

.bank-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-size: 14px;
    font-weight: 950;
}

.bank-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.bank-hero p {
    max-width: 680px;
    margin: 20px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 600;
}

.bank-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #ff4f1f 0%, #ff7043 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
    transition: 0.22s ease;
    font-family:"Google Sans", Georgia,serif;
}

.bank-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(255, 79, 31, 0.36);
}

.bank-hero-card {
    min-height: 620px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 79, 31, 0.18), transparent 32%),
        linear-gradient(135deg, #202331 0%, #10121c 100%);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.bank-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(30deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 120px 120px;
}

.bank-card-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 79, 31, 0.28);
    filter: blur(60px);
}

.bank-dashboard-card {
    width: min(520px, 86%);
    min-height: 330px;
    padding: 46px;
    border-radius: 30px;
    background: rgba(255,255,255,0.94);
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 90px rgba(0,0,0,0.22);
}

.bank-dashboard-card span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-weight: 950;
    margin-bottom: 34px;
}

.bank-dashboard-card strong {
    display: block;
    color: #202331;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.bank-dashboard-card p {
    margin: 22px 0 0;
    color: #667085;
    font-size: 18px;
}

.bank-proof {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e7e9f0;
    border-bottom: 1px solid #e7e9f0;
}

.bank-proof p {
    margin: 0;
    color: #202331;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.bank-benefits {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 70px 40px;
    border-radius: 34px;
    background: #f7f8fb;
}

.bank-section-heading {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
}

.bank-section-heading span {
    color: #ff4f1f;
    font-weight: 950;
}

.bank-section-heading h2 {
    margin: 12px 0 20px;
    color: #050505;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.bank-section-heading p {
    margin: 0;
    color: #3f4558;
    font-size: 21px;
    line-height: 1.55;
}

.bank-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bank-benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.bank-benefit-card span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #ff4f1f;
    color: #ffffff;
    font-weight: 950;
    margin-bottom: 26px;
}

.bank-benefit-card h3 {
    margin: 0 0 14px;
    color: #202331;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.bank-benefit-card p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.bank-process {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.bank-process h2,
.bank-form-intro h2 {
    margin: 0 0 34px;
    color: #050505;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.bank-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    margin-bottom: 34px;
}

.bank-step > span {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ff4f1f;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 950;
}

.bank-step h3 {
    margin: 0 0 10px;
    color: #202331;
    font-size: 27px;
    letter-spacing: -0.035em;
}

.bank-step p {
    margin: 0;
    color: #4b5563;
    font-size: 19px;
    line-height: 1.55;
}

.bank-process-visual {
    min-height: 520px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 79, 31, 0.16), transparent 32%),
        #f7f8fb;
    display: grid;
    place-items: center;
}

.bank-phone-card {
    width: min(420px, 86%);
    min-height: 460px;
    border: 13px solid #111827;
    border-radius: 42px;
    background: #ffffff;
    padding: 44px 30px;
    transform: rotate(7deg);
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.16);
}

.bank-phone-card strong {
    display: block;
    color: #202331;
    font-size: 31px;
    margin-bottom: 18px;
}

.bank-phone-card p {
    color: #16a34a;
    font-weight: 900;
}

.bank-phone-card div {
    margin-top: 50px;
    height: 170px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, #ff4f1f, #ff8a3d);
}

.bank-consultation {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 54px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07);
}

.bank-form-intro {
    max-width: 850px;
    margin-bottom: 36px;
}

.bank-form-intro p {
    color: #4b5563;
    font-size: 20px;
    line-height: 1.55;
}

.bank-consultation-form label {
    display: block;
    margin: 18px 0 10px;
    color: #111827;
    font-weight: 900;
}

.bank-consultation-form label span {
    color: #8a8f9f;
    font-weight: 700;
}

.bank-consultation-form input,
.bank-consultation-form select,
.bank-consultation-form textarea {
    width: 100%;
    min-height: 58px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    background: #ffffff;
    padding: 14px 16px;
    font-size: 16px;
    font-family:"Google Sans", Georgia,serif;
}

.bank-consultation-form textarea {
    resize: vertical;
    line-height: 1.55;
}

.bank-consultation-form input:focus,
.bank-consultation-form select:focus,
.bank-consultation-form textarea:focus {
    outline: none;
    border-color: #ff4f1f;
    box-shadow: 0 0 0 5px rgba(255, 79, 31, 0.12);
}

.bank-form-grid {
    display: grid;
    gap: 24px;
}

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

.bank-consultation-form button {
    margin-top: 28px;
}

.bank-disclaimer {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 28px 34px;
    border-radius: 24px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.bank-disclaimer strong {
    display: block;
    color: #9a3412;
    font-size: 20px;
    margin-bottom: 8px;
}

.bank-disclaimer p {
    margin: 0;
    color: #7c2d12;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .bank-hero,
    .bank-process {
        grid-template-columns: 1fr;
    }

    .bank-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bank-hero-card {
        min-height: 500px;
    }
}

@media (max-width: 760px) {
    .bank-hero {
        margin-top: 34px;
        gap: 36px;
    }

    .bank-hero h1 {
        font-size: 44px;
    }

    .bank-hero p {
        font-size: 18px;
    }

    .bank-hero-card {
        min-height: 420px;
        border-radius: 26px;
    }

    .bank-dashboard-card {
        padding: 30px;
    }

    .bank-dashboard-card strong {
        font-size: 28px;
    }

    .bank-benefits {
        margin: 0 16px 60px;
        padding: 44px 20px;
    }

    .bank-benefit-grid,
    .bank-form-grid.two {
        grid-template-columns: 1fr;
    }

    .bank-process {
        gap: 36px;
        margin-bottom: 60px;
    }

    .bank-step {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bank-phone-card {
        min-height: 390px;
        transform: none;
    }

    .bank-consultation {
        margin: 0 16px 60px;
        padding: 30px 22px;
        border-radius: 24px;
    }

    .bank-primary-btn {
        width: 100%;
    }

    .bank-disclaimer {
        margin: 0 16px 60px;
    }
}
