/* Extracted from legacy landing-salary-insights-report/index.html inline styles */

/* --- VISUAL OVERHAUL STYLES --- */
        html body.kw-marketing-body .kw-salary-insights-report {
            font-family: 'Inter Tight', sans-serif;
            background-color: #fff;
            overflow-x: hidden;
        }

        /* Modern Hero Section */
        .hero-section {
            background: radial-gradient(circle at top right, #f0f9ff 0%, #ffffff 60%);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-bg-blob {
            position: absolute;
            top: -100px;
            right: -100px;
            width: 600px;
            height: 600px;
            background: linear-gradient(135deg, #e0f7fa 0%, #e1f5fe 100%);
            border-radius: 50%;
            z-index: 0;
            opacity: 0.6;
            filter: blur(80px);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .hero-title {
            /* font-family: 'Poppins', sans-serif; */
            font-weight: 800;
            color: #1a1a1a;
            font-size: 3.2rem;
            line-height: 1.15;
            margin-bottom: 20px;
            text-align: center;
        }

        .highlight-teal {
            color: #3bbdad;
            position: relative;
            display: inline-block;
        }

        .highlight-teal::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 12px;
            background: rgba(59, 189, 173, 0.15);
            z-index: -1;
            transform: skewX(-10deg);
        }

        .hero-sub {
            font-size: 1.5rem;
            color: #555;
            margin-bottom: 35px;
            line-height: 1.6;
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        /* 3D Image Effect */
        .hero-img-container {
            position: relative;
            z-index: 2;
            perspective: 1500px;
        }

        .hero-img {
            width: 100%;
            max-width: 550px;
            border-radius: 15px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
            transform: rotateY(-10deg) rotateX(5deg);
            transition: transform 0.5s ease, box-shadow 0.5s ease;
            background: #fff;
        }

        .hero-img-container:hover .hero-img {
            transform: rotateY(0deg) rotateX(0deg);
            box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.2);
        }

        /* Modern CTA Button */
        .cta-btn-main {
            background: #3bbdad;
            color: #fff;
            padding: 14px 28px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.4rem;
            box-shadow: 0 10px 25px rgba(59, 189, 173, 0.3);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            border: none;
            cursor: pointer;
            text-decoration: none;
        }

        .cta-btn-main:hover {
            background: #2fa89a;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(59, 189, 173, 0.4);
            text-decoration: none;
        }

        .cta-btn-main i {
            margin-right: 10px;
            font-size: 1.4rem;
        }

        .trust-row {
            margin-top: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            color: #666;
            font-size: 1.2rem;
            font-weight: 500;
        }

        .trust-row i {
            color: #28a745;
            margin-right: 6px;
        }

        /* PREMIUM ROADMAP */

        .roadmap-light {
            background: #f8fafc;

            font-family: 'Inter', sans-serif;
            padding: 120px 0;
        }

        /* .roadmap-light .container {
            max-width: 1100px;
        } */

        .roadmap-header-light {
            max-width: 700px;
            margin-bottom: 60px;
        }

        .roadmap-header-light h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 14px;
            color: #0f172a;
        }

        .roadmap-header-light p {
            font-size: 16px;
            color: #64748b;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .roadmap-header-light {
                margin-bottom: 30px;
            }

            .roadmap-header-light h2 {
                font-size: 24px;
            }

            .roadmap-header-light p {
                font-size: 14px;
            }
        }

        .roadmap-light-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
        }

        .roadmap-light-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 40px 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.25s ease;
            min-height: 260px;
            display: flex;
            flex-direction: column;
        }

        .roadmap-light-card:hover {
            border-color: #cbd5e1;
            transform: translateY(-4px);
        }

        .step-number {
            font-size: 16px;
            font-weight: 700;
            color: #94a3b8;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .roadmap-light-card h4 {
            font-size: 18.2px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #0f172a;
            line-height: 1.2;
        }

        .roadmap-light-card p {
            font-size: 15.4px;
            color: #475569;
            line-height: 1.6;
            flex-grow: 1;
            font-weight: 300;
        }

        .roadmap-light-card a {
            color: #0f766e;
            text-decoration: none;
        }

        .roadmap-light-card a:hover {
            text-decoration: underline;
        }

        /* Highlight Final Step */

        .roadmap-light-accent {
            border: 1px solid #0f766e;
            background: #f0fdfa;
        }

        .roadmap-light-accent .step-number {
            color: #0f766e;
        }

        .roadmap-light-accent h4 {
            color: #0f766e;
        }

        /* Responsive */

        @media(max-width: 992px) {
            .roadmap-light-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width: 600px) {
            .roadmap-light-grid {
                grid-template-columns: 1fr;
            }
        }


        /* .step-number {
            background: #e0f2f1;
            color: #00796b;
            font-weight: 800;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }

        .tool-link {
            color: #3bbdad;
            font-weight: 600;
            text-decoration: none;
            border-bottom: 1px dashed #3bbdad;
        }

        .tool-link:hover {
            color: #2fa89a;
            text-decoration: none;
            border-bottom-style: solid;
        } */

        .salary-grid-section {
            padding: 80px 0;
            background: linear-gradient(180deg, #fcfcfc 0%, #fff 100%);
        }

        .salary-grid-section .col-md-6 {
            margin-bottom: 30px;
        }

        .salary-card {
            border: 1px solid #f8f9fa;
            border-radius: 24px;
            padding: 32px 25px;
            text-align: left;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
            background: #fff;
            height: 100%;
            min-height: 255px;
            text-decoration: none;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .salary-grid-header-light {
            max-width: 700px;
            margin-bottom: 60px;
        }

        .salary-grid-header-light h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 14px;
            color: #0f172a;
        }

        .salary-grid-header-light p {
            font-size: 16px;
            color: #64748b;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .salary-grid-header-light {
                margin-bottom: 30px;
            }

            .salary-grid-header-light h2 {
                font-size: 24px;
            }

            .salary-grid-header-light p {
                font-size: 14px;
            }
        }

        /* .salary-card:hover {
            border-color: transparent;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            transform: translateY(-5px);
        } */

        .salary-card h5 {
            font-weight: 500;
            color: #111;
            margin-bottom: 12px;
            font-size: 1.5rem;
            line-height: 1.3;
        }

        .salary-card p {
            font-size: 1.1rem;
            color: #666;
            font-weight: 500;
            margin-bottom: 0;
            display: block;
        }

        .salary-card i {
            font-size: 42px;
            margin-bottom: 24px;
            display: inline-block;
            transition: transform 0.3s ease;
            opacity: 1;
        }

        /* .salary-card:hover i {
            transform: scale(1.1);
            color: inherit;
        } */

        .col-md-6:nth-child(4n+1) .salary-card i {
            color: #0d9488;
        }

        .col-md-6:nth-child(4n+2) .salary-card i {
            color: #f59e0b;
        }

        .col-md-6:nth-child(4n+3) .salary-card i {
            color: #3b82f6;
        }

        .col-md-6:nth-child(4n+4) .salary-card i {
            color: #f43f5e;
        }

        a.salary-card-link {
            text-decoration: none;
            display: block;
            height: 100%;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            padding: 40px 0;
        }

        .feature-card {
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
            border-color: #e0e0e0;
        }

        .feature-icon-box {
            width: 60px;
            height: 60px;
            background: #e0f2f1;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #3bbdad;
        }

        .feature-icon-box i {
            font-size: 28px;
        }

        /* Comparison Table Refactor */
        .comparison-section {
            background: #f8f9fa;
            padding: 80px 0;
        }

        .comparison-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            border: 1px solid #eee;
        }

        .comparison-table {
            width: 100%;
            margin-bottom: 0;
            border-collapse: separate;
            border-spacing: 0;
        }

        .comparison-th {
            padding: 20px;
            border-bottom: 1px solid #eee;
            text-align: center;
            font-weight: 600;
            background: #fcfcfc;
        }

        .comparison-td {
            padding: 18px 20px;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
            font-size: 1rem;
        }

        .comparison-feature-col {
            width: 35%;
            font-weight: 600;
            color: #444;
            text-align: left;
        }

        .comparison-standard-col {
            width: 30%;
            color: #999;
            text-align: center;
            font-size: 0.9rem;
        }

        .comparison-kudos-col {
            width: 35%;
            background: #e0f2f1;
            color: #00796b;
            font-weight: 800;
            text-align: center;
        }

        .comparison-kudos-cell {
            text-align: center;
            background: #f4fbfb;
            color: #222;
            font-weight: 700;
        }

        /* Last row handling */
        .comparison-table tr:last-child .comparison-td {
            border-bottom: none;
        }

        @media (max-width: 600px) {
            .comparison-table {
                min-width: 400px;
            }
        }

        .check-icon {
            color: #3bbdad;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .cross-icon {
            color: #ccc;
        }

        /* Generic Fail Section Refined */
        .fail-section {
            padding: 100px 0;
            background: #fff;
        }

        .fail-title {
            font-weight: 800;
            color: #222;
            line-height: 1.2;
            margin-bottom: 24px;
            font-size: 2.5rem;
        }

        .fail-title span {
            color: #dc3545;
        }

        .fail-description {
            font-size: 1.25rem;
            color: #555;
            margin-bottom: 40px;
            font-weight: 300;
            line-height: 1.6;
        }

        .benefit-item {
            margin-bottom: 30px;
        }

        .benefit-item:last-child {
            margin-bottom: 0;
        }

        .benefit-header {
            font-weight: 700;
            color: #1a1a1a;
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

        .benefit-icon-box {
            background: #e0f2f1;
            color: #3bbdad;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 14px;
            flex-shrink: 0;
        }

        .benefit-text {
            color: #666;
            font-size: 1rem;
            padding-left: 44px;
            line-height: 1.5;
        }

        @media (max-width: 991px) {
            .fail-section {
                padding: 60px 0;
            }

            .fail-title {
                font-size: 2rem;
                text-align: center;
            }

            .fail-description {
                font-size: 1.1rem;
                text-align: center;
                margin-bottom: 30px;
            }

            .benefit-header {
                justify-content: flex-start;
            }
        }

        /* FAQ Clean Up */
        .faq-section {
            padding: 80px 0;
        }

        @media screen and (min-width: 991px) {
            .faq-section-row {
                width: 100%;
                margin: 0 auto;
            }

            /* @media (min-width: 992px) {
                .salary-grid-section .col-md-6 {
                    width: 50%;
                }
            } */
        }

        .faq-box {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #eee;
        }

        .faq-box h4 {
            font-weight: 700;
            font-size: 1.4rem;
            color: #222;
            margin-bottom: 10px;
        }

        .faq-box p {
            color: #555;
            line-height: 1.6;
            margin-bottom: 0;
        }

        @media (max-width: 1200px) {
            .hero-section {
                padding: 60px 0 40px;
                text-align: center;
            }

            .hero-img-container {
                margin-top: 40px;
                perspective: none;
            }

            .hero-img {
                transform: none !important;
                max-width: 550px;
                margin: 0 auto;
                display: block;
            }

            .trust-row {
                justify-content: center;
                flex-wrap: wrap;
                gap: 15px;
            }

            .hero-title {
                font-size: 2.25rem;
            }

            .hero-sub {
                max-width: 550px;
                font-size: 16px;
                margin: 16px auto;
            }

        }

        @media (max-width: 768px) {
            .salary-card h5 {
                font-size: 1.3rem;
            }

            .salary-card {
                padding: 24px 20px;
                min-height: auto;
            }
        }

        @media (max-width: 767px) {
            .hero-title {
                font-size: 24px;
            }

            .cta-btn-main {
                /* width: 100%; */
                justify-content: center;
                padding: 14px 20px;
            }

            .roadmap-section {
                padding: 60px 0;
            }

            .salary-grid-section {
                padding: 60px 0;
            }

            /* Enable horizontal scroll for table on mobile */
            .table-responsive-custom {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                margin: 0 -15px;
                padding: 0 15px;
            }

        }

        /* --- UPLOAD INTERFACE STYLES --- */
        .upload-interface {
            background: #fff;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            margin: 20px auto 0;
            max-width: 600px;
        }

        .upload-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 30px;
            border: 2px dashed #3bbdad;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f8fffe;
            position: relative;
        }

        .upload-box:hover {
            background: #e8f5f3;
            border-color: #2fa89a;
        }

        .upload-icon-green {
            font-size: 3rem;
            color: #3bbdad;
            margin-bottom: 15px;
        }

        .upload-box h3 {
            font-size: 1.2rem;
            color: #1a1a1a;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .upload-box p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
        }

        .custom-file-input {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 6;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .or-section {
            display: flex;
            align-items: center;
            margin: 20px 0;
            text-align: center;
        }

        .or-section hr {
            flex: 1;
            border: none;
            border-top: 1px solid #ddd;
            margin: 0 10px;
        }

        .or-section span {
            color: #888;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .paste-area textarea {
            width: 100%;
            min-height: 120px;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-family: 'Inter Tight', sans-serif;
            font-size: 0.95rem;
            resize: vertical;
            transition: border-color 0.3s ease;
        }

        .paste-area textarea:focus {
            outline: none;
            border-color: #3bbdad;
            box-shadow: 0 0 0 3px rgba(59, 189, 173, 0.1);
        }

        .paste-area textarea::placeholder {
            color: #aaa;
        }

        /* --- LOADER STYLES --- */
        .salary-loader {
            padding: 30px 20px;
        }

        .loader-icon-container {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, #3bbdad 0%, #2fa89a 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: pulse 2s infinite;
        }

        .loader-icon-container i {
            font-size: 2rem;
            color: #fff;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .loader-step-indicator {
            margin-bottom: 15px;
        }

        .loader-step-indicator span {
            font-size: 0.85rem;
            color: #888;
            font-weight: 600;
        }

        .progress-bar-container {
            max-width: 300px;
            margin: 0 auto 20px;
        }

        .progress-bar {
            height: 8px;
            background: #e0e0e0;
            border-radius: 4px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #3bbdad 0%, #2fa89a 100%);
            border-radius: 4px;
            transition: width 0.5s ease;
        }

        .loading-text {
            display: block;
            font-size: 1.1rem;
            color: #333;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .tidbits-container {
            max-width: 500px;
            margin: 15px auto 0;
            padding: 15px 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid #3bbdad;
        }

        .tidbits-text {
            font-size: 1rem;
            color: #555;
            font-style: italic;
            line-height: 1.5;
        }

        /* --- ERROR STATE STYLES --- */
        .error-card {
            background: #fff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            max-width: 400px;
            margin: 0 auto;
        }

        .error-card h3 {
            color: #333;
            margin-bottom: 10px;
        }

        .error-card p {
            color: #666;
            margin-bottom: 20px;
        }

        /* --- RESULTS SECTION STYLES --- */
        .results-section {
            background: #fff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .results-title {
            text-align: center;
            font-size: 1.8rem;
            color: #1a1a1a;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .salary-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-bottom: 30px;
        }

        @media (max-width: 768px) {
            .salary-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .salary-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .salary-card {
            background: #f8f9fa;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }

        .card-header {
            display: flex;
            align-items: center;
            padding: 20px;
            background: linear-gradient(135deg, #3bbdad 0%, #2fa89a 100%);
            color: #fff;
        }

        .card-header i {
            font-size: 1.5rem;
            margin-right: 12px;
        }

        .card-header h3 {
            font-size: 1.1rem;
            margin: 0;
            font-weight: 600;
        }

        .card-summary {
            padding: 15px 20px 0;
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
        }

        /* --- BLUR LOCK STYLES --- */
        .blur-lock-wrapper {
            position: relative;
            min-height: 200px;
        }

        .blur-lock-content {
            padding: 0 0 20px;
            transition: filter 0.3s ease;
        }

        .blur-lock-content--blurred {
            filter: blur(5px);
            pointer-events: none;
            user-select: none;
        }

        .blur-lock-overlay {
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.85);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .blur-lock-overlay:hover {
            background: rgba(255, 255, 255, 0.9);
        }

        .blur-lock-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .blur-lock-text {
            font-size: 0.95rem;
            color: #555;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .blur-lock-cta {
            background: #3bbdad;
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(59, 189, 173, 0.3);
        }

        .blur-lock-cta:hover {
            background: #2fa89a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(59, 189, 173, 0.4);
        }

        /* --- SALARY CHART STYLES --- */
        .salary-chart {
            padding: 0 20px 20px;
        }

        .salary-bar-item {
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
        }

        .salary-bar-label {
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 5px;
        }

        .salary-bar-value {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .salary-bar-track {
            height: 20px;
            background: #e0e0e0;
            border-radius: 10px;
            overflow: hidden;
        }

        .salary-bar-fill {
            height: 100%;
            border-radius: 10px;
            transition: width 0.5s ease;
        }

        .salary-bar-fill--blurred {
            filter: blur(4px);
        }

        /* --- SKILLS TABLE STYLES --- */
        .skills-table-container {
            padding: 0 20px 20px;
        }

        .skills-count {
            padding: 0 20px;
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 10px;
        }

        .skills-table {
            width: 100%;
            border-collapse: collapse;
        }

        .skills-table th,
        .skills-table td {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }

        .skills-table th {
            font-weight: 600;
            color: #333;
            background: #f0f0f0;
        }

        .skill-name--masked {
            color: #888;
            font-style: italic;
        }

        /* --- INDUSTRY METRICS STYLES --- */
        .industry-metrics {
            padding: 20px;
        }

        .metric-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #eee;
        }

        .metric-item:last-child {
            border-bottom: none;
        }

        .metric-label {
            font-size: 0.9rem;
            color: #555;
        }

        .metric-value {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
        }

        .metric-value--blurred {
            filter: blur(4px);
            color: #888;
        }

        /* --- CERTIFICATIONS STYLES --- */
        .cert-count {
            padding: 0 20px;
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 10px;
        }

        .certs-list {
            padding: 0 20px 20px;
        }

        .cert-item {
            padding: 10px;
            background: #fff;
            border-radius: 8px;
            margin-bottom: 8px;
            border-left: 3px solid #3bbdad;
        }

        .cert-item--masked {
            border-left-color: #ccc;
            color: #888;
            font-style: italic;
        }

        /* --- RESULTS FOOTER --- */
        .results-footer {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .btn-outline {
            background: transparent;
            border: 2px solid #3bbdad;
            color: #3bbdad;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-outline:hover {
            background: #3bbdad;
            color: #fff;
        }

        .hero-img-below {
            margin-top: 40px;
            text-align: center;
        }

        .hero-img-below img {
            max-width: 500px;
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            margin: 0 auto;
            display: block;
        }

        /* --- EMAIL DIALOG STYLES --- */
        .email-dialog-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            padding: 20px;
        }

        .email-dialog-box {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            max-width: 450px;
            width: 100%;
            text-align: center;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
            animation: dialogSlideIn 0.3s ease;
        }

        @keyframes dialogSlideIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .email-dialog-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .email-dialog-box h2 {
            font-size: 1.6rem;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .email-dialog-text {
            font-size: 1rem;
            color: #666;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .email-dialog-input {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1rem;
            margin-bottom: 10px;
            transition: border-color 0.3s ease;
            font-family: 'Inter Tight', sans-serif;
        }

        .email-dialog-input:focus {
            outline: none;
            border-color: #3bbdad;
        }

        .email-dialog-btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, #3bbdad 0%, #2fa89a 100%);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            margin-top: 10px;
        }

        .email-dialog-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(59, 189, 173, 0.3);
        }

        .email-dialog-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #999;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.2s ease;
        }

        .email-dialog-close:hover {
            background: #f0f0f0;
            color: #333;
        }

        @media (max-width: 480px) {
            .email-dialog-box {
                padding: 30px 20px;
            }

            .email-dialog-box h2 {
                font-size: 1.4rem;
            }
        }
