/* ==========================================
   BestTopAIApps - Pro AI Theme CSS
   Appearance → Customize → Additional CSS
   ========================================== */

/* --- Global Colors & Body --- */
body {
    background: #0b0f1a !important;
    color: #d1d5db !important;
}

/* --- Header: Dark gradient with glow --- */
.site-header,
.main-header-bar {
    background: linear-gradient(135deg, #0f0c29, #1a1a4e, #24243e) !important;
    border-bottom: 1px solid rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 2px 20px rgba(99, 102, 241, 0.15) !important;
}

.site-header *,
.main-header-bar * {
    color: #e0e7ff !important;
}

.site-title a,
.site-title {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #818cf8, #a78bfa, #c084fc) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Nav links */
.main-navigation a:hover {
    color: #818cf8 !important;
}

/* --- Hide author, date, comments --- */
.entry-meta,
.post-meta-wrapper,
.posted-on,
.byline,
.comments-link,
.cat-links {
    display: none !important;
}

.comments-area,
#comments {
    display: none !important;
}

/* --- Main Content Area --- */
.site-content,
#content {
    background: #0b0f1a !important;
}

.entry-content {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.85;
}

/* --- Single post: title hero banner --- */
.single .ast-article-single {
    background: transparent !important;
    border: none;
    padding: 0 !important;
    box-shadow: none;
}

.single .entry-header {
    background: linear-gradient(160deg, #1a0040 0%, #3b0a7a 50%, #1a0640 100%) !important;
    padding: 3em 2.5em 2.5em !important;
    margin: -1em -2em 2em -2em;
    border-radius: 16px;
    border: 1px solid rgba(139, 92, 246, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(139, 92, 246, 0.15);
}

.single .entry-header::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    animation: orbFloat3 8s ease-in-out infinite;
    pointer-events: none;
}

/* --- Typography --- */
.entry-title,
.entry-title a {
    color: #fff !important;
    font-size: 2.4em !important;
    font-weight: 900 !important;
    line-height: 1.25;
    background: linear-gradient(135deg, #fff, #e0cffc, #c084fc, #a78bfa) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.entry-content p {
    color: #c9cdd4 !important;
    margin-bottom: 1.3em;
    font-size: 1.05em;
}

/* --- H2: Section cards --- */
.single .entry-content h2 {
    color: #fff !important;
    margin-top: 2.5em;
    margin-bottom: 1em;
    padding: 1em 1.3em;
    border-bottom: none;
    font-size: 1.35em;
    font-weight: 700;
    position: relative;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(99, 102, 241, 0.08)) !important;
    border-left: 4px solid #a855f7;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 2px 15px rgba(139, 92, 246, 0.1);
}

.single .entry-content h2::before {
    content: none;
}

/* --- H2: Gradient glow on bottom --- */
.single .entry-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #a855f7, rgba(139, 92, 246, 0.2), transparent);
}

/* --- H3: FAQ & sub-sections --- */
.entry-content h3 {
    color: #c4b5fd !important;
    font-size: 1.15em;
    border-left: 3px solid #7c3aed;
    padding-left: 14px;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}

/* --- Content sections: subtle card effect --- */
.single .entry-content > p {
    padding: 0 0.5em;
}

/* --- Sections visual separation --- */
.single .entry-content h2 + p {
    margin-top: 1.2em;
    padding-top: 0.5em;
}

/* --- Links --- */
.entry-content a {
    color: #818cf8 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(129, 140, 248, 0.3);
    transition: all 0.2s ease;
}

.entry-content a:hover {
    color: #a78bfa !important;
    border-bottom-color: #a78bfa;
}

/* --- Comparison Table --- */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.95em;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.25);
    box-shadow: 0 4px 30px rgba(139, 92, 246, 0.12), 0 0 0 1px rgba(139, 92, 246, 0.05);
}

