.elementor-191 .elementor-element.elementor-element-5ac5122{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5ac5122 *//* =================================================================== */
/* OPTIMIZED HOMEPAGE CSS - Performance Enhanced */
/* =================================================================== */

/* Shared Animation Keyframes - Consolidated */
@keyframes mp-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mp-fade-up {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

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

@keyframes mp-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

@keyframes mp-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Hero Section - Optimized */
.mp-hero-refined {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a2e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 80px 0; /* Added bottom padding for spacing */
    contain: layout style paint;
}

/* Gradient Orbs - Reduced GPU usage */
.mp-gradient-orbs {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.mp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: mp-orb-float 20s ease-in-out infinite;
    will-change: transform;
    transform: translateZ(0);
}

.mp-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #6366F1 0%, transparent 70%);
    top: -200px;
    left: -200px;
}

.mp-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #8B5CF6 0%, transparent 70%);
    bottom: -250px;
    right: -250px;
    animation-delay: -7s;
}

.mp-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #60A5FA 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -14s;
}

@keyframes mp-orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Content Wrapper */
.mp-hero-content-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.mp-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* Badge - Simplified */
.mp-hero-badge-refined {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    animation: mp-fade-down 0.8s ease-out;
}

.mp-badge-dot {
    width: 8px;
    height: 8px;
    background: #60A5FA;
    border-radius: 50%;
    animation: mp-pulse 2s ease-in-out infinite;
}

.mp-badge-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Typography */
.mp-hero-title-refined {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0;
    color: white;
    animation: mp-fade-up 1s ease-out 0.3s both;
}

.mp-title-line-1 {
    display: block;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 8px;
}

