.elementor-4397 .elementor-element.elementor-element-4920f4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4397 .elementor-element.elementor-element-905a4f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9d376f0 */:root {
    --primary-brand: #3b82f6;
    --border-color: #dee2e6;
    --background-light: #f8f9fa;
    --secondary-gray: #6c757d;
    --success: #10b981;
    --danger: #ef4444;
}

.hidden { display: none !important; }
.full-width { width: 100%; }
.divider { height: 1px; background: var(--border-color); margin: 1.5rem 0; }

/* Workspace */
.workspace { background: white; padding: 2rem; border-radius: 8px; border: 1px solid var(--border-color); }

/* Input */
.section-header { display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.section-header label { font-weight: 600; color: #374151; font-size: 0.9rem; }

.link-btn {
    background: none; border: none; color: var(--primary-brand);
    font-size: 0.85rem; cursor: pointer; font-weight: 500;
}
.link-btn:hover { text-decoration: underline; }

.text-area {
    width: 100%; padding: 1rem; border: 1px solid var(--border-color);
    border-radius: 6px; resize: vertical; min-height: 100px;
    font-size: 1.1rem; color: #1f2937; margin-bottom: 1rem;
}
.text-area:focus { outline: 2px solid var(--primary-brand); border-color: transparent; }

/* Options */
.options-bar { display: flex; gap: 20px; margin-bottom: 1.5rem; flex-wrap: wrap; }
.toggle-checkbox { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.95rem; color: #374151; }
.toggle-checkbox input { width: 16px; height: 16px; accent-color: var(--primary-brand); }

/* Result Area */
.result-area { animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

.status-banner {
    padding: 1rem; border-radius: 6px; text-align: center;
    margin-bottom: 1.5rem; border: 1px solid transparent;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}

.status-banner.is-palindrome { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.status-banner.not-palindrome { background: #fef2f2; border-color: #fecaca; color: #991b1b; }

.status-icon { font-size: 1.5rem; }
.status-text { font-size: 1.2rem; font-weight: 700; }

/* Comparison Grid */
.comparison-grid {
    display: flex; align-items: center; gap: 1rem;
    background: var(--background-light); padding: 1.5rem; border-radius: 8px;
}

.comp-box { flex: 1; text-align: center; overflow: hidden; }
.comp-label { display: block; font-size: 0.8rem; color: var(--secondary-gray); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.comp-val { font-family: monospace; font-size: 1.1rem; color: #111827; word-break: break-all; }

.comp-arrow { font-size: 1.5rem; color: var(--secondary-gray); }

/* Buttons */
.btn {
    background: var(--primary-brand); color: white;
    padding: 10px 20px; border: none; border-radius: 4px;
    cursor: pointer; font-weight: 500; font-size: 1rem; transition: background 0.2s;
}
.btn:hover { background: #2563eb; }

/* Responsive */
@media (max-width: 600px) {
    .comparison-grid { flex-direction: column; }
    .comp-arrow { transform: rotate(90deg); }
}

/* Info Sections */
.info-section { background: white; padding: 2.5rem; border-radius: 8px; margin-top: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.info-section h3 { margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); padding-bottom: 0.75rem; font-size: 1.5rem; color: #111827; }
.info-section p { font-size: 1.1rem; line-height: 1.7; color: #374151; }
.how-to-list li { font-size: 1.1rem; line-height: 1.7; margin-bottom: 0.75rem; color: #374151; }
.faq-item { margin-bottom: 1.5rem; }
.faq-item strong { display: block; margin-bottom: 0.5rem; font-size: 1.2rem; color: #111827; }
.faq-item p { font-size: 1.1rem; color: #4b5563; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ec6b97 */<style>
/* --- Unified Bouncing Blue Links --- */
.utilix-bounce-links {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, sans-serif;
}

.utilix-bounce-links h3 {
    font-size: 1.15rem;
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: left;
}

.links-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    align-items: center;
}

.bounce-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #2563eb; /* Professional Royal Blue */
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.2s ease;
}

/* --- The Professional Soft Bounce --- */
@keyframes utilixSoftBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bounce-link:hover {
    color: #1d4ed8; 
    animation: utilixSoftBounce 0.4s ease-in-out;
    text-decoration: underline;
}

.b-icon {
    font-size: 1.1rem;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}

.bounce-link:hover .b-icon {
    filter: grayscale(0%);
}

@media (max-width: 640px) {
    .links-flex { column-gap: 20px; }
    .bounce-link { font-size: 0.9rem; }
}
</style>/* End custom CSS */