.comparison-table thead tr {
    background: linear-gradient(135deg, #3b0a7a, #5b1aad, #4338ca) !important;
    color: #fff;
    text-align: left;
}

.comparison-table th {
    padding: 14px 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #e0e7ff;
}

.comparison-table td {
    padding: 13px 18px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
    color: #c9cdd4;
}

.comparison-table tbody tr {
    background: #111827;
    transition: all 0.2s ease;
}

.comparison-table tbody tr:nth-child(even) {
    background: #0f172a;
}

.comparison-table tbody tr:hover {
    background: rgba(99, 102, 241, 0.1) !important;
}

/* --- FAQ Section --- */
.entry-content h2 + h3 {
    margin-top: 0.5em;
}

/* --- Affiliate disclosure --- */
.affiliate-disclosure {
    font-size: 0.75em !important;
    color: #9ca3af !important;
    border-left: none !important;
    background: rgba(139, 92, 246, 0.05) !important;
    padding: 0.8em 1.2em !important;
    margin-bottom: 1.5em !important;
    border-radius: 8px;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

/* --- Last Updated Badge --- */
.last-updated {
    display: inline-block;
    background: rgba(139, 92, 246, 0.1) !important;
    border: 1px solid rgba(139, 92, 246, 0.2);
    color: #a78bfa !important;
    font-size: 0.8em !important;
    font-weight: 600;
    padding: 0.4em 1em !important;
    border-radius: 20px;
    margin-bottom: 1.5em !important;
    letter-spacing: 0.3px;
}

/* --- Intro highlight (first paragraph after disclosure) --- */
.single .entry-content > p:nth-of-type(2) {
    font-size: 1.15em;
    color: #e0e7ff !important;
    border-left: 4px solid #a855f7;
    padding: 1.3em 1.5em;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(99, 102, 241, 0.04)) !important;
    border-radius: 0 12px 12px 0;
    line-height: 1.7;
    box-shadow: 0 2px 20px rgba(139, 92, 246, 0.08);
}

/* --- FAQ section styling --- */
.single .entry-content h2:last-of-type {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(139, 92, 246, 0.08)) !important;
    border-left-color: #ec4899;
}

.single .entry-content h2:last-of-type ~ h3 {
    background: rgba(139, 92, 246, 0.05);
    padding: 0.8em 1em 0.8em 1.2em;
    border-radius: 0 8px 8px 0;
    border-left: 3px solid #7c3aed;
    margin-top: 1em;
    transition: all 0.3s ease;
}

.single .entry-content h2:last-of-type ~ h3:hover {
    background: rgba(139, 92, 246, 0.1);
    border-left-color: #a855f7;
}

/* --- Methodology note --- */
.methodology-note {
    font-size: 0.85em !important;
    color: #9ca3af !important;
    background: rgba(139, 92, 246, 0.05) !important;
    border: 1px solid rgba(139, 92, 246, 0.1);
    padding: 1em 1.3em !important;
    border-radius: 8px;
    margin-top: 2.5em !important;
}

/* --- Comparison table: limitation column --- */
.comparison-table td:last-child {
    color: #f87171;
    font-size: 0.9em;
}

/* --- Blockquotes --- */
blockquote {
    border-left: 4px solid #6366f1 !important;
    background: rgba(99, 102, 241, 0.05) !important;
    padding: 1.2em 1.5em !important;
    border-radius: 0 8px 8px 0;
    color: #c7d2fe !important;
    font-style: italic;
}

/* --- Sidebar / Widget area --- */
.widget-area,
#secondary {
    display: none !important;
}