.mp-title-line-2 {
    display: block;
    background: linear-gradient(135deg, #8B5CF6 0%, #60A5FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Subtitle */
.mp-hero-subtitle-refined {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    animation: mp-fade-in 1.2s ease-out 0.6s both;
}

/* Stats */
.mp-hero-stats-refined {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 20px 0;
    animation: mp-fade-up 1.2s ease-out 0.8s both;
}

.mp-stat-refined {
    text-align: center;
}

.mp-stat-number-refined,
.mp-stat-text-refined {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.mp-stat-number-refined {
    color: white;
}

.mp-stat-text-refined {
    background: linear-gradient(135deg, #8B5CF6 0%, #60A5FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mp-stat-label-refined {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.mp-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* Buttons - Consolidated */
.mp-btn-primary-refined,
.mp-btn-secondary-refined {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.3px;
    will-change: transform;
}

.mp-btn-primary-refined {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.mp-btn-primary-refined:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.mp-btn-secondary-refined {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mp-btn-secondary-refined:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* CTAs Container */
.mp-hero-ctas-refined {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    animation: mp-fade-up 1.4s ease-out 1s both;
}

/* Scroll Hint */
.mp-scroll-hint {
    position: absolute;
    bottom: 20px; /* Adjusted for new padding */
    left: 50%;
    transform: translateX(-50%);
    animation: mp-fade-in 2s ease-out 1.5s both;
}

.mp-scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
    position: relative;
    overflow: hidden;
}

.mp-scroll-line::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: white;
    animation: mp-scroll-down 2s ease-in-out infinite;
}

@keyframes mp-scroll-down {
    0% { transform: translateY(0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(80px); opacity: 0; }
}

/* Tools Showcase Section - Optimized */
.mp-tools-showcase-v2 {
    padding: 100px 0 60px 0;
    background: #ffffff;
    position: relative;
}

/* Shared container styles */
.mp-showcase-container,
.mp-reviews-container,
.mp-value-container,
.mp-categories-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Shared section headers */
.mp-showcase-header,
.mp-reviews-header,
.mp-value-header {
    text-align: center;
    margin-bottom: 48px;
}

/* Shared section label */
.mp-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mp-label-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: mp-pulse 2s ease-in-out infinite;
}

/* Shared titles */
.mp-showcase-title,
.mp-reviews-title,
.mp-value-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1e293b;
}

.mp-gradient-text {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Shared subtitles */
.mp-showcase-subtitle,
.mp-reviews-subtitle,
.mp-value-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Featured Tool */
.mp-featured-tool {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f1ff 100%);
    border: 1px solid #e0e7ff;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.mp-featured-tool::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.mp-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #6366F1;
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mp-featured-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.mp-featured-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.mp-tool-logo-large {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.mp-tool-logo-large img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.mp-featured-info h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}

.mp-featured-info p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.mp-tool-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mp-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #64748b;
}

.mp-meta-item svg {
    width: 14px;
    height: 14px;
    color: #6366F1;
}

/* Featured CTA - Shared button styles */
.mp-featured-cta,
.mp-video-cta,
.mp-all-reviews-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #6366F1;
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mp-featured-cta:hover,
.mp-video-cta:hover,
.mp-all-reviews-btn:hover {
    background: #4F46E5;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

/* Title underline animation */
.mp-featured-tools-header {
    text-align: center;
    margin: 60px 0 40px 0;
    position: relative;
}

.mp-featured-tools-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.mp-title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6366F1 0%, #8B5CF6 100%);
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.mp-title-underline::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: mp-shimmer 3s ease-in-out infinite;
}

/* Tools Grid - Optimized */
.mp-tools-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

/* Tool Card - Consolidated styles */
.mp-tool-card,
.mp-review-card,
.mp-value-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    contain: layout style;
    will-change: transform;
}

.mp-tool-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #6366F1 0%, #8B5CF6 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.mp-tool-card:hover,
.mp-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.mp-tool-card:hover::before {
    transform: scaleX(1);
}

.mp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.mp-tool-logo {
    width: 48px;
    height: 48px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mp-tool-logo img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.mp-tool-initial {
    font-size: 24px;
    font-weight: 700;
    color: #6366F1;
}

/* Badges - Consolidated */
.mp-tool-badges {
    display: flex;
    gap: 8px;
}

.mp-badge-free,
.mp-badge-new,
.mp-badge-popular,
.mp-badge-premium,
.mp-badge-hot {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.mp-badge-free { background: #d1fae5; color: #065f46; }
.mp-badge-new { background: #dbeafe; color: #1e40af; }
.mp-badge-popular { background: #fef3c7; color: #92400e; }
.mp-badge-premium { background: #ede9fe; color: #5b21b6; }
.mp-badge-hot { background: #fee2e2; color: #991b1b; }

/* Tool content */
.mp-tool-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}

.mp-tool-description {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 16px;
}

.mp-tool-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.mp-tool-category {
    font-size: 13px;
    font-weight: 600;
    color: #6366F1;
}

.mp-tool-arrow {
    font-size: 18px;
    color: #6366F1;
    transition: transform 0.3s ease;
}

/* Categories Bar */
.mp-categories-bar {
    background: #1e293b;
    padding: 48px 0;
}

.mp-categories-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}

.mp-category-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.mp-category-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.mp-category-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

.mp-cat-icon {
    font-size: 32px;
    margin-bottom: 4px;
}

.mp-cat-name {
    font-weight: 600;
    font-size: 15px;
    color: white;
    transition: color 0.3s ease;
}

.mp-category-link:hover .mp-cat-name {
    color: #60A5FA;
}

.mp-cat-count {
    font-size: 13px;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.7);
}

/* Reviews Section - Optimized */
.mp-reviews-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

/* Video Spotlight */
.mp-video-spotlight {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.mp-video-header {
    text-align: center;
    margin-bottom: 32px;
}

.mp-video-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ef4444;
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.mp-video-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    max-width: 800px;
    margin: 0 auto;
}

/* Video Wrapper */
.mp-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 32px;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mp-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mp-video-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.mp-video-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #64748b;
    flex-wrap: wrap;
    justify-content: center;
}

/* Articles */
.mp-articles-wrapper {
    margin-bottom: 40px;
}

.mp-articles-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 48px;
    text-align: center;
}

.mp-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

/* Review Card */
.mp-review-card {
    height: 100%;
}

.mp-review-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f1f5f9;
}

.mp-review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mp-review-card:hover .mp-review-image img {
    transform: scale(1.05);
}

.mp-review-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.mp-review-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mp-review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
}

.mp-review-category {
    color: #6366F1;
    font-weight: 600;
}

.mp-review-time {
    color: #94a3b8;
}

.mp-review-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.mp-review-content h4 a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mp-review-content h4 a:hover {
    color: #6366F1;
}

.mp-review-content p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
}

/* View All Card */
.mp-review-all {
    background: #f8f9fa;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    transition: all 0.3s ease;
}

.mp-review-all:hover {
    border-color: #6366F1;
    background: #f8f9ff;
}

.mp-review-all svg {
    width: 48px;
    height: 48px;
    stroke: #6366F1;
    margin-bottom: 20px;
}

.mp-review-all h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.mp-review-all p {
    color: #64748b;
    margin-bottom: 24px;
}

/* Value Section - Optimized */
.mp-value-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

/* Value Grid */
.mp-value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

/* Value Card */
.mp-value-card {
    background: #f8f9fa;
    padding: 40px 32px;
    text-align: center;
}

.mp-value-card::before {
    height: 3px;
    transform-origin: left;
}

.mp-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Value Icon */
.mp-value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mp-value-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-radius: 20px;
    opacity: 0.2;
    filter: blur(20px);
    transform: translateY(10px);
}

.mp-value-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
    position: relative;
    z-index: 1;
}

