.elementor-5659 .elementor-element.elementor-element-ef2ef63{--display:flex;}/* Start custom CSS *//* ==========================================================================
   MP1 MASTER DESIGN SYSTEM (V9.1 - Fixed)
   Prefix: .mp1-
   Fixes: Pill text color, sidebar non-sticky, hero image natural size
   ========================================================================== */

:root {
    /* --- CORE PALETTE --- */
    --mp1-ink: #0f172a;
    --mp1-text: #334155;
    --mp1-subtle: #64748b;
    
    /* --- BRANDING --- */
    --mp1-brand: #4f46e5;
    --mp1-brand-dark: #4338ca;
    --mp1-brand-soft: #e0e7ff;
    --mp1-brand-glow: rgba(79, 70, 229, 0.15);
    
    /* --- FUNCTIONAL --- */
    --mp1-success: #10b981;
    --mp1-success-bg: #dcfce7;
    --mp1-success-text: #166534;
    
    --mp1-danger: #ef4444;
    --mp1-danger-bg: #fee2e2;
    --mp1-danger-text: #991b1b;

    --mp1-warning: #f59e0b;
    --mp1-warning-bg: #fffbeb;
    --mp1-warning-border: #fcd34d;
    --mp1-warning-text: #92400e;

    /* --- UI SURFACES --- */
    --mp1-canvas: #ffffff;
    --mp1-surface: #f8fafc;
    --mp1-border: #e2e8f0;

    /* --- METRICS --- */
    --mp1-radius-sm: 8px;
    --mp1-radius-lg: 12px;
    --mp1-radius-xl: 20px;
    
    /* --- SHADOWS --- */
    --mp1-shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --mp1-shadow-float: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --mp1-shadow-royal: 0 20px 40px -5px rgba(79, 70, 229, 0.15), 0 10px 20px -5px rgba(79, 70, 229, 0.1);
    --mp1-shadow-pop: 0 4px 20px rgba(0,0,0,0.06);
    
    /* --- TYPOGRAPHY --- */
    --mp1-font-display: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --mp1-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* --- TOOL-SPECIFIC COLORS --- */
    --sanebox-color: #2563eb;
    --cleanemail-color: #059669;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
.mp1-wrapper * { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

.mp1-wrapper { 
    background-color: var(--mp1-canvas); 
    font-family: var(--mp1-font-body); 
    color: var(--mp1-text); 
    line-height: 1.7; 
    font-size: 18px; 
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

.mp1-wrapper a { 
    text-decoration: none; 
    color: var(--mp1-brand); 
    font-weight: 600; 
    transition: all 0.2s; 
}

.mp1-wrapper a:hover { 
    color: var(--mp1-brand-dark); 
}

/* ==========================================================================
   AFFILIATE DISCLOSURE
   ========================================================================== */
.mp1-disclosure {
    background: var(--mp1-surface);
    border-bottom: 1px solid var(--mp1-border);
    padding: 10px 20px;
    font-size: 0.8rem;
    color: var(--mp1-subtle);
    text-align: center;
}

.mp1-disclosure a { 
    font-weight: 500; 
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.mp1-hero { 
    position: relative; 
    background: linear-gradient(180deg, #f8fafc 0%, rgba(255,255,255,0) 100%); 
    border-bottom: 1px solid var(--mp1-border); 
    padding: 60px 20px 50px 20px; 
    text-align: center; 
}

.mp1-hero-container { 
    max-width: 840px; 
    margin: 0 auto; 
    position: relative; 
    z-index: 1; 
}

/* FIX 1: Category Pill - Explicit white text */
.mp1-pill { 
    display: inline-flex; 
    align-items: center; 
    background: var(--mp1-brand); 
    color: #ffffff !important;
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.08em; 
    padding: 6px 14px; 
    border-radius: 100px; 
    margin-bottom: 24px; 
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3); 
}

.mp1-pill:hover {
    color: #ffffff !important;
}

.mp1-title { 
    font-family: var(--mp1-font-display); 
    font-size: clamp(2rem, 5vw, 3rem); 
    font-weight: 800; 
    color: var(--mp1-ink); 
    line-height: 1.15; 
    letter-spacing: -0.02em; 
    margin-bottom: 20px; 
}

.mp1-subtitle { 
    font-size: 1.1rem; 
    color: var(--mp1-subtle); 
    margin-bottom: 28px; 
    line-height: 1.6; 
    max-width: 600px; 
    margin-left: auto; 
    margin-right: auto; 
}

.mp1-meta-row { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    font-size: 0.85rem; 
    color: var(--mp1-subtle); 
    flex-wrap: wrap; 
    align-items: center; 
}

/* ==========================================================================
   LAYOUT GRID
   ========================================================================== */
.mp1-layout { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 50px 20px; 
    display: grid; 
    grid-template-columns: 1fr 320px; 
    gap: 50px; 
    align-items: start; 
}

/* ==========================================================================
   CONTENT TYPOGRAPHY
   ========================================================================== */
.mp1-content h2 { 
    font-family: var(--mp1-font-display); 
    font-size: 1.75rem; 
    color: var(--mp1-ink); 
    font-weight: 700; 
    margin: 50px 0 20px 0; 
    letter-spacing: -0.02em; 
    scroll-margin-top: 100px; 
}

.mp1-content h2:first-of-type { 
    margin-top: 0; 
}

.mp1-content h3 { 
    font-size: 1.35rem; 
    color: var(--mp1-ink); 
    font-weight: 600; 
    margin: 35px 0 14px 0; 
    scroll-margin-top: 100px; 
}

.mp1-content h4 {
    font-size: 1.1rem; 
    color: var(--mp1-ink);
    font-weight: 600; 
    margin: 25px 0 12px 0;
}

.mp1-content p { 
    margin-bottom: 20px; 
}

.mp1-content ul, 
.mp1-content ol { 
    margin-bottom: 20px; 
    padding-left: 24px; 
}

.mp1-content li { 
    margin-bottom: 8px; 
    color: var(--mp1-text); 
}

.mp1-content strong { 
    color: var(--mp1-ink); 
}

/* ==========================================================================
   IMAGES & FIGURES
   ========================================================================== */
.mp1-figure { 
    margin: 32px 0; 
    cursor: zoom-in; 
    position: relative; 
    border-radius: var(--mp1-radius-lg); 
    overflow: hidden; 
    box-shadow: var(--mp1-shadow-card); 
    border: 1px solid var(--mp1-border); 
    transition: transform 0.2s, border-color 0.2s; 
}

.mp1-figure:hover { 
    border-color: var(--mp1-brand-soft); 
}

.mp1-figure img { 
    display: block; 
    width: 100%; 
    height: auto; 
    background: var(--mp1-surface); 
}

/* FIX 3: Hero Image - Natural size, centered, no upscaling */
.mp1-hero .mp1-figure {
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.mp1-hero .mp1-figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: var(--mp1-radius-lg);
    box-shadow: var(--mp1-shadow-card);
    border: 1px solid var(--mp1-border);
}

.mp1-zoom-icon { 
    position: absolute; 
    top: 12px; 
    right: 12px; 
    background: rgba(0,0,0,0.6); 
    color: white; 
    padding: 6px; 
    border-radius: 6px; 
    pointer-events: none; 
    opacity: 0; 
    transition: opacity 0.2s; 
}

.mp1-figure:hover .mp1-zoom-icon { 
    opacity: 1; 
}

/* ==========================================================================
   VERDICT / TLDR CARD
   ========================================================================== */
.mp1-verdict-card { 
    background: linear-gradient(135deg, #ffffff 0%, #f0f5ff 100%); 
    border: 1px solid #e0e7ff; 
    border-radius: var(--mp1-radius-xl); 
    padding: 32px; 
    margin-bottom: 40px; 
    box-shadow: var(--mp1-shadow-royal); 
    position: relative; 
    overflow: hidden; 
}

.mp1-verdict-card::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 5px; 
    background: linear-gradient(90deg, var(--sanebox-color), var(--cleanemail-color)); 
}

.mp1-verdict-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--mp1-ink);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mp1-verdict-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.mp1-verdict-item {
    background: white;
    border-radius: var(--mp1-radius-sm);
    padding: 16px;
    border: 1px solid var(--mp1-border);
}

.mp1-verdict-item h4 {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mp1-verdict-item.sanebox h4 { 
    color: var(--sanebox-color); 
}

.mp1-verdict-item.cleanemail h4 { 
    color: var(--cleanemail-color); 
}

.mp1-verdict-item p {
    font-size: 0.9rem;
    margin: 0;
    color: var(--mp1-text);
    line-height: 1.5;
}

/* Mini Table in Verdict */
.mp1-mini-table {
    width: 100%;
    font-size: 0.9rem;
    border-collapse: collapse;
    margin-top: 16px;
}

.mp1-mini-table th {
    text-align: left;
    padding: 8px 12px;
    background: var(--mp1-surface);
    font-weight: 600;
    color: var(--mp1-subtle);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid var(--mp1-border);
}

.mp1-mini-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--mp1-border);
    vertical-align: middle;
}

.mp1-mini-table tr:last-child td { 
    border-bottom: none; 
}

/* ==========================================================================
   CTA BUTTONS
   ========================================================================== */
@keyframes mp1-shine {
    0% { left: -100%; opacity: 0; }
    20% { left: 100%; opacity: 0.3; }
    100% { left: 100%; opacity: 0; }
}

.mp1-cta-btn { 
    display: inline-block; 
    background: var(--mp1-brand); 
    color: white !important; 
    text-align: center; 
    padding: 14px 28px; 
    border-radius: var(--mp1-radius-lg); 
    font-weight: 700; 
    font-size: 1rem; 
    transition: transform 0.2s, box-shadow 0.2s; 
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3); 
    position: relative; 
    overflow: hidden; 
}

.mp1-cta-btn::after {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: -100%; 
    width: 50%; 
    height: 100%; 
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); 
    transform: skewX(-20deg); 
    animation: mp1-shine 4s infinite; 
}

