 /* ========== Duplicate Word Remover Tool Styles ========== */
        /* Scoped styles that won't affect header/footer */
        
        .dwr-tool-section {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #fff5de 0%, #ffffff 50%, #fff5de 100%);
            min-height: 100vh;
        }
        
        .dwr-tool-section * {
            box-sizing: border-box;
        }
        
        /* Hero Section */
        .dwr-hero-section {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            padding: 60px 0 40px;
            position: relative;
            overflow: hidden;
        }
        
        .dwr-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ba9634' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .dwr-hero-content {
            position: relative;
            z-index: 1;
        }
        
        .dwr-hero-title {
            color: #ffffff;
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .dwr-hero-title span {
            color: #ba9634;
        }
        
        .dwr-hero-subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            font-weight: 400;
            margin-bottom: 20px;
        }
        
        .dwr-rating-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(186, 150, 52, 0.2);
            border: 1px solid #ba9634;
            border-radius: 50px;
            padding: 8px 20px;
            color: #ffffff;
        }
        
        .dwr-rating-badge i {
            color: #ba9634;
            margin-right: 3px;
        }
        
        .dwr-rating-badge span {
            margin-left: 10px;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Main Tool Container */
        .dwr-main-container {
            padding: 40px 0 60px;
        }
        
        /* Ad Spaces */
        .dwr-ad-space {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: 2px dashed #ba9634;
            border-radius: 12px;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 20px;
            position: sticky;
            top: 20px;
        }
        
        .dwr-ad-space i {
            font-size: 3rem;
            color: #ba9634;
            margin-bottom: 15px;
        }
        
        .dwr-ad-space p {
            color: #0a214b;
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 5px;
        }
        
        .dwr-ad-space span {
            color: #6c757d;
            font-size: 0.85rem;
        }
        
        /* Tool Card */
        .dwr-tool-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 15px 50px rgba(10, 33, 75, 0.1);
            overflow: hidden;
            border: 1px solid rgba(186, 150, 52, 0.2);
        }
        
        .dwr-tool-header {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            padding: 25px 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .dwr-tool-header-left {
            display: flex;
            align-items: center;
        }
        
        .dwr-tool-icon {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            box-shadow: 0 5px 20px rgba(186, 150, 52, 0.3);
        }
        
        .dwr-tool-icon i {
            font-size: 1.5rem;
            color: #ffffff;
        }
        
        .dwr-tool-header h2 {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
        }
        
        .dwr-tool-header p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.9rem;
            margin: 0;
        }
        
        .dwr-free-badge {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: #ffffff;
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .dwr-tool-body {
            padding: 30px;
        }
        
        /* Options Section */
        .dwr-options-section {
            background: linear-gradient(135deg, #fff5de 0%, #fef9ed 100%);
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 25px;
            border: 1px solid rgba(186, 150, 52, 0.2);
        }
        
        .dwr-options-title {
            color: #0a214b;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .dwr-options-title i {
            color: #ba9634;
        }
        
        .dwr-option-item {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            background: #ffffff;
            border-radius: 10px;
            margin-bottom: 10px;
            border: 1px solid rgba(10, 33, 75, 0.1);
            transition: all 0.3s ease;
        }
        
        .dwr-option-item:hover {
            border-color: #ba9634;
            box-shadow: 0 3px 10px rgba(186, 150, 52, 0.15);
        }
        
        .dwr-option-item:last-child {
            margin-bottom: 0;
        }
        
        .dwr-custom-checkbox {
            width: 22px;
            height: 22px;
            border: 2px solid #ba9634;
            border-radius: 6px;
            margin-right: 12px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .dwr-custom-checkbox.active {
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
        }
        
        .dwr-custom-checkbox i {
            color: #ffffff;
            font-size: 0.8rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .dwr-custom-checkbox.active i {
            opacity: 1;
        }
        
        .dwr-option-label {
            color: #0a214b;
            font-weight: 500;
            cursor: pointer;
            flex-grow: 1;
        }
        
        .dwr-option-label small {
            display: block;
            color: #6c757d;
            font-weight: 400;
            font-size: 0.8rem;
            margin-top: 2px;
        }
        
        /* Text Areas */
        .dwr-textarea-container {
            margin-bottom: 25px;
        }
        
        .dwr-textarea-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .dwr-textarea-label {
            color: #0a214b;
            font-weight: 600;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .dwr-textarea-label i {
            color: #ba9634;
        }
        
        .dwr-word-count {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            color: #ffffff;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        .dwr-textarea {
            width: 100%;
            min-height: 200px;
            border: 2px solid rgba(10, 33, 75, 0.15);
            border-radius: 15px;
            padding: 20px;
            font-size: 1rem;
            font-family: 'Poppins', sans-serif;
            color: #0a214b;
            background: #ffffff;
            resize: vertical;
            transition: all 0.3s ease;
        }
        
        .dwr-textarea:focus {
            outline: none;
            border-color: #ba9634;
            box-shadow: 0 0 0 4px rgba(186, 150, 52, 0.15);
        }
        
        .dwr-textarea::placeholder {
            color: #adb5bd;
        }
        
        .dwr-textarea.dwr-output {
            background: linear-gradient(135deg, #fff5de 0%, #fef9ed 100%);
        }
        
        /* Button Group */
        .dwr-button-group {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 25px;
        }
        
        .dwr-btn {
            padding: 14px 28px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
        }
        
        .dwr-btn-primary {
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            color: #ffffff;
            box-shadow: 0 5px 20px rgba(186, 150, 52, 0.3);
        }
        
        .dwr-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(186, 150, 52, 0.4);
        }
        
        .dwr-btn-secondary {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            color: #ffffff;
            box-shadow: 0 5px 20px rgba(10, 33, 75, 0.2);
        }
        
        .dwr-btn-secondary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(10, 33, 75, 0.3);
        }
        
        .dwr-btn-outline {
            background: transparent;
            color: #0a214b;
            border: 2px solid #0a214b;
        }
        
        .dwr-btn-outline:hover {
            background: #0a214b;
            color: #ffffff;
        }
        
        .dwr-btn-success {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: #ffffff;
        }
        
        .dwr-btn-success:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
        }
        
        .dwr-btn-danger {
            background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
            color: #ffffff;
        }
        
        .dwr-btn-danger:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
        }
        
        /* Statistics Section */
        .dwr-stats-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
            margin-top: 20px;
            padding-top: 25px;
            border-top: 1px solid rgba(10, 33, 75, 0.1);
        }
        
        .dwr-stat-item {
            background: linear-gradient(135deg, #fff5de 0%, #fef9ed 100%);
            border-radius: 12px;
            padding: 20px 15px;
            text-align: center;
            border: 1px solid rgba(186, 150, 52, 0.2);
            transition: all 0.3s ease;
        }
        
        .dwr-stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(186, 150, 52, 0.15);
        }
        
        .dwr-stat-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .dwr-stat-icon i {
            color: #ba9634;
            font-size: 1.2rem;
        }
        
        .dwr-stat-value {
            color: #0a214b;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .dwr-stat-label {
            color: #6c757d;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        /* Popup Modal */
        .dwr-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(10, 33, 75, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }
        
        .dwr-popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .dwr-popup {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px;
            max-width: 420px;
            width: 90%;
            text-align: center;
            transform: scale(0.8);
            transition: all 0.3s ease;
            box-shadow: 0 25px 80px rgba(10, 33, 75, 0.3);
        }
        
        .dwr-popup-overlay.active .dwr-popup {
            transform: scale(1);
        }
        
        .dwr-popup-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }
        
        .dwr-popup-icon.success {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        }
        
        .dwr-popup-icon.error {
            background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
        }
        
        .dwr-popup-icon.warning {
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
        }
        
        .dwr-popup-icon.info {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
        }
        
        .dwr-popup-icon i {
            font-size: 2.5rem;
            color: #ffffff;
        }
        
        .dwr-popup-title {
            color: #0a214b;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        
        .dwr-popup-message {
            color: #6c757d;
            font-size: 1rem;
            margin-bottom: 25px;
            line-height: 1.6;
        }
        
        .dwr-popup-btn {
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            color: #ffffff;
            border: none;
            padding: 14px 40px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
        }
        
        .dwr-popup-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(186, 150, 52, 0.4);
        }
        
        /* Features Section */
        .dwr-features-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
        }
        
        .dwr-section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .dwr-section-title h2 {
            color: #ffffff;
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .dwr-section-title h2 span {
            color: #ba9634;
        }
        
        .dwr-section-title p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .dwr-feature-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 35px 25px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .dwr-feature-card:hover {
            transform: translateY(-10px);
            border-color: #ba9634;
            box-shadow: 0 20px 50px rgba(186, 150, 52, 0.2);
        }
        
        .dwr-feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #fff5de 0%, #fef9ed 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            border: 2px solid rgba(186, 150, 52, 0.3);
        }
        
        .dwr-feature-icon i {
            font-size: 2rem;
            color: #ba9634;
        }
        
        .dwr-feature-card h3 {
            color: #0a214b;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .dwr-feature-card p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.7;
            margin: 0;
        }
        
        /* How It Works Section */
        .dwr-how-section {
            padding: 60px 0;
            background: #ffffff;
        }
        
        .dwr-how-section .dwr-section-title h2 {
            color: #0a214b;
        }
        
        .dwr-how-section .dwr-section-title p {
            color: #6c757d;
        }
        
        .dwr-step-card {
            text-align: center;
            padding: 30px 20px;
            position: relative;
        }
        
        .dwr-step-number {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.8rem;
            font-weight: 800;
            color: #ffffff;
            box-shadow: 0 10px 30px rgba(186, 150, 52, 0.3);
            position: relative;
            z-index: 2;
        }
        
        .dwr-step-card h3 {
            color: #0a214b;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        
        .dwr-step-card p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.7;
        }
        
        /* Content Section */
        .dwr-content-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #fff5de 0%, #ffffff 50%, #fff5de 100%);
        }
        
        .dwr-content-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 50px rgba(10, 33, 75, 0.08);
            margin-bottom: 30px;
            border: 1px solid rgba(186, 150, 52, 0.15);
        }
        
        .dwr-content-card h2 {
            color: #0a214b;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .dwr-content-card h2 i {
            color: #ba9634;
        }
        
        .dwr-content-card h3 {
            color: #0a214b;
            font-size: 1.3rem;
            font-weight: 600;
            margin: 25px 0 15px;
        }
        
        .dwr-content-card p {
            color: #555;
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        
        .dwr-content-card ul {
            list-style: none;
            padding: 0;
            margin: 0 0 20px;
        }
        
        .dwr-content-card ul li {
            color: #555;
            font-size: 1rem;
            line-height: 1.8;
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
        }
        
        .dwr-content-card ul li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #ba9634;
            position: absolute;
            left: 0;
            top: 2px;
        }
        
        /* FAQ Section */
        .dwr-faq-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
        }
        
        .dwr-faq-item {
            background: #ffffff;
            border-radius: 15px;
            margin-bottom: 15px;
            overflow: hidden;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .dwr-faq-item:hover {
            border-color: #ba9634;
        }
        
        .dwr-faq-question {
            padding: 22px 25px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s ease;
        }
        
        .dwr-faq-question h3 {
            color: #0a214b;
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
            flex: 1;
            padding-right: 15px;
        }
        
        .dwr-faq-toggle {
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        
        .dwr-faq-toggle i {
            color: #ffffff;
            font-size: 0.9rem;
            transition: transform 0.3s ease;
        }
        
        .dwr-faq-item.active .dwr-faq-toggle {
            transform: rotate(180deg);
        }
        
        .dwr-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .dwr-faq-answer-content {
            padding: 0 25px 22px;
            color: #6c757d;
            font-size: 1rem;
            line-height: 1.8;
        }
        
        .dwr-faq-item.active .dwr-faq-answer {
            max-height: 500px;
        }
        
        /* CTA Section */
        .dwr-cta-section {
            padding: 60px 0;
            background: #ffffff;
        }
        
        .dwr-cta-card {
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            border-radius: 25px;
            padding: 50px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .dwr-cta-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(186, 150, 52, 0.2) 0%, transparent 70%);
            pointer-events: none;
        }
        
        .dwr-cta-card h2 {
            color: #ffffff;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .dwr-cta-card h2 span {
            color: #ba9634;
        }
        
        .dwr-cta-card p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.1rem;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }
        
        .dwr-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }
        
        .dwr-cta-btn {
            padding: 15px 35px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
        }
        
        .dwr-cta-btn-primary {
            background: linear-gradient(135deg, #ba9634 0%, #d4af37 100%);
            color: #ffffff;
        }
        
        .dwr-cta-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(186, 150, 52, 0.4);
            color: #ffffff;
        }
        
        .dwr-cta-btn-outline {
            background: transparent;
            color: #ffffff;
            border: 2px solid rgba(255, 255, 255, 0.5);
        }
        
        .dwr-cta-btn-outline:hover {
            background: #ffffff;
            color: #0a214b;
            border-color: #ffffff;
        }
        
        /* Related Tools */
        .dwr-related-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #fff5de 0%, #ffffff 100%);
        }
        
        .dwr-related-section .dwr-section-title h2 {
            color: #0a214b;
        }
        
        .dwr-related-section .dwr-section-title p {
            color: #6c757d;
        }
        
        .dwr-related-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            text-decoration: none;
            display: block;
            height: 100%;
        }
        
        .dwr-related-card:hover {
            border-color: #ba9634;
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(186, 150, 52, 0.15);
        }
        
        .dwr-related-icon {
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #0a214b 0%, #143a7d 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        
        .dwr-related-icon i {
            font-size: 1.5rem;
            color: #ba9634;
        }
        
        .dwr-related-card h3 {
            color: #0a214b;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .dwr-related-card p {
            color: #6c757d;
            font-size: 0.9rem;
            margin: 0;
        }
        
        /* Responsive */
        @media (max-width: 1200px) {
            .dwr-ad-space {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .dwr-hero-title {
                font-size: 2rem;
            }
            
            .dwr-hero-subtitle {
                font-size: 1rem;
            }
            
            .dwr-tool-header {
                padding: 20px;
            }
            
            .dwr-tool-body {
                padding: 20px;
            }
            
            .dwr-section-title h2 {
                font-size: 1.8rem;
            }
            
            .dwr-content-card {
                padding: 25px;
            }
            
            .dwr-content-card h2 {
                font-size: 1.5rem;
            }
            
            .dwr-btn {
                padding: 12px 20px;
                font-size: 0.9rem;
            }
            
            .dwr-button-group {
                flex-direction: column;
            }
            
            .dwr-button-group .dwr-btn {
                width: 100%;
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
            .dwr-hero-section {
                padding: 40px 0 30px;
            }
            
            .dwr-hero-title {
                font-size: 1.6rem;
            }
            
            .dwr-tool-header-left {
                flex-direction: column;
                text-align: center;
            }
            
            .dwr-tool-icon {
                margin-right: 0;
                margin-bottom: 10px;
            }
            
            .dwr-popup {
                padding: 30px 20px;
            }
            
            .dwr-cta-card {
                padding: 35px 20px;
            }
            
            .dwr-cta-card h2 {
                font-size: 1.5rem;
            }
        }
        
        /* Animations */
        @keyframes dwrFadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .dwr-animate {
            animation: dwrFadeInUp 0.6s ease forwards;
        }
        
        .dwr-animate-delay-1 { animation-delay: 0.1s; }
        .dwr-animate-delay-2 { animation-delay: 0.2s; }
        .dwr-animate-delay-3 { animation-delay: 0.3s; }
        .dwr-animate-delay-4 { animation-delay: 0.4s; }
        
        /* Loading Animation */
        .dwr-loading {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #ffffff;
            animation: dwrSpin 1s ease-in-out infinite;
        }
        
        @keyframes dwrSpin {
            to { transform: rotate(360deg); }
        }
        
        /* Toast Notification */
        .dwr-toast-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 10000;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .dwr-toast {
            background: #ffffff;
            border-radius: 12px;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 10px 40px rgba(10, 33, 75, 0.2);
            transform: translateX(120%);
            transition: transform 0.4s ease;
            min-width: 300px;
            border-left: 4px solid;
        }
        
        .dwr-toast.active {
            transform: translateX(0);
        }
        
        .dwr-toast.success { border-left-color: #28a745; }
        .dwr-toast.error { border-left-color: #dc3545; }
        .dwr-toast.warning { border-left-color: #ba9634; }
        .dwr-toast.info { border-left-color: #0a214b; }
        
        .dwr-toast-icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .dwr-toast.success .dwr-toast-icon { background: rgba(40, 167, 69, 0.15); color: #28a745; }
        .dwr-toast.error .dwr-toast-icon { background: rgba(220, 53, 69, 0.15); color: #dc3545; }
        .dwr-toast.warning .dwr-toast-icon { background: rgba(186, 150, 52, 0.15); color: #ba9634; }
        .dwr-toast.info .dwr-toast-icon { background: rgba(10, 33, 75, 0.15); color: #0a214b; }
        
        .dwr-toast-content h4 {
            color: #0a214b;
            font-size: 0.95rem;
            font-weight: 600;
            margin: 0 0 3px;
        }
        
        .dwr-toast-content p {
            color: #6c757d;
            font-size: 0.85rem;
            margin: 0;
        }