.elementor-1875 .elementor-element.elementor-element-ce6df23{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Writing & Content Tools Directory - Modern Minimalist CSS */
/* Prefix: wct (Writing Content Tools) */

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
    --wct-primary: #6366F1;
    --wct-primary-dark: #4F46E5;
    --wct-text-primary: #1F2937;
    --wct-text-secondary: #6B7280;
    --wct-bg-primary: #FFFFFF;
    --wct-bg-secondary: #F9FAFB;
    --wct-bg-tertiary: #F3F4F6;
    --wct-border: #E5E7EB;
    --wct-border-light: #F3F4F6;
    --wct-accent: #10B981;
}

/* ============================================
   GLOBAL STYLES
   ============================================ */
.wct-directory {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--wct-text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.wct-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.wct-hero {
    background: linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);
    padding: 60px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.wct-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.wct-hero__content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.wct-hero__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
}

.wct-hero__icon svg {
    color: var(--wct-primary);
}

.wct-hero__title {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 20px 0;
    background: linear-gradient(135deg, #1F2937 0%, #4F46E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wct-hero__description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--wct-text-secondary);
    max-width: 600px;
    margin: 0 auto 40px;
}

.wct-hero__stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.wct-hero__stat {
    text-align: center;
}

.wct-hero__stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--wct-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.wct-hero__stat-label {
    font-size: 0.875rem;
    color: var(--wct-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================
   SHOWCASE SECTION
   ============================================ */
.wct-showcase {
    padding: 60px 0;
    background: var(--wct-bg-primary);
    overflow: hidden;
}

/* Category Block */
.wct-category {
    margin-bottom: 80px;
    position: relative;
}

.wct-category:last-child {
    margin-bottom: 0;
}

/* Category Header - Minimal Style */
.wct-category__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--wct-border-light);
}

.wct-category__title-group {
    flex: 1;
}

.wct-category__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--wct-text-primary);
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}

.wct-category__subtitle {
    font-size: 1.125rem;
    color: var(--wct-text-secondary);
    margin: 0;
    font-weight: 400;
}

.wct-category__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wct-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.wct-category__link:hover {
    color: var(--wct-primary-dark);
}

.wct-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.wct-category__link:hover .wct-arrow {
    transform: translateX(4px);
}

/* Grid Layout - 4 cards per row */
.wct-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Card Styles - Clean Minimal Design */
.wct-card {
    background: white;
    border: 1.5px solid var(--wct-border);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.wct-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--wct-primary);
}

.wct-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    min-height: 60px;
}

.wct-card__logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

/* ORIGINAL BADGE STYLES - Monochromatic */
.wct-badge {
    background: rgba(0, 0, 0, 0.05) !important;
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.55) !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    align-self: flex-start;
}

.wct-badge--editor {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    color: rgba(0, 0, 0, 0.75) !important;
    font-weight: 600;
}

.wct-badge--popular {
    background: rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    color: rgba(0, 0, 0, 0.65) !important;
    font-weight: 500;
}

.wct-badge--new {
    background: rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 500;
    animation: gentleBreathe 4s ease-in-out infinite;
}

@keyframes gentleBreathe {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.wct-card__name {
    font-size: 1.625rem !important;
    font-weight: 600 !important;
    color: var(--wct-text-primary);
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

/* ORIGINAL RATING STYLES - Monochromatic Stars */
.wct-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.wct-stars {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 1.125rem;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.wct-rating-text {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.55) !important;
    font-weight: 500;
}

.wct-card:hover .wct-stars {
    color: rgba(0, 0, 0, 0.85) !important;
}

.wct-card__desc {
    font-size: 0.9375rem;
    color: var(--wct-text-secondary);
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
    flex-grow: 1;
}

/* Price styling - elegant and subtle */
.wct-card__price {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--wct-text-secondary);
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.025em;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.wct-card:hover .wct-card__price {
    opacity: 1;
}

.wct-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    color: var(--wct-primary);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    border: 1.5px solid var(--wct-primary);
}

.wct-card__cta:hover {
    background: var(--wct-primary);
    color: white;
    transform: translateY(-1px);
}

/* ============================================
   SEO CONTENT SECTION
   ============================================ */
.wct-content {
    background: var(--wct-bg-secondary);
    padding: 80px 0;
}

.wct-content__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.wct-article {
    margin-bottom: 60px;
}

.wct-article:last-child {
    margin-bottom: 0;
}

.wct-article h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--wct-text-primary);
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.wct-article h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--wct-text-primary);
    margin: 32px 0 16px 0;
    letter-spacing: -0.01em;
}