/* --- Footer --- */
.site-footer,
.ast-footer-overlay {
    background: linear-gradient(135deg, #0f0c29, #1a1a4e) !important;
    border-top: 1px solid rgba(99, 102, 241, 0.2);
    color: #9ca3af !important;
}

.site-footer a {
    color: #818cf8 !important;
}

/* --- Scrollbar (Webkit) --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0b0f1a;
}
::-webkit-scrollbar-thumb {
    background: #312e81;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4338ca;
}

/* --- Selection highlight --- */
::selection {
    background: rgba(99, 102, 241, 0.3);
    color: #fff;
}

/* --- Blog listing cards --- */
.ast-article-post,
.ast-article-post .ast-article-inner {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border-radius: 16px;
}

.ast-article-post {
    border: 1px solid rgba(99, 102, 241, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    margin-bottom: 2em !important;
    position: relative;
}

/* Top accent line on cards */
.ast-article-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a78bfa, #6366f1);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ast-article-post:hover::before,
.archive .ast-article-post::before,
.category .ast-article-post::before {
    opacity: 1;
}

.ast-article-post:hover {
    border-color: rgba(99, 102, 241, 0.3) !important;
    box-shadow:
        0 8px 32px rgba(99, 102, 241, 0.12),
        0 0 0 1px rgba(99, 102, 241, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transform: translateY(-4px);
}

/* Card inner padding */
.ast-article-post .post-content,
.ast-article-post .ast-blog-single-element {
    padding: 1.2em 1.5em !important;
}

/* Card title — blog index + category/archive pages */
.blog .entry-title,
.blog .entry-title a,
.archive .entry-title,
.archive .entry-title a,
.category .entry-title,
.category .entry-title a {
    font-size: 1.25em !important;
    font-weight: 700 !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    line-height: 1.4;
    margin-bottom: 0.2em !important;
}

.blog .entry-title,
.archive .entry-title,
.category .entry-title {
    margin-bottom: 0.2em !important;
    padding-bottom: 0 !important;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover,
.category .entry-title a:hover {
    -webkit-text-fill-color: #a78bfa !important;
    color: #a78bfa !important;
}

/* Hide excerpt on blog index only */
.blog .ast-excerpt-container,
.blog .entry-content {
    display: none !important;
}

/* Show excerpt on category/archive pages */
.archive .ast-excerpt-container,
.category .ast-excerpt-container {
    display: block !important;
}

.archive .ast-excerpt-container p,
.category .ast-excerpt-container p {
    color: #94a3b8 !important;
    font-size: 0.85em !important;
    line-height: 1.5 !important;
    margin: 0.5em 0 1em !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* "Read More" link styling — button on category pages */
.blog .read-more a,
.blog .ast-read-more-container a {
    color: #818cf8 !important;
    font-weight: 600;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.archive .read-more a,
.archive .ast-read-more-container a,
.category .read-more a,
.category .ast-read-more-container a {
    display: inline-block !important;
    background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 0.5em 1.2em !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.8em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    border: none !important;
    transition: all 0.3s ease !important;
    margin-top: 0.5em !important;
}

.archive .read-more a:hover,
.archive .ast-read-more-container a:hover,
.category .read-more a:hover,
.category .ast-read-more-container a:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea) !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    transform: translateY(-1px);
}

.blog .read-more a:hover,
.blog .ast-read-more-container a:hover {
    color: #a78bfa !important;
}

/* --- Remove full-page wrapper box --- */
.blog #primary,
.home #primary,
.archive #primary,
.category #primary {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 2em 0 !important;
}

/* --- Category archive: kill all white backgrounds --- */
.archive .ast-archive-description,
.category .ast-archive-description,
.archive .ast-term-description,
.category .ast-term-description {
    background: transparent !important;
}

/* --- Category archive header: gradient hero banner --- */
.archive .page-header,
.category .page-header {
    text-align: center;
    margin: -1em -2em 2.5em -2em;
    padding: 3em 2em 2.5em;
    background: linear-gradient(160deg, #1a0040 0%, #3b0a7a 50%, #1a0640 100%) !important;
    border-radius: 16px;
    border: 1px solid rgba(139, 92, 246, 0.25);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(139, 92, 246, 0.15);
}

.archive .page-header::before,
.category .page-header::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
}

.archive .page-header::after,
.category .page-header::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(25px);
    pointer-events: none;
}

.archive .page-title,
.category .page-title {
    color: #fff !important;
    font-size: 2.2em !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #fff, #e0cffc, #c084fc, #a78bfa) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 0.3em !important;
    position: relative;
    z-index: 1;
}

.archive .taxonomy-description,
.category .taxonomy-description {
    color: #c4b5fd !important;
    font-size: 1.05em;
    position: relative;
    z-index: 1;
}

/* Category archive: article count badge */
.archive .page-header .page-title::before,
.category .page-header .page-title::before {
    content: "Category";
    display: block;
    font-size: 0.35em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: none !important;
    -webkit-text-fill-color: #a78bfa !important;
    margin-bottom: 0.8em;
}

/* Grid spacing */
.ast-row {
    gap: 1.5em !important;
}

/* --- Homepage Hero Section --- */
.hero-section {
    text-align: center;
    padding: 6em 2em 5em;
    margin: -1em -1em 2.5em -1em;
    background: linear-gradient(160deg, #1a0040 0%, #3b0a7a 25%, #5b1aad 45%, #2a0060 65%, #1a0040 100%);
    background-size: 200% 200%;
    animation: heroGradientShift 8s ease-in-out infinite;
    border-radius: 20px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    position: relative;
    overflow: hidden;
    box-shadow:
        0 8px 60px rgba(139, 92, 246, 0.3),
        0 0 150px rgba(168, 85, 247, 0.1),
        inset 0 0 80px rgba(139, 92, 246, 0.08);
}

@keyframes heroGradientShift {
    0%, 100% { background-position: 0% 50%; }
    25% { background-position: 100% 0%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
}

/* Large floating orb - purple */
.hero-section::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.5) 0%, rgba(139, 92, 246, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat1 6s ease-in-out infinite;
    pointer-events: none;
    filter: blur(15px);
}

/* Large floating orb - hot pink */
.hero-section::after {
    content: "";
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.4) 0%, rgba(192, 132, 252, 0.15) 40%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat2 7s ease-in-out infinite;
    pointer-events: none;
    filter: blur(15px);
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(120px, 60px) scale(1.3); }
    50% { transform: translate(50px, -80px) scale(0.8); }
    75% { transform: translate(-80px, 40px) scale(1.15); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(-90px, -70px) scale(1.35); }
    50% { transform: translate(70px, 50px) scale(0.75); }
    75% { transform: translate(-40px, -90px) scale(1.1); }
}

/* Small floating orb - bright indigo */
.hero-stats::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 60%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.45) 0%, rgba(139, 92, 246, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat3 5s ease-in-out infinite;
    pointer-events: none;
    filter: blur(10px);
}

