/* ========================
   V2 Policy Page Block
   ======================== */

/* Base Section */
.v2-policy-page {
    padding: 60px 0 80px;
    background-color: #fff;
}

.v2-policy-page .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ========================
   Page Title
   ======================== */
.v2-policy-page__title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color, #002e5b);
    line-height: 1.25;
    margin: 0 0 12px;
    font-family: var(--heading-font, inherit);
}

.v2-policy-page__title-divider {
    width: 35px;
    height: 6px;
    background-color: var(--secondary-clr, #f15a24);
    margin: 0 0 30px;
    border-radius: 6px;
}

/* ========================
   Intro Text
   ======================== */
.v2-policy-page__intro {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
    font-family: var(--body-font, 'Poppins', sans-serif);
}

.v2-policy-page__intro p {
    margin: 0 0 12px;
}

.v2-policy-page__intro a {
    color: #f15a24;
    text-decoration: none;
    transition: color 0.3s ease;
}

.v2-policy-page__intro a:hover {
    color: var(--hover-color, #6c98e1);
    text-decoration: underline;
}

/* ========================
   Sections
   ======================== */
.v2-policy-page__sections {
    margin-top: 20px;
}

.v2-policy-page__section {
    margin-bottom: 30px;
    padding-top: 20px;
}

.v2-policy-page__section:last-child {
    margin-bottom: 0;
}

/* Section Heading */
.v2-policy-page__section-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color, #002e5b);
    line-height: 1.3;
    margin: 0 0 10px;
    font-family: var(--heading-font, inherit);
}

h3.v2-policy-page__section-heading {
    font-size: 22px;
}

h4.v2-policy-page__section-heading {
    font-size: 18px;
}

/* Section Divider */
.v2-policy-page__section-divider {
    width: 35px;
    height: 6px;
    background-color: var(--secondary-clr, #f15a24);
    margin: 0 0 20px;
    border-radius: 6px;
}

/* Section Content */
.v2-policy-page__section-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-family: var(--body-font, 'Poppins', sans-serif);
}

.v2-policy-page__section-content p {
    margin: 0 0 16px;
}

.v2-policy-page__section-content p:last-child {
    margin-bottom: 0;
}

.v2-policy-page__section-content a {
    color: var(--secondary-clr, #002e5b);
    text-decoration: none;
    transition: color 0.3s ease;
}

.v2-policy-page__section-content a:hover {
    color: var(--hover-color, #6c98e1);
    text-decoration: underline;
}

/* Lists */
.v2-policy-page__section-content ul,
.v2-policy-page__section-content ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.v2-policy-page__section-content li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #444;
}

.v2-policy-page__section-content li::marker {
    color: var(--secondary-clr, #f15a24);
}

/* Strong / Bold */
.v2-policy-page__section-content strong,
.v2-policy-page__section-content b {
    font-weight: 600;
    color: #1a1a1a;
}

/* Blockquote */
.v2-policy-page__section-content blockquote {
    border-left: 4px solid var(--secondary-clr, #f15a24);
    padding: 16px 24px;
    margin: 24px 0;
    background: #f9f9f9;
    font-style: italic;
    color: #555;
    border-radius: 0 4px 4px 0;
}

/* ========================
   Responsive - Tablet
   ======================== */
@media (max-width: 991px) {
    .v2-policy-page {
        padding: 50px 0 60px;
    }

    .v2-policy-page__title {
        font-size: 36px;
    }

    .v2-policy-page__section-heading {
        font-size: 24px;
    }

    h3.v2-policy-page__section-heading {
        font-size: 20px;
    }

    h4.v2-policy-page__section-heading {
        font-size: 17px;
    }

    .v2-policy-page__section {
        margin-bottom: 32px;
    }
}

/* ========================
   Responsive - Mobile
   ======================== */
@media (max-width: 767px) {
    .v2-policy-page {
        padding: 40px 0 50px;
    }

    .v2-policy-page__title {
        font-size: 28px;
    }

    .v2-policy-page__title-divider {
        margin-bottom: 20px;
    }

    .v2-policy-page__intro {
        font-size: 15px;
    }

    .v2-policy-page__section-heading {
        font-size: 22px;
    }

    h3.v2-policy-page__section-heading {
        font-size: 18px;
    }

    h4.v2-policy-page__section-heading {
        font-size: 16px;
    }

    .v2-policy-page__section-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .v2-policy-page__section {
        margin-bottom: 28px;
    }

    .v2-policy-page__section-content ul,
    .v2-policy-page__section-content ol {
        padding-left: 20px;
    }

    .v2-policy-page__section-content blockquote {
        padding: 12px 16px;
        margin: 16px 0;
    }

}

/* ========================
   Responsive - Small Mobile
   ======================== */
@media (max-width: 480px) {
    .v2-policy-page__title {
        font-size: 24px;
    }

    .v2-policy-page__section-heading {
        font-size: 20px;
    }

    h3.v2-policy-page__section-heading {
        font-size: 17px;
    }
}
