.elementor-1766 .elementor-element.elementor-element-beaf345{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =================================================================== */
/* MP AI TOOLS SUBCATEGORY PAGE STYLES - OPTIMIZED */
/* Compatible with Global CSS - No Conflicts */
/* =================================================================== */

/* ===== SUBCATEGORY-SPECIFIC STYLES ONLY ===== */
/* Global CSS already handles: variables, base styles, buttons, badges, containers */

/* ===== 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 ===== */
.mp-quick-filters {
    background: var(--mp-bg-secondary);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 50;
    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;
}

/* ===== 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-1766s 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-1766s 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-1766s */
.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;
}/* End custom CSS */