/* Extra orb - magenta */
.hero-stats::after {
    content: "";
    position: absolute;
    bottom: 30%;
    left: 15%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.35) 0%, rgba(168, 85, 247, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat4 6.5s ease-in-out infinite;
    pointer-events: none;
    filter: blur(10px);
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(-80px, 50px) scale(1.4); }
    50% { transform: translate(60px, -40px) scale(0.8); }
    75% { transform: translate(-30px, -60px) scale(1.2); }
}

@keyframes orbFloat4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(70px, -50px) scale(1.3); }
    50% { transform: translate(-60px, 40px) scale(0.85); }
    75% { transform: translate(50px, 60px) scale(1.15); }
}

/* Particle dots via box-shadow on hero-title::before */
.hero-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Grid pattern overlay */
.hero-title::after {
    content: "";
    position: absolute;
    top: -300px;
    left: -50%;
    width: 200%;
    height: 800px;
    background-image:
        linear-gradient(rgba(139, 92, 246, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 92, 246, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.hero-section h1.hero-title,
h1.hero-title {
    font-size: 3.2em !important;
    font-weight: 900 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background-image: linear-gradient(90deg, #a855f7, #ec4899, #fff, #818cf8, #c084fc, #ec4899, #a855f7) !important;
    background-size: 100% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    margin-bottom: 0.6em !important;
    line-height: 1.15;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
    -webkit-animation: titleHueShift 8s ease-in-out infinite alternate !important;
    animation: titleHueShift 8s ease-in-out infinite alternate !important;
}

@keyframes titleHueShift {
    0% { filter: hue-rotate(0deg) brightness(1); }
    33% { filter: hue-rotate(45deg) brightness(1.15); }
    66% { filter: hue-rotate(-30deg) brightness(1.05); }
    100% { filter: hue-rotate(60deg) brightness(1.1); }
}

.hero-subtitle {
    font-size: 1.2em !important;
    color: #a8a3c0 !important;
    max-width: 560px;
    margin: 0 auto 2.5em !important;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

/* Trust stats bar */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3em;
    position: relative;
    z-index: 1;
    padding-top: 2em;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    max-width: 500px;
    margin: 0 auto;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 1.8em;
    font-weight: 800;
    background: linear-gradient(135deg, #a78bfa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.hero-stat-label {
    font-size: 0.8em;
    color: #7c6f9b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Animated glow line under hero */
.hero-section + .section-heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), rgba(192, 132, 252, 0.3), transparent);
    background-size: 200% 100%;
    animation: glowLine 3s ease-in-out infinite;
    margin-bottom: 2em;
}

@keyframes glowLine {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 200% center; }
}

.section-heading {
    color: #e0e7ff !important;
    font-size: 1.3em !important;
    font-weight: 600;
    margin-bottom: 1.2em !important;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

/* --- Hero Layout with Mascot --- */
.hero-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    position: relative;
    z-index: 1;
}

.hero-text {
    flex: 1;
    text-align: left;
}

.hero-mascot {
    flex-shrink: 0;
}

.mascot-img {
    width: 220px;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(139, 92, 246, 0.3));
    animation: mascotFloat 4s ease-in-out infinite;
}

@keyframes mascotFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 700px) {
    .hero-layout {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        text-align: center;
    }
    .mascot-img {
        width: 160px;
    }
}