.mp-value-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.mp-value-card > p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Value Points */
.mp-value-points {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mp-value-points li {
    color: #64748b;
    font-size: 14px;
    padding: 8px 0 8px 24px;
    position: relative;
    line-height: 1.5;
}

.mp-value-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* Trust Signals */
.mp-trust-wrapper {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border-radius: 24px;
    padding: 48px;
    color: white;
    text-align: center;
    box-shadow: 0 16px 32px rgba(99, 102, 241, 0.2);
}

.mp-trust-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-bottom: 32px;
}

.mp-trust-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mp-trust-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.mp-trust-label {
    font-size: 14px;
    opacity: 0.9;
}

.mp-trust-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

.mp-trust-message {
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Disclosure */
.mp-disclosure {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.mp-disclosure-icon {
    flex-shrink: 0;
}

.mp-disclosure-icon svg {
    width: 24px;
    height: 24px;
    stroke: #6366F1;
}

.mp-disclosure-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.mp-disclosure-content p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Directory Link */
.mp-showcase-footer {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #e2e8f0;
}

.mp-directory-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6366F1;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}

.mp-directory-link:hover {
    gap: 12px;
    color: #4F46E5;
}

/* Unified Responsive Design */
@media (max-width: 1200px) {
    .mp-category-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .mp-featured-content {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .mp-featured-left {
        flex-direction: column;
    }
    
    .mp-tools-grid-v2 {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Hero adjustments */
    .mp-hero-refined {
        min-height: 100vh;
        padding: 80px 0 60px 0; /* Adjusted padding for mobile */
    }
    
    .mp-orb {
        filter: blur(100px);
    }
    
    .mp-hero-title-refined {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .mp-hero-subtitle-refined {
        font-size: 1.0625rem;
        padding: 0 20px;
    }
    
    .mp-hero-stats-refined {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }
    
    .mp-stat-divider {
        display: none;
    }
    
    .mp-stat-number-refined,
    .mp-stat-text-refined {
        font-size: 2rem;
    }
    
    .mp-hero-ctas-refined {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }
    
    .mp-btn-primary-refined,
    .mp-btn-secondary-refined {
        width: 100%;
        justify-content: center;
        padding: 16px 28px;
    }
    
    /* Sections */
    .mp-tools-showcase-v2,
    .mp-reviews-section,
    .mp-value-section {
        padding: 60px 0;
    }
    
    /* Titles */
    .mp-showcase-title,
    .mp-reviews-title,
    .mp-value-title {
        font-size: 2rem;
    }
    
    /* Subtitles */
    .mp-showcase-subtitle,
    .mp-reviews-subtitle,
    .mp-value-subtitle {
        font-size: 1.0625rem;
    }
    
    /* Featured tool */
    .mp-featured-tool {
        padding: 24px;
    }
    
    .mp-featured-tools-header {
        margin: 40px 0 30px 0;
    }
    
    .mp-featured-tools-title {
        font-size: 2rem;
    }
    
    .mp-tool-meta {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    /* Grids */
    .mp-tools-grid-v2,
    .mp-articles-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    /* Categories - Keep 2 columns on mobile */
    .mp-category-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .mp-category-link {
        padding: 16px;
    }
    
    .mp-cat-icon {
        font-size: 24px;
    }
    
    /* Video */
    .mp-video-spotlight {
        padding: 24px;
        margin-bottom: 60px;
    }
    
    .mp-video-header h3 {
        font-size: 1.375rem;
    }
    
    /* Articles */
    .mp-articles-heading {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }
    
    /* Value */
    .mp-value-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 60px;
    }
    
    .mp-trust-wrapper {
        padding: 32px 24px;
        border-radius: 20px;
    }
    
    .mp-trust-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .mp-trust-divider {
        width: 60px;
        height: 1px;
    }
    
    .mp-trust-number {
        font-size: 2rem;
    }
    
    .mp-trust-message {
        font-size: 1rem;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    /* Hero */
    .mp-hero-refined {
        padding: 50px 0 50px 0; /* Consistent padding on small screens */
    }
    
    .mp-hero-title-refined {
        font-size: 1.875rem;
    }
    
    .mp-stat-number-refined,
    .mp-stat-text-refined {
        font-size: 1.75rem;
    }
    
    /* Badges */
    .mp-hero-badge-refined {
        font-size: 11px;
        padding: 8px 16px;
    }
    
    .mp-featured-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    /* Titles */
    .mp-showcase-title,
    .mp-reviews-title,
    .mp-value-title {
        font-size: 1.75rem;
    }
    
    .mp-featured-info h3 {
        font-size: 1.5rem;
    }
    
    .mp-featured-tools-title {
        font-size: 1.75rem;
    }
    
    /* CTAs */
    .mp-featured-cta,
    .mp-video-cta {
        width: 100%;
        justify-content: center;
    }
    
    /* Cards */
    .mp-tool-card,
    .mp-value-card {
        padding: 20px;
    }
    
    .mp-card-header {
        margin-bottom: 12px;
    }
    
    .mp-tool-name {
        font-size: 1.125rem;
    }
    
    /* Keep 2 columns for categories even on smallest screens */
    .mp-category-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .mp-category-link {
        padding: 14px 10px;
        font-size: 13px;
    }
    
    .mp-cat-icon {
        font-size: 20px;
    }
    
    .mp-cat-name {
        font-size: 13px;
    }
    
    .mp-cat-count {
        font-size: 11px;
    }
    
    /* Review cards */
    .mp-review-content {
        padding: 20px;
    }
    
    .mp-review-content h4 {
        font-size: 1rem;
    }
    
    .mp-review-all h4 {
        font-size: 1.25rem;
    }
    
    /* Value cards */
    .mp-value-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }
    
    .mp-value-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .mp-value-card h3 {
        font-size: 1.25rem;
    }
    
    .mp-value-card > p {
        font-size: 0.875rem;
    }
    
    /* Trust */
    .mp-trust-wrapper {
        padding: 28px 20px;
    }
    
    /* Video */
    .mp-video-spotlight {
        padding: 20px;
        border-radius: 16px;
    }
    
    .mp-video-header h3 {
        font-size: 1.125rem;
    }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    .mp-hero-refined *,
    .mp-hero-refined *::before,
    .mp-hero-refined *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .mp-hero-badge-refined,
    .mp-btn-secondary-refined {
        border-width: 2px;
    }
}

/* Focus states */
.mp-btn-primary-refined:focus-visible,
.mp-btn-secondary-refined:focus-visible,
.mp-tool-card:focus-visible,
.mp-category-link:focus-visible,
.mp-featured-cta:focus-visible,
.mp-video-cta:focus-visible,
.mp-all-reviews-btn:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 2px;
}

/* Force GPU acceleration */
.mp-orb,
.mp-btn-primary-refined,
.mp-btn-secondary-refined,
.mp-tool-card,
.mp-review-card,
.mp-value-card {
    transform: translateZ(0);
}

/* Transparent Header Integration */
.home .elementor-location-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;
}

.home .elementor-location-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, transparent 100%);
    z-index: -1;
    pointer-events: none;
}

