.elementor-1760 .elementor-element.elementor-element-4e88d13{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== BREADCRUMB ENHANCEMENTS FOR SUBCATEGORIES ===== */
/* Enhanced breadcrumb for subcategories - extends global breadcrumb */
.mp-breadcrumb--detailed {
    margin-bottom: 32px;
}

.mp-breadcrumb--detailed .mp-breadcrumb__list {
    font-size: 0.9375rem;
}

/* ===== SUBCATEGORY HERO ===== */
.mp-subcategory-hero {
    background: white;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid var(--mp-border);
}

.mp-subcategory-hero__content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.mp-subcategory-hero__title {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
    color: var(--mp-text-primary);
}

.mp-subcategory-hero__description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--mp-text-secondary);
    margin: 0 0 24px 0;
}

.mp-subcategory-hero__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 0.9375rem;
    color: var(--mp-text-secondary);
}

.mp-subcategory-hero__count strong {
    color: var(--mp-primary);
    font-size: 1.125rem;
}

.mp-subcategory-hero__divider {
    color: var(--mp-border);
}

/* ===== QUICK FILTERS BAR ===== */
/* REMOVED STICKY POSITIONING */
.mp-quick-filters {
    background: var(--mp-bg-secondary);
    padding: 20px 0;
    border-bottom: 1px solid var(--mp-border);
}

