.elementor-1881 .elementor-element.elementor-element-b5d5edf{--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;
    }
}/* End custom CSS */