﻿/* Sub Navigation */
.sub-nav {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    position: sticky;
    top: 46px;
    z-index: 999;
}

.sub-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.sub-nav-item {
    position: relative;
}

.sub-nav-link {
    display: block;
    padding: 16px 0;
    color: #0072CE;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s;
    border-bottom: 3px solid transparent;
}

    .sub-nav-link:hover {
        color: #0070C0;
    }

.sub-nav-item.current .sub-nav-link {
    color: #0072CE;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.sub-nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 280px;
    z-index: 1000;
    border: 1px solid #D9D9D9;
    padding: 16px 0;
}

.sub-nav-item:hover .sub-nav-dropdown {
    display: block;
}

.dropdown-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0072CE;
    padding: 8px 20px 12px 20px;
    margin: 0;
    margin-bottom: 8px;
}

.sub-nav-dropdown a {
    display: block;
    padding: 5px 20px;
    color: #0072CE;
    text-decoration: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.3s, color 0.3s;
}

    .sub-nav-dropdown a:hover {
        background-color: #F6F6F6;
        color: #1E3A71;
    }

/* ARP Hero Section */
.arp-hero-section {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.arp-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.arp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(30, 58, 113, 0.92) 0%, rgba(30, 58, 113, 0.80) 50%, transparent 80%);
    display: flex;
    align-items: center;
}

.arp-hero-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.arp-hero-text {
    flex: 1;
    color: #FFFFFF;
    max-width: 700px;
}

.arp-breadcrumb {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 100%;
    color: #FFFFFF;
}

.arp-hero-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 20px;
}

.arp-hero-subtitle {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 18px;
}

.arp-hero-description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/* Unexpected Breakdowns Section */
.unexpected-section {
    background-color: #FFFFFF;
    padding: 60px 20px 40px 20px;
}

.unexpected-grid-text-group {
    text-align: left;
}

.unexpected-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px 60px;
    align-items: start;
    justify-items: right;
}

.unexpected-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    margin: 50px 0 20px 0;
    line-height: 36px;
    letter-spacing: 0%;
    max-width: 95%;
}

.unexpected-description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #505357;
    letter-spacing: 0%;
    margin: 0;
}

.ways-to-enroll-card-inline {
    grid-column: 2;
    /*    grid-row: 1 / 3;*/
    padding-top:20px;
    background: #F5F9FD;
    overflow: hidden;
    max-width: 364px;
    /* optional: box-shadow: 0 8px 24px rgba(0,0,0,.08); */
}

    .ways-to-enroll-card-inline h3 {
        background: transparent;
        color: #2B2B2B;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        margin: 0;
        padding: 15px 32px;
        font-weight: 600;
        line-height: 100%;
        text-align: center;
    }

.ways-to-enroll-card-inline-content {
    min-width: 350px;
    background-color: #F5F9FD;
    padding: 16px 0px 20px 0px;
}

.ways-to-enroll-card-inline-content-box1 {
    width: 100%;
    padding-bottom: 20px;
}

.ways-to-enroll-card-inline-content-box2 {
    padding-top: 20px;
}

.ways-to-enroll-card-inline .enroll-prompt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #2B2B2B;
}

.ways-to-enroll-card-inline .enroll-prompt2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #2B2B2B;
}

.ways-to-enroll-card-inline .btn-block {
    display: block;
    width: auto;
    margin: 0 auto 0;
    text-align: center;
}

.ways-to-enroll-card-inline .enroll-divider {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* ensures there is space for the lines */
    max-width: 280px; /* match your button width */
    margin: 0px auto; /* center it */
    gap: 12px;
    line-height: 1;
    color: #D9D9D9;
}

    .ways-to-enroll-card-inline .enroll-divider::before,
    .ways-to-enroll-card-inline .enroll-divider::after {
        content: "";
        flex: 1 1 auto; /* allows the lines to grow */
        height: 1px;
        background: #E0E0E0;
    }

    .ways-to-enroll-card-inline .enroll-divider span {
        color: #505357;
        display: inline-block;
        padding: 0 2px;
    }

.ways-to-enroll-card-inline .btn-primary {
    background: #0072CE;
    max-width: 240px;
    height: 52px;
    color: #FFFFFF;
    border: 2px solid #0072CE;
    border-radius: 999px; /* pill */
    padding: 14px 32px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
}

    .ways-to-enroll-card-inline .btn-primary:hover {
        background-color: #1E3575;
        border-color: #1E3575;
    }

