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

.hw-funnel-section-2301 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 15px 80px 15px;
    background-color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
}

.hw-funnel-header-2301 {
    text-align: center;
    margin-bottom: 56px;
}

.hw-funnel-h2-2301 {
    color: #002c77;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 16px 0;
}

.hw-funnel-subhead-2301 {
    color: rgba(0, 44, 119, 0.75);
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
}

.hw-funnel-timeline-wrap-2301 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hw-funnel-steps-2301 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.hw-funnel-step-2301 {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    width: 25%;
}

.hw-funnel-number-2301 {
    width: 72px;
    height: 72px;
    background-color: #002c77;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    transform: scale(0);
    opacity: 0;
}

.hw-funnel-content-2301 {
    opacity: 0;
    transform: translateY(16px);
}

.hw-funnel-title-2301 {
    color: #002c77;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.hw-funnel-untertitel-2301 {
    color: #ff5800;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 12px;
}

.hw-funnel-body-2301 {
    color: #002c77;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.hw-funnel-line-bg-2301,
.hw-funnel-line-fill-2301 {
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    z-index: 1;
}

.hw-funnel-line-bg-2301 {
    background-color: rgba(75, 146, 219, 0.2);
}

.hw-funnel-line-fill-2301 {
    background-color: #4b92db;
    width: 0;
    transition: width 1.8s ease-out;
}

.hw-funnel-mikrocopy-2301 {
    color: rgba(0, 44, 119, 0.75);
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    max-width: 720px;
    margin: 48px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #4b92db;
}

/* Desktop Animations */
.hw-funnel-section-2301.hw-is-visible .hw-funnel-line-fill-2301 {
    width: 100%;
}
.hw-funnel-step-2301.hw-circle-visible .hw-funnel-number-2301 {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}
.hw-funnel-step-2301.hw-content-visible .hw-funnel-content-2301 {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

/* Tablet & Mobile (Vertical Layout) */
@media (max-width: 1024px) {
    .hw-funnel-section-2301 {
        padding: 80px 20px 64px 20px;
    }

    .hw-funnel-steps-2301 {
        flex-direction: column;
        align-items: flex-start;
    }

    .hw-funnel-step-2301 {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 40px;
        padding: 0 0 0 0;
        position: relative;
        padding-left: 96px;
    }

    .hw-funnel-step-2301:last-child {
        margin-bottom: 0;
    }

    .hw-funnel-number-2301 {
        margin-bottom: 0;
        margin-right: 0;
        flex-shrink: 0;
        position: absolute;
        left: 0;
        top: 0;
        /* CRITICAL FIX: Force visibility on mobile */
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .hw-funnel-content-2301 {
        padding-top: 8px;
        /* CRITICAL FIX: Force visibility on mobile */
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

    .hw-funnel-line-bg-2301,
    .hw-funnel-line-fill-2301 {
        top: 0;
        bottom: 0;
        left: 35px;
        right: auto;
        width: 2px !important;
        height: 100% !important;
    }

    .hw-funnel-line-fill-2301 {
        background-color: #4b92db;
        transition: none;
    }

    .hw-funnel-section-2301.hw-is-visible .hw-funnel-line-fill-2301 {
        height: 100% !important;
        width: 2px !important;
    }
}

@media (max-width: 767px) {
    .hw-funnel-section-2301 {
        padding: 60px 15px 48px 15px;
    }
    .hw-funnel-h2-2301 {
        font-size: 22px;
    }
    .hw-funnel-number-2301 {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .hw-funnel-step-2301 {
        padding-left: 80px;
    }
    .hw-funnel-line-bg-2301,
    .hw-funnel-line-fill-2301 {
        left: 29px;
    }
}

/* Reduced Motion Fallback */
@media (prefers-reduced-motion: reduce) {
    .hw-funnel-line-fill-2301,
    .hw-funnel-number-2301,
    .hw-funnel-content-2301 {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
    .hw-funnel-line-fill-2301 {
        width: 100% !important;
    }
    @media (max-width: 1024px) {
        .hw-funnel-line-fill-2301 {
            height: 100% !important;
            width: 2px !important;
        }
    }
}