
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

                .showcase-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        

       

        .banner-comparison {
            display: grid;
            gap: 80px;
            margin-bottom: 60px;
            position: relative;
        }

        .banner-section {
            position: relative;
            background: #f8fafc;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 1px solid #e2e8f0;
        }

        .banner-label {
            position: absolute;
            top: -15px;
            left: 30px;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: white;
        }

        .banner-label.before {
            background: linear-gradient(45deg, #dc2626, #b91c1c);
            box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
        }

        .banner-label.after {
            background: linear-gradient(45deg, #2B4DFF, #040D43);
            box-shadow: 0 4px 15px rgba(43, 77, 255, 0.4);
        }

        .banner-frame {
            width: 100%;
            height: 320px;
            background: #64748b;
            border-radius: 15px;
            margin-bottom: 30px;
            position: relative;
            overflow: visible;
            border: 2px solid #e2e8f0;
        }

        .banner-image {
            width: 100%;
            height: 100%;
            /*object-fit: cover; */
            border-radius: 13px;
        }

        .banner-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: #f8fafc;
            font-size: 16px;
            font-weight: 500;
        }

        /* Banner Area Markers */
        .banner-area {
            position: absolute;
            border: 2px dashed #64748b;
            background: rgba(100, 116, 139, 0.1);
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .banner-area.active {
            border-color: #2B4DFF;
            background: rgba(43, 77, 255, 0.2);
        }

        .banner-area.negative {
            border-color: #dc2626;
            background: rgba(220, 38, 38, 0.1);
        }

        .banner-area.negative.active {
            border-color: #dc2626;
            background: rgba(220, 38, 38, 0.2);
        }

        /* Default visible areas for Before banner */
        .before-section .banner-area {
            opacity: 1;
        }

        .after-section .banner-area {
            opacity: 0;
        }

        /* Specific area positions for LinkedIn banner layout */
        .area-heading {
            top: 16.0%;
            left: 52.2%;
            width: 40%;
            height: 39%;
        }

        .area-cta {
            top: 2%;
            left: 0.6%;
            width: 15%;
            height: 12%;
        }

        .area-social-proof {    
            bottom: 1.8%;
            right: 0.5%;
            width: 54%;
            height: 20%;
        }

        .area-profile-pic {
            bottom: -25%;
            left: 5%;
            width: 23%;
            height: 80%;
            border-radius: 50%;
        }

        .area-2second-picture-banner {
            bottom: 25%;
            left: 32.5%;
            width: 19%;
            height: 68%;
            border-radius: 50%;
        }

        .area-tagline {
            top: 60%;
            left: 52%;
            width: 47%;
            height: 10%;
        }
        .area-banner-experience {
            top: 3.4%;
            left: 52.5%;
            width: 21%;
            height: 10%;
        }

        .explanations-container {
            margin-top: 80px;
        }

        .explanation-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            padding: 16px 24px;
            background: #ffffff;
            border-radius: 12px;
            border-left: 4px solid transparent;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .explanation-item.negative {
            border-left-color: #dc2626;
            background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
        }

        .explanation-item.positive {
            border-left-color: #2B4DFF;
            background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
        }

        .explanation-item:hover,
        .explanation-item.active {
            transform: translateX(8px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        .explanation-item.negative:hover,
        .explanation-item.negative.active {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
        }

        .explanation-item.positive:hover,
        .explanation-item.positive.active {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        }

        .explanation-icon {
            margin-right: 15px;
            font-size: 22px;
            min-width: 30px;
        }

        .explanation-text {
            font-size: 15px;
            line-height: 1.5;
            color: #1e293b;
            font-weight: 500;
        }

        .explanation-number {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            background: #64748b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 700;
            color: white;
        }

        .explanation-item.negative .explanation-number {
            background: #dc2626;
        }

        .explanation-item.positive .explanation-number {
            background: #2B4DFF;
        }

        /* SVG Line Drawing */
        .line-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 10;
        }

        .connection-line {
            stroke: #2B4DFF;
            stroke-width: 3;
            fill: none;
            stroke-dasharray: 8,4;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .connection-line.negative {
            stroke: #dc2626;
        }

        .connection-line.active {
            opacity: 0.9;
            animation: dashMove 3s linear infinite;
        }

        /* Default visible lines for Before banner */
        .before-section .connection-line {
            opacity: 0.7;
            animation: dashMove 3s linear infinite;
        }

        @keyframes dashMove {
            0% { stroke-dashoffset: 0; }
            100% { stroke-dashoffset: 24; }
        }

        .connection-point {
            fill: #2B4DFF;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .connection-point.negative {
            fill: #dc2626;
        }

        .connection-point.active {
            opacity: 1;
            animation: pointPulse 2s ease-in-out infinite;
        }

        /* Default visible points for Before banner */
        .before-section .connection-point {
            opacity: 0.8;
            animation: pointPulse 2s ease-in-out infinite;
        }

        @keyframes pointPulse {
            0%, 100% { r: 5; }
            50% { r: 7; }
        }

        /* Additional Lines Above and Below */
        .section-divider {
            height: 2px;
            background: linear-gradient(90deg, transparent 0%, #64748b 20%, #64748b 80%, transparent 100%);
            margin: 40px 0;
            position: relative;
        }

        .section-divider::before,
        .section-divider::after {
            content: '';
            position: absolute;
            top: -1px;
            width: 8px;
            height: 4px;
            background: #2B4DFF;
        }

        .section-divider::before {
            left: 20%;
        }

        .section-divider::after {
            right: 20%;
        }

        /* Button-style Text Elements */
        .button-text {
            display: inline-block;
            background: linear-gradient(135deg, #2B4DFF, #040D43);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 5px 0;
            box-shadow: 0 2px 8px rgba(43, 77, 255, 0.3);
        }

        .button-text.negative {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
        }

        /* Results Section */
        .results-section {
            margin-top: 60px;
            padding: 40px;
            background: #f8fafc;
            border-radius: 20px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .results-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 30px;
        }

        .results-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            text-align: center;
        }

        .result-item {
            padding: 25px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
        }

        .result-number {
            font-size: 3rem;
            font-weight: 700;
            background: linear-gradient(135deg, #2B4DFF, #040D43);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        .result-label {
            font-size: 14px;
            color: #64748b;
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .banner-comparison {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .banner-frame {
                height: 20%;
                width: 100%;
            }
            
            .results-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .showcase-container {
                padding: 0 10px;
            }
            
            .banner-section {
                padding: 20px;
            }
            
            .results-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }

        /* Enhanced Visual Effects */
        .banner-section::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #2B4DFF, #040D43);
            border-radius: 22px;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .banner-section:hover::before {
            opacity: 0.1;
        }

        .explanation-item::after {
            content: '';
            position: absolute;
            right: 60px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid #64748b;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .explanation-item:hover::after {
            opacity: 1;
            right: 55px;
        }

        .explanation-item.negative::after {
            border-left-color: #dc2626;
        }

        .explanation-item.positive::after {
            border-left-color: #2B4DFF;
        }