.ways-to-enroll-card-inline .btn-secondary {
    max-width: 240px;
    height: 52px;
    background: transparent;
    border: 2px solid #0072CE;
    color: #0072CE;
    border-radius: 999px;
    padding: 12px 32px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
}

    .ways-to-enroll-card-inline .btn-secondary:hover {
        background-color: transparent;
        color: #1E3575;
        border-color: #1E3575;
    }

/* Pricing Cards Section */
.pricing-cards-section {
    background-color: #FFFFFF;
    padding: 0px 20px 0px 20px;
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pricing-mobile {
    display: none;
}

.pricing-desktop {
    display: grid;
}

.pricing-card {
    background-color: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pricing-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

    .pricing-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pricing-card-content {
    padding: 30px 16px 30px 17px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-left: 2px solid #1E3575;
    border-right: 2px solid #1E3575;
    border-bottom: 2px solid #1E3575;
}

    .pricing-card-content h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #2B2B2B;
        margin-bottom: 16px;
    }

    .pricing-card-content p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #505357;
        margin-bottom: 16px;
    }

.pricing-card-price {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #1E3575;
    margin-bottom: 20px !important;
}

    .pricing-card-price .price {
        font-size: 34px;
        font-weight: 500;
        line-height: 100%;
        color: #1E3575;
    }

.btn-primary-card {
    display: block;
    width: 100%;
    max-width: 304px;
    border-radius: 999px; /* pill */
    background-color: #0072CE;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;;
    transition: background-color 0.3s;
    margin-top: auto;
}

    .btn-primary-card:hover {
        background-color: #1E3575;
        color: #FFFFFF;
    }

.btn-view-all {
    display: block;
    width: 304px;
    max-width: 400px;
    border-radius: 999px; /* pill */
    margin: 0 auto;
    background-color: #0072CE;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .btn-view-all:hover {
        background-color: #1E3575;
        color: #FFFFFF;
    }

/* Why Choose Section - Redesigned */
.why-choose-section {
    padding: 40px 20px;
    background-color: #FFFFFF;
}

.why-choose-hr-top {
    border-top: 1px solid #D9D9D9;
    margin-bottom: 60px;
}

.section-title-center {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #2B2B2B;
    margin-bottom: 40px;
    text-align: center;
    line-height: 100%;
}

.why-choose-features {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    max-width: 1148px;
    margin: 0 auto;
    justify-content: center;
}

.why-feature-item {
    background-color: #F6F6F6;
    padding: 30px 20px 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 calc(33.333% - 40px);
    min-width: 280px;
}

    .why-feature-item h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #1E3575;
        margin-bottom: 12px;
        line-height: 100%;
    }

    .why-feature-item p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #505357;
        margin: 0;
    }

.why-feature-text {
    display: flex;
    flex: 1;
    align-items: center;
}

    .why-feature-item a {
        color: #0072CE;
        text-decoration: underline;
    }

        .why-feature-item a:hover {
            text-decoration: underline;
        }

.why-choose-hr-bottom {
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
}

.section-title-left {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.3;
}

/* How It Works Section */
.how-it-works-section {
    background-color: #FFFFFF;
    padding: 40px 20px 60px 20px;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

    .how-it-works-grid .section-title-left {
        grid-column: 1 / -1;
        margin-bottom: 40px;
    }

.how-it-works-image img {
    width: auto;
    border-radius: 0;
}

.how-it-works-steps {
    display: flex;
    flex-direction: column;
}

.step-item {
    display: flex;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 0;
}

.step-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-icon {
    width: 67.1px;
    height: 63.87px;
}

.step-arrows {
    width: 17.24px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.step-item:last-child .step-arrows {
    display: none;
}

.step-content {
    flex: 1;
    padding-top: 8px;
    position: relative;
    padding-left: 20px;
}

    .step-content::before {
        content: '—';
        position: absolute;
        left: 0;
        top: 18px;
        color: #8DC8E8;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .step-content h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #2B2B2B;
        margin-bottom: 12px;
        border: 2px solid #1E3575;
        border-radius: 8px;
        padding: 6px 18px;
        display: inline-block;
    }

.step-num {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0072CE;
    margin-right: 6px;
    padding-right: 7px;
    border-right: 1px solid #8DC8E8;
}

.step-content p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 0;
}

.step-content a {
    color: #0072CE;
    text-decoration: underline;
}

    .step-content a:hover {
        color: #1E3A71;
    }



/* ===================================================
   Ways to Enroll Banner — ARP Redesign
   Desktop: horizontal row  |  Mobile: inline card style
   =================================================== */

.enroll-banner-arp {
    max-width: 1148px; /* pick what matches your site container */
    margin: 0px auto 0px auto; /* centers it */
    background-color: #F5F9FD;
    padding: 36px 20px;
}

.enroll-banner-arp-inner {
    max-width: 1148px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    padding-left: 40px;
}

.enroll-banner-arp-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2B2B2B;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
}