.mp1-cta-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4); 
    color: white !important;
}

.mp1-cta-btn.sanebox { 
    background: var(--sanebox-color); 
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); 
}

.mp1-cta-btn.sanebox:hover { 
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4); 
}

.mp1-cta-btn.cleanemail { 
    background: var(--cleanemail-color); 
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3); 
}

.mp1-cta-btn.cleanemail:hover { 
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.4); 
}

.mp1-cta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.mp1-cta-subtext {
    font-size: 0.8rem;
    color: var(--mp1-subtle);
    margin-top: 8px;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
.mp1-table-wrapper { 
    overflow-x: auto; 
    margin: 28px 0; 
    padding: 4px; 
    background: transparent; 
}

.mp1-table { 
    width: 100%; 
    border-collapse: separate; 
    border-spacing: 0; 
    min-width: 600px; 
}

.mp1-table th { 
    text-align: left; 
    padding: 14px 16px; 
    font-size: 0.8rem; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
    color: var(--mp1-subtle); 
    border-bottom: 1px solid var(--mp1-border); 
    background: var(--mp1-canvas); 
    font-weight: 700;
}

.mp1-table td { 
    padding: 14px 16px; 
    border-bottom: 1px solid var(--mp1-border); 
    font-size: 0.95rem; 
    vertical-align: middle; 
    background: var(--mp1-canvas); 
}

.mp1-table .mp1-col-sanebox {
    background: #eff6ff; 
    border-left: 1px solid #bfdbfe; 
    border-right: 1px solid #bfdbfe;
}

.mp1-table th.mp1-col-sanebox {
    border-top: 1px solid #bfdbfe;
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    color: var(--sanebox-color);
    background: #eff6ff;
}

.mp1-table tr:last-child td.mp1-col-sanebox {
    border-bottom: 1px solid #bfdbfe;
    border-bottom-left-radius: 8px; 
    border-bottom-right-radius: 8px;
}

.mp1-table .mp1-col-cleanemail {
    background: #ecfdf5;
    border-left: 1px solid #a7f3d0; 
    border-right: 1px solid #a7f3d0;
}

.mp1-table th.mp1-col-cleanemail {
    border-top: 1px solid #a7f3d0;
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    color: var(--cleanemail-color);
    background: #ecfdf5;
}

.mp1-table tr:last-child td.mp1-col-cleanemail {
    border-bottom: 1px solid #a7f3d0;
    border-bottom-left-radius: 8px; 
    border-bottom-right-radius: 8px;
}

/* ==========================================================================
   BADGES
   ========================================================================== */
.mp1-badge { 
    display: inline-flex; 
    align-items: center; 
    gap: 5px; 
    padding: 4px 10px; 
    border-radius: 100px; 
    font-size: 0.85rem; 
    font-weight: 600; 
    line-height: 1; 
    white-space: nowrap; 
}

.mp1-badge-success { 
    background: var(--mp1-success-bg); 
    color: var(--mp1-success-text); 
}

.mp1-badge-danger { 
    background: var(--mp1-danger-bg); 
    color: var(--mp1-danger-text); 
}

.mp1-badge-neutral { 
    background: var(--mp1-surface); 
    color: var(--mp1-subtle); 
}

.mp1-badge-winner { 
    background: #fef3c7; 
    color: #92400e; 
}

/* ==========================================================================
   CALLOUTS
   ========================================================================== */
.mp1-callout { 
    padding: 20px; 
    border-radius: var(--mp1-radius-lg); 
    margin: 28px 0; 
    font-size: 0.95rem; 
    display: flex; 
    gap: 14px; 
    align-items: flex-start; 
}

.mp1-callout-icon { 
    flex-shrink: 0; 
    width: 22px; 
    height: 22px; 
    margin-top: 2px; 
}

.mp1-callout-tip { 
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%); 
    border: 1px solid #bfdbfe; 
    color: #1e3a8a; 
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.05); 
}