/* Hide page title on homepage */
.page-id-19 .entry-title {
    display: none !important;
}

/* Homepage content area */
.page-id-19 .entry-content {
    max-width: 1000px;
}

/* Homepage posts list */
.homepage-posts,
.wp-block-latest-posts {
    list-style: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 1.2em !important;
}

.homepage-posts li,
.wp-block-latest-posts li {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 12px;
    padding: 2em 1.5em !important;
    min-height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.homepage-posts li::before,
.wp-block-latest-posts li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a78bfa, #6366f1);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px 12px 0 0;
}

.homepage-posts li:hover::before,
.wp-block-latest-posts li:hover::before {
    opacity: 1;
}

.homepage-posts li:hover,
.wp-block-latest-posts li:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.12);
    transform: translateY(-3px);
}

.homepage-posts li a,
.wp-block-latest-posts li a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 1.05em !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.homepage-posts li a:hover,
.wp-block-latest-posts li a:hover {
    color: #a78bfa !important;
}

/* --- Count-up stat animation --- */
.hero-stat-number {
    transition: all 0.3s ease;
}

.hero-stat {
    opacity: 0;
    transform: translateY(20px);
    animation: statFadeIn 0.8s ease forwards;
}

.hero-stat:nth-child(1) { animation-delay: 0.2s; }
.hero-stat:nth-child(2) { animation-delay: 0.4s; }
.hero-stat:nth-child(3) { animation-delay: 0.6s; }

@keyframes statFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Custom Footer --- */
.custom-footer {
    background: linear-gradient(180deg, #0b0f1a 0%, #0a0520 40%, #12082e 100%);
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    padding: 0;
    margin-top: 3em;
    position: relative;
}

.custom-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a855f7, #ec4899, #818cf8, transparent);
}

.footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 3em;
    padding: 3.5em 2em 2.5em;
}