.wct-article p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--wct-text-secondary);
    margin-bottom: 20px;
}

.wct-article strong {
    color: var(--wct-text-primary);
    font-weight: 600;
}

/* ============================================
   CTA SECTION
   ============================================ */
.wct-cta {
    background: linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wct-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.wct-cta__content {
    position: relative;
    z-index: 1;
}

.wct-cta__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--wct-text-primary);
    letter-spacing: -0.02em;
}

.wct-cta__text {
    font-size: 1.0625rem;
    color: var(--wct-text-secondary);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 24px;
}

.wct-cta__box {
    margin-top: 48px;
    padding: 48px 40px;
    background: var(--wct-bg-primary);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.1);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.wct-cta__box-text {
    font-size: 1.125rem;
    margin-bottom: 32px;
    color: var(--wct-text-secondary);
}

.wct-cta__box strong {
    color: var(--wct-text-primary);
}

.wct-cta__buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.wct-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.wct-btn--primary {
    background: var(--wct-primary);
    color: white;
}

.wct-btn--primary:hover {
    background: var(--wct-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(99, 102, 241, 0.2);
}

.wct-btn--secondary {
    background: white;
    color: var(--wct-primary);
    border-color: var(--wct-primary);
}

.wct-btn--secondary:hover {
    background: var(--wct-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(99, 102, 241, 0.15);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .wct-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .wct-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .wct-category__header {
        flex-direction: column;
        gap: 16px;
    }
    
    .wct-category__link {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .wct-hero {
        padding: 48px 0 60px 0;
    }
    
    .wct-hero__title {
        font-size: 2.5rem;
    }
    
    .wct-hero__icon {
        width: 64px;
        height: 64px;
    }
    
    .wct-hero__stat-number {
        font-size: 2rem;
    }
    
    .wct-showcase {
        padding: 40px 0;
    }
    
    .wct-category {
        margin-bottom: 60px;
    }
    
    .wct-category__title {
        font-size: 2rem;
    }
    
    .wct-card {
        padding: 24px 20px;
    }
    
    .wct-card__name {
        font-size: 1.25rem !important;
    }
    
    .wct-content {
        padding: 60px 0;
    }
    
    .wct-article h3 {
        font-size: 1.75rem;
    }
    
    .wct-article h4 {
        font-size: 1.25rem;
    }
    
    .wct-cta {
        padding: 60px 0;
    }
    
    .wct-cta h2 {
        font-size: 2rem;
    }
    
    .wct-cta__box {
        padding: 32px 24px;
    }
}

@media (max-width: 640px) {
    .wct-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .wct-hero__title {
        font-size: 2rem;
    }
    
    .wct-hero__description {
        font-size: 1.0625rem;
    }
    
    .wct-hero__stats {
        gap: 32px;
    }
    
    .wct-category__title {
        font-size: 1.75rem;
    }
    
    .wct-card__name {
        font-size: 1.125rem !important;
    }
    
    .wct-badge {
        font-size: 0.5625rem;
        padding: 2px 6px;
        letter-spacing: 0.1em;
    }
    
    .wct-stars {
        font-size: 1rem;
    }
    
    .wct-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .wct-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/* ============================================
   PERFORMANCE
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .wct-card,
    .wct-card__cta,
    .wct-category__link,
    .wct-btn,
    .wct-badge {
        transition: none;
    }
}

/* ============================================
   DARK MODE
   ============================================ */
@media (prefers-color-scheme: dark) {
    :root {
        --wct-primary: #818CF8;
        --wct-primary-dark: #6366F1;
        --wct-text-primary: #F9FAFB;
        --wct-text-secondary: #D1D5DB;
        --wct-bg-primary: #111827;
        --wct-bg-secondary: #1F2937;
        --wct-bg-tertiary: #374151;
        --wct-border: #374151;
        --wct-border-light: #1F2937;
    }
    
    /* Ensure body/html have dark background */
    body, html {
        background-color: var(--wct-bg-primary) !important;
    }
    
    .wct-directory {
        background-color: var(--wct-bg-primary);
        color: var(--wct-text-primary);
    }
    
    .wct-hero {
        background: linear-gradient(135deg, #1F2937 0%, #312E81 100%);
    }
    
    .wct-hero__icon {
        background: var(--wct-bg-secondary);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
    
    /* Fix hero title visibility in dark mode */
    .wct-hero__title {
        background: linear-gradient(135deg, #F9FAFB 0%, #A5B4FC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    /* Make icon more visible */
    .wct-hero__icon svg {
        color: var(--wct-primary-light);
    }
    
    /* Make stats more visible in dark mode */
    .wct-hero__stat-number {
        color: var(--wct-primary-light);
    }
    
    .wct-hero__stat-label {
        color: var(--wct-text-secondary);
    }
    
    /* Ensure hero description is visible */
    .wct-hero__description {
        color: var(--wct-text-secondary);
    }
    
    .wct-content {
        background: var(--wct-bg-primary);
    }
    
    /* Showcase section dark mode */
.dark .wct-showcase,
body.dark-mode .wct-showcase,
html.dark .wct-showcase,
[data-theme="dark"] .wct-showcase {
    background: #111827;
}

.dark .wct-card,
body.dark-mode .wct-card,
html.dark .wct-card,
[data-theme="dark"] .wct-card {
    background: #1F2937;
    border-color: #374151;
}

/* Badges in dark mode */
.dark .wct-badge,
body.dark-mode .wct-badge,
html.dark .wct-badge,
[data-theme="dark"] .wct-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.dark .wct-badge--editor,
body.dark-mode .wct-badge--editor,
html.dark .wct-badge--editor,
[data-theme="dark"] .wct-badge--editor {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.dark .wct-badge--popular,
body.dark-mode .wct-badge--popular,
html.dark .wct-badge--popular,
[data-theme="dark"] .wct-badge--popular {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.dark .wct-badge--new,
body.dark-mode .wct-badge--new,
html.dark .wct-badge--new,
[data-theme="dark"] .wct-badge--new {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.65) !important;
}

/* Card content in dark mode */
.dark .wct-card__name,
body.dark-mode .wct-card__name,
html.dark .wct-card__name,
[data-theme="dark"] .wct-card__name {
    color: #F9FAFB !important;
}

.dark .wct-card__desc,
body.dark-mode .wct-card__desc,
html.dark .wct-card__desc,
[data-theme="dark"] .wct-card__desc {
    color: #D1D5DB;
}

/* Category headers in dark mode */
.dark .wct-category__header,
body.dark-mode .wct-category__header,
html.dark .wct-category__header,
[data-theme="dark"] .wct-category__header {
    border-bottom-color: #374151;
}

.dark .wct-category__title,
body.dark-mode .wct-category__title,
html.dark .wct-category__title,
[data-theme="dark"] .wct-category__title {
    color: #F9FAFB;
}

.dark .wct-category__subtitle,
body.dark-mode .wct-category__subtitle,
html.dark .wct-category__subtitle,
[data-theme="dark"] .wct-category__subtitle {
    color: #D1D5DB;
}

/* Category links and tool CTAs in dark mode */
.dark .wct-category__link,
body.dark-mode .wct-category__link,
html.dark .wct-category__link,
[data-theme="dark"] .wct-category__link {
    color: #818CF8;
}

.dark .wct-category__link:hover,
body.dark-mode .wct-category__link:hover,
html.dark .wct-category__link:hover,
[data-theme="dark"] .wct-category__link:hover {
    color: #6366F1;
}

.dark .wct-card__cta,
body.dark-mode .wct-card__cta,
html.dark .wct-card__cta,
[data-theme="dark"] .wct-card__cta {
    color: #818CF8;
    border-color: #818CF8;
}

.dark .wct-card__cta:hover,
body.dark-mode .wct-card__cta:hover,
html.dark .wct-card__cta:hover,
[data-theme="dark"] .wct-card__cta:hover {
    background: #818CF8;
    color: white;
}

/* Stars and ratings in dark mode */
.dark .wct-stars,
body.dark-mode .wct-stars,
html.dark .wct-stars,
[data-theme="dark"] .wct-stars {
    color: rgba(255, 255, 255, 0.7) !important;
}

.dark .wct-rating-text,
body.dark-mode .wct-rating-text,
html.dark .wct-rating-text,
[data-theme="dark"] .wct-rating-text {
    color: rgba(255, 255, 255, 0.6) !important;
}

.dark .wct-card:hover .wct-stars,
body.dark-mode .wct-card:hover .wct-stars,
html.dark .wct-card:hover .wct-stars,
[data-theme="dark"] .wct-card:hover .wct-stars {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Pricing in dark mode */
.dark .wct-card__price,
body.dark-mode .wct-card__price,
html.dark .wct-card__price,
[data-theme="dark"] .wct-card__price {
    color: #D1D5DB;
    opacity: 0.7;
}

.dark .wct-card:hover .wct-card__price,
body.dark-mode .wct-card:hover .wct-card__price,
html.dark .wct-card:hover .wct-card__price,
[data-theme="dark"] .wct-card:hover .wct-card__price {
    opacity: 0.9;
}

    /* SEO content section dark mode */
    .wct-content {
        background: var(--wct-bg-secondary);
    }
    
    .wct-article h3,
    .wct-article h4 {
        color: var(--wct-text-primary);
    }
    
    .wct-article p {
        color: var(--wct-text-secondary);
    }
    
    .wct-article strong {
        color: var(--wct-text-primary);
    }
    
    /* CTA section dark mode - prefers-color-scheme */
    .wct-cta {
        background: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%);
    }
    
    .wct-cta p,
    .wct-cta__text {
        color: var(--wct-text-secondary);
    }
    
    .wct-cta strong {
        color: var(--wct-text-primary);
    }
    
    .wct-card {
        background: var(--wct-bg-secondary);
    }
    
    /* Dark mode badges */
    .wct-badge {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        color: rgba(255, 255, 255, 0.6) !important;
    }
    
    .wct-badge--editor {
        background: rgba(255, 255, 255, 0.12) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        color: rgba(255, 255, 255, 0.8) !important;
    }
    
    .wct-badge--popular {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.18) !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }
    
    .wct-badge--new {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        color: rgba(255, 255, 255, 0.65) !important;
    }
    
    /* Dark mode stars */
    .wct-stars {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    
    .wct-rating-text {
        color: rgba(255, 255, 255, 0.6) !important;
    }
    
    .wct-card:hover .wct-stars {
        color: rgba(255, 255, 255, 0.85) !important;
    }
    
    /* Dark mode pricing */
    .wct-card__price {
        color: var(--wct-text-secondary);
        opacity: 0.7;
    }
    
    .wct-card:hover .wct-card__price {
        opacity: 0.9;
    }
    
    .wct-cta__box {
        background: var(--wct-bg-secondary);
    }
}

/* ============================================
   DARK MODE - Class-based approach
   Supports: .dark, .dark-mode, [data-theme="dark"]
   For Elementor: May need to add .elementor-dark-mode
   ============================================ */
/* Hero section dark mode */
.dark .wct-hero,
body.dark-mode .wct-hero,
html.dark .wct-hero,
[data-theme="dark"] .wct-hero {
    background: linear-gradient(135deg, #1F2937 0%, #312E81 100%);
}

.dark .wct-hero__title,
body.dark-mode .wct-hero__title,
html.dark .wct-hero__title,
[data-theme="dark"] .wct-hero__title {
    background: linear-gradient(135deg, #F9FAFB 0%, #A5B4FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark .wct-hero__icon,
body.dark-mode .wct-hero__icon,
html.dark .wct-hero__icon,
[data-theme="dark"] .wct-hero__icon {
    background: #1F2937;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dark .wct-hero__icon svg,
body.dark-mode .wct-hero__icon svg,
html.dark .wct-hero__icon svg,
[data-theme="dark"] .wct-hero__icon svg {
    color: #A5B4FC;
}

.dark .wct-hero__stat-number,
body.dark-mode .wct-hero__stat-number,
html.dark .wct-hero__stat-number,
[data-theme="dark"] .wct-hero__stat-number {
    color: #A5B4FC;
}

.dark .wct-hero__stat-label,
body.dark-mode .wct-hero__stat-label,
html.dark .wct-hero__stat-label,
[data-theme="dark"] .wct-hero__stat-label {
    color: #D1D5DB;
}

.dark .wct-hero__description,
body.dark-mode .wct-hero__description,
html.dark .wct-hero__description,
[data-theme="dark"] .wct-hero__description {
    color: #D1D5DB;
}

/* CTA section dark mode */
.dark .wct-cta,
body.dark-mode .wct-cta,
html.dark .wct-cta {
    background: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%);
}

.dark .wct-cta__title,
body.dark-mode .wct-cta__title,
html.dark .wct-cta__title {
    color: #F9FAFB !important;
}

.dark .wct-cta__text,
body.dark-mode .wct-cta__text,
html.dark .wct-cta__text {
    color: #D1D5DB !important;
}

.dark .wct-cta__box,
body.dark-mode .wct-cta__box,
html.dark .wct-cta__box {
    background: #1F2937 !important;
    border: 1px solid #374151;
}

.dark .wct-cta__box-text,
body.dark-mode .wct-cta__box-text,
html.dark .wct-cta__box-text {
    color: #D1D5DB !important;
}

.dark .wct-cta strong,
.dark .wct-cta__box strong,
body.dark-mode .wct-cta strong,
body.dark-mode .wct-cta__box strong,
html.dark .wct-cta strong,
html.dark .wct-cta__box strong {
    color: #F9FAFB !important;
}

/* Also support data-theme attribute */
[data-theme="dark"] .wct-cta {
    background: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%);
}

[data-theme="dark"] .wct-cta__title {
    color: #F9FAFB !important;
}

[data-theme="dark"] .wct-cta__text {
    color: #D1D5DB !important;
}

[data-theme="dark"] .wct-cta__box {
    background: #1F2937 !important;
    border: 1px solid #374151;
}

[data-theme="dark"] .wct-cta__box-text {
    color: #D1D5DB !important;
}

[data-theme="dark"] .wct-cta strong,
[data-theme="dark"] .wct-cta__box strong {
    color: #F9FAFB !important;
}

/* SEO content section dark mode */
.dark .wct-content,
body.dark-mode .wct-content,
html.dark .wct-content,
[data-theme="dark"] .wct-content {
    background: #1F2937;
}

.dark .wct-article h3,
.dark .wct-article h4,
body.dark-mode .wct-article h3,
body.dark-mode .wct-article h4,
html.dark .wct-article h3,
html.dark .wct-article h4,
[data-theme="dark"] .wct-article h3,
[data-theme="dark"] .wct-article h4 {
    color: #F9FAFB;
}

.dark .wct-article p,
body.dark-mode .wct-article p,
html.dark .wct-article p,
[data-theme="dark"] .wct-article p {
    color: #D1D5DB;
}

.dark .wct-article strong,
body.dark-mode .wct-article strong,
html.dark .wct-article strong,
[data-theme="dark"] .wct-article strong {
    color: #F9FAFB;
}

/* CTA buttons dark mode */
.dark .wct-btn--primary,
body.dark-mode .wct-btn--primary,
html.dark .wct-btn--primary,
[data-theme="dark"] .wct-btn--primary {
    background: #818CF8;
}

.dark .wct-btn--primary:hover,
body.dark-mode .wct-btn--primary:hover,
html.dark .wct-btn--primary:hover,
[data-theme="dark"] .wct-btn--primary:hover {
    background: #6366F1;
}

.dark .wct-btn--secondary,
body.dark-mode .wct-btn--secondary,
html.dark .wct-btn--secondary,
[data-theme="dark"] .wct-btn--secondary {
    background: #1F2937;
    color: #818CF8;
    border-color: #818CF8;
}

.dark .wct-btn--secondary:hover,
body.dark-mode .wct-btn--secondary:hover,
html.dark .wct-btn--secondary:hover,
[data-theme="dark"] .wct-btn--secondary:hover {
    background: #818CF8;
    color: white;
}

/* ============================================
   DARK MODE - Additional fixes for CTA visibility
   ============================================ */
/* Force dark background on CTA section container */
.wct-directory.dark .wct-cta,
.dark .wct-directory .wct-cta,
html.dark .wct-directory .wct-cta,
body.dark .wct-directory .wct-cta {
    background-color: #1F2937 !important;
    background-image: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%) !important;
}

/* Ensure CTA section has dark background */
body.dark .wct-cta,
body[data-theme="dark"] .wct-cta,
.dark-mode .wct-cta,
.elementor-dark-mode .wct-cta {
    background: #1F2937 !important;
    background-image: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%) !important;
}

/* Ensure all text in CTA is visible */
body.dark .wct-cta p,
body.dark .wct-cta__text,
body[data-theme="dark"] .wct-cta p,
body[data-theme="dark"] .wct-cta__text,
.dark-mode .wct-cta p,
.dark-mode .wct-cta__text,
.elementor-dark-mode .wct-cta p,
.elementor-dark-mode .wct-cta__text {
    color: #D1D5DB !important;
    opacity: 1 !important;
}

/* Strong text should be brighter */
body.dark .wct-cta strong,
body[data-theme="dark"] .wct-cta strong,
.dark-mode .wct-cta strong,
.elementor-dark-mode .wct-cta strong {
    color: #F9FAFB !important;
    opacity: 1 !important;
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .wct-badge,
    .wct-cta__buttons,
    .wct-category__link {
        display: none;
    }
    
    .wct-card {
        break-inside: avoid;
    }
}

/* ============================================
   CRITICAL DARK MODE OVERRIDE
   Use this if text is still not visible
   ============================================ */
/* Force fix for CTA text visibility in all dark modes */
html[class*="dark"] .wct-cta,
body[class*="dark"] .wct-cta,
[class*="dark"] .wct-cta,
.wct-cta[class*="dark"] {
    background: #1F2937 !important;
    background-color: #1F2937 !important;
}

html[class*="dark"] .wct-cta p,
html[class*="dark"] .wct-cta__text,
body[class*="dark"] .wct-cta p,
body[class*="dark"] .wct-cta__text,
[class*="dark"] .wct-cta p,
[class*="dark"] .wct-cta__text {
    color: #D1D5DB !important;
    -webkit-text-fill-color: #D1D5DB !important;
}

html[class*="dark"] .wct-cta strong,
body[class*="dark"] .wct-cta strong,
[class*="dark"] .wct-cta strong {
    color: #F9FAFB !important;
    -webkit-text-fill-color: #F9FAFB !important;
}

/* ============================================
   ELEMENTOR SECTION BACKGROUND FIX
   If CTA still has light background in dark mode:
   1. Edit the Elementor section containing the HTML widget
   2. Go to Advanced > Background
   3. Set a dark background color (#1F2937)
   4. Or add this custom CSS to your theme
   ============================================ */
.elementor-dark-mode .elementor-section:has(.wct-cta) {
    background-color: #1F2937 !important;
}

/* Alternative: Target by section ID if you know it */
/* .elementor-dark-mode #your-section-id {
    background-color: #1F2937 !important;
} */

/* ============================================
   ELEMENTOR DARK MODE SUPPORT
   ============================================ */
/* If your site uses Elementor's dark mode, add this: */
.elementor-dark-mode .wct-hero {
    background: linear-gradient(135deg, #1F2937 0%, #312E81 100%) !important;
}

.elementor-dark-mode .wct-hero__title {
    background: linear-gradient(135deg, #F9FAFB 0%, #A5B4FC 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.elementor-dark-mode .wct-hero__icon {
    background: #1F2937 !important;
}

.elementor-dark-mode .wct-hero__icon svg {
    color: #A5B4FC !important;
}

.elementor-dark-mode .wct-cta {
    background: linear-gradient(135deg, #1F2937 0%, #1a1f3a 100%) !important;
}

.elementor-dark-mode .wct-cta__title {
    color: #F9FAFB !important;
}

.elementor-dark-mode .wct-cta__text,
.elementor-dark-mode .wct-cta p {
    color: #D1D5DB !important;
}

.elementor-dark-mode .wct-cta__box {
    background: #1F2937 !important;
    border: 1px solid #374151;
}

.elementor-dark-mode .wct-cta__box-text {
    color: #D1D5DB !important;
}

.elementor-dark-mode .wct-cta strong,
.elementor-dark-mode .wct-cta__box strong {
    color: #F9FAFB !important;
}

.elementor-dark-mode .wct-content {
    background: #1F2937 !important;
}

.elementor-dark-mode .wct-article h3,
.elementor-dark-mode .wct-article h4 {
    color: #F9FAFB !important;
}

.elementor-dark-mode .wct-article p {
    color: #D1D5DB !important;
}

.elementor-dark-mode .wct-article strong {
    color: #F9FAFB !important;
}

/* Fix showcase section in Elementor dark mode */
.elementor-dark-mode .wct-showcase {
    background: #111827 !important;
}

.elementor-dark-mode .wct-card {
    background: #1F2937 !important;
    border-color: #374151 !important;
}
.wct-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}/* End custom CSS */