.home .mp-hero-refined {
    padding-top: 100px;
}

.home .elementor-location-header.scrolled {
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home .elementor-location-header .site-title,
.home .elementor-location-header .elementor-nav-menu a {
    color: white !important;
}

.home .elementor-location-header .elementor-menu-toggle {
    color: white !important;
}/* End custom CSS */
/* Start custom CSS *//* ============================================
   MAX PRODUCTIVE AI - HOMEPAGE STYLES
   Elementor HTML Widget Ready
   ============================================ */

/* CSS Variables */
.mpai-homepage {
    --bg-primary: #09090b;
    --bg-secondary: #0c0c0f;
    --bg-card: rgba(255, 255, 255, 0.02);
    --bg-card-hover: rgba(255, 255, 255, 0.03);
    --text-primary: #fafafa;
    --text-secondary: rgba(255, 255, 255, 0.6);
    --text-muted: rgba(255, 255, 255, 0.45);
    --text-subtle: rgba(255, 255, 255, 0.35);
    --text-faint: rgba(255, 255, 255, 0.3);
    --border-default: rgba(255, 255, 255, 0.06);
    --border-hover: rgba(255, 255, 255, 0.12);
    --border-accent: rgba(139, 92, 246, 0.3);
    --accent-purple: #8b5cf6;
    --accent-purple-light: #a78bfa;
    --accent-pink: #ec4899;
    --accent-orange: #f97316;
    --accent-yellow: #facc15;
    --accent-green: #22c55e;
    --accent-blue: #3b82f6;
    --accent-red: #ef4444;
    --accent-teal: #14b8a6;
    --container-max: 1200px;
    --transition-fast: 0.2s ease;
    --transition-default: 0.3s ease;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-full: 100px;
    
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.mpai-homepage *, .mpai-homepage *::before, .mpai-homepage *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mpai-homepage a {
    text-decoration: none;
    color: inherit;
}

.mpai-homepage img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mpai-homepage button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

.mpai-container {
    max-width: var(--container-max);
    margin: 0 auto;
    width: 100%;
}

/* Animations */
@keyframes mpai-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes mpai-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.05); }
}

