/* ==========================================================================
   TempMailX - Dedicated Contact Page Stylesheet (contact.css - Wide & Clean)
   ========================================================================== */

.ql-editor {
    padding: 24px 10px !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* H1 SADE TEMİZ BAŞLIK (Mavi/Mor Geçiş Yok!) */
.ql-editor h1 {
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #111827 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
}

html.dark .ql-editor h1,
.dark .ql-editor h1 {
    color: #ffffff !important;
}

.ql-editor h2 {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #111827 !important;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid rgba(59, 130, 246, 0.2) !important;
}

html.dark .ql-editor h2,
.dark .ql-editor h2 {
    color: #ffffff !important;
    border-bottom-color: rgba(96, 165, 250, 0.2) !important;
}

/* UYARI BİLGİ BANDEROLÜ (LIGHT & DARK HARMONY) */
.tmx-info-banner {
    text-align: center !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    max-width: 750px !important;
    margin: 24px auto !important;
    color: #1e40af !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

html.dark .tmx-info-banner,
.dark .tmx-info-banner {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #93c5fd !important;
}

.tmx-banner-link {
    color: #1d4ed8 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

html.dark .tmx-banner-link,
.dark .tmx-banner-link {
    color: #60a5fa !important;
}

.tmx-link {
    color: #2563eb !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

html.dark .tmx-link,
.dark .tmx-link {
    color: #60a5fa !important;
}

/* İLETİŞİM KARTLARI GRID */
.ql-editor ul {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 32px 0 !important;
}

@media (min-width: 640px) {
    .ql-editor ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.ql-editor ul li {
    list-style: none !important;
    list-style-type: none !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    padding: 28px 24px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
    margin: 0 !important;
}

html.dark .ql-editor ul li,
.dark .ql-editor ul li {
    background: #1f2937 !important;
    border-color: #374151 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}

.ql-editor ul li::before,
.ql-editor .ql-ui {
    display: none !important;
    content: none !important;
}

.ql-editor ul li:hover {
    transform: translateY(-5px) !important;
    border-color: #3b82f6 !important;
}

.tmx-card-title {
    font-size: 1.15rem !important;
    display: block !important;
    margin: 6px 0 !important;
    color: #111827 !important;
}

html.dark .tmx-card-title,
.dark .tmx-card-title {
    color: #f3f4f6 !important;
}

.tmx-card-desc {
    font-size: 14px !important;
    color: #6b7280 !important;
    display: block !important;
    margin-bottom: 16px !important;
}

html.dark .tmx-card-desc,
.dark .tmx-card-desc {
    color: #9ca3af !important;
}

/* BUTONLAR */
.tmx-btn-blue {
    display: inline-block !important;
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.tmx-btn-blue:hover {
    background: #1d4ed8 !important;
}

.tmx-btn-indigo {
    display: inline-block !important;
    background: #4f46e5 !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.tmx-btn-indigo:hover {
    background: #4338ca !important;
}

.tmx-email-link {
    color: #2563eb !important;
    font-weight: 700 !important;
}

html.dark .tmx-email-link,
.dark .tmx-email-link {
    color: #60a5fa !important;
}

.tmx-guarantee-text {
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
}

html.dark .tmx-guarantee-text,
.dark .tmx-guarantee-text {
    color: #9ca3af !important;
}

html.dark .ql-editor p,
.dark .ql-editor p {
    color: #d1d5db !important;
}