/* ══════════════════════════════════════════════════════════
   INSURANCE PAGE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── Page Wrapper ─────────────────────────────────────── */
.insurance-page {
    padding-top: 148px;
}

/* ── Hero Section ─────────────────────────────────────── */
.insurance-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 110px;
    background: #e5eaff;
}

.insurance-hero h1 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 100px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
}

/* ── Insurance Intro + Logo Grid ─────────────────────── */
.insurance-page .insurance-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #fff;
    box-sizing: border-box;
}

.insurance-page .insurance-intro > p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

.insurance-page .insurance-logos-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px;
    max-width: 1500px;
    width: 100%;
}

.insurance-page .insurance-logo-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d4e8ff;
    padding: 20px 40px;
    min-height: 150px;
}

.insurance-page .insurance-logo-card img {
    max-width: 100%;
    max-height: 120px;
    height: auto;
    object-fit: contain;
}

/* ── Making the Most Section ─────────────────────────── */
.insurance-page .insurance-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #e5eaff;
    box-sizing: border-box;
}

.insurance-page .insurance-benefits h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 124%;
    text-align: center;
}

.insurance-page .insurance-benefits-content {
    max-width: 1000px;
    width: 100%;
}

.insurance-page .insurance-benefits-content p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/* ── How We Help Section ─────────────────────────────── */
.insurance-page .insurance-how-we-help {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 95px 110px;
    background: #fff;
    box-sizing: border-box;
}

.insurance-page .insurance-how-we-help h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 124%;
    text-align: center;
}

.insurance-page .insurance-how-we-help-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    max-width: 1110px;
    width: 100%;
}

.insurance-page .insurance-help-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 300px;
}

.insurance-page .insurance-help-icon {
    width: 150px;
    height: 150px;
    background: #d4e8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.insurance-page .insurance-help-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.insurance-page .insurance-help-item p {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.insurance-page .insurance-how-we-help-note {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 1110px;
    width: 100%;
}

/* ── Understanding Costs Section ─────────────────────── */
.insurance-page .insurance-costs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 95px 110px;
    background: #e5eaff;
    box-sizing: border-box;
}

.insurance-page .insurance-costs h2 {
    color: #63509b;
    font-family: "Minion Pro", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 124%;
    text-align: center;
}

.insurance-page .insurance-costs-intro,
.insurance-page .insurance-costs-closing {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

.insurance-page .insurance-costs-content {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 1000px;
    width: 100%;
}

.insurance-page .insurance-costs-list {
    color: #161a1b;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

.insurance-page .insurance-costs-image {
    background: #002969;
    overflow: hidden;
    flex-shrink: 0;
    width: 427px;
    height: 281px;
}

.insurance-page .insurance-costs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE STYLES
   ══════════════════════════════════════════════════════════ */

/* ── 1200px ──────────────────────────────────────────── */
@media (max-width: 1200px) {
    .insurance-page .insurance-hero h1 {
        font-size: 72px;
    }
}

/* ── 1024px: Tablet landscape ────────────────────────── */
@media (max-width: 1024px) {
    .insurance-page .insurance-hero {
        padding: 65px 60px;
    }

    .insurance-page .insurance-hero h1 {
        font-size: 60px;
    }

    .insurance-page .insurance-intro,
    .insurance-page .insurance-benefits,
    .insurance-page .insurance-how-we-help,
    .insurance-page .insurance-costs {
        padding: 65px 60px;
    }

    .insurance-page .insurance-logos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .insurance-page .insurance-benefits h2,
    .insurance-page .insurance-how-we-help h2,
    .insurance-page .insurance-costs h2 {
        font-size: 38px;
    }
}

/* ── 768px: Tablet portrait / mobile ─────────────────── */
@media (max-width: 768px) {
    .insurance-page .insurance-hero {
        padding: 50px 30px;
    }

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

    .insurance-page .insurance-intro,
    .insurance-page .insurance-benefits,
    .insurance-page .insurance-how-we-help,
    .insurance-page .insurance-costs {
        padding: 50px 30px;
        gap: 30px;
    }

    .insurance-page .insurance-intro > p,
    .insurance-page .insurance-benefits-content p,
    .insurance-page .insurance-help-item p,
    .insurance-page .insurance-how-we-help-note,
    .insurance-page .insurance-costs-intro,
    .insurance-page .insurance-costs-closing,
    .insurance-page .insurance-costs-list {
        font-size: 18px;
    }

    .insurance-page .insurance-benefits h2,
    .insurance-page .insurance-how-we-help h2,
    .insurance-page .insurance-costs h2 {
        font-size: 32px;
    }

    .insurance-page .insurance-logos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }

    .insurance-page .insurance-logo-card {
        padding: 15px 20px;
        min-height: 110px;
    }

    .insurance-page .insurance-logo-card img {
        max-height: 90px;
    }

    .insurance-page .insurance-how-we-help-icons {
        gap: 40px;
    }

    .insurance-page .insurance-costs-content {
        flex-direction: column;
    }

    .insurance-page .insurance-costs-image {
        width: 100%;
        height: auto;
        aspect-ratio: 427/281;
    }
}

/* ── 480px: Mobile ───────────────────────────────────── */
@media (max-width: 480px) {
    .insurance-page .insurance-hero {
        padding: 40px 20px;
    }

    .insurance-page .insurance-hero h1 {
        font-size: 34px;
    }

    .insurance-page .insurance-intro,
    .insurance-page .insurance-benefits,
    .insurance-page .insurance-how-we-help,
    .insurance-page .insurance-costs {
        padding: 40px 20px;
    }

    .insurance-page .insurance-intro > p,
    .insurance-page .insurance-benefits-content p,
    .insurance-page .insurance-help-item p,
    .insurance-page .insurance-how-we-help-note,
    .insurance-page .insurance-costs-intro,
    .insurance-page .insurance-costs-closing,
    .insurance-page .insurance-costs-list {
        font-size: 16px;
    }

    .insurance-page .insurance-benefits h2,
    .insurance-page .insurance-how-we-help h2,
    .insurance-page .insurance-costs h2 {
        font-size: 26px;
    }

    .insurance-page .insurance-logos-grid {
        grid-template-columns: 1fr !important;
    }

    .insurance-page .insurance-help-icon {
        width: 120px;
        height: 120px;
    }

    .insurance-page .insurance-help-item {
        max-width: 100%;
    }
}