/* ============================================
   HERO SECTION
   ============================================ */
.mpai-hero {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px 60px;
    position: relative;
    overflow: hidden;
    background: #09090b;
}

.mpai-hero-gradient {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(120, 119, 198, 0.3), transparent),
        radial-gradient(ellipse 60% 40% at 80% 50%, rgba(255, 100, 150, 0.12), transparent),
        radial-gradient(ellipse 60% 40% at 20% 50%, rgba(100, 200, 255, 0.08), transparent);
    pointer-events: none;
}

.mpai-hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    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");
    pointer-events: none;
}

.mpai-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.mpai-hero-orb-1 {
    top: 10%;
    left: 20%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, transparent 70%);
    animation: mpai-float 10s ease-in-out infinite;
}

.mpai-hero-orb-2 {
    bottom: 10%;
    right: 20%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.25) 0%, transparent 70%);
    animation: mpai-float 8s ease-in-out infinite reverse;
}

.mpai-hero-content {
    max-width: var(--container-max);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.mpai-announcement-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 16px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 40px;
    transition: border-color var(--transition-fast);
}

.mpai-announcement-pill:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.mpai-announcement-text {
    font-size: 13px;
    color: var(--text-secondary);
}

.mpai-announcement-cta {
    padding: 6px 14px;
    background: rgba(139, 92, 246, 0.15);
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-purple-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

.mpai-hero-headline {
    font-size: clamp(48px, 7vw, 76px);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 28px 0;
}

.mpai-hero-headline-white {
    color: var(--text-primary);
}

.mpai-hero-headline-gradient {
    background: linear-gradient(135deg, #a78bfa 0%, #ec4899 40%, #f97316 70%, #facc15 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: mpai-gradient-shift 6s ease infinite;
}

.mpai-hero-subhead {
    font-size: 19px;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 540px;
    margin: 0 auto 40px;
}

.mpai-hero-ctas {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.mpai-btn-primary {
    padding: 16px 28px;
    background: linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-pink) 100%);
    color: white;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.35);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.mpai-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.45);
}

.mpai-btn-secondary {
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: background var(--transition-fast), border-color var(--transition-fast);
}

.mpai-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}

.mpai-stats-bar {
    display: flex;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto;
}

.mpai-stat-item {
    flex: 1;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    text-align: center;
}

.mpai-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.mpai-stat-label {
    font-size: 12px;
    color: var(--text-subtle);
    font-weight: 500;
}

