/* Hero section for /analyse-property/ funnel */

.analyse-funnel-hero {
    background: linear-gradient(135deg, #4475f2 0%, #2563eb 45%, #3730a3 100%);
}

.analyse-funnel-hero__glow {
    position: absolute;
    inset: -2rem;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.analyse-funnel-hero__wizard-wrap {
    position: relative;
    z-index: 1;
}

.analyse-funnel-hero__wizard-card {
    position: relative;
    z-index: 1;
    border-top: 4px solid #4475f2;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.15);
}

.analyse-funnel-hero__stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4375rem 1rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 640px) {
    .analyse-funnel-hero__stat-pill {
        font-size: 0.875rem;
    }
}

.analyse-funnel-hero__benefit-icon {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
}

.analyse-funnel-hero__friction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.analyse-funnel-hero__friction-item {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
    font-size: 0.6875rem;
    line-height: 1.35;
    color: #6b7280;
}

@media (min-width: 640px) {
    .analyse-funnel-hero__friction-item {
        font-size: 0.75rem;
    }
}

.analyse-funnel-hero__friction-check {
    flex-shrink: 0;
    margin-top: 0.125rem;
    height: 0.875rem;
    width: 0.875rem;
    color: #4475f2;
}

.analyse-funnel-data-sources__divider {
    height: 1px;
    margin-bottom: 2rem;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 20%,
        rgba(255, 255, 255, 0.25) 80%,
        transparent 100%
    );
}

.analyse-funnel-data-sources__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.75rem 2.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* On mobile the wizard action bar sticks to the viewport bottom */
@media (max-width: 767px) {
    .analyse-sticky-actions {
        position: sticky;
        bottom: 0;
        background: #ffffff;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.15);
        z-index: 30;
    }
}