.mp-quick-filters__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.mp-quick-filters__group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mp-quick-filters__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--mp-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mp-quick-filter {
    padding: 8px 16px;
    background: white;
    border: 1.5px solid var(--mp-border);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--mp-text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.mp-quick-filter:hover {
    border-color: var(--mp-primary) !important;
    color: var(--mp-primary) !important;
    transform: translateY(-1px);
    background: white !important;
}

.mp-quick-filter--active {
    background: var(--mp-primary) !important;
    color: white !important;
    border-color: var(--mp-primary) !important;
}

.mp-quick-filter--active:hover {
    background: var(--mp-primary-dark) !important;
    border-color: var(--mp-primary-dark) !important;
    color: white !important;
}

.mp-quick-sort {
    padding: 8px 32px 8px 12px;
    border: 1.5px solid var(--mp-border);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--mp-text-primary);
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.mp-quick-sort:hover,
.mp-quick-sort:focus {
    border-color: var(--mp-primary);
    outline: none;
}

/* [REST OF YOUR CSS CONTINUES EXACTLY AS IT WAS - I'M INCLUDING ALL OF IT] */

/* ===== SUBCATEGORY MAIN ===== */
.mp-subcategory-main {
    padding: 60px 0;
    background: var(--mp-bg-primary);
}

/* Tools Grid - Subcategory specific version */
.mp-tools-grid--subcategory {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== SUBCATEGORY TOOL CARD ENHANCEMENTS ===== */
/* These extend the global .mp-tool-card styles */
.mp-tools-grid--subcategory .mp-tool-card {
    background: white;
    border: 1.5px solid var(--mp-border);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.mp-tools-grid--subcategory .mp-tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* Featured card styling */
.mp-tools-grid--subcategory .mp-tool-card--featured {
    border: 2px solid var(--mp-primary);
    background: linear-gradient(to bottom, white 0%, #F8FAFC 100%);
}

/* Subcategory-specific tool card header */
.mp-tools-grid--subcategory .mp-tool-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 12px;
}

/* Logo link styling */
.mp-tool-card__logo-link {
    display: inline-block;
    text-decoration: none;
}

.mp-tools-grid--subcategory .mp-tool-card__logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mp-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mp-tools-grid--subcategory .mp-tool-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mp-tool-card__logo-link:hover .mp-tool-card__logo {
    transform: scale(1.05);
}

/* Tool name link - Refined and elegant prominence */
.mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name {
    font-size: 1.625rem !important; /* 26px - slightly smaller */
    font-weight: 600 !important; /* Semi-bold - less thick */
    margin: 0 0 14px 0 !important; /* Balanced spacing */
    letter-spacing: -0.01em !important; /* Just slightly tighter for polish */
    line-height: 1.2 !important; /* Comfortable line height */
}

/* Target the link specifically with higher specificity */
.mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name .mp-tool-card__name-link,
.mp-tools-grid--subcategory .mp-tool-card h3.mp-tool-card__name a {
    color: var(--mp-text-primary) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: block !important;
    font-size: 1.625rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

.mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name .mp-tool-card__name-link:hover,
.mp-tools-grid--subcategory .mp-tool-card h3.mp-tool-card__name a:hover {
    color: var(--mp-primary) !important;
}

/* Also target any h3 inside tool card for extra specificity */
.mp-tools-grid--subcategory .mp-tool-card h3 {
    font-size: 1.625rem !important;
    font-weight: 600 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

/* Features specific to subcategory */
.mp-tool-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0;
}

.mp-tool-card__feature {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    color: var(--mp-text-secondary);
}

.mp-tool-card__feature svg {
    width: 16px;
    height: 16px;
    color: var(--mp-accent);
    flex-shrink: 0;
}

/* Meta section specific to subcategory */
.mp-tools-grid--subcategory .mp-tool-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid var(--mp-border-light);
    margin-top: auto;
}

.mp-tools-grid--subcategory .mp-tool-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== MONOCHROMATIC STAR RATINGS ===== */
.mp-tools-grid--subcategory .mp-tool-card__stars {
    color: rgba(0, 0, 0, 0.7) !important; /* 70% black for filled stars */
    font-size: 1.125rem;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

/* Empty stars within the same element */
.mp-tools-grid--subcategory .mp-tool-card__stars .empty,
.mp-tools-grid--subcategory .mp-tool-card__stars .star-empty {
    color: rgba(0, 0, 0, 0.15) !important; /* 15% black for empty stars */
}

/* Rating text to match monochromatic theme */
.mp-tools-grid--subcategory .mp-tool-card__rating-text {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.55) !important; /* Match badge text opacity */
    font-weight: 500;
}

/* Hover states for stars */
.mp-tools-grid--subcategory .mp-tool-card:hover .mp-tool-card__stars {
    color: rgba(0, 0, 0, 0.85) !important; /* Darker on hover */
}

.mp-tools-grid--subcategory .mp-tool-card:hover .mp-tool-card__stars .empty,
.mp-tools-grid--subcategory .mp-tool-card:hover .mp-tool-card__stars .star-empty {
    color: rgba(0, 0, 0, 0.2) !important; /* Slightly darker empty stars on hover */
}

/* Price badge styling for subcategory */
.mp-tool-card__price {
    text-align: right;
}

.mp-tool-card__price-amount {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Price colors using data attributes */
.mp-tool-card[data-filter="free"] .mp-tool-card__price-amount {
    background: #D1FAE5;
    color: #065F46;
}

.mp-tool-card[data-filter="freemium"] .mp-tool-card__price-amount {
    background: #EEF2FF;
    color: #4F46E5;
}

.mp-tool-card[data-filter="paid"] .mp-tool-card__price-amount {
    background: #F3F4F6;
    color: #4B5563;
}

/* Footer link specific to subcategory */
.mp-tool-card__footer-link {
    text-decoration: none;
    display: block;
    margin: -24px;
    margin-top: 0;
    padding: 16px 24px;
    border-radius: 0 0 12px 12px;
    transition: background-color 0.3s ease;
}

.mp-tool-card__footer-link:hover {
    background-color: var(--mp-bg-secondary);
}

.mp-tools-grid--subcategory .mp-tool-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mp-tool-card__cta {
    font-weight: 600;
    color: var(--mp-primary);
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.mp-tools-grid--subcategory .mp-tool-card__arrow {
    font-size: 1.25rem;
    color: var(--mp-primary);
    transition: all 0.3s ease;
}

/* Hover effects with high specificity and !important */
.mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__footer-link:hover .mp-tool-card__cta,
.mp-tools-grid--subcategory article.mp-tool-card a.mp-tool-card__footer-link:hover span.mp-tool-card__cta,
.mp-subcategory-main .mp-tool-card__footer-link:hover .mp-tool-card__cta {
    color: #4F46E5 !important; /* Darker, more saturated primary color */
}

.mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__footer-link:hover .mp-tool-card__arrow,
.mp-tools-grid--subcategory article.mp-tool-card a.mp-tool-card__footer-link:hover span.mp-tool-card__arrow,
.mp-subcategory-main .mp-tool-card__footer-link:hover .mp-tool-card__arrow {
    color: #4F46E5 !important;
    transform: translateX(4px) !important;
}

/* Alternative body.elementor-page-1760s for maximum coverage */
.mp-tool-card a[href*="ai-tools"]:hover .mp-tool-card__cta,
.mp-tool-card a[href*="ai-tools"]:hover .mp-tool-card__arrow {
    color: #4F46E5 !important;
}

.mp-tool-card a[href*="ai-tools"]:hover .mp-tool-card__arrow {
    transform: translateX(4px) !important;
}

/* Nuclear option - target any link in footer area */
.mp-tool-card a:last-child:hover span:first-child {
    color: #4F46E5 !important;
}

.mp-tool-card a:last-child:hover span:last-child {
    color: #4F46E5 !important;
    transform: translateX(4px) !important;
}

/* Override global tool card description if needed */
.mp-tools-grid--subcategory .mp-tool-card__description {
    font-size: 0.9375rem; /* 15px */
    line-height: 1.6;
    color: var(--mp-text-secondary);
    margin: 0 0 16px 0;
    flex-grow: 1;
    font-weight: 400; /* Ensure regular weight for clear contrast */
}

/* =================================================================== */
/* MODERN MONOCHROMATIC BADGE DESIGN - OPTION 5 (RECOMMENDED) */
/* =================================================================== */

/* Base badge style - refined monochromatic */
.mp-badge {
    background: rgba(0, 0, 0, 0.04) !important; /* 4% black */
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    font-size: 0.625rem; /* 10px */
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    border: none !important;
    color: rgba(0, 0, 0, 0.55) !important; /* 55% black */
    transition: all 0.2s ease;
}

/* Editor's Pick - slightly darker for hierarchy */
.mp-badge--editors-pick {
    background: rgba(0, 0, 0, 0.08) !important; /* 8% black */
    color: rgba(0, 0, 0, 0.75) !important; /* 75% black */
    font-weight: 600;
}

/* Popular badge - standard prominence */
.mp-badge--popular {
    background: rgba(0, 0, 0, 0.05) !important; /* 5% black */
    color: rgba(0, 0, 0, 0.6) !important; /* 60% black */
}

/* New badge - with subtle accent */
.mp-badge--new {
    background: rgba(0, 0, 0, 0.06) !important; /* 6% black */
    color: rgba(0, 0, 0, 0.65) !important; /* 65% black */
    position: relative;
    padding-left: 16px;
}

/* Small accent dot for "new" */
.mp-badge--new::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.8; }
}

/* Hot badge */
.mp-badge--hot {
    background: rgba(0, 0, 0, 0.07) !important; /* 7% black */
    color: rgba(0, 0, 0, 0.65) !important; /* 65% black */
}

/* Premium badge - most prominent */
.mp-badge--premium {
    background: rgba(0, 0, 0, 0.1) !important; /* 10% black */
    color: rgba(0, 0, 0, 0.8) !important; /* 80% black */
    font-weight: 600;
}

/* Hover states - subtle enhancement */
.mp-tool-card:hover .mp-badge {
    background: rgba(0, 0, 0, 0.06) !important;
    color: rgba(0, 0, 0, 0.65) !important;
}

.mp-tool-card:hover .mp-badge--editors-pick {
    background: rgba(0, 0, 0, 0.12) !important;
    color: rgba(0, 0, 0, 0.85) !important;
}

.mp-tool-card:hover .mp-badge--popular {
    background: rgba(0, 0, 0, 0.07) !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.mp-tool-card:hover .mp-badge--new {
    background: rgba(0, 0, 0, 0.08) !important;
    color: rgba(0, 0, 0, 0.75) !important;
}

.mp-tool-card:hover .mp-badge--new::before {
    background: rgba(0, 0, 0, 0.6);
    animation: none;
}

.mp-tool-card:hover .mp-badge--premium {
    background: rgba(0, 0, 0, 0.14) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

/* Alternative: Outline style for variety */
.mp-badge--outline {
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.mp-badge--outline:hover {
    border-color: rgba(0, 0, 0, 0.25) !important;
    color: rgba(0, 0, 0, 0.75) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mp-badge {
        font-size: 0.5625rem; /* 9px on mobile */
        padding: 2px 8px;
    }
    
    .mp-badge--new {
        padding-left: 14px;
    }
    
    .mp-badge--new::before {
        width: 3px;
        height: 3px;
        left: 5px;
    }
}

/* Additional star rating body.elementor-page-1760s for different implementations */
.mp-tool-card__star--filled {
    color: rgba(0, 0, 0, 0.7) !important;
}

.mp-tool-card__star--empty {
    color: rgba(0, 0, 0, 0.15) !important;
}

.mp-tool-card__stars--empty {
    color: rgba(0, 0, 0, 0.15) !important;
}

/* If using Font Awesome or similar icon fonts */
.mp-tool-card__rating .fa-star,
.mp-tool-card__rating .fas.fa-star {
    color: rgba(0, 0, 0, 0.7) !important;
}

.mp-tool-card__rating .far.fa-star,
.mp-tool-card__rating .fa-star-o {
    color: rgba(0, 0, 0, 0.15) !important;
}

/* If using SVG stars */
.mp-tool-card__rating svg.star-filled {
    fill: rgba(0, 0, 0, 0.7) !important;
}

.mp-tool-card__rating svg.star-empty {
    fill: rgba(0, 0, 0, 0.15) !important;
}

/* Generic star body.elementor-page-1760s */
.mp-tool-card .stars,
.mp-tool-card .rating-stars {
    color: rgba(0, 0, 0, 0.7) !important;
}

/* ===== COMPARISON SECTION ===== */
.mp-comparison-section {
    background: var(--mp-bg-secondary);
    padding: 80px 0;
}

.mp-comparison-section__title {
    font-size: 2.25rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 12px 0;
    color: var(--mp-text-primary);
}

.mp-comparison-section__subtitle {
    font-size: 1.125rem;
    text-align: center;
    color: var(--mp-text-secondary);
    margin: 0 0 48px 0;
}

.mp-comparison-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mp-comparison-table--responsive {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mp-comparison-table--responsive th {
    background: var(--mp-bg-tertiary);
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mp-text-primary);
    border-bottom: 2px solid var(--mp-border);
}

.mp-comparison-table--responsive td {
    padding: 20px;
    border-bottom: 1px solid var(--mp-border-light);
    font-size: 0.9375rem;
    color: var(--mp-text-secondary);
}

.mp-comparison-table--responsive tr:last-child td {
    border-bottom: none;
}

.mp-comparison-tool {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mp-comparison-tool img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.mp-comparison-tool strong {
    color: var(--mp-text-primary);
    font-size: 1rem;
}

.mp-comparison-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.mp-comparison-features li {
    padding: 2px 0;
}

/* Comparison badges */
.mp-comparison-badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mp-comparison-badge--free {
    background: #D1FAE5;
    color: #065F46;
}

.mp-comparison-badge--freemium {
    background: #EEF2FF;
    color: #4F46E5;
}

.mp-comparison-badge--paid {
    background: #F3F4F6;
    color: #4B5563;
}

/* MONOCHROMATIC COMPARISON STARS */
.mp-comparison-rating {
    color: rgba(0, 0, 0, 0.7) !important;
    white-space: nowrap;
}

.mp-comparison-rating .empty {
    color: rgba(0, 0, 0, 0.15) !important;
}

.mp-comparison-note {
    margin-top: 24px;
    padding: 16px 20px;
    background: rgba(99, 102, 241, 0.05);
    border-radius: 8px;
    text-align: center;
}

.mp-comparison-note p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--mp-text-secondary);
}

/* ===== SUBCATEGORY CONTENT ===== */
.mp-subcategory-content {
    background: white;
    padding: 80px 0;
}

/* Prose container specific to subcategory */
.mp-subcategory-content .mp-prose {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.mp-subcategory-content .mp-prose h2 {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 24px 0;
    color: var(--mp-text-primary);
    letter-spacing: -0.02em;
}

/* First paragraph after h2 in subcategory content */
.mp-subcategory-content .mp-prose h2 + p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--mp-text-secondary);
    margin-bottom: 48px;
    text-align: center;
    font-weight: 400;
}

.mp-subcategory-content .mp-prose h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 60px 0 32px 0;
    color: var(--mp-text-primary);
    text-align: left;
}

.mp-subcategory-content .mp-prose h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 32px 0 16px 0;
    color: var(--mp-text-primary);
}

.mp-subcategory-content .mp-prose p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--mp-text-secondary);
    margin: 0 0 20px 0;
    text-align: left;
}