.footer-col-title {
    color: #fff !important;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.2em;
    background: linear-gradient(90deg, #a78bfa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-col a {
    display: block;
    color: #9ca3af !important;
    text-decoration: none !important;
    border: none !important;
    font-size: 0.9em;
    padding: 0.35em 0;
    transition: all 0.2s ease;
}

.footer-col a:hover {
    color: #c4b5fd !important;
    padding-left: 6px;
}

.footer-col p {
    color: #6b7280 !important;
    font-size: 0.85em !important;
    line-height: 1.6;
    margin-bottom: 0.8em !important;
}

.footer-trust {
    color: #7c3aed !important;
    font-size: 0.75em !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.footer-disclaimer {
    font-size: 0.75em !important;
    color: #4b5563 !important;
    margin-top: 1em !important;
    padding-top: 0.8em;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.footer-bottom {
    text-align: center;
    padding: 1.5em 2em;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
    color: #4b5563 !important;
    font-size: 0.8em;
}

.footer-bottom span {
    color: #4b5563 !important;
}

/* Hide default Astra footer completely */
.site-footer,
.site-footer .ast-footer-overlay,
.site-footer .ast-small-footer,
.ast-footer-copyright,
.ast-footer-overlay,
footer.site-footer,
.site-footer-below-section-1,
.ast-builder-layout-element.ast-footer-copyright,
.site-below-footer-wrap,
[data-section="section-footer-builder"],
.ast-footer-copyright p,
footer.site-footer.ast-site-footer {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    visibility: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

@media (max-width: 700px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2em;
        padding: 2.5em 1.5em 2em;
    }
}

/* --- Buttons --- */
.entry-content .wp-block-button__link,
button,
input[type="submit"] {
    background: linear-gradient(135deg, #4338ca, #6366f1) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.3) !important;
}

.entry-content .wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4) !important;
    transform: translateY(-1px);
}

/* ============================================
   VISUAL ARTICLE COMPONENTS
   ============================================ */

/* --- Quick Verdict Box --- */
.quick-verdict {
    background: linear-gradient(145deg, #1a0040, #2d1070) !important;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 16px;
    padding: 2em;
    margin: 1.5em 0 2.5em;
    box-shadow: 0 4px 30px rgba(139, 92, 246, 0.15);
    position: relative;
    overflow: hidden;
}

.quick-verdict::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #818cf8);
}

.quick-verdict-header {
    font-size: 1.3em;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 0.6em;
    letter-spacing: 0.5px;
}

.quick-verdict-summary {
    color: #c4b5fd !important;
    font-size: 1em;
    margin-bottom: 1.5em !important;
    line-height: 1.5;
}

.quick-picks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1em;
}

.quick-pick {
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 1.2em;
    text-align: center;
    transition: all 0.3s ease;
}

.quick-pick:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.15);
}

.quick-pick-label {
    display: block;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a855f7 !important;
    margin-bottom: 0.5em;
}

.quick-pick-product {
    display: block;
    font-size: 1.2em;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 0.4em;
}

a.quick-pick-product {
    color: #c084fc !important;
    border-bottom: 1px solid rgba(192, 132, 252, 0.3) !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #c084fc !important;
    transition: all 0.2s ease;
}

a.quick-pick-product:hover {
    color: #e9d5ff !important;
    -webkit-text-fill-color: #e9d5ff !important;
    border-bottom-color: #e9d5ff !important;
}

.quick-pick-reason {
    display: block;
    font-size: 0.8em;
    color: #9ca3af !important;
    line-height: 1.4;
}

/* --- Product Cards --- */
.product-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: 1.5em 0;
}

.product-card {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-card:hover {
    border-color: rgba(139, 92, 246, 0.35);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.12);
}

.product-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.2em 1.5em 0.8em;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
    flex-wrap: wrap;
    gap: 0.5em;
}

.product-card-title {
    display: flex;
    align-items: center;
    gap: 0.8em;
    flex-wrap: wrap;
}

.product-logo {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    flex-shrink: 0;
}

h3.product-name {
    color: #fff !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Placeholder spacer when logo is hidden — keeps card layout aligned */
.product-card-title.no-logo .product-logo-placeholder {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.product-badge {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff !important;
    font-size: 0.65em;
    font-weight: 700;
    padding: 0.35em 0.8em;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.product-price {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3em;
}

.price-amount {
    font-size: 1.4em;
    font-weight: 800;
    color: #c084fc !important;
}

.free-badge {
    font-size: 0.7em;
    color: #34d399 !important;
    font-weight: 600;
}

.product-summary {
    padding: 0.6em 1.5em 0.8em !important;
    color: #9ca3af !important;
    font-size: 0.9em !important;
    line-height: 1.5;
    margin: 0 !important;
}

/* --- Score Bars --- */
.product-scores {
    padding: 0.6em 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.35em;
}

.score-row {
    display: grid !important;
    grid-template-columns: 100px 1fr 40px !important;
    align-items: center !important;
    gap: 0.6em;
    margin: 0 !important;
    padding: 0 !important;
}

.score-label {
    font-size: 0.78em;
    color: #9ca3af !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.score-track {
    height: 6px;
    background: rgba(139, 92, 246, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.score-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
}

.score-value {
    font-size: 0.75em;
    font-weight: 700;
    color: #c4b5fd !important;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* --- Pros & Cons --- */
.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.pros-list {
    padding: 0.7em 1.5em;
    border-right: 1px solid rgba(139, 92, 246, 0.1);
}

.cons-list {
    padding: 0.7em 1.5em;
}

.pro-item {
    color: #34d399 !important;
    font-size: 0.82em;
    padding: 0.15em 0;
    line-height: 1.35;
}

.con-item {
    color: #f87171 !important;
    font-size: 0.82em;
    padding: 0.15em 0;
    line-height: 1.35;
}

/* --- Product Card Footer --- */
.product-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7em 1.5em;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
    background: rgba(139, 92, 246, 0.03);
    flex-wrap: wrap;
    gap: 0.5em;
}

.product-best-for {
    font-size: 0.85em !important;
    color: #9ca3af !important;
    margin: 0 !important;
}

.product-cta {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff !important;
    padding: 0.5em 1.3em;
    border-radius: 8px;
    font-size: 0.85em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none !important;
}

.product-cta:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    transform: translateY(-1px);
}

/* --- Use Case Grid --- */
.use-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1em;
    margin: 1.5em 0;
}

.use-case-card {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 12px;
    padding: 1.5em;
    text-align: center;
    transition: all 0.3s ease;
}

.use-case-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.12);
}