/* ============================================
   SECTION COMMON
   ============================================ */
.mpai-section-header {
    margin-bottom: 40px;
}

.mpai-section-header-center {
    text-align: center;
    margin-bottom: 48px;
}

.mpai-section-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 10px;
}

.mpai-section-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin: 0;
}

.mpai-section-header-center .mpai-section-title {
    font-size: 36px;
}

.mpai-section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    margin-top: 12px;
}

/* ============================================
   TOOLS SECTION
   ============================================ */
.mpai-tools-section {
    padding: 80px 40px 100px;
    background: linear-gradient(180deg, #09090b 0%, #0c0c0f 100%);
}

.mpai-category-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.mpai-category-tab {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-secondary);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all var(--transition-fast);
    cursor: pointer;
}

.mpai-category-tab:hover {
    background: rgba(255, 255, 255, 0.06);
}

.mpai-category-tab.active {
    background: rgba(139, 92, 246, 0.15);
    border-color: var(--border-accent);
    color: var(--accent-purple-light);
}

.mpai-category-tab svg {
    flex-shrink: 0;
}

.mpai-tools-table {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-default);
    overflow: hidden;
}

.mpai-tools-table-header {
    display: grid;
    grid-template-columns: 40px 2fr 2fr 100px 90px 50px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--border-default);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-faint);
}

.mpai-tools-list {
    display: flex;
    flex-direction: column;
}

.mpai-tool-row {
    display: grid;
    grid-template-columns: 40px 2fr 2fr 100px 90px 50px;
    padding: 20px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    align-items: center;
    transition: background var(--transition-fast);
}

.mpai-tool-row:last-child {
    border-bottom: none;
}

.mpai-tool-row:hover {
    background: var(--bg-card-hover);
}

.mpai-tool-row.featured {
    background: rgba(139, 92, 246, 0.03);
}

.mpai-tool-row:hover .mpai-tool-arrow {
    opacity: 1;
    transform: translateX(0);
}

.mpai-tool-rank {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-faint);
}

.mpai-tool-rank.rank-top {
    color: var(--accent-purple-light);
}

.mpai-tool-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mpai-tool-logo {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.mpai-tool-name-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mpai-tool-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.mpai-badge-featured {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-pink));
    border-radius: 4px;
    color: white;
}

.mpai-tool-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.4;
}

.mpai-pricing-badge {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-weight: 500;
    width: fit-content;
}

.mpai-pricing-free {
    background: rgba(34, 197, 94, 0.15);
    color: var(--accent-green);
}

.mpai-pricing-freemium {
    background: rgba(59, 130, 246, 0.15);
    color: var(--accent-blue);
}

.mpai-pricing-paid {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
}

.mpai-tool-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mpai-tool-rating span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.mpai-tool-arrow {
    opacity: 0;
    color: var(--accent-purple);
    transition: all var(--transition-fast);
    transform: translateX(-8px);
}

.mpai-tools-table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 0 8px;
}

.mpai-tools-count {
    font-size: 14px;
    color: var(--text-muted);
}

.mpai-btn-outline {
    padding: 12px 24px;
    background: transparent;
    color: var(--accent-purple-light);
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-fast);
}

.mpai-btn-outline:hover {
    background: rgba(139, 92, 246, 0.1);
}

/* ============================================
   CONTENT SECTION (Blog + Video)
   ============================================ */
.mpai-content-section {
    padding: 100px 40px;
    background: #09090b;
}

.mpai-featured-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.mpai-featured-blog-card {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border-default);
    transition: all var(--transition-default);
}

.mpai-featured-blog-card:hover {
    border-color: var(--border-accent);
    transform: translateY(-4px);
}

.mpai-featured-blog-thumb {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(236, 72, 153, 0.15));
    position: relative;
    overflow: hidden;
}

.mpai-featured-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mpai-badge-featured-article {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    background: var(--accent-purple);
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mpai-featured-blog-content {
    padding: 24px;
}

.mpai-article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mpai-article-tag {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mpai-article-date {
    font-size: 11px;
    color: var(--text-faint);
}

.mpai-featured-blog-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.mpai-featured-blog-excerpt {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.mpai-featured-video-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    cursor: pointer;
    background: #000;
    aspect-ratio: 16/9;
}

.mpai-featured-video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.mpai-video-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(239, 68, 68, 0.9);
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 600;
    color: white;
    z-index: 2;
    pointer-events: none;
}

.mpai-article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.mpai-article-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-default);
    transition: all var(--transition-default);
}