.mp-subcategory-content .mp-prose > * + h3 {
    margin-top: 60px;
}

.mp-subcategory-content .mp-prose > * + h4 {
    margin-top: 40px;
}

.mp-subcategory-content .mp-prose p + p {
    margin-top: 20px;
}

/* Feature grid specific to subcategory */
.mp-subcategory-content .mp-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 32px 0;
}

.mp-subcategory-content .mp-feature-card {
    background: var(--mp-bg-secondary);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--mp-border-light);
}

.mp-subcategory-content .mp-feature-card h4 {
    font-size: 1.125rem;
    margin: 0 0 12px 0;
    color: var(--mp-text-primary);
}

.mp-subcategory-content .mp-feature-card p {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
    color: var(--mp-text-secondary);
}

/* Use cases list */
.mp-use-cases {
    margin: 24px 0;
    padding-left: 24px;
}

.mp-use-cases li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: var(--mp-text-secondary);
}

.mp-use-cases li strong {
    color: var(--mp-text-primary);
}

/* Content list styling for subcategory */
.mp-subcategory-content .mp-content-list {
    margin: 32px 0;
    padding-left: 24px;
}

.mp-subcategory-content .mp-content-list li {
    margin-bottom: 16px;
    line-height: 1.7;
    color: var(--mp-text-secondary);
    font-size: 1.0625rem;
}