.enroll-banner-arp-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.enroll-banner-arp-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.enroll-banner-arp-prompt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    margin: 0;
    text-align: center;
}

.enroll-banner-arp-btn-filled {
    background: #0072CE;
    color: #FFFFFF;
    border: 2px solid #0072CE;
    border-radius: 999px;
    width: 300px;
    height: 52px;
    padding: 0 32px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

    .enroll-banner-arp-btn-filled:hover {
        background-color: #1E3575;
        border-color: #1E3575;
        color: #FFFFFF;
    }

.enroll-banner-arp-btn-outline {
    background: transparent;
    color: #0072CE;
    border: 2px solid #0072CE;
    border-radius: 999px;
    width: 300px;
    height: 52px;
    padding: 0 32px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    text-decoration: underline;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

    .enroll-banner-arp-btn-outline:hover {
        color: #1E3575;
        border-color: #1E3575;
    }

/* "— or —" divider — fixed-width lines on desktop */
.enroll-banner-arp-or {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #505357;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

    .enroll-banner-arp-or::before,
    .enroll-banner-arp-or::after {
        content: "";
        height: 1px;
        background: #D9D9D9;
        width: 30px;
        flex-shrink: 0;
    }

/* Plan Comparison Section */
.plan-comparison-section {
    padding: 60px 20px;
    background-color: #FFFFFF;
}

.plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.plan-card {
    background-color: #FFFFFF;
    border: 2px solid #0072CE;
    padding: 40px 30px;
    border-radius: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .plan-card:hover {
        border-color: #0070C0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .plan-card h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #2B2B2B;
        margin-bottom: 20px;
    }

    .plan-card p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        color: #505357;
        margin-bottom: 24px;
    }

.plan-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0072CE;
    text-decoration: underline;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: gap 0.3s, color 0.3s;
}

    .plan-link:hover {
        text-decoration: underline;
    }

    .plan-link .arrow-icon {
        width: 20px;
        height: 20px;
    }

/* Testimonials Section */
.testimonials-section {
    padding: 60px 20px;
    background-color: #FFFFFF;
}

.testimonials-section-title-left {
    margin-bottom: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

.testimonials-section .carousel {
    margin-top: 30px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 0 40px 0;
}

.testimonial-card {
    background-color: #F6F6F6;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.testimonial-author {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.stars {
    color: #FEC426;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 16px;
}

.testimonial-text {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #505357;
    margin: 0;
    font-style: italic;
}

.testimonials-section .carousel-indicators {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
}

    .testimonials-section .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #D9D9D9;
        border: none;
        opacity: 1;
        margin: 0 5px;
    }

        .testimonials-section .carousel-indicators button.active {
            background-color: #0072CE;
        }


/* ── New pill-style ZIP Modal ─────────────────────────────────────────────── */

.zip-modal-content {
    border-radius: 0px;
    border: none;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.12), 0 10px 0 0 #D9EAF8;
}

.zip-modal-body {
    padding: 32px 28px 28px 28px;
    margin: 0 auto;
    
}

.zip-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #73767B;
    cursor: pointer;
    padding: 0;
}

    .zip-modal-close:hover {
        color: #2B2B2B;
    }

.zip-modal-description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #2B2B2B;
    margin-bottom: 24px;
    width:260px;
}

.zip-modal-input {
    display: block;
    width: 272px;
    padding: 14px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    background-color: #FFFFFF;
    border: 1.5px solid #0072CE;
    border-radius: 50px;
    outline: none;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}

    .zip-modal-input::placeholder {
        color: #B1B3B3;
    }

    .zip-modal-input:focus {
        border-color: #1E3575;
        box-shadow: none;
    }

    .zip-modal-input:hover {
        background-color: #F5F9FD;
        color: #1E3575;
        border-color: #1E3575;
    }

