@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.plan-section-1352b521 {
    font-family: 'PT Sans', sans-serif;
    background-color: #ffffff;
    padding: 100px 0 80px;
    max-width: 1140px;
    margin: 0 auto;
}

.plan-section-1352b521 .ps-header {
    text-align: center;
    margin-bottom: 60px;
}

.plan-section-1352b521 .ps-eyebrow {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fdc82f;
    margin-bottom: 12px;
}

.plan-section-1352b521 .ps-title {
    font-weight: 700;
    font-size: 36px;
    color: #002c77;
    margin-bottom: 16px;
}

.plan-section-1352b521 .ps-subtitle {
    font-size: 18px;
    color: #374151;
}

.plan-section-1352b521 .ps-steps-container {
    display: flex;
    position: relative;
    gap: 30px;
    margin-bottom: 40px;
}

.plan-section-1352b521 .ps-line-bg,
.plan-section-1352b521 .ps-line-fill {
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    z-index: 1;
}

.plan-section-1352b521 .ps-line-bg {
    border-top: 2px dashed #e5e7eb;
}

.plan-section-1352b521 .ps-line-fill {
    border-top: 2px dashed #fdc82f;
    width: 0;
    transition: width 1.5s ease-out;
}

.plan-section-1352b521.is-visible .ps-line-fill {
    width: 100%;
}

.plan-section-1352b521 .ps-step-card {
    flex: 1;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px 20px;
    border-top: 4px solid #ff5800;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-out;
}

.plan-section-1352b521.is-visible .ps-step-card {
    opacity: 1;
    transform: scale(1);
}

.plan-section-1352b521 .ps-step-circle {
    width: 80px;
    height: 80px;
    background-color: #002c77;
    border: 2px solid #fdc82f;
    border-radius: 50%;
    margin: -70px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fdc82f;
    font-size: 24px;
}

.plan-section-1352b521 .ps-step-num {
    font-weight: 700;
    font-size: 32px;
}

.plan-section-1352b521 .ps-step-icon svg {
    width: 24px;
    height: 24px;
    fill: #fdc82f;
}

.plan-section-1352b521 .ps-step-title {
    font-weight: 700;
    font-size: 22px;
    color: #002c77;
    margin-bottom: 12px;
}

.plan-section-1352b521 .ps-step-body {
    font-size: 16px;
    color: #1f2937;
    line-height: 1.7;
}

.plan-section-1352b521 .step-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff5800;
    color: #fff;
    padding: 6px 16px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
}

.plan-section-1352b521 .ps-microcopy {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 767px) {
    .plan-section-1352b521 .ps-steps-container {
        flex-direction: column;
        gap: 60px;
    }
    .plan-section-1352b521 .ps-line-bg,
    .plan-section-1352b521 .ps-line-fill {
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        border-top: none;
        border-left: 2px dashed #e5e7eb;
    }
    .plan-section-1352b521 .ps-line-fill {
        border-left: 2px dashed #fdc82f;
        height: 0;
        width: 2px;
        transition: height 1.5s ease-out;
    }
    .plan-section-1352b521.is-visible .ps-line-fill {
        height: 100%;
        width: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .plan-section-1352b521 .ps-line-fill {
        transition: none !important;
        width: 100% !important;
    }
    @media (max-width: 767px) {
        .plan-section-1352b521 .ps-line-fill { height: 100% !important; }
    }
    .plan-section-1352b521 .ps-step-card {
        transition: none !important;
        opacity: 1 !important;
        transform: scale(1) !important;
    }
}
