.elementor-803 .elementor-element.elementor-element-64ce1e2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ================================ */
        /* DESIGN SYSTEM V13 (Maximum Breathability) */
        /* ================================ */
        :root {
            --mp-primary: #5856D6;
            --mp-primary-dark: #4745BC;
            --mp-bg: #F5F5F7;
            --mp-surface: #FFFFFF;
            --mp-text: #1D1D1F;
            --mp-text-secondary: #86868B;
            --mp-border: rgba(0, 0, 0, 0.08);
            
            /* Gradients for Categories */
            --grad-time: linear-gradient(135deg, #5856D6 0%, #8B5CF6 100%);
            --grad-auto: linear-gradient(135deg, #10B981 0%, #34D399 100%);
            --grad-email: linear-gradient(135deg, #EC4899 0%, #F472B6 100%);
            --grad-note: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
            --grad-pres: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
            --grad-file: linear-gradient(135deg, #14B8A6 0%, #2DD4BF 100%);
            --grad-srch: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);

            --shadow-sm: 0 1px 2px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
            --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
            --shadow-hover: 0 20px 25px -5px rgba(0,0,0,0.08), 0 10px 10px -5px rgba(0,0,0,0.02);
            
            --radius-lg: 20px;
            --radius-md: 12px;
            --radius-sm: 8px;
        }

        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        body {
            font-family: 'Inter', sans-serif;
            background: var(--mp-bg);
            color: var(--mp-text);
            line-height: 1.6; /* Increased global line-height */
            -webkit-font-smoothing: antialiased;
        }

        a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
        img { max-width: 100%; display: block; }
        
        /* CONTAINER LAYOUT */
        .container { 
            width: 100%;
            max-width: 1480px; /* Slightly wider to accommodate larger gaps */
            margin: 0 auto; 
            padding: 0 60px; 
        }

        /* HERO SECTION */
        .hero {
            background: #000;
            color: #fff;
            padding: 140px 0 200px; /* More vertical space */
            text-align: center;
            position: relative;
            overflow: hidden;
            background-image: 
                radial-gradient(circle at 15% 50%, rgba(88, 86, 214, 0.25) 0%, transparent 25%), 
                radial-gradient(circle at 85% 30%, rgba(236, 72, 153, 0.15) 0%, transparent 25%);
        }
        
        .hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 40px 40px;
            pointer-events: none;
        }

        .hero__inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 0 20px; }
        
        .hero__tag {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
            color: #C4B5FD; background: rgba(139, 92, 246, 0.15);
            padding: 10px 20px; border-radius: 100px; margin-bottom: 32px;
            border: 1px solid rgba(139, 92, 246, 0.3);
            box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
        }
        
        .hero__title {
            font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; letter-spacing: -0.03em;
            margin-bottom: 28px; line-height: 1.1;
            background: linear-gradient(180deg, #FFFFFF 0%, #A1A1A6 100%);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
        }
        
        .hero__desc {
            font-size: 1.35rem; color: #A1A1A6; font-weight: 400;
            max-width: 720px; margin: 0 auto 56px; line-height: 1.6;
        }

        .hero__stats {
            display: inline-flex; gap: 60px;
            padding: 24px 48px; border-radius: 100px;
            background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
        }
        .hero__stat-val { font-size: 1.5rem; font-weight: 700; color: #fff; display: block; }
        .hero__stat-lbl { font-size: 0.75rem; font-weight: 600; color: #86868B; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 6px;}

        /* BENTO NAV */
        .cat-nav { margin-top: -120px; position: relative; z-index: 10; margin-bottom: 120px; }
        
        .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; } /* Increased Gap */
        
        .cat-card {
            background: var(--mp-surface); border-radius: var(--radius-lg); 
            padding: 32px; 
            border: 1px solid rgba(0,0,0,0.04); box-shadow: var(--shadow-md);
            display: flex; flex-direction: column; height: 200px;
            transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
            overflow: hidden; position: relative; text-align: left;
        }
        
        .cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }

        .cat-icon-box {
            width: 56px; height: 56px; border-radius: 16px;
            display: flex; align-items: center; justify-content: center;
            color: white; margin-bottom: auto;
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        }
        .cat-icon-box svg { width: 28px; height: 28px; }

        .cat-card__content { margin-top: 24px; }
        .cat-card__title { font-size: 1.25rem; font-weight: 700; color: var(--mp-text); margin-bottom: 6px; }
        .cat-card__count { font-size: 0.95rem; color: var(--mp-text-secondary); font-weight: 500; }
        
        .cat-arrow {
            position: absolute; top: 32px; right: 32px; 
            width: 36px; height: 36px; border-radius: 50%;
            background: #F5F5F7; display: flex; align-items: center; justify-content: center;
            opacity: 0; transform: translateX(-10px); transition: all 0.3s ease;
        }
        .cat-card:hover .cat-arrow { opacity: 1; transform: translateX(0); }

        /* SECTIONS & TOOLS GRID */
        .section { padding: 100px 0; width: 100%; } /* Increased Padding */
        .section--alt { background: #FFFFFF; }
        
        .section-header {
            display: flex; justify-content: space-between; align-items: flex-end;
            margin-bottom: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--mp-border);
        }
        .section-title h2 { font-size: 2rem; font-weight: 800; color: var(--mp-text); letter-spacing: -0.02em; margin-bottom: 12px;}
        .section-desc { font-size: 1.1rem; color: var(--mp-text-secondary); }
        .section-link {
            font-size: 1rem; font-weight: 600; color: var(--mp-primary);
            display: flex; align-items: center; gap: 8px; padding: 10px 20px;
            background: rgba(88, 86, 214, 0.05); border-radius: 100px;
            transition: all 0.2s ease;
        }
        .section-link:hover { gap: 12px; background: rgba(88, 86, 214, 0.1); }

        /* THE GRID */
        .tools-grid { 
            display: grid; 
            grid-template-columns: repeat(1, 1fr); 
            gap: 32px; /* Increased from 24px to 32px for more breathing room */
        }

        /* CARD DESIGN */
        .card {
            background: var(--mp-surface); border-radius: var(--radius-lg); 
            padding: 28px; /* Slightly increased internal padding but not too much */
            display: flex; flex-direction: column;
            transition: all 0.3s ease;
            border: 1px solid var(--mp-border);
            height: 100%; position: relative;
        }
        
        .card:hover { 
            transform: translateY(-8px); 
            box-shadow: var(--shadow-hover);
            border-color: rgba(88, 86, 214, 0.2);
        }

        .card--featured { 
            border: 1px solid rgba(88, 86, 214, 0.3); 
            background: linear-gradient(180deg, #fff 0%, #FAFAFF 100%);
        }

        .card__header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
        
        .card__logo {
            width: 72px; height: 72px; border-radius: 18px; overflow: hidden; background: #fff;
            border: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center;
        }
        .card__logo img { width: 100%; height: 100%; object-fit: cover; }
        
        .card__badges { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
        .card__badge {
            font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
            padding: 6px 12px; border-radius: 8px; letter-spacing: 0.02em;
        }
        
        .badge-editor { background: #5856D6; color: #fff; }
        .badge-pop { background: #F5F5F7; color: #666; }

        .card__body { flex-grow: 1; margin-bottom: 32px; }
        .card__title { font-size: 1.35rem; font-weight: 700; margin-bottom: 6px; color: var(--mp-text); letter-spacing: -0.01em; }
        .card__subtitle { font-size: 0.85rem; color: var(--mp-primary); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 16px; display: block; }
        .card__desc {
            font-size: 1rem; color: #555; line-height: 1.7;
            display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
        }

        .card__footer {
            display: flex; flex-direction: column; gap: 20px;
            border-top: 1px solid rgba(0,0,0,0.04); padding-top: 24px;
        }
        
        .card__meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; }
        .card__rating { 
            display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--mp-text); 
            background: #F5F5F7; padding: 6px 12px; border-radius: 8px;
        }
        .card__rating svg { color: #FFB340; width: 18px; height: 18px; fill: currentColor; }
        .card__price { color: var(--mp-text-secondary); font-weight: 500; }

        .card__cta {
            display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px;
            background: #F2F2F7; color: var(--mp-primary); font-weight: 700; border-radius: 14px;
            font-size: 1rem; transition: all 0.2s;
        }
        .card__cta:hover { background: var(--mp-primary); color: #fff; transform: scale(1.02); }
        .card--featured .card__cta { background: var(--mp-primary); color: #fff; }
        .card--featured .card__cta:hover { background: var(--mp-primary-dark); }

        /* BLOG GRID */
        .blog-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 40px; }
        .blog-card {
            background: var(--mp-surface); border-radius: var(--radius-lg); overflow: hidden;
            box-shadow: var(--shadow-sm); transition: all 0.3s ease; display: block; border: 1px solid var(--mp-border);
        }
        .blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
        .blog-card__img { height: 260px; background: #eee; background-size: cover; background-position: center; }
        .blog-card__content { padding: 32px; }
        .blog-card__meta { font-size: 0.8rem; color: var(--mp-primary); margin-bottom: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; }
        .blog-card__title { font-size: 1.35rem; font-weight: 700; color: var(--mp-text); line-height: 1.4; }

        /* SEO CONTENT & METHODOLOGY */
        .content-section { background: #fff; padding: 120px 0; border-top: 1px solid var(--mp-border); }
        .content-inner { max-width: 800px; margin: 0 auto; }
        .prose h2 { font-size: 2.5rem; font-weight: 800; text-align: center; margin-bottom: 60px; color: var(--mp-text); letter-spacing: -0.03em;}
        .prose p { margin-bottom: 1.8em; font-size: 1.15rem; line-height: 1.8; color: #424245; }
        .prose h3 { font-size: 1.8rem; font-weight: 700; margin-top: 3.5em; margin-bottom: 1.2em; color: var(--mp-text); }
        .prose a { color: var(--mp-primary); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(88, 86, 214, 0.2); text-underline-offset: 4px; }
        .prose a:hover { text-decoration-color: var(--mp-primary); }
        
        .method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin: 100px 0; }
        .method-step { text-align: center; padding: 40px 32px; background: #F9FAFB; border-radius: 24px; border: 1px solid rgba(0,0,0,0.02); }
        .method-num { 
            width: 56px; height: 56px; background: var(--mp-primary); color: #fff; 
            border-radius: 50%; display: flex; align-items: center; justify-content: center; 
            font-weight: 700; font-size: 1.25rem; margin: 0 auto 24px; 
            box-shadow: 0 4px 12px rgba(88, 86, 214, 0.3);
        }
        .method-step h3 { font-weight: 700; margin-bottom: 16px; font-size: 1.2rem; color: var(--mp-text); }
        .method-step p { font-size: 1rem; color: var(--mp-text-secondary); line-height: 1.6; }

        .faq-item { border-bottom: 1px solid var(--mp-border); }
        .faq-question {
            width: 100%; padding: 40px 0; text-align: left; background: none; border: none; cursor: pointer;
            font-size: 1.35rem; font-weight: 600; color: var(--mp-text); display: flex; justify-content: space-between;
            transition: color 0.2s;
        }
        .faq-question:hover { color: var(--mp-primary); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
        .faq-item.is-open .faq-answer { max-height: 300px; padding-bottom: 40px; }
        .faq-answer p { color: var(--mp-text-secondary); line-height: 1.8; font-size: 1.1rem; }

        /* MEDIA QUERIES */
        @media (min-width: 640px) {
            .tools-grid { grid-template-columns: repeat(2, 1fr); }
            .cat-grid { grid-template-columns: repeat(2, 1fr); }
            .blog-grid { grid-template-columns: repeat(2, 1fr); }
        }
        
        @media (min-width: 1024px) {
            .tools-grid { grid-template-columns: repeat(4, 1fr); }
            .cat-grid { grid-template-columns: repeat(4, 1fr); }
            .blog-grid { grid-template-columns: repeat(3, 1fr); }
            .method-grid { grid-template-columns: repeat(4, 1fr); }
        }

        @media (max-width: 768px) {
            .container { padding: 0 24px; }
            .section { padding: 60px 0; }
            .cat-nav { margin-top: -60px; margin-bottom: 60px;}
            .cat-grid, .tools-grid { gap: 20px; }
            .card, .cat-card { padding: 24px; }
            .hero { padding: 80px 24px 120px; }
            .hero__title { font-size: 2.5rem; }
            .hero__stats { display: none; }
        }/* End custom CSS */