.zip-modal-btn {
    display: block;
    width: 272px;
    padding: 14px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0072CE;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

    .zip-modal-btn:hover {
        background-color: #1E3575;
    }

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .sub-nav {
        display: none;
    }

    .sub-nav-container {
        padding: 0 16px;
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .sub-nav-link {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        padding: 14px 0;
    }

    .arp-hero-section {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .arp-hero-image {
        min-height: 300px;
        height: 300px;
        object-position: center center;
        position: relative;
    }

    .arp-hero-overlay {
        position: relative;
        background: none;
        height: auto;
        padding: 40px 25px 0px 24px;
    }

    .arp-hero-content {
        flex-direction: column;
        padding: 0;
        gap: 0;
        position: relative;
    }

    .arp-hero-text {
        max-width: 100%;
        color: #2B2B2B;
    }

    .arp-breadcrumb {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        color: #73767B;
        margin-bottom: 20px;
    }

    .arp-hero-title {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 45px;
        color: #2B2B2B;
        padding-right: 20px;
        margin-bottom: 0;
    }

    .arp-hero-description {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
    }

    .unexpected-grid-text-group {
        margin-left: 0px;
    }

    .unexpected-grid {
        justify-items: center;
    }

    .unexpected-section {
        padding: 0px 16px 40px 16px;
    }

    .unexpected-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ways-to-enroll-card-inline {
        grid-column: 1;
        grid-row: auto;
    }

    .unexpected-title {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        margin: 20px 0 20px 0;
    }

    .unexpected-description {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ways-to-enroll-card-inline {
        grid-column: 1 / -1;
        max-width: 100% !important;
        min-width: unset;
        width: 100%;
    }

    .ways-to-enroll-card-inline-content {
        min-width: unset;
        width: 100%;
        padding: 40px 0;
    }

    .unexpected-grid {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .unexpected-grid-text-group {
        margin-left: 0;
    }

    .ways-to-enroll-card-inline h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        padding: 16px 24px;
    }

    .ways-to-enroll-card-inline-content {
        padding: 15px 0px 30px 0px;
    }

    .ways-to-enroll-card-inline .btn-primary, .ways-to-enroll-card-inline .btn-secondary {
        width: 100%;
        max-width: 272px;
    }

    .pricing-cards-section {
        padding: 0px 16px 0px 16px;
    }

    .pricing-card-content {
        padding: 30px 28px 30px 28px;
    }

    .pricing-hr-top {
        display: none;
    }

    .pricing-desktop {
        display: none;
    }

    .pricing-mobile {
        display: block !important;
    }

    /* Pricing Carousel - Centered with Max Width */
    .pricing-carousel {
        max-width: 264px;
        margin: 0 auto 30px auto;
        position: relative;
    }

        .pricing-carousel .carousel-inner {
            max-width: 264px;
        }

        .pricing-carousel .carousel-item {
            max-width: 264px;
        }

            .pricing-carousel .carousel-item.active {
                opacity: 1;
                z-index: 2;
            }

        /* Replace icon images */
        .pricing-carousel .carousel-control-prev-icon,
        .pricing-carousel .carousel-control-next-icon {
            background-image: none; /* remove Bootstrap default */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; /* fit inside the icon box */
            width: 20px; /* icon size inside the circle */
            height: 20px;
            filter: none; /* IMPORTANT: prevents weird recoloring */
        }

        /* Left / Right SVGs */
        .pricing-carousel .carousel-control-prev-icon {
            background-image: url('/Images/nav_icon_left.svg');
        }

        .pricing-carousel .carousel-control-next-icon {
            background-image: url('/Images/nav_icon_right.svg');
        }

        .pricing-carousel .pricing-card {
            max-width: 264px;
            margin: 0 auto;
        }

    .pricing-card-content {
    max-width:264px;
    }

    .pricing-card-content h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight:600;
        font-size: 22px;
        margin-bottom:16px;
    }

    .pricing-card-content p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .pricing-card-price {
        font-size: 14px !important;
        line-height: 24px;
        margin-bottom: 30px;
    }

        .pricing-card-price .price {
            font-size: 32px;
            line-height: 100%;
        }

    /* Pricing Carousel Controls */
    .pricing-carousel .carousel-control-prev,
    .pricing-carousel .carousel-control-next {
        width: 20px;
        height: 20px;
        background-color: #FFFFFF;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        z-index: 10;
    }

    .pricing-carousel .carousel-control-prev {
        left: -50px;
    }

    .pricing-carousel .carousel-control-next {
        right: -50px;
    }

    .btn-view-all {
        border-radius: 999px; /* pill */
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }

    .why-choose-section {
        padding: 40px 16px;
    }

    h2.section-title-center {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        margin-bottom: 30px;
        text-align: left;
    }

    .why-choose-hr-top {
        display: none;
    }

    .why-choose-features {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .why-feature-item {
        align-items: flex-start;
    }

    .why-feature-item {
        padding: 24px;
        text-align: left;
        flex: 1 1 auto;
        min-width: unset;
    }

        .why-feature-item h3 {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: 100%;
        }

        .why-feature-item p {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 16px;
            line-height: 26px;
        }

    .why-choose-hr-bottom {
        display: none;
    }

    .how-it-works-section {
        padding: 0px 16px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 0;
        flex-direction: column;
    }

    .how-it-works-image {
        order: 1;
        margin-bottom: 30px;
    }

    .section-title-left {
        margin-bottom: 30px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        text-align: left;
        padding-right: 35px;
    }

    .how-it-works-image img {
        width: 100%;
    }

    .how-it-works-steps {
        order: 3;
    }

    .step-item {
        display: flex;
        gap: 0;
        align-items: flex-start;
        margin-bottom: 10px;
        flex-direction: row;
    }

    .step-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
    }

    .step-icon {
        width: 67.1px;
        height: 63.87px;
    }

    .step-arrows {
        width: 17.24px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
    }

    .step-item:last-child .step-arrows {
        display: none;
    }

    .step-content {
        flex: 1;
        padding-top: 8px;
        position: relative;
        padding-left: 20px;
    }

        .step-content::before {
            content: '—';
            position: absolute;
            left: 0;
            top: 18px;
            color: #8DC8E8;
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 16px;
            font-weight: 400;
            display: block;
        }

        .step-content h3 {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #2B2B2B;
            border: 2px solid #1E3575;
            border-radius: 8px;
            text-align: left;
        }

    .step-num {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #8DC8E8;
    }

    .step-content p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #2B2B2B;
        text-align: left;
    }

    .enroll-banner-arp {
        background-color: #FFFFFF;
        padding: 40px 20px;
    }

    .enroll-banner-arp-inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        background-color: #F5F9FD;
        /*max-width: 364px;*/
        padding: 20px 0;
    }

    .enroll-banner-arp-title {
        font-size: 28px;
        font-weight: 600;
        white-space: normal;
        text-align: center;
        padding: 15px 32px 5px 32px;
    }

    .enroll-banner-arp-actions {
        flex-direction: column;
        width: 100%;
        padding: 16px 0 20px 0;
        gap: 0;
        align-items: center;
    }

    .enroll-banner-arp-col {
        width: 100%;
        padding: 10px 0;
        align-items: center;
    }

        .enroll-banner-arp-col:first-child {
            padding-bottom: 20px;
        }

        .enroll-banner-arp-col:last-child {
            padding-top: 20px;
        }

    /* On mobile the lines expand to fill available space */
    .enroll-banner-arp-or {
        padding-top: 0px;
        width: 100%;
        max-width: 280px;
        justify-content: center;
        margin: 0 auto;
    }

        .enroll-banner-arp-or::before,
        .enroll-banner-arp-or::after {
            flex: 1;
            width: auto;
        }

    .enroll-banner-arp-btn-filled,
    .enroll-banner-arp-btn-outline {
        width: 240px;
        max-width: 240px;
        text-align: center;
        padding: 0 32px;
/*        line-height: 52px;*/
    }

    .plan-comparison-section {
        padding: 40px 16px;
    }

    .plan-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .plan-card h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 20px;
    }

    .plan-card p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
    }

    .btn-primary-card {
        border-radius: 999px; /* pill */
        font-size: 18px;
    }

    .testimonials-section {
        padding: 0px 16px 40px 16px;
    }

    .testimonials-section-title-left {
        margin-bottom: 30px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        text-align: left;
        font-weight:600;
        padding-right: 35px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 0 20px 0;
    }

    .testimonial-card {
        padding: 24px;
    }

        .testimonial-card:nth-child(2),
        .testimonial-card:nth-child(3) {
            display: none;
        }

    .testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .testimonial-author {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .stars {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        margin-left: 0;
    }

    .testimonial-text {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
    }

    /* Mobile Modal Styles */
    .zip-modal-content {
        padding-top: 30px;
    }
}
