.elementor-1051 .elementor-element.elementor-element-afc5518{--display:flex;}.elementor-1051 .elementor-element.elementor-element-afc5518:not(.elementor-motion-effects-element-type-background), .elementor-1051 .elementor-element.elementor-element-afc5518 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS *//* Complete Murf AI Review CSS - Elementor HTML Widget Version */
/* Based on Perplexity's mobile-first approach */

/* ========================================
   UNIVERSAL BOX SIZING
   ======================================== */
.mp-main,
.mp-main * {
    box-sizing: border-box !important;
}

/* ========================================
   DESKTOP STYLES (Default)
   ======================================== */

/* Hero Section */
.mp-hero--tool {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.mp-hero--tool::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}

.mp-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mp-hero__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.mp-hero__description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 20px 0;
}

.mp-hero__screenshot {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.mp-hero__screenshot:hover {
    transform: perspective(1000px) rotateY(0);
}

/* Verdict Box */
.mp-verdict-box {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 16px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.mp-verdict-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mp-verdict-box__rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mp-verdict-box__score {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.mp-verdict-box__stars {
    font-size: 18px;
    color: #333;
}

.mp-verdict-box__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.mp-verdict-box__item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mp-verdict-box__item h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
}

.mp-verdict-box__item ul {
    margin: 0;
    padding-left: 20px;
}

.mp-verdict-box__item li {
    margin: 8px 0;
    color: #555;
}

/* Stats Grid */
.mp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.mp-stat-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mp-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.mp-stat-card__number {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
    min-height: 45px;
}

.mp-stat-card__label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Comparison Boxes */
.mp-comparison-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
}

.mp-comparison-box h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.mp-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mp-comparison-item {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.mp-comparison-item:last-child {
    border-color: #667eea;
    background: linear-gradient(to bottom, rgba(102, 126, 234, 0.05), white);
}

.mp-comparison-item h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #333;
}

.mp-comparison-item ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.mp-comparison-item li {
    padding: 8px 0 8px 30px;
    position: relative;
    color: #555;
}

.mp-comparison-item li::before {
    content: '→';
    position: absolute;
    left: 10px;
    color: #999;
}

/* Steps Section */
.mp-steps {
    margin: 40px 0;
}

.mp-step {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.mp-step:hover {
    transform: translateX(10px);
}

.mp-step__number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.mp-step__content {
    flex: 1;
}

.mp-step__content h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #333;
}

.mp-step__tip {
    margin-top: 15px;
    padding: 15px;
    background: #f0f4ff;
    border-left: 4px solid #667eea;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
}

/* Feature Cards */
.mp-features-detailed {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.mp-feature-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.mp-feature-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mp-feature-card__header h3 {
    margin: 0;
    font-size: 22px;
    color: #333;
}

.mp-feature-card__use-case {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.mp-feature-card__use-case strong {
    color: #667eea;
}

/* Tables */
.mp-pricing-table {
    margin: 40px 0;
    overflow-x: auto;
}

.mp-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mp-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mp-table th {
    padding: 20px;
    text-align: left;
    font-weight: 600;
    color: white !important;
}

.mp-table td {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    color: #333 !important;
    background: white;
}

.mp-table tbody tr:hover {
    background: #f8f9fa;
}

.mp-table tbody tr:hover td {
    background: transparent;
}

.mp-table--comparison td:nth-child(2),
.mp-table--comparison th:nth-child(2) {
    background: #f0f4ff !important;
    font-weight: 600;
    color: #333 !important;
}

.mp-table--comparison th:nth-child(2) {
    background: #5a67d8 !important;
    color: white !important;
}

.mp-table--comparison th:first-child {
    background: #6b7280;
    color: white !important;
}

/* Pros and Cons */
.mp-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

.mp-proscons__card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mp-proscons__header {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 600;
}

.mp-proscons__card--pros .mp-proscons__header {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.mp-proscons__card--cons .mp-proscons__header {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: white;
}

.mp-proscons__list {
    padding: 30px;
    list-style: none;
    margin: 0;
}

.mp-proscons__list li {
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}

.mp-proscons__list li strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.mp-proscons__list li span {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Update Cards */
.mp-updates {
    display: grid;
    gap: 20px;
    margin: 40px 0;
}

.mp-update-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #667eea;
}

.mp-update-card__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* Badges */
.mp-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.mp-badge--new {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mp-badge--improved {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.mp-badge--coming {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: white;
}

/* FAQ Section */
.mp-faq__item {
    background: white;
    border-radius: 8px;
    margin: 15px 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.mp-faq__item[open] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.mp-faq__question {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background: linear-gradient(to right, #f8f9fa, white);
}

.mp-faq__question:hover {
    background: linear-gradient(to right, #f0f4ff, white);
}

.mp-faq__answer {
    padding: 0 25px 25px 25px;
    color: #555;
    line-height: 1.6;
}

/* CTA Section */
.mp-cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
    margin-top: 60px;
}

.mp-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.mp-cta-section__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

/* Sidebar Cards */
.mp-cta-card--sticky {
    position: sticky;
    top: 20px;
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: white;
}

.mp-specs-card,
.mp-trust-card,
.mp-toc,
.mp-cta-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mp-cta-card--sticky h3 {
    color: white;
}

.mp-cta-card--sticky .mp-cta-card__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.mp-cta-card--sticky .mp-cta-card__score {
    font-size: 36px;
    font-weight: 700;
    color: white !important;
    line-height: 1;
}

.mp-cta-card--sticky .mp-cta-card__stars {
    font-size: 18px;
    color: #ffd700;
}

.mp-cta-card--sticky .mp-cta-card__features {
    color: white;
}

.mp-cta-card--sticky .mp-cta-card__features li {
    color: white;
}

/* ========================================
   MOBILE RESPONSIVE - Following Perplexity's Approach
   ======================================== */
@media (max-width: 768px) {
    /* Ensure wrapper spans full viewport width */
    .mp-main,
    .mp-container,
    .mp-article,
    .mp-hero--tool,
    .mp-hero,
    .mp-section,
    .mp-verdict-box,
    .mp-stats-grid,
    .mp-comparison-box,
    .mp-comparison-grid,
    .mp-proscons,
    .mp-features-detailed,
    .mp-cta-section,
    .mp-related {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow-x: hidden !important;
    }
    
    /* Prevent any child element from overflowing */
    .mp-main * {
        max-width: 100% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    /* Make images, videos, and iframes responsive */
    .mp-main img,
    .mp-main video,
    .mp-main iframe {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    
    /* Tables: allow horizontal scroll within a wrapper */
    .mp-main .mp-table,
    .mp-main .mp-pricing-table,
    .mp-main .mp-comparison-table {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .mp-main .mp-table table {
        width: 100% !important;
        min-width: 500px !important;
        border-collapse: collapse !important;
    }
    
    /* Grid layouts: stack into single column */
    .mp-main .mp-stats-grid,
    .mp-main .mp-comparison-grid,
    .mp-main .mp-proscons,
    .mp-main .mp-verdict-box__grid,
    .mp-main .mp-hero__grid {
        display: block !important;
    }
    
    .mp-main .mp-stats-grid > *,
    .mp-main .mp-comparison-grid > *,
    .mp-main .mp-proscons > *,
    .mp-main .mp-verdict-box__grid > *,
    .mp-main .mp-hero__grid > * {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* Hero specific mobile adjustments */
    .mp-hero--tool {
        padding: 30px 0 !important;
    }
    
    .mp-hero__title {
        font-size: 32px !important;
    }
    
    .mp-hero__description {
        font-size: 16px !important;
    }
    
    .mp-hero__screenshot {
        transform: none !important;
    }
    
    /* Stats grid - 2 column on mobile */
    .mp-main .mp-stats-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }
    
    .mp-stat-card {
        padding: 20px 10px !important;
    }
    
    .mp-stat-card__number {
        font-size: 28px !important;
    }
    
    /* Verdict box mobile */
    .mp-verdict-box {
        padding: 20px !important;
        margin: 20px 0 !important;
    }
    
    .mp-verdict-box__header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    /* Steps mobile */
    .mp-step {
        flex-direction: column !important;
        padding: 20px !important;
    }
    
    .mp-step__number {
        margin-bottom: 15px !important;
    }
    
    /* Feature cards mobile */
    .mp-feature-card {
        padding: 20px !important;
    }
    
    /* FAQ mobile */
    .mp-faq__question {
        padding: 20px !important;
        font-size: 16px !important;
    }
    
    /* CTA section mobile */
    .mp-cta-section {
        padding: 40px 0 !important;
    }
    
    .mp-cta-section h2 {
        font-size: 24px !important;
    }
    
    .mp-cta-section__buttons {
        flex-direction: column !important;
        padding: 0 10px !important;
    }
    
    /* Buttons mobile */
    .mp-btn {
        width: 100% !important;
        justify-content: center !important;
    }
    
    /* Sidebar mobile */
    .mp-sidebar--desktop {
        display: none !important;
    }
    
    /* Disable animations and transforms on mobile */
    .mp-main *,
    .mp-stat-card:hover,
    .mp-step:hover,
    .mp-feature-card:hover {
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */