/* ============================================================
   SUFISM — concept 15
   Theme: midnight Sufi blue (#1B2A47) · Persian rose (#A23B4D) ·
   saffron-candle gold (#D4A044) · manuscript cream (#F0E5CC) ·
   ink charcoal (#1A1410)
   Pattern: every input → tailored Sufi reading.
   ============================================================ */

.page-sufism {
    --suf-cream:     #F0E5CC;
    --suf-cream-2:   #E3D5B5;
    --suf-rose:      #A23B4D;
    --suf-rose-d:    #7E2735;
    --suf-gold:      #D4A044;
    --suf-gold-d:    #A07E2E;
    --suf-blue:      #1B2A47;
    --suf-blue-d:    #0E1A33;
    --suf-charcoal:  #1A1410;
    --suf-mute:      #6E5F4A;

    --c-gold:    var(--suf-rose);
    --c-bg:      var(--suf-cream);
    --c-ink:     var(--suf-charcoal);
    --c-mute:    var(--suf-mute);
    --c-accent:  var(--suf-blue);

    background: var(--suf-cream);
    color: var(--suf-charcoal);
}

[data-theme="dark"] .page-sufism,
[data-theme="dark"].page-sufism {
    --suf-cream:     #100D0A;
    --suf-cream-2:   #181410;
    --suf-charcoal:  #EFE2C6;
    --suf-mute:      #B8A988;
    --suf-rose:      #D9667A;
    --suf-rose-d:    #B84E62;
    --suf-gold:      #E4B965;
    --suf-gold-d:    #C49B47;
    --suf-blue:      #9AAACB;
    --suf-blue-d:    #7B8FB3;
    --c-bg:          #100D0A;
    --c-ink:         #EFE2C6;
    --c-mute:        #B8A988;
    background: #100D0A;
    color: #EFE2C6;
}

/* shared ---------------------------- */
.suf-section { padding: var(--s-10, 4rem) 0; position: relative; }
.suf-section-head { max-width: 820px; margin: 0 auto var(--s-7, 2.5rem); text-align: center; }
.suf-eyebrow {
    font-family: var(--f-mono, monospace);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--suf-rose);
    margin-bottom: var(--s-3, 0.75rem);
}
.suf-h2 {
    font-family: var(--f-serif, serif);
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    line-height: 1.2;
    color: var(--suf-charcoal);
    margin-bottom: var(--s-4, 1rem);
    font-weight: 600;
}
.suf-h2 em { font-style: italic; color: var(--suf-rose); font-weight: 500; }
.suf-sub {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--suf-mute);
    max-width: 70ch;
    margin: 0 auto;
}
.suf-sub em { color: var(--suf-gold-d); font-style: italic; }
.suf-sub b  { color: var(--suf-charcoal); }
.suf-data {
    font-family: var(--f-mono, monospace);
    font-feature-settings: "tnum";
    letter-spacing: 0.01em;
}
.container.narrow { max-width: 800px; }

.suf-field { display: block; margin-bottom: var(--s-3, 0.75rem); }
.suf-field-label {
    display: block;
    font-size: 0.92rem;
    color: var(--suf-charcoal);
    font-weight: 500;
    margin-bottom: 4px;
}
.suf-hint-inline { font-weight: 400; color: var(--suf-mute); font-size: 0.84em; font-style: italic; }
.suf-input-text,
.suf-textarea,
.suf-select,
.suf-field input[type=text],
.suf-field select {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(162, 59, 77, 0.3);
    border-radius: 4px;
    background: var(--suf-cream-2);
    color: var(--suf-charcoal);
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}
.suf-textarea { resize: vertical; line-height: 1.55; font-family: var(--f-serif, serif); font-size: 1.05rem; }
.suf-input-text:focus, .suf-textarea:focus, .suf-select:focus { outline: none; border-color: var(--suf-rose); }
[data-theme="dark"] .suf-input-text,
[data-theme="dark"] .suf-textarea,
[data-theme="dark"] .suf-select,
[data-theme="dark"] .suf-field input,
[data-theme="dark"] .suf-field select { background: #0A0807; color: #EFE2C6; }
.suf-select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M0 0l5 6 5-6z' fill='%23A23B4D'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    padding-right: 2.2rem !important;
}

.suf-slider {
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    outline: none;
    background: rgba(162, 59, 77, 0.18);
}
.suf-slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--suf-rose);
    border: 2px solid var(--suf-cream);
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.suf-slider::-moz-range-thumb {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--suf-rose);
    border: 2px solid var(--suf-cream);
    cursor: pointer;
}
.suf-slider-wrap { display: flex; align-items: center; gap: var(--s-2, 0.5rem); }
.suf-range-out {
    flex: 0 0 24px;
    text-align: right;
    font-family: var(--f-mono, monospace);
    color: var(--suf-rose);
    font-weight: 600;
}

.suf-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.45rem 0.9rem;
    background: var(--suf-cream-2);
    border: 1px solid rgba(162, 59, 77, 0.3);
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.88rem;
    color: var(--suf-charcoal);
    transition: all 0.15s;
}
[data-theme="dark"] .suf-pill { background: #0A0807; }
.suf-pill input { position: absolute; opacity: 0; pointer-events: none; }
.suf-pill-mark {
    width: 12px; height: 12px;
    border: 2px solid var(--suf-mute);
    border-radius: 50%;
    background: white;
    flex-shrink: 0;
    position: relative;
}
[data-theme="dark"] .suf-pill-mark { background: #0A0807; }
.suf-pill input:checked ~ .suf-pill-mark { border-color: var(--suf-rose); }
.suf-pill input:checked ~ .suf-pill-mark::after {
    content: '';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px;
    background: var(--suf-rose);
    border-radius: 50%;
}
.suf-pill:has(input:checked) {
    background: var(--suf-rose);
    color: white;
    border-color: var(--suf-rose);
}
.suf-pill:has(input:checked) .suf-pill-mark { border-color: white; }
.suf-pill:has(input:checked) .suf-pill-mark::after { background: white; }
.suf-pill-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: var(--s-3, 0.75rem); }

.suf-checkbox-inline {
    display: flex;
    align-items: center;
    gap: var(--s-2, 0.5rem);
    margin: var(--s-3, 0.75rem) 0;
    color: var(--suf-charcoal);
    cursor: pointer;
}
.suf-checkbox-inline input { accent-color: var(--suf-rose); transform: scale(1.1); }

.suf-dhikr-q {
    font-family: var(--f-mono, monospace);
    font-size: 0.84rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--suf-rose);
    margin: var(--s-3, 0.75rem) 0 var(--s-2, 0.5rem);
}

/* RESULT BLOCK */
.suf-result {
    max-width: 800px;
    margin: var(--s-5, 1.25rem) auto 0;
    padding: var(--s-5, 1.25rem) var(--s-6, 1.5rem);
    background: var(--suf-cream);
    border: 1px solid rgba(162, 59, 77, 0.4);
    border-left: 4px solid var(--suf-gold);
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(27, 42, 71, 0.1);
}
[data-theme="dark"] .suf-result { background: #14110D; }
.suf-result-tag {
    font-family: var(--f-mono, monospace);
    font-size: 0.84rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--suf-gold-d);
    margin-bottom: var(--s-3, 0.75rem);
    text-align: center;
}
.suf-result-body { font-size: 1rem; line-height: 1.7; color: var(--suf-charcoal); }
.suf-result-body p { margin-bottom: var(--s-3, 0.75rem); }
.suf-result-body p:last-child { margin-bottom: 0; }
.suf-result-body b { color: var(--suf-rose); }
.suf-result-body em { color: var(--suf-gold-d); font-style: italic; }
.suf-anal-action {
    margin-top: var(--s-3, 0.75rem) !important;
    padding-top: var(--s-3, 0.75rem);
    border-top: 1px dashed rgba(162, 59, 77, 0.3);
    font-family: var(--f-serif, serif);
    font-style: italic;
    color: var(--suf-blue) !important;
}