.mp-subcategory-content .mp-content-list li strong {
    color: var(--mp-text-primary);
}

/* Selection Guide */
.mp-selection-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 32px auto;
    max-width: 100%;
}

.mp-selection-card {
    background: white;
    border: 1px solid var(--mp-border);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.mp-selection-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.mp-selection-card h4 {
    font-size: 1.25rem;
    margin: 0 0 12px 0;
    color: var(--mp-primary);
}

.mp-selection-card p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
    color: var(--mp-text-secondary);
}

.mp-selection-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.mp-selection-card li {
    padding: 6px 0;
    color: var(--mp-text-secondary);
}

.mp-selection-card li strong {
    color: var(--mp-text-primary);
}

/* CTA Section specific to subcategory */
.mp-subcategory-cta {
    background: linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);
    border-radius: 16px;
    padding: 48px 40px;
    margin: 60px 0 0 0;
    text-align: center;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.mp-subcategory-cta h3 {
    margin: 0 0 16px 0;
    color: var(--mp-primary);
    font-size: 2rem;
    text-align: center;
}

.mp-subcategory-cta p {
    margin: 0;
    font-size: 1.125rem;
    color: var(--mp-text-secondary);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.7;
}

/* ===== RELATED SUBCATEGORIES ===== */
.mp-related-subcategories {
    background: var(--mp-bg-secondary);
    padding: 80px 0;
}