.use-case-scenario {
    font-size: 0.85em;
    color: #9ca3af !important;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.use-case-arrow {
    color: #a855f7 !important;
    font-size: 1.2em;
    margin: 0.3em 0;
}

.use-case-recommendation {
    font-size: 1.15em;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 0.4em;
}

.use-case-why {
    font-size: 0.8em;
    color: #7c6f9b !important;
    line-height: 1.4;
}

/* --- Override WP default spacing inside cards --- */
.product-card p,
.product-card div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.product-scores div,
.product-scores span {
    margin: 0 !important;
    padding: 0 !important;
}

.score-row * {
    line-height: 1 !important;
}

/* ============================================
   HOMEPAGE SECTIONS
   ============================================ */

/* --- Latest Reviews Section --- */
.latest-reviews-section {
    margin: 3em 0;
}

.section-title {
    color: #fff !important;
    font-size: 1.5em !important;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 0.3em !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
}

.section-subtitle {
    display: block;
    color: #7c6f9b !important;
    font-size: 0.9em !important;
    text-align: center;
    margin-bottom: 2em !important;
}

/* Override wpautop added p tags inside cards */
.review-card p,
.top-tool-card p,
.genre-card p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

.latest-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
}

.review-card {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 14px;
    padding: 1.5em;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: block;
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a78bfa, #6366f1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.review-card:hover::before {
    opacity: 1;
}

.review-card:hover {
    border-color: rgba(99, 102, 241, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.12);
}

.review-card-category {
    display: inline-block;
    background: rgba(139, 92, 246, 0.15);
    color: #a78bfa !important;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.3em 0.8em;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.8em;
}

.review-card-title {
    display: block;
    color: #fff !important;
    font-size: 1.05em !important;
    font-weight: 700 !important;
    margin-bottom: 0.5em !important;
    line-height: 1.35;
}

.review-card-date {
    color: #6b7280 !important;
    font-size: 0.75em !important;
}

/* --- Top Rated Tools Section --- */
.top-tools-section {
    margin: 3em 0;
    background: linear-gradient(145deg, #1a0040, #2d1070);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 2.5em 2em;
    position: relative;
    overflow: hidden;
}

.top-tools-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #818cf8);
}

.top-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.2em;
    margin-top: 1.5em;
}

.top-tool-card {
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 14px;
    padding: 1.5em;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: block;
}

.top-tool-card:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.2);
}

.top-tool-rank {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff !important;
    font-size: 0.7em;
    font-weight: 800;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    margin-bottom: 0.8em;
}

.top-tool-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: contain;
    background: #fff;
    padding: 6px;
    margin: 0 auto 0.8em;
    display: block;
}

.top-tool-name {
    display: block;
    color: #fff !important;
    font-size: 1.1em !important;
    font-weight: 700 !important;
    margin-bottom: 0.3em !important;
}

/* Placeholder spacer when logo is hidden — keeps card layout aligned */
.top-tool-card.no-logo .top-tool-logo-placeholder {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.8em;
    display: block;
}

.top-tool-category {
    display: block;
    color: #a78bfa !important;
    font-size: 0.75em !important;
    margin-bottom: 0.6em !important;
}