/* fade-up shared */
.page-sufism .fade-up {
    opacity: 0; transform: translateY(16px);
    animation: sufFadeUp 0.7s ease-out forwards;
}
.page-sufism .fade-up.delay-1 { animation-delay: 0.12s; }
.page-sufism .fade-up.delay-2 { animation-delay: 0.24s; }
.page-sufism .fade-up.delay-3 { animation-delay: 0.36s; }
.page-sufism .fade-up.delay-4 { animation-delay: 0.48s; }
@keyframes sufFadeUp { to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   1. HERO — the midnight sky
   ============================================================ */
.suf-hero {
    position: relative;
    min-height: 80vh;
    padding: var(--s-12, 5rem) 0 var(--s-10, 4rem);
    background: linear-gradient(180deg, var(--suf-blue) 0%, var(--suf-blue-d) 100%);
    overflow: hidden;
    color: #F0E5CC;
}
[data-theme="dark"] .suf-hero { background: linear-gradient(180deg, #0A1224 0%, #050913 100%); }
.suf-hero-canvas { position: absolute; inset: 0; pointer-events: none; }
.suf-stars { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 300px; }
.suf-arch {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 380px;
    height: 480px;
    opacity: 0.7;
}
.suf-script {
    position: absolute;
    left: 6%;
    bottom: 10%;
    font-family: var(--f-serif, serif);
    font-size: clamp(120px, 18vw, 260px);
    color: #D4A044;
    opacity: 0.13;
    line-height: 1;
    font-weight: 700;
    user-select: none;
    z-index: 0;
    letter-spacing: -0.02em;
    direction: rtl;
}

.suf-hero-content { position: relative; z-index: 1; max-width: 720px; }
.suf-hero-content .suf-eyebrow { color: #D4A044; }
.suf-hero-title {
    font-family: var(--f-serif, serif);
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    line-height: 1.05;
    color: #F0E5CC;
    margin: var(--s-4, 1rem) 0;
    font-weight: 600;
}
.suf-hero-title span, .suf-hero-title em { display: block; }
.suf-hero-title em {
    font-style: italic;
    color: #D4A044;
    font-weight: 500;
    padding-left: 1.4em;
}
.suf-hero-line-3 { padding-left: 0.4em; }
.suf-hero-sub, .suf-hero-promise {
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(240, 229, 204, 0.85);
    margin-bottom: var(--s-4, 1rem);
    max-width: 62ch;
}
.suf-hero-sub b, .suf-hero-promise b { color: #F0E5CC; font-weight: 600; }
.suf-hero-sub em, .suf-hero-promise em { color: #D4A044; font-style: italic; }
.suf-hero-cta { display: flex; flex-wrap: wrap; gap: var(--s-3, 0.75rem); margin-top: var(--s-6, 1.5rem); }

/* shared panels */
.suf-form {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--suf-cream);
    border: 1px solid rgba(162, 59, 77, 0.3);
    padding: var(--s-5, 1.25rem);
    border-radius: 4px;
}
[data-theme="dark"] .suf-form { background: #14110D; }

/* ============================================================
   2. DHIKR — phrase grid + timer
   ============================================================ */
.suf-dhikr { background: var(--suf-cream-2); }
[data-theme="dark"] .suf-dhikr { background: #181410; }

.suf-dhikr-stage {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: var(--s-5, 1.25rem);
    max-width: 1180px;
    margin: 0 auto;
    align-items: start;
}
@media (max-width: 900px) { .suf-dhikr-stage { grid-template-columns: 1fr; } }

.suf-phrase-grid { display: flex; flex-direction: column; gap: var(--s-2, 0.5rem); margin-bottom: var(--s-3, 0.75rem); }
.suf-phrase-opt {
    display: flex;
    align-items: flex-start;
    gap: var(--s-2, 0.5rem);
    padding: var(--s-3, 0.75rem);
    background: var(--suf-cream-2);
    border: 1px solid rgba(162, 59, 77, 0.22);
    border-left: 3px solid var(--suf-gold);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}
[data-theme="dark"] .suf-phrase-opt { background: #0A0807; }
.suf-phrase-opt:hover { border-color: var(--suf-rose); }
.suf-phrase-opt input { position: absolute; opacity: 0; pointer-events: none; }
.suf-phrase-mark {
    flex: 0 0 14px;
    width: 14px; height: 14px;
    border: 2px solid var(--suf-mute);
    border-radius: 50%;
    margin-top: 4px;
    background: white;
    position: relative;
}
[data-theme="dark"] .suf-phrase-mark { background: #0A0807; }
.suf-phrase-opt input:checked ~ .suf-phrase-mark { border-color: var(--suf-rose); }
.suf-phrase-opt input:checked ~ .suf-phrase-mark::after {
    content: '';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px;
    background: var(--suf-rose);
    border-radius: 50%;
}
.suf-phrase-opt:has(input:checked) {
    background: rgba(162, 59, 77, 0.08);
    border-left-color: var(--suf-rose);
}
[data-theme="dark"] .suf-phrase-opt:has(input:checked) { background: rgba(217, 102, 122, 0.12); }
.suf-phrase-body { display: flex; flex-direction: column; gap: 2px; }
.suf-phrase-name {
    font-family: var(--f-serif, serif);
    font-size: 1.1rem;
    color: var(--suf-rose);
    font-style: italic;
    font-weight: 600;
}
.suf-phrase-meaning {
    font-size: 0.92rem;
    color: var(--suf-mute);
    line-height: 1.5;
}

.suf-custom-field { margin-top: var(--s-2, 0.5rem); }

.suf-dur-row { display: flex; flex-wrap: wrap; gap: var(--s-2, 0.5rem); margin-bottom: var(--s-3, 0.75rem); }
.suf-dur-opt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.4rem 1rem;
    background: var(--suf-cream-2);
    border: 1px solid rgba(162, 59, 77, 0.3);
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--f-mono, monospace);
    color: var(--suf-charcoal);
    font-size: 0.92rem;
    transition: all 0.15s;
}
[data-theme="dark"] .suf-dur-opt { background: #0A0807; }
.suf-dur-opt input { position: absolute; opacity: 0; pointer-events: none; }
.suf-dur-opt:has(input:checked) {
    background: var(--suf-gold);
    color: white;
    border-color: var(--suf-gold);
}

/* Dhikr timer */
.suf-dhikr-timer {
    background: var(--suf-blue);
    color: #F0E5CC;
    padding: var(--s-6, 1.5rem);
    border-radius: 4px;
    text-align: center;
    position: sticky;
    top: 100px;
    box-shadow: 0 8px 32px rgba(27, 42, 71, 0.3);
}
.suf-timer-phrase {
    font-family: var(--f-serif, serif);
    font-style: italic;
    font-size: 2rem;
    color: #D4A044;
    margin-bottom: var(--s-3, 0.75rem);
    font-weight: 600;
}
.suf-timer-display {
    font-family: var(--f-mono, monospace);
    font-size: 3.6rem;
    color: #F0E5CC;
    font-weight: 600;
    line-height: 1;
    margin-bottom: var(--s-3, 0.75rem);
    font-feature-settings: "tnum";
}
.suf-timer-cue {
    font-family: var(--f-mono, monospace);
    font-size: 0.86rem;
    letter-spacing: 0.18em;
    color: rgba(240, 229, 204, 0.7);
    margin-bottom: var(--s-3, 0.75rem);
    text-transform: lowercase;
    min-height: 1.5em;
}
.suf-dhikr-timer .btn-ghost {
    border-color: rgba(240, 229, 204, 0.4);
    color: #F0E5CC;
}
.suf-dhikr-timer .btn-ghost:hover {
    border-color: #D4A044;
    color: #D4A044;
}

/* ============================================================
   3. SEVEN VALLEYS
   ============================================================ */
.suf-valleys-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--s-2, 0.5rem);
    margin-bottom: var(--s-3, 0.75rem);
}
.suf-valley-opt {
    display: flex;
    align-items: flex-start;
    gap: var(--s-2, 0.5rem);
    padding: var(--s-3, 0.75rem);
    background: var(--suf-cream-2);
    border: 1px solid rgba(162, 59, 77, 0.22);
    border-left: 3px solid var(--suf-gold);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}
[data-theme="dark"] .suf-valley-opt { background: #0A0807; }
.suf-valley-opt:hover { border-color: var(--suf-rose); }
.suf-valley-opt input { position: absolute; opacity: 0; pointer-events: none; }
.suf-valley-mark {
    flex: 0 0 14px;
    width: 14px; height: 14px;
    border: 2px solid var(--suf-mute);
    border-radius: 50%;
    margin-top: 4px;
    background: white;
    position: relative;
}
[data-theme="dark"] .suf-valley-mark { background: #0A0807; }
.suf-valley-opt input:checked ~ .suf-valley-mark { border-color: var(--suf-rose); }
.suf-valley-opt input:checked ~ .suf-valley-mark::after {
    content: '';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px;
    background: var(--suf-rose);
    border-radius: 50%;
}
.suf-valley-opt:has(input:checked) {
    background: rgba(162, 59, 77, 0.08);
    border-left-color: var(--suf-rose);
}
[data-theme="dark"] .suf-valley-opt:has(input:checked) { background: rgba(217, 102, 122, 0.12); }
.suf-valley-body { display: flex; flex-direction: column; gap: 2px; }
.suf-valley-han {
    font-family: var(--f-serif, serif);
    font-style: italic;
    color: var(--suf-rose);
    font-size: 1.1rem;
    font-weight: 600;
}
.suf-valley-name {
    font-family: var(--f-mono, monospace);
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--suf-gold-d);
}
.suf-valley-desc {
    font-size: 0.88rem;
    color: var(--suf-mute);
    line-height: 1.5;
    margin-top: 4px;
}

/* ============================================================
   4. ISHQ
   ============================================================ */
.suf-ishq { background: var(--suf-cream-2); }
[data-theme="dark"] .suf-ishq { background: #181410; }

.suf-ishq-row { max-width: 400px; }

/* ============================================================
   5. HEART POLISH
   ============================================================ */
.suf-polish-list { display: flex; flex-direction: column; gap: var(--s-2, 0.5rem); margin-bottom: var(--s-3, 0.75rem); }

.suf-polishes { display: flex; flex-direction: column; gap: var(--s-3, 0.75rem); }
.suf-polish-item {
    background: var(--suf-cream-2);
    border-left: 3px solid var(--suf-gold);
    padding: var(--s-3, 0.75rem) var(--s-4, 1rem);
    border-radius: 0 4px 4px 0;
}
[data-theme="dark"] .suf-polish-item { background: #0A0807; }
.suf-polish-rust {
    font-family: var(--f-mono, monospace);
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--suf-gold-d);
    margin-bottom: 4px;
}
.suf-polish-rust em { color: var(--suf-charcoal); font-style: italic; }
.suf-polish-body {
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--suf-charcoal);
}

/* ============================================================
   6. FANA
   ============================================================ */
.suf-fana { background: var(--suf-cream-2); }
[data-theme="dark"] .suf-fana { background: #181410; }

/* ============================================================
   7. WINE CUP
   ============================================================ */

/* ============================================================
   8. SUHBAT
   ============================================================ */
.suf-suhbat { background: var(--suf-cream-2); }
[data-theme="dark"] .suf-suhbat { background: #181410; }

.suf-suhbat-row {
    display: grid;
    grid-template-columns: 32px 1fr 1.6fr 1fr;
    gap: var(--s-2, 0.5rem);
    align-items: end;
    margin-bottom: var(--s-3, 0.75rem);
    padding-bottom: var(--s-2, 0.5rem);
    border-bottom: 1px dashed rgba(162, 59, 77, 0.2);
}
.suf-suhbat-row:last-of-type { border-bottom: none; }
@media (max-width: 800px) {
    .suf-suhbat-row { grid-template-columns: 32px 1fr 1fr; }
    .suf-suhbat-row > label:nth-child(3) { grid-column: 2 / 4; }
}
.suf-suhbat-num {
    font-family: var(--f-mono, monospace);
    font-size: 1.4rem;
    color: var(--suf-rose);
    font-weight: 600;
    text-align: center;
}
.suf-suhbat-row .suf-field { margin-bottom: 0; }

/* ============================================================
   9. TAWBA
   ============================================================ */
.suf-tawba-streak {
    max-width: 800px;
    margin: var(--s-5, 1.25rem) auto 0;
    padding: var(--s-4, 1rem);
    background: var(--suf-cream);
    border-left: 3px solid var(--suf-gold);
    border-radius: 4px;
    text-align: center;
}
[data-theme="dark"] .suf-tawba-streak { background: #14110D; }
.suf-streak-tag {
    font-family: var(--f-mono, monospace);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--suf-gold-d);
    margin-bottom: var(--s-2, 0.5rem);
}
.suf-streak-num {
    font-family: var(--f-mono, monospace);
    font-size: 4rem;
    color: var(--suf-rose);
    line-height: 1;
    margin-bottom: var(--s-2, 0.5rem);
    font-weight: 600;
}
.suf-streak-note { font-size: 0.86rem; color: var(--suf-mute); font-style: italic; }

.suf-tawba-recent {
    max-width: 800px;
    margin: var(--s-5, 1.25rem) auto 0;
}
.suf-tawba-recent h3 {
    font-family: var(--f-mono, monospace);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--suf-gold-d);
    margin-bottom: var(--s-3, 0.75rem);
    text-align: center;
}
.suf-tawba-recent ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--s-2, 0.5rem); }
.suf-tawba-recent li {
    background: var(--suf-cream);
    border-left: 2px solid var(--suf-rose);
    padding: var(--s-3, 0.75rem) var(--s-4, 1rem);
    border-radius: 0 4px 4px 0;
}
[data-theme="dark"] .suf-tawba-recent li { background: #14110D; }
.suf-tawba-line {
    font-family: var(--f-serif, serif);
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--suf-charcoal);
    margin-bottom: 4px;
}
.suf-tawba-line em { color: var(--suf-rose); font-style: italic; }
.suf-tawba-date {
    font-family: var(--f-mono, monospace);
    font-size: 0.76rem;
    color: var(--suf-mute);
}

/* ============================================================
   11. VOICES — own palette
   ============================================================ */
.suf-voices {
    background: linear-gradient(180deg, #0E1A33 0%, #050913 100%);
    color: #F0E5CC;
}
.suf-voices .suf-h2 { color: #F0E5CC; }
.suf-voices .suf-h2 em { color: #D4A044; }
.suf-voices .suf-eyebrow { color: #D4A044; }
.suf-voices .suf-sub { color: rgba(240, 229, 204, 0.78); }
.suf-voices .suf-sub em { color: #D4A044; }

.suf-quote-card {
    background: rgba(240, 229, 204, 0.06);
    border: 1px solid rgba(212, 160, 68, 0.3);
    padding: var(--s-7, 2.5rem) var(--s-6, 1.5rem);
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.suf-quote-mark {
    font-family: var(--f-serif, serif);
    font-size: 5rem;
    color: #D4A044;
    line-height: 1;
    margin-bottom: var(--s-2, 0.5rem);
    opacity: 0.7;
}
.suf-quote-text {
    font-family: var(--f-serif, serif);
    font-size: clamp(1.3rem, 2.6vw, 1.8rem);
    line-height: 1.55;
    color: #F0E5CC;
    margin-bottom: var(--s-4, 1rem);
    font-style: italic;
    font-weight: 400;
}
.suf-quote-cite { display: flex; flex-direction: column; gap: 4px; margin-bottom: var(--s-4, 1rem); }
.suf-quote-author {
    font-family: var(--f-mono, monospace);
    font-size: 0.92rem;
    color: #D4A044;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.suf-quote-source { font-size: 0.84rem; color: rgba(240, 229, 204, 0.55); font-style: italic; }
.suf-quote-actions { display: flex; justify-content: center; gap: var(--s-3, 0.75rem); flex-wrap: wrap; }
.suf-quote-fav {
    background: transparent;
    border: 1px solid rgba(212, 160, 68, 0.4);
    color: #F0E5CC;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    transition: all 0.15s;
}
.suf-quote-fav:hover         { border-color: #D4A044; color: #D4A044; }
.suf-quote-fav.is-favorited  { background: #D4A044; color: #0E1A33; border-color: #D4A044; }

/* ============================================================
   13. FINAL
   ============================================================ */
.suf-final { background: var(--suf-cream); text-align: center; padding: var(--s-12, 5rem) 0; }
[data-theme="dark"] .suf-final { background: #100D0A; }
.suf-final-mark {
    font-family: var(--f-serif, serif);
    font-size: clamp(3rem, 8vw, 5rem);
    color: var(--suf-rose);
    line-height: 1;
    margin-bottom: var(--s-4, 1rem);
    opacity: 0.85;
    letter-spacing: -0.02em;
    direction: rtl;
}
.suf-final-quote {
    font-family: var(--f-serif, serif);
    font-size: clamp(1.3rem, 2.6vw, 1.8rem);
    line-height: 1.45;
    color: var(--suf-charcoal);
    font-style: italic;
    max-width: 800px;
    margin: 0 auto var(--s-3, 0.75rem);
    font-weight: 500;
}
.suf-final-quote em { color: var(--suf-rose); font-style: italic; }
.suf-final-cite {
    font-family: var(--f-mono, monospace);
    font-size: 0.92rem;
    color: var(--suf-mute);
    letter-spacing: 0.08em;
    margin-bottom: var(--s-5, 1.25rem);
}