.mp-related-subcategories__title {
    font-size: 2.25rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px 0;
    color: var(--mp-text-primary);
}

.mp-subcategory-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.mp-subcategory-card {
    background: white;
    border: 1.5px solid var(--mp-border);
    border-radius: 16px;
    padding: 32px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mp-subcategory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    border-color: var(--mp-primary);
}

.mp-subcategory-card__icon {
    width: 48px;
    height: 48px;
    background: var(--mp-bg-secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mp-primary);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.mp-subcategory-card:hover .mp-subcategory-card__icon {
    background: var(--mp-primary);
    color: white;
    transform: scale(1.1);
}

.mp-subcategory-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--mp-text-primary);
    margin: 0 0 8px 0;
}

.mp-subcategory-card__description {
    font-size: 0.9375rem;
    color: var(--mp-text-secondary);
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.mp-subcategory-card__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--mp-primary);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ===== SUBCATEGORY RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .mp-tools-grid--subcategory {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width: 768px) {
    .mp-subcategory-hero {
        padding: 32px 0 48px 0;
    }
    
    .mp-subcategory-hero__title {
        font-size: 2rem;
    }
    
    .mp-subcategory-hero__description {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .mp-quick-filters__wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    
    .mp-quick-filters__group {
        justify-content: center;
    }
    
    .mp-quick-sort {
        width: 100%;
    }
    
    .mp-tools-grid--subcategory {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    /* Tool card adjustments */
    .mp-tools-grid--subcategory .mp-tool-card__logo {
        width: 48px;
        height: 48px;
    }
    
    .mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name,
    .mp-tools-grid--subcategory .mp-tool-card h3.mp-tool-card__name,
    .mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name .mp-tool-card__name-link {
        font-size: 1.25rem !important; /* 20px on tablets */
        font-weight: 600 !important;
    }
    
    /* Responsive table */
    .mp-comparison-table--responsive {
        display: block;
    }
    
    .mp-comparison-table--responsive thead {
        display: none;
    }
    
    .mp-comparison-table--responsive tbody,
    .mp-comparison-table--responsive tr,
    .mp-comparison-table--responsive td {
        display: block;
    }
    
    .mp-comparison-table--responsive tr {
        margin-bottom: 24px;
        border: 1px solid var(--mp-border);
        border-radius: 12px;
        padding: 20px;
    }
    
    .mp-comparison-table--responsive td {
        padding: 8px 0;
        border: none;
        position: relative;
        padding-left: 120px;
    }
    
    .mp-comparison-table--responsive td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        font-weight: 600;
        font-size: 0.875rem;
        color: var(--mp-text-primary);
    }
    
    .mp-comparison-tool {
        margin-left: -120px;
        margin-bottom: 12px;
    }
    
    .mp-comparison-section__title {
        font-size: 1.75rem;
    }
    
    .mp-subcategory-content .mp-feature-grid {
        grid-template-columns: 1fr;
    }
    
    .mp-subcategory-cards {
        grid-template-columns: 1fr;
    }
    
    .mp-related-subcategories__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .mp-subcategory-hero__title {
        font-size: 1.75rem;
    }
    
    .mp-breadcrumb--detailed .mp-breadcrumb__list {
        font-size: 0.75rem;
    }
    
    .mp-quick-filter {
        padding: 6px 12px;
        font-size: 0.8125rem;
    }
    
    .mp-tool-card__features {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    /* Further reduce logo size on small screens */
    .mp-tools-grid--subcategory .mp-tool-card__logo {
        width: 48px;
        height: 48px;
    }
    
    .mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name,
    .mp-tools-grid--subcategory .mp-tool-card h3.mp-tool-card__name,
    .mp-tools-grid--subcategory .mp-tool-card .mp-tool-card__name .mp-tool-card__name-link {
        font-size: 1.125rem !important; /* 18px on mobile */
        font-weight: 600 !important;
    }
    
    .mp-comparison-tool img {
        width: 32px;
        height: 32px;
    }
    
    .mp-subcategory-content .mp-prose {
        padding: 0 16px;
    }
    
    .mp-subcategory-content .mp-prose h2 {
        font-size: 1.75rem;
    }
    
    .mp-subcategory-content .mp-prose h3 {
        font-size: 1.375rem;
    }
    
    .mp-subcategory-content .mp-prose p {
        font-size: 1rem;
    }
    
    .mp-subcategory-content .mp-feature-card {
        padding: 24px 20px;
    }
    
    .mp-selection-card {
        padding: 24px 20px;
    }
    
    .mp-subcategory-cta {
        padding: 32px 20px;
    }
    
    .mp-subcategory-cta h3 {
        font-size: 1.375rem;
    }
    
    .mp-subcategory-cta p {
        font-size: 1rem;
    }
}

/* ===== ELEGANT TOOL NAME PROMINENCE ===== */
/* Fallback override with refined typography */
.mp-subcategory-main .mp-container .mp-tools-grid .mp-tool-card h3,
.mp-subcategory-main .mp-container .mp-tools-grid .mp-tool-card .mp-tool-card__name,
article.mp-tool-card h3.mp-tool-card__name,
.mp-tool-card h3[class*="tool-card__name"] {
    font-size: 1.625rem !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

/* Target links inside tool name */
.mp-tool-card h3 a,
.mp-tool-card__name a,
h3.mp-tool-card__name > a {
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}

/* ===== FORCE FOOTER HOVER EFFECTS ===== */
/* Emergency override for View Details hover */
body .mp-tools-grid .mp-tool-card a:hover .mp-tool-card__cta,
body .mp-tool-card .mp-tool-card__footer-link:hover > div > span:first-child,
body article.mp-tool-card a:hover span.mp-tool-card__cta {
    color: #4F46E5 !important;
}

body .mp-tools-grid .mp-tool-card a:hover .mp-tool-card__arrow,
body .mp-tool-card .mp-tool-card__footer-link:hover > div > span:last-child,
body article.mp-tool-card a:hover span.mp-tool-card__arrow {
    color: #4F46E5 !important;
    transform: translateX(4px) !important;
}
/* =================================================================== */
/* SEO CONTENT ENHANCEMENT - NON-CONFLICTING STYLES */
/* Works alongside existing subcategory CSS */
/* =================================================================== */

/* Enhanced Typography for SEO Content - Using existing variables */
.mp-subcategory-content .mp-prose h2 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 32px !important;
}

.mp-subcategory-content .mp-prose h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--mp-primary, #6366f1);
    border-radius: 2px;
}

/* Enhanced h3 with left accent bar */
.mp-subcategory-content .mp-prose h3 {
    position: relative;
    padding-left: 20px;
    margin: 48px 0 24px 0 !important;
}

.mp-subcategory-content .mp-prose h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 28px;
    background: var(--mp-primary, #6366f1);
    border-radius: 2px;
}

/* Selection Guide Cards Enhancement */
.mp-selection-guide {
    margin: 48px 0 !important;
}

.mp-selection-card {
    position: relative;
    padding-left: 32px !important;
    border-left: 3px solid var(--mp-primary, #6366f1) !important;
    background: linear-gradient(to right, rgba(99, 102, 241, 0.03), transparent) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.mp-selection-card:hover {
    background: linear-gradient(to right, rgba(99, 102, 241, 0.08), transparent) !important;
    transform: translateX(4px) translateY(-2px) !important;
}

/* Enhanced Comparison Tables for Specialized Categories */
.mp-subcategory-content .mp-comparison-wrapper {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    margin: 40px 0;
}

/* Fix table header styling - dark background with white text */
.mp-subcategory-content .mp-comparison-table thead tr {
    background: linear-gradient(135deg, var(--mp-primary, #6366f1), #7c3aed) !important;
}

.mp-subcategory-content .mp-comparison-table thead th {
    color: white !important;
    font-weight: 600;
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mp-subcategory-content .mp-comparison-table thead th:last-child {
    border-right: none;
}

/* Enhanced tool names in comparison tables */
.mp-subcategory-content .mp-comparison-tool .mp-tool-card__name-link {
    color: var(--mp-primary, #6366f1) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.mp-subcategory-content .mp-comparison-tool .mp-tool-card__name-link:hover {
    color: #4f46e5 !important;
    text-decoration: underline !important;
}

/* Tool logo styling in comparison tables */
.mp-subcategory-content .mp-comparison-tool img {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.mp-subcategory-content .mp-comparison-tool:hover img {
    transform: scale(1.05);
}

/* Enhanced row hover for comparison tables */
.mp-subcategory-content .mp-comparison-table tbody tr {
    transition: all 0.2s ease;
}

.mp-subcategory-content .mp-comparison-table tbody tr:hover {
    background: rgba(99, 102, 241, 0.03) !important;
    transform: translateX(2px);
}

/* Performance Metrics Section Enhancement */
.mp-subcategory-content h2:contains("Performance Metrics") + p + ul,
.mp-prose h2 + p + ul:has(li:contains("49.2%")) {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(139, 92, 246, 0.03));
    border-left: 3px solid var(--mp-primary, #6366f1);
    border-radius: 8px;
    padding: 24px 32px 24px 36px !important;
    margin: 40px 0 !important;
}

.mp-prose h2 + p + ul:has(li:contains("49.2%")) li {
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 16px !important;
    color: var(--mp-text-primary, #1f2937) !important;
}

.mp-prose h2 + p + ul:has(li:contains("49.2%")) li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mp-primary, #6366f1);
    font-weight: 700;
}

/* Implementation Best Practices Enhancement */
.mp-subcategory-content h2 + h3,
.mp-prose h3:contains("Start with"),
.mp-prose h3:contains("Integrate with"),
.mp-prose h3:contains("Monitor AI") {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.05), transparent);
    padding: 16px 24px !important;
    border-radius: 8px;
    margin-bottom: 20px !important;
}

/* ===== ENHANCED FAQ SECTION ===== */
/* FAQ Container */
.mp-subcategory-content h2:contains("Frequently Asked Questions") {
    margin-top: 80px !important;
    margin-bottom: 48px !important;
    text-align: center;
    font-size: 2.5rem !important;
}

/* FAQ Question Styling */
.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid var(--mp-primary, #6366f1);
    padding: 20px 24px 20px 48px !important;
    margin: 0 !important;
    border-radius: 8px 8px 0 0;
    cursor: default;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.125rem !important;
}

/* Question mark icon for FAQ */
.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15)::before {
    content: "Q";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: var(--mp-primary, #6366f1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

/* FAQ Answer Styling */
.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) + p {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    border-left: 4px solid rgba(99, 102, 241, 0.3);
    padding: 24px 24px 24px 48px !important;
    margin: 0 0 24px 0 !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    line-height: 1.8 !important;
    position: relative;
}

/* Answer indicator */
.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) + p::before {
    content: "A";
    position: absolute;
    left: 16px;
    top: 24px;
    width: 24px;
    height: 24px;
    background: rgba(99, 102, 241, 0.1);
    color: var(--mp-primary, #6366f1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

/* Hover effect for FAQ items */
.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15):hover {
    background: linear-gradient(to right, rgba(99, 102, 241, 0.05), #ffffff);
    padding-left: 52px !important;
}

.mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15):hover + p {
    border-left-width: 4px;
    border-left-color: var(--mp-primary, #6366f1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Feature Grid Enhancement */
.mp-subcategory-content .mp-feature-grid {
    margin: 48px 0 !important;
}

.mp-subcategory-content .mp-feature-card {
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mp-subcategory-content .mp-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mp-primary, #6366f1), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mp-subcategory-content .mp-feature-card:hover {
    border-left-color: var(--mp-primary, #6366f1);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.mp-subcategory-content .mp-feature-card:hover::before {
    transform: translateX(0);
}

/* List Enhancement */
.mp-subcategory-content .mp-prose ul li,
.mp-subcategory-content .mp-prose ol li {
    position: relative;
    transition: all 0.2s ease;
}

.mp-subcategory-content .mp-prose ul li:hover,
.mp-subcategory-content .mp-prose ol li:hover {
    padding-left: 28px;
}

/* Strong text enhancement */
.mp-subcategory-content .mp-prose strong {
    color: var(--mp-text-primary, #1f2937);
    font-weight: 600;
    position: relative;
}

/* Link enhancement specific to SEO content */
.mp-subcategory-content .mp-prose a:not(.mp-tool-card__name-link) {
    color: var(--mp-primary, #6366f1);
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
    font-weight: 500;
}

.mp-subcategory-content .mp-prose a:not(.mp-tool-card__name-link)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--mp-primary, #6366f1);
    transition: width 0.3s ease;
}

.mp-subcategory-content .mp-prose a:not(.mp-tool-card__name-link):hover::after {
    width: 100%;
}

/* CTA Section Enhancement */
.mp-subcategory-cta {
    position: relative;
    overflow: hidden;
}

.mp-subcategory-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) {
        padding: 16px 20px 16px 40px !important;
        font-size: 1rem !important;
    }
    
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) + p {
        padding: 20px 20px 20px 40px !important;
    }
    
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15)::before,
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) + p::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
        left: 12px;
    }
    
    .mp-subcategory-content h2:contains("Frequently Asked Questions") {
        font-size: 2rem !important;
    }
}

/* Print styles for better readability */
@media print {
    .mp-subcategory-content .mp-prose {
        max-width: 100%;
    }
    
    .mp-subcategory-content .mp-comparison-table {
        page-break-inside: avoid;
    }
    
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15),
    .mp-subcategory-content .mp-prose > h3:nth-last-child(-n+20):nth-child(n+15) + p {
        page-break-inside: avoid;
    }
}
/* FIX FOR TABLE HEADER VISIBILITY */

/* Remove any conflicting gradient and ensure dark text on light background */
.mp-subcategory-content .mp-comparison-table thead tr,
.mp-prose .mp-comparison-table thead tr,
.mp-comparison-wrapper table thead tr {
    background: #f8f9fa !important; /* Light gray background */
}

.mp-subcategory-content .mp-comparison-table thead th,
.mp-prose .mp-comparison-table thead th,
.mp-comparison-wrapper table thead th {
    color: #1f2937 !important; /* Dark text for contrast */
    font-weight: 600 !important;
    padding: 16px 20px !important;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    background: transparent !important;
}

.mp-subcategory-content .mp-comparison-table thead th:last-child,
.mp-prose .mp-comparison-table thead th:last-child,
.mp-comparison-wrapper table thead th:last-child {
    border-right: none !important;
}

/* Alternative: If you prefer dark headers with light text, use this instead: */
/*
.mp-subcategory-content .mp-comparison-table thead tr,
.mp-prose .mp-comparison-table thead tr {
    background: #1f2937 !important;
}

.mp-subcategory-content .mp-comparison-table thead th,
.mp-prose .mp-comparison-table thead th {
    color: #ffffff !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
*/

/* Ensure table body has proper contrast too */
.mp-subcategory-content .mp-comparison-table tbody tr,
.mp-prose .mp-comparison-table tbody tr {
    background: white !important;
}

.mp-subcategory-content .mp-comparison-table tbody td,
.mp-prose .mp-comparison-table tbody td {
    color: #4b5563 !important;
    background: transparent !important;
}

/* Fix for any tables that might be using different class names */
.mp-comparison-table-header,
table[class*="comparison"] thead th {
    color: #1f2937 !important;
    background: #f8f9fa !important;
}
/* Featured Comparisons Section - Prominent Internal Links */
.mp-featured-comparisons {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    padding: 80px 0;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
}

.mp-featured-comparisons::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.mp-featured-comparisons__header {
    text-align: center;
    margin-bottom: 48px;
}

.mp-featured-comparisons__title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.mp-featured-comparisons__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin: 0;
}

.mp-featured-comparisons__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

.mp-comparison-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    text-decoration: none;
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.mp-comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.mp-comparison-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

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

.mp-comparison-card__content {
    position: relative;
}

.mp-comparison-card__title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
}

.mp-comparison-card:hover .mp-comparison-card__title {
    color: #6366f1;
}

.mp-comparison-card__description {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.mp-comparison-card__arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    color: #6366f1;
    font-weight: 700;
    transition: all 0.3s ease;
    opacity: 0.3;
}

.mp-comparison-card:hover .mp-comparison-card__arrow {
    transform: translateX(4px);
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mp-featured-comparisons {
        padding: 60px 20px;
    }
    
    .mp-featured-comparisons__title {
        font-size: 2rem;
    }
    
    .mp-featured-comparisons__subtitle {
        font-size: 1.125rem;
    }
    
    .mp-featured-comparisons__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .mp-comparison-card {
        padding: 24px;
    }
    
    .mp-comparison-card__title {
        font-size: 1.25rem;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .mp-featured-comparisons {
        background: #1f2937;
    }
    
    .mp-comparison-card {
        border: 2px solid #1f2937;
    }
}/* End custom CSS */