.top-tool-score {
    display: inline-block;
    background: rgba(139, 92, 246, 0.15);
    color: #c084fc !important;
    font-size: 0.85em;
    font-weight: 800;
    padding: 0.3em 0.8em;
    border-radius: 8px;
    margin-bottom: 0.8em;
}

.top-tool-subtitle {
    display: block;
    color: #94a3b8 !important;
    font-size: 0.7em !important;
    margin-bottom: 0.8em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-fill-color: #94a3b8 !important;
}

.top-tool-cta {
    display: block;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff !important;
    padding: 0.6em 1em;
    border-radius: 8px;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none !important;
    border: none !important;
    transition: all 0.3s ease;
}

.top-tool-cta:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

/* --- Genre Browse Section --- */
.genre-browse-section {
    margin: 3em 0;
}

.genre-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}

.genre-card {
    background: linear-gradient(145deg, #111827, #0f172a) !important;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 14px;
    padding: 1.5em 1em;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: block;
}

.genre-card:hover {
    border-color: rgba(139, 92, 246, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.12);
}

.genre-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8em;
    height: 40px;
}

.genre-card-icon svg {
    filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.4));
}

.genre-card-name {
    display: block;
    color: #fff !important;
    font-size: 0.85em !important;
    font-weight: 600 !important;
}

.genre-card-count {
    display: block;
    color: #7c6f9b !important;
    font-size: 0.7em !important;
    margin-top: 0.3em;
}

/* ============================================
   MOBILE-FIRST RESPONSIVE
   ============================================ */

/* Base mobile adjustments */
@media (max-width: 640px) {
    /* Article components */
    .quick-picks {
        grid-template-columns: 1fr;
    }
    .pros-cons {
        grid-template-columns: 1fr;
    }
    .pros-list {
        border-right: none;
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
    }
    .score-row {
        grid-template-columns: 80px 1fr 40px !important;
    }
    .product-card-header {
        flex-direction: column;
    }
    .product-price {
        align-items: flex-start;
    }
    .use-case-grid {
        grid-template-columns: 1fr;
    }

    /* CTA buttons - full width on mobile */
    .product-cta {
        display: block !important;
        text-align: center;
        padding: 0.8em 1.3em !important;
        min-height: 48px;
        line-height: 1.8;
        font-size: 0.95em !important;
    }

    .product-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8em;
    }

    /* Score bars - larger touch targets */
    .score-track {
        height: 8px;
    }

    /* Entry title on mobile */
    .entry-title,
    .entry-title a {
        font-size: 1.6em !important;
    }

    /* Hero section mobile */
    .hero-section {
        padding: 3em 1.2em 2.5em;
    }
    .hero-section h1.hero-title,
    h1.hero-title {
        font-size: 2em !important;
    }
    .hero-subtitle {
        font-size: 1em !important;
    }
    .hero-stats {
        gap: 1.5em;
        flex-wrap: wrap;
    }

    /* Homepage sections mobile */
    .latest-reviews-grid {
        grid-template-columns: 1fr;
    }

    .top-tools-grid {
        grid-template-columns: 1fr;
    }
    .top-tools-section {
        padding: 2em 1.2em;
    }

    .top-tool-cta {
        min-height: 48px;
        line-height: 2;
    }

    .genre-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Quick verdict mobile */
    .quick-verdict {
        padding: 1.5em 1.2em;
    }

    /* Product card padding */
    .product-card-header {
        padding: 1em 1.2em 0.6em;
    }
    .product-summary {
        padding: 0.6em 1.2em 0.8em !important;
    }
    .product-scores {
        padding: 0.6em 1.2em;
    }
    .pros-list, .cons-list {
        padding: 0.7em 1.2em;
    }
    .product-card-footer {
        padding: 0.7em 1.2em;
    }

    /* Content area mobile */
    .entry-content {
        padding: 0 0.5em;
    }
    .single .entry-header {
        padding: 2em 1.5em !important;
        margin: -0.5em -0.5em 1.5em -0.5em;
    }
}

/* Tablet adjustments */
@media (min-width: 641px) and (max-width: 1024px) {
    .genre-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .top-tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .latest-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