.mp1-callout-tip .mp1-callout-icon { 
    color: #2563eb; 
}

.mp1-callout-warning { 
    background: var(--mp1-warning-bg); 
    border-left: 4px solid var(--mp1-warning); 
    color: var(--mp1-warning-text); 
}

.mp1-callout-warning .mp1-callout-icon { 
    color: var(--mp1-warning); 
}

.mp1-callout-success {
    background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
    border: 1px solid #a7f3d0; 
    color: #166534;
}

.mp1-callout-success .mp1-callout-icon { 
    color: var(--mp1-success); 
}

/* ==========================================================================
   PROS / CONS LISTS
   ========================================================================== */
.mp1-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}

.mp1-pros, 
.mp1-cons {
    padding: 20px;
    border-radius: var(--mp1-radius-lg);
}

.mp1-pros {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.mp1-cons {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.mp1-pros h4, 
.mp1-cons h4 {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px 0;
}

.mp1-pros h4 { 
    color: #166534; 
}

.mp1-cons h4 { 
    color: #991b1b; 
}

.mp1-pros ul, 
.mp1-cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp1-pros li, 
.mp1-cons li {
    padding: 6px 0 6px 24px;
    position: relative;
    font-size: 0.9rem;
    margin: 0;
}

.mp1-pros li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}

.mp1-cons li::before {
    content: '×';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.mp1-faq-item {
    border-bottom: 1px solid var(--mp1-border);
    padding: 20px 0;
}

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

.mp1-faq-question {
    font-weight: 700;
    color: var(--mp1-ink);
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.mp1-faq-answer {
    color: var(--mp1-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   SIDEBAR
   FIX 2: Non-sticky sidebar
   ========================================================================== */
.mp1-sidebar { 
    position: static;
    top: auto;
    display: flex; 
    flex-direction: column; 
    gap: 32px; 
    align-self: start; 
}

.mp1-widget-title { 
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.08em; 
    color: var(--mp1-subtle); 
    margin-bottom: 14px; 
    border-bottom: 2px solid var(--mp1-surface); 
    padding-bottom: 8px; 
}

/* Tool Items */
.mp1-tool-item { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    margin-bottom: 14px; 
    padding: 8px; 
    border-radius: 8px; 
    transition: background 0.2s; 
}

.mp1-tool-item:hover { 
    background: var(--mp1-surface); 
}

.mp1-tool-logo { 
    width: 36px; 
    height: 36px; 
    border-radius: 8px; 
    background: white; 
    border: 1px solid var(--mp1-border); 
    display: grid; 
    place-items: center; 
    overflow: hidden; 
}

.mp1-tool-logo img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.mp1-tool-info { 
    flex: 1; 
}

.mp1-tool-name { 
    display: block; 
    font-weight: 700; 
    color: var(--mp1-ink); 
    font-size: 0.9rem; 
    line-height: 1.2; 
}

.mp1-tool-rating { 
    font-size: 0.75rem; 
    color: var(--mp1-warning); 
    font-weight: 600; 
}

/* Article Items */
.mp1-article-item { 
    display: flex; 
    gap: 14px; 
    margin-bottom: 16px; 
    text-decoration: none; 
    align-items: start; 
}

.mp1-article-thumb { 
    width: 100px; 
    aspect-ratio: 16/9; 
    border-radius: 6px; 
    background: var(--mp1-surface); 
    object-fit: cover; 
    flex-shrink: 0; 
    border: 1px solid var(--mp1-border); 
}

.mp1-article-content { 
    flex: 1; 
}

.mp1-article-title { 
    font-size: 0.85rem; 
    font-weight: 600; 
    color: var(--mp1-ink); 
    line-height: 1.4; 
    display: block; 
    margin-bottom: 4px; 
    transition: color 0.2s; 
}

.mp1-article-item:hover .mp1-article-title { 
    color: var(--mp1-brand); 
}

.mp1-article-meta { 
    font-size: 0.7rem; 
    color: var(--mp1-subtle); 
    display: block; 
}

/* TOC Links */
.mp1-toc-link { 
    display: block; 
    padding: 7px 12px; 
    color: var(--mp1-subtle); 
    font-size: 0.85rem; 
    border-left: 2px solid var(--mp1-border); 
    margin-left: 0; 
    transition: all 0.2s; 
}

.mp1-toc-link:hover { 
    color: var(--mp1-brand); 
    border-left-color: var(--mp1-brand-soft); 
}

.mp1-toc-link.active { 
    color: var(--mp1-brand); 
    font-weight: 600; 
    border-left-color: var(--mp1-brand); 
    background: linear-gradient(90deg, #f8fafc 0%, transparent 100%); 
}

/* ==========================================================================
   FINAL VERDICT
   ========================================================================== */
.mp1-final-verdict { 
    background: var(--mp1-surface); 
    border-radius: var(--mp1-radius-xl); 
    padding: 32px; 
    margin-top: 50px; 
    border: 1px solid var(--mp1-border); 
}

.mp1-final-title { 
    font-size: 1.4rem; 
    font-weight: 700; 
    color: var(--mp1-ink); 
    margin-bottom: 16px; 
}

.mp1-verdict-table {
    width: 100%;
    font-size: 0.9rem;
    border-collapse: collapse;
    margin: 20px 0;
}

.mp1-verdict-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--mp1-border);
}

.mp1-verdict-table tr:last-child td { 
    border-bottom: none; 
}

.mp1-verdict-table td:first-child { 
    color: var(--mp1-subtle); 
}

.mp1-verdict-table td:last-child { 
    font-weight: 600; 
    color: var(--mp1-ink); 
}

/* ==========================================================================
   MOBILE STICKY FOOTER
   ========================================================================== */
.mp1-mobile-sticky { 
    display: none; 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background: rgba(255,255,255,0.97); 
    backdrop-filter: blur(12px); 
    padding: 12px 16px; 
    border-top: 1px solid var(--mp1-border); 
    z-index: 900; 
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1); 
}

.mp1-mobile-sticky .mp1-cta-btn {
    display: block;
    width: 100%;
    padding: 14px;
    margin: 0;
}

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.mp1-lightbox { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(15, 23, 42, 0.95); 
    z-index: 9999; 
    justify-content: center; 
    align-items: center; 
    padding: 20px; 
    backdrop-filter: blur(5px); 
}

.mp1-lightbox.active { 
    display: flex; 
    animation: mp1-fadeIn 0.2s ease-out; 
}

@keyframes mp1-fadeIn { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}

.mp1-lightbox-img { 
    max-width: 95%; 
    max-height: 95vh; 
    border-radius: 4px; 
    box-shadow: 0 0 40px rgba(0,0,0,0.5); 
}

.mp1-lightbox-close { 
    position: absolute; 
    top: 20px; 
    right: 30px; 
    color: white; 
    font-size: 2rem; 
    cursor: pointer; 
    opacity: 0.8; 
}

.mp1-lightbox-close:hover { 
    opacity: 1; 
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
    .mp1-layout { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    
    .mp1-sidebar { 
        display: none; 
    }
    
    .mp1-mobile-sticky { 
        display: block; 
    }
    
    .mp1-wrapper { 
        padding-bottom: 80px; 
    }
}

@media (max-width: 640px) {
    .mp1-hero { 
        padding: 40px 16px 36px; 
    }
    
    .mp1-title { 
        font-size: 1.75rem; 
    }
    
    .mp1-verdict-grid { 
        grid-template-columns: 1fr; 
    }
    
    .mp1-pros-cons { 
        grid-template-columns: 1fr; 
    }
    
    .mp1-cta-row { 
        flex-direction: column; 
    }
    
    .mp1-cta-btn { 
        display: block; 
        width: 100%; 
        text-align: center; 
    }
    
    .mp1-table { 
        min-width: 500px; 
    }
}/* End custom CSS */