
        :root {
            --primary-color: #0a8043;
            --primary-light: #e8f5ee;
            --secondary-color: #0a3b60;
            --light-bg: #f8f9fa;
            --pastel-blue: #e6f0fa;
            --pastel-green: #e8f5ee;
            --pastel-yellow: #fcf7e6;
            --border-radius: 10px;
        }
        
        body {
            background-color: var(--light-bg);
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .wc-container1 {
            max-width: 1300px;
            margin: 0 auto;
        }
        
        .wc-input-panel1 {
            background: white;
            border-radius: var(--border-radius);
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 100%;
            position: relative;
        }
        
        .wc-stats-panel1 {
            background: white;
            border-radius: var(--border-radius);
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .wc-stats-number1 {
            font-size: 32px;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 0;
            line-height: 1;
        }
        
        .wc-stats-label1 {
            color: #6c757d;
            font-size: 14px;
            font-weight: 500;
        }
        
        .wc-divider1 {
            border-top: 1px solid #e9ecef;
            margin: 20px 0;
        }
        
        .wc-additional-stat1 {
            display: flex;
            justify-content: space-between;
            margin: 12px 0;
            font-size: 15px;
        }
        
        .wc-additional-stat1 .wc-stat-label1 {
            display: flex;
            align-items: center;
            color: #343a40;
        }
        
        .wc-additional-stat1 .wc-stat-value1 {
            font-weight: 500;
            color: #343a40;
        }
        
        .wc-info-icon1 {
            color: #6c757d;
            cursor: pointer;
            margin-left: 5px;
            font-size: 14px;
        }
        
        .wc-textarea-wrapper1 {
            position: relative;
            height: 350px;
        }
        
        .wc-textarea1 {
            resize: none;
            height: 100%;
            border: 1px solid #e9ecef;
            border-radius: var(--border-radius);
            padding: 15px;
            font-size: 16px;
            line-height: 1.6;
            color: #212529;
            width: 100%;
            transition: all 0.3s ease;
        }
        
        .wc-textarea1:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(10, 128, 67, 0.1);
        }
        
        .wc-textarea-clear1 {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
        }
        
        .wc-textarea-copy1 {
            position: absolute;
            bottom: 10px;
            right: 10px;
            z-index: 10;
        }
        
        .wc-btn-icon1 {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border: 1px solid #dee2e6;
            color: #6c757d;
            transition: all 0.2s ease;
        }
        
        .wc-btn-icon1:hover {
            background-color: #f8f9fa;
            color: #343a40;
        }
        
        .wc-btn-paste1 {
            color: var(--primary-color);
            border-color: var(--primary-color);
            border-radius: 20px;
            padding: 8px 16px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .wc-btn-paste1:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        .wc-btn-paste1 i {
            margin-right: 8px;
        }
        
        .wc-social-progress1 {
            margin: 25px 0 15px;
        }
        
        .wc-social-icons1 {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        
        .wc-social-icon1 {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #343a40;
            border: 1px solid #dee2e6;
        }
        
        .wc-progress1 {
            height: 8px;
            border-radius: 4px;
            background-color: #e9ecef;
        }
        
        .wc-progress1 .progress-bar {
            border-radius: 4px;
            transition: width 0.3s ease, background-color 0.3s ease;
        }
        
        .wc-character-labels1 {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #6c757d;
            padding: 0 2px;
            margin-top: 5px;
        }
        
        .wc-action-buttons1 {
            margin-top: 30px;
            display: flex;
            gap: 15px;
        }
        
        .wc-btn-action1 {
            padding: 10px 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .wc-btn-icon2 {
            margin-right: 8px;
            font-size: 18px;
        }
        
        .wc-btn-paraphrase1 {
            background-color: white;
            border: 1px solid var(--primary-color);
            color: var(--primary-color);
        }
        
        .wc-btn-paraphrase1:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        .wc-btn-grammar1 {
            background-color: white;
            border: 1px solid #ef6a23;
            color: #ef6a23;
        }
        
        .wc-btn-grammar1:hover {
            background-color: #ef6a23;
            color: white;
        }
        
        .wc-arrow-icon1 {
            margin-left: auto;
        }
        
        .wc-tooltip-container1 {
            position: relative;
            display: inline-block;
        }
        
        .wc-tooltip-box1 {
            position: absolute;
            background: white;
            padding: 10px 15px;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            z-index: 100;
            width: 200px;
            transition: opacity 0.3s, visibility 0.3s;
            visibility: hidden;
            opacity: 0;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 10px;
            font-size: 12px;
        }
        
        .wc-tooltip-container1:hover .wc-tooltip-box1 {
            visibility: visible;
            opacity: 1;
        }
        
        .wc-tooltip-box1::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: white transparent transparent transparent;
        }
        
        .wc-floating-counter1 {
            position: absolute;
            top: 10px;
            right: 50px;
            background: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 14px;
            font-weight: 500;
            color: #343a40;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            display: none;
        }
        
        .wc-textarea-tooltip1 {
            position: absolute;
            background: white;
            border-radius: 6px;
            padding: 10px 15px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            font-size: 14px;
            z-index: 100;
            transform: translateY(10px);
            display: none;
            max-width: 300px;
            bottom: 20px;
            right: 50px;
        }
        
        
        /*word counter section*/
         /* Custom Variables */
        :root {
            --primary-color: #002d60;
            --secondary-color: #ef6a23;
            --light-gray: #f8f9fa;
            --white: #ffffff;
        }

        /* Global Styles */
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
        }

        /* Main Section Styles */
        .word-counter-section-102 {
            background: linear-gradient(135deg, var(--light-gray) 0%, #ffffff 100%);
            padding: 25px 0;
            position: relative;
            overflow: hidden;
        }

        .word-counter-section-102::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, var(--secondary-color) 0%, transparent 70%);
            opacity: 0.1;
        }

        /* Header Styles */
        .header-102 {
            position: relative;
            margin-bottom: 60px;
        }

        .main-title-102 {
            color: var(--primary-color);
            font-size: 2.8rem;
            font-weight: 800;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

        .main-title-102::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            margin: 20px auto;
            border-radius: 2px;
        }

        /* Introduction Box Styles */
        .intro-box-102 {
            background: var(--white);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 45, 96, 0.1);
            margin-bottom: 50px;
            border-top: 5px solid var(--primary-color);
        }

        .intro-text-102 {
            font-size: 1.1rem;
            color: #333;
            line-height: 1.8;
        }

        /* Feature Cards Styles */
        .feature-container-102 {
            position: relative;
            z-index: 1;
        }

        .feature-card-102 {
            background: var(--white);
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 45, 96, 0.1);
            position: relative;
            overflow: hidden;
        }

        .feature-card-102::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, var(--primary-color) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-card-102:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 45, 96, 0.15);
        }

        .feature-card-102:hover::before {
            opacity: 0.05;
        }

        .feature-icon-102 {
            width: 60px;
            height: 60px;
            background: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .feature-icon-102 i {
            color: var(--white);
            font-size: 24px;
        }

        .feature-title-102 {
            color: var(--primary-color);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* Benefits Section Styles */
        .benefits-section-102 {
            background: var(--primary-color);
            padding: 40px;
            border-radius: 15px;
            color: var(--white);
            margin-bottom: 50px;
        }

        .benefits-list-102 {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .benefits-list-102 li {
            padding: 15px 0;
            padding-left: 30px;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .benefits-list-102 li:last-child {
            border-bottom: none;
        }

        .benefits-list-102 li::before {
            content: '→';
            color: var(--secondary-color);
            position: absolute;
            left: 0;
        }

        /* Accuracy Section Styles */
        .accuracy-section-102 {
            background: var(--white);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 45, 96, 0.1);
            border-left: 5px solid var(--secondary-color);
        }

        .accuracy-title-102 {
            color: var(--primary-color);
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .main-title-102 {
                font-size: 2rem;
            }

            .word-counter-section-102 {
                padding: 40px 0;
            }

            .feature-card-102 {
                margin-bottom: 20px;
            }
        }
        .what-is-section-102 {
    background: var(--white);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 45, 96, 0.1);
}

.success-note-102 {
    background: rgba(239, 106, 35, 0.1);
    padding: 20px;
    border-left: 4px solid var(--secondary-color);
    margin-top: 20px;
    border-radius: 0 8px 8px 0;
}

.importance-intro-102 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.importance-list-102 {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 45, 96, 0.08);
}

/* Additional responsive styles */
@media (max-width: 768px) {
    .what-is-section-102,
    .accuracy-section-102,
    .importance-section-102 {
        padding: 20px;
    }
}
/* Key Users Section Styles */
.key-users-section-102 {
    /*padding: 80px 0;*/
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.users-grid-102 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.user-card-102 {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 45, 96, 0.1);
    transition: transform 0.3s ease;
}

.user-card-102:hover {
    transform: translateY(-5px);
}

.user-icon-102 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

/* File Formats Section Styles */
.file-formats-section-102 {
    /*padding: 60px 0;*/
    background: var(--white);
}

.formats-container-102 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.format-item-102 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    min-width: 120px;
    transition: all 0.3s ease;
}

.format-item-102:hover {
    background: var(--secondary-color);
    color: var(--white);
}

.format-item-102 i {
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Methods Section Styles */
.methods-section-102 {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.methods-grid-102 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.method-card-102 {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 45, 96, 0.1);
}

.steps-container-102 {
    margin-top: 20px;
}

.step-item-102 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.step-number-102 {
    background: var(--secondary-color);
    color: var(--white);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

/* CTA Section Styles */
.cta-section-102 {
    padding: 80px 0;
    margin: 80px 0;
    background: var(--primary-color);
    color: var(--white);
}

.cta-content-102 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-action-102 {
    margin-top: 40px;
}

.cta-text-102 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-button-102 {
    display: inline-block;
    padding: 15px 30px;
    background: var(--white);
    color: var(--primary-color);
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-button-102:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .users-grid-102,
    .methods-grid-102 {
        grid-template-columns: 1fr;
    }

    .format-item-102 {
        min-width: 100px;
    }
}
