/**
 * Case Impact - Full-Bleed Immersive Experience
 * 200px gradient numbers overlaying full-width images
 * Floating glassmorphism stat cards for dramatic proof
 */

/* === RESULTS FOCUSED V2 - LIGHT ELEGANT THEME === */
.results-focused-block.results-v2 {
    background: #F8FAFC !important;
    position: relative !important;
    padding: clamp(6rem, 12vw, 10rem) 0 !important;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    overflow: hidden !important;
    color: #1A1A2E !important;
    z-index: 5;
}

/* --- Background Visuals --- */
.results-bg-visuals {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.data-flow-paths {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.radial-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(14, 165, 233, 0.05) 0%, rgba(139, 92, 246, 0.03) 50%, transparent 100%);
}

.noise-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.02;
    mix-blend-mode: overlay;
}

/* --- Container --- */
.results-inner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
    position: relative;
    z-index: 10;
}

/* --- Narrative Column (Left) --- */
.results-narrative {
    position: relative;
}

.results-eyebrow {
    display: block;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #0EA5E9 !important;
    margin-bottom: 1.5rem;
}

.results-title-split {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(3rem, 6vw, 4.5rem) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 2rem 0;
    color: #1A1A2E !important;
    text-transform: uppercase;
    /* Prevent mid-word breaks */
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    white-space: normal !important;
}

.results-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    max-width: 580px;
    margin-bottom: 3.5rem;
    border-left: 3px solid #E2E8F0;
    padding-left: 2rem;
}

/* Strategic Bullets */
.strategic-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 4rem 0;
    display: grid;
    gap: 1.5rem;
}

.bullet-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.bullet-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: white;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0EA5E9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bullet-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #1E293B !important;
}

/* CTA */
.cta-results-minimal {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    text-decoration: none;
    color: #1A1A2E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0EA5E9;
    transition: all 0.3s ease;
}

.cta-results-minimal:hover {
    gap: 2rem;
    border-color: #8B5CF6;
}

/* --- Visuals Column (Right) --- */
.results-visuals-col {
    position: relative;
}

.visuals-wrapper {
    position: relative;
    padding: 2rem;
}

.masked-image-container {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #E2E8F0;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Modern Image Mask Effect */
.results-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s var(--ease-cinematic);
}

.visuals-wrapper:hover .results-main-img {
    transform: scale(1.05);
}

.mask-gradient-border {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    pointer-events: none;
}

/* --- Floating Metrics --- */
.floating-metrics-container {
    position: absolute;
    inset: -10% -10%;
    pointer-events: none;
    z-index: 10;
}

.metric-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid white;
    padding: 1.25rem 1.75rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.badge-value {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #0EA5E9, #8B5CF6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.badge-label {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #64748B !important;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}

/* Positions for Badges */
.badge-1 {
    top: 15%;
    right: 5%;
    transform: rotate(5deg);
}

.badge-2 {
    bottom: 20%;
    left: 0%;
    transform: rotate(-5deg);
}

.badge-3 {
    top: 10%;
    left: 10%;
    transform: rotate(-8deg);
}

/* SVG Connecting Dots */
.connecting-dots {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* --- Responsive Layout --- */
@media (max-width: 1100px) {
    .results-inner-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .results-visuals-col {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .results-focused-block.results-v2 {
        padding: 6rem 0 !important;
    }

    .results-inner-container {
        padding: 0 1.5rem;
    }

    .results-title-split {
        font-size: 2.75rem !important;
    }

    .floating-metrics-container {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 3rem;
    }

    .metric-badge {
        position: static;
        min-width: auto;
        transform: none !important;
    }
}