.mpai-article-card:hover {
    border-color: var(--border-accent);
    transform: translateY(-4px);
}

.mpai-article-thumb {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.mpai-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-default);
}

.mpai-article-card:hover .mpai-article-thumb img {
    transform: scale(1.05);
}

.mpai-article-content {
    padding: 20px;
}

.mpai-article-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.4;
}

.mpai-content-links {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.mpai-content-link {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity var(--transition-fast);
}

.mpai-content-link:hover {
    opacity: 0.8;
}

.mpai-content-link-blog {
    color: var(--accent-purple-light);
}

.mpai-content-link-youtube {
    color: var(--accent-red);
}

/* ============================================
   TRUST SECTION
   ============================================ */
.mpai-trust-section {
    padding: 120px 40px;
    background: linear-gradient(180deg, #0c0c0f 0%, #09090b 100%);
    position: relative;
    overflow: hidden;
}

.mpai-trust-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(139, 92, 246, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.mpai-trust-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mpai-trust-headline {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 24px;
}

.mpai-trust-headline-muted {
    color: var(--text-muted);
}

.mpai-trust-subhead {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 600px;
    margin: 0 auto;
}

.mpai-trust-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 80px;
}

.mpai-trust-card {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    padding: 36px;
    border: 1px solid var(--border-default);
    transition: all var(--transition-default);
}

.mpai-trust-card:hover {
    border-color: rgba(139, 92, 246, 0.2);
    transform: translateY(-4px);
}

.mpai-trust-card:hover .mpai-trust-icon {
    transform: scale(1.1);
}

.mpai-trust-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.1));
    border: 1px solid rgba(139, 92, 246, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform var(--transition-default);
}

.mpai-trust-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.mpai-trust-card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

.mpai-methodology-strip {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(236, 72, 153, 0.05) 100%);
    border-radius: 24px;
    padding: 48px 56px;
    border: 1px solid rgba(139, 92, 246, 0.15);
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center;
}

.mpai-methodology-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-purple-light);
}

.mpai-methodology-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 12px 0 0 0;
    line-height: 1.3;
}

.mpai-methodology-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.mpai-methodology-step {
    display: flex;
    flex-direction: column;
}

.mpai-step-number {
    font-size: 32px;
    font-weight: 700;
    color: rgba(139, 92, 246, 0.3);
    margin-bottom: 8px;
}

.mpai-step-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.mpai-step-desc {
    font-size: 12px;
    color: var(--text-muted);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .mpai-featured-content-row {
        grid-template-columns: 1fr;
    }
    .mpai-methodology-strip {
        grid-template-columns: 1fr;
        padding: 36px;
    }
    .mpai-methodology-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .mpai-tools-table-header {
        display: none;
    }
    .mpai-tool-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
        position: relative;
    }
    .mpai-tool-rank {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .mpai-tool-desc {
        grid-column: 1 / -1;
    }
    .mpai-tool-arrow {
        display: none;
    }
    .mpai-article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mpai-trust-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mpai-hero {
        padding: 60px 20px 40px;
        min-height: auto;
    }
    .mpai-hero-headline {
        font-size: clamp(36px, 10vw, 48px);
    }
    .mpai-hero-subhead {
        font-size: 16px;
    }
    .mpai-hero-ctas {
        flex-direction: column;
        width: 100%;
    }
    .mpai-btn-primary, .mpai-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    .mpai-stats-bar {
        flex-direction: column;
    }
    .mpai-tools-section, .mpai-content-section, .mpai-trust-section {
        padding: 60px 20px;
    }
    .mpai-category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }
    .mpai-category-tab {
        flex-shrink: 0;
    }
    .mpai-tools-table-footer {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .mpai-article-grid {
        grid-template-columns: 1fr;
    }
    .mpai-content-links {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .mpai-trust-headline {
        font-size: 32px;
    }
    .mpai-methodology-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .mpai-announcement-pill {
        flex-direction: column;
        padding: 12px 16px;
        gap: 8px;
    }
}/* End custom CSS */