/* ===========================
   Our Process Page Styles
   =========================== */

/* Hero */
.process-hero-content {
    padding: 3rem 0;
}

.process-hero-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 0.26px;
}

.process-hero-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    max-width: 750px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.process-hero-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 3rem auto;
}

.process-step-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 50px;
    padding: 1rem 2rem;
    min-width: 150px;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.process-step-pill-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.875rem;
}

.process-step-pill:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.process-step-arrow {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
}

/* Process Steps */
.process-step {
    padding: 5rem 0;
    background-color: #ffffff;
}

.process-step--alt {
    background-color: #F9FAFB;
}

.process-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #1A3B5C;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.process-step-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #1a1a2e;
    margin: 0;
}

.process-step-title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.process-step-title-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.process-step-description {
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    color: #364153;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.process-step-items {
    margin-bottom: 1.5rem;
}

.process-step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.process-step-item-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: rgba(239, 246, 255, 1);
    border-radius: 8px;
    color: #1A3B5C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.process-step-item-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin: 0 0 0.2rem;
}

.process-step-item-desc {
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.process-step-quote {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #364153;
    background-color: #F0F7FF;
    border-left: 3px solid #1a73e8;
    padding: 1.5rem 1rem;
    border-radius: 0 6px 6px 0;
    line-height: 1.5;
}

.process-step-quote strong {
    color: #1A3B5C;
}

.process-step-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* Why Our Process Works */
.process-why {
    padding: 5rem 0;
    background: rgba(13, 24, 42, 1);
    color: #ffffff;
}

.process-why-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.process-why-subheadline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.process-why-card {
    padding: 1.5rem;
}

.process-why-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.process-why-icon i {
    color: #ffffff;
    font-size: 1.5rem;
}

.process-why-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.process-why-description {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #DBEAFE;
    line-height: 1.5;
    letter-spacing: -0.31px;
}

/* CTA Section */
.process-cta {
    padding: 5rem 0;
    background-color: #ffffff;
}

.process-cta-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.process-cta-subheadline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.process-cta-btn {
    display: inline-block;
    background-color: #0d1b2a;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.85rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.process-cta-btn:hover {
    background-color: #1A3B5C;
    color: #ffffff;
}

.process-cta-footnote {
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    color: #999;
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 767px) {
    .process-hero-content {
        padding-top: 6rem;
    }

    .process-hero-headline {
        font-size: 2.5rem;
    }

    .process-step {
        padding: 3rem 0;
    }

    .process-step-title {
        font-size: 1.5rem;
    }

    .process-step-image {
        margin-top: 1.5rem;
    }

    .process-why,
    .process-cta {
        padding: 3rem 0;
    }
}
