/*
 Theme Name:   Mosquée Les Deux Ormes
 Description:  Thème enfant du thème Astra
 Author:       Votre Nom
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-mosquee
*/

/* ─── GLOBAL RESET ─── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* ─── VARIABLES GLOBALES ─── */
:root {
    --bleu-nuit: #0f2044;
    --bleu-fonce: #0a1830;
    --or: #c9a84c;
    --or-clair: #e8c96a;
    --or-pale: #f0dfa0;
    --ivoire: #f8f4ec;
    --ivoire-fonce: #ede6d5;
    --texte: #1a1a2e;
    --texte-clair: #4a4a6a;
}

/* ─── TYPOGRAPHIE GLOBALE ─── */
body {
    font-family: 'Lato', sans-serif;
    background: var(--ivoire);
    color: var(--texte);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cormorant Garant', serif;
    font-weight: 600;
    color: var(--bleu-nuit);
}

/* ─── RESET ASTRA ─── */
.ast-container {
    max-width: 1200px;
}

/* Hide mobile header by default, show only at breakpoint */
#ast-mobile-header {
    display: none !important;
}

.ast-header-break-point #ast-mobile-header {
    display: block !important;
}

.ast-header-break-point #ast-desktop-header {
    display: none !important;
}

#ast-desktop-header .main-header-bar .ast-container {
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

#ast-desktop-header .main-header-bar,
#ast-mobile-header .main-header-bar {
    background: var(--bleu-fonce) !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2) !important;
}

#ast-desktop-header .main-header-bar a,
#ast-mobile-header .main-header-bar a {
    color: rgba(248, 244, 236, 0.75) !important;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#ast-desktop-header .main-header-bar a:hover,
#ast-mobile-header .main-header-bar a:hover {
    color: var(--or) !important;
}

/* Canvas/dropdown menu content */
.ast-mobile-header-content,
.ast-header-break-point .ast-mobile-header-content,
#ast-mobile-header .ast-mobile-header-content,
#ast-mobile-header .main-header-bar-navigation,
#ast-mobile-header .main-navigation,
#ast-mobile-header .ast-main-header-bar-alignment {
    background: var(--bleu-fonce) !important;
    border-top: 1px solid rgba(201, 168, 76, 0.2) !important;
}

.ast-header-break-point #ast-mobile-header .main-header-menu,
.ast-header-break-point #ast-mobile-header .main-header-menu .sub-menu,
#ast-mobile-header .ast-mobile-header-content .main-header-menu,
#ast-hf-mobile-menu,
#ast-hf-mobile-menu li,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu,
#ast-mobile-header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:not(.btn-cta) .menu-link {
    background-color: var(--bleu-fonce) !important;
    background-image: none !important;
}

.ast-header-break-point #ast-mobile-header .menu-link,
#ast-mobile-header .ast-mobile-header-content .menu-link {
    color: rgba(248, 244, 236, 0.75) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-color: rgba(201, 168, 76, 0.15) !important;
}

.ast-header-break-point #ast-mobile-header .menu-link:hover,
#ast-mobile-header .ast-mobile-header-content .menu-link:hover {
    color: var(--or) !important;
}

.ast-header-break-point #ast-mobile-header .btn-cta .menu-link,
#ast-mobile-header .ast-mobile-header-content .btn-cta .menu-link {
    color: var(--bleu-fonce) !important;
    background: var(--or) !important;
}

/* Hamburger icon colour */
#ast-mobile-header .menu-toggle,
#ast-mobile-header .menu-toggle svg {
    color: var(--or) !important;
    fill: var(--or) !important;
}

.ast-header-custom-item a {
    background: var(--or) !important;
    color: var(--bleu-fonce) !important;
    padding: 8px 20px !important;
    border-radius: 2px !important;
}

/* ─── LOGO EN-TÊTE ─── */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo svg {
    flex-shrink: 0;
}

.nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-logo-text .fr {
    font-family: 'Cormorant Garant', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ivoire);
    letter-spacing: 0.04em;
}

.nav-logo-text .ar {
    font-family: 'Amiri', serif;
    font-size: 13px;
    color: var(--or-clair);
    direction: rtl;
}

/* ─── TEXTE ARABE ─── */
.arabe {
    font-family: 'Amiri', serif;
    direction: rtl;
    text-align: right;
}

/* ─── EN-TÊTES DE SECTION ─── */
.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-eyebrow {
    font-family: 'Amiri', serif;
    font-size: 20px;
    color: var(--or);
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.section-title {
    font-family: 'Cormorant Garant', serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    color: var(--bleu-nuit);
}

.section-title.light {
    color: var(--ivoire);
}

.section-rule {
    width: 60px;
    height: 2px;
    background: var(--or);
    margin: 20px auto 0;
}

/* ─── HERO ─── */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #020b1a 0%, #0a1a3a 40%, #1a3060 70%, #2a4a80 90%, #1e3c5a 100%);
}

.arabesque-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath fill='none' stroke='%23c9a84c' stroke-width='0.8' d='M60 0 L120 60 L60 120 L0 60 Z M60 20 L100 60 L60 100 L20 60 Z M60 40 L80 60 L60 80 L40 60 Z'/%3E%3Ccircle cx='60' cy='60' r='55' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Ccircle cx='60' cy='60' r='35' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Ccircle cx='0' cy='0' r='20' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Ccircle cx='120' cy='0' r='20' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Ccircle cx='0' cy='120' r='20' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Ccircle cx='120' cy='120' r='20' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 120px 120px;
}

.stars-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.moon {
    position: absolute;
    top: 12%;
    right: 16%;
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 0 24px rgba(201, 168, 76, 0.5));
}

.mosque-silhouette {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeUp 1.2s ease both;
}

.hero-eyebrow {
    font-family: 'Amiri', serif;
    font-size: 28px;
    color: var(--or-pale);
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    opacity: 0.9;
    text-align: center;
}

.hero-title {
    font-family: 'Cormorant Garant', serif;
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 700;
    color: var(--ivoire);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

.hero-title .or {
    color: var(--or);
}

.hero-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--or), transparent);
    margin: 24px auto;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(248, 244, 236, 0.6);
    margin-top: 18px;
}

.hero-location {
    font-size: 14px;
    color: rgba(248, 244, 236, 0.5);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 12px;
}

/* ─── BOUTON CTA MENU ─── */
#ast-desktop-header .main-header-bar .btn-cta>a {
    background: var(--or) !important;
    color: var(--bleu-fonce) !important;
    padding: 8px 20px !important;
    border-radius: 2px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    height: auto !important;
    line-height: 1.4 !important;
}

#ast-desktop-header .main-header-bar .btn-cta>a:hover {
    background: var(--or-clair) !important;
    color: var(--bleu-fonce) !important;
}

/* ─── PRAYER TIMES ─── */
#prayers {
    background: var(--bleu-nuit);
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
}

#prayers::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath fill='none' stroke='%23c9a84c' stroke-width='0.6' d='M40 0 L80 40 L40 80 L0 40 Z M40 15 L65 40 L40 65 L15 40 Z'/%3E%3Ccircle cx='40' cy='40' r='38' fill='none' stroke='%23c9a84c' stroke-width='0.4'/%3E%3C/svg%3E");
    background-size: 80px 80px;
}

.prayers-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.prayer-card {
    flex: 1;
    min-width: 180px;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 4px;
    padding: 28px 20px 24px;
    text-align: center;
    position: relative;
    transition: transform 0.25s, background 0.25s;
}

.prayer-card:hover {
    transform: translateY(-4px);
    background: rgba(201, 168, 76, 0.08);
}

.prayer-card.active {
    background: rgba(201, 168, 76, 0.12);
    border-color: var(--or);
}

.prayer-card.active::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--or);
    border-radius: 4px 4px 0 0;
}

.prayer-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: var(--or);
    color: var(--bleu-fonce);
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.prayer-name-ar {
    font-family: 'Amiri', serif;
    font-size: 22px;
    color: var(--or-pale);
    display: block;
    margin-bottom: 4px;
}

.prayer-name-fr {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(248, 244, 236, 0.4);
    display: block;
    margin-bottom: 16px;
}

.prayer-times-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.prayer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.prayer-col-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(248, 244, 236, 0.35);
}

.prayer-time {
    font-family: 'Cormorant Garant', serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--ivoire);
    line-height: 1;
}

.prayer-time.iqamah {
    color: var(--or-clair);
}

.countdown-box {
    max-width: 500px;
    margin: 48px auto 0;
    text-align: center;
    padding: 24px 32px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
}

.countdown-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 12px;
}

.countdown-timer {
    font-family: 'Cormorant Garant', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--ivoire);
    letter-spacing: 0.04em;
    line-height: 1;
}

.countdown-next {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(248, 244, 236, 0.5);
}

.countdown-next strong {
    color: var(--or-pale);
}

/* ─── NEWS ─── */
#actualites {
    padding: 96px 48px;
    background: var(--ivoire);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.news-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(15, 32, 68, 0.07);
    transition: transform 0.25s, box-shadow 0.25s;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(15, 32, 68, 0.14);
}

.news-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--bleu-nuit);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-img>svg {
    display: block;
    width: 100%;
    height: 100%;
}

.news-card-body {
    padding: 24px 28px 28px;
}

.news-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--or);
    border: 1px solid var(--or);
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.news-date {
    float: right;
    font-size: 12px;
    color: var(--texte-clair);
    margin-top: 3px;
}

.news-title {
    font-family: 'Cormorant Garant', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bleu-nuit);
    margin-bottom: 10px;
    clear: both;
}

.news-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: var(--texte-clair);
}

.news-excerpt p {
    margin: 0;
}

.news-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--bleu-nuit);
    text-decoration: none;
    border-bottom: 1px solid var(--or);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.news-link:hover {
    color: var(--or);
}

.news-empty {
    text-align: center;
    color: var(--texte-clair);
    font-size: 16px;
    padding: 48px;
    grid-column: 1 / -1;
}

.news-footer {
    text-align: center;
    margin-top: 40px;
}

.btn-voir-tout {
    display: inline-block;
    padding: 12px 32px;
    border: 1.5px solid var(--or);
    color: var(--or);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}

.btn-voir-tout:hover {
    background: var(--or);
    color: var(--bleu-nuit);
}

/* ─── BLOG ARCHIVE (Toutes les Actualités + category pages) ─── */

.section-blog-archive {
    background: var(--ivoire);
    min-height: 100vh;
    padding: 80px 0;
}

.blog-archive-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 56px;
}

.blog-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border: 1px solid rgba(15, 32, 68, 0.2);
    color: var(--texte-clair);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.06em;
    transition: border-color 0.2s, color 0.2s;
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
    border-color: var(--or);
    color: var(--bleu-nuit);
    background: rgba(201, 168, 76, 0.12);
}

.filter-count {
    font-size: 11px;
    opacity: 0.55;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blog-list-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(15, 32, 68, 0.1);
}

.blog-list-item:first-child {
    border-top: 1px solid rgba(15, 32, 68, 0.1);
}

.blog-list-img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    align-self: start;
}

.blog-list-img a {
    display: block;
    height: 100%;
}

.blog-list-img img,
.blog-list-img svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.blog-list-item:hover .blog-list-img img {
    transform: scale(1.04);
}

.blog-list-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.blog-list-meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog-list-title {
    font-family: 'Cormorant Garant', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.blog-list-title a {
    color: var(--bleu-nuit);
    text-decoration: none;
    transition: color 0.2s;
}

.blog-list-title a:hover {
    color: var(--or);
}

.blog-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 4px;
    align-items: center;
}

.blog-pagination .page-numbers {
    padding: 8px 14px;
    border: 1px solid rgba(15, 32, 68, 0.2);
    color: var(--texte-clair);
    text-decoration: none;
    font-size: 13px;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    border-color: var(--or);
    color: var(--bleu-nuit);
    background: rgba(201, 168, 76, 0.12);
}

@media (max-width: 640px) {
    .blog-list-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-list-img {
        aspect-ratio: 16 / 9;
    }
}

/* ─── DONATION ─── */
#don {
    background: linear-gradient(135deg, #0a1830 0%, #1a3060 100%);
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#don::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='48' fill='none' stroke='%23c9a84c' stroke-width='0.8'/%3E%3Ccircle cx='50' cy='50' r='32' fill='none' stroke='%23c9a84c' stroke-width='0.6'/%3E%3Ccircle cx='50' cy='50' r='16' fill='none' stroke='%23c9a84c' stroke-width='0.5'/%3E%3Cpath fill='none' stroke='%23c9a84c' stroke-width='0.5' d='M50 2 L98 50 L50 98 L2 50 Z'/%3E%3C/svg%3E");
    background-size: 100px 100px;
}

.don-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.don-verse {
    font-family: 'Amiri', serif;
    font-size: 26px;
    color: var(--or-pale);
    margin-bottom: 8px;
    direction: rtl;
}

.don-verse-ref {
    font-size: 12px;
    color: rgba(248, 244, 236, 0.4);
    letter-spacing: 0.12em;
    margin-bottom: 40px;
}


.don-amounts {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 36px 0 24px;
}

.don-amount-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 3px;
    color: var(--ivoire);
    font-family: 'Cormorant Garant', serif;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.2s;
}

.don-amount-btn:hover,
.don-amount-btn.selected {
    background: var(--or);
    border-color: var(--or);
    color: var(--bleu-fonce);
}

.don-cta {
    display: inline-block;
    background: var(--or);
    color: var(--bleu-fonce);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 18px 56px;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 4px 24px rgba(201, 168, 76, 0.3);
}

.don-cta:hover {
    background: var(--or-clair);
    box-shadow: 0 8px 36px rgba(201, 168, 76, 0.4);
    transform: translateY(-2px);
    color: var(--bleu-fonce);
}

.don-methods {
    margin-top: 24px;
    font-size: 12px;
    color: rgba(248, 244, 236, 0.35);
    letter-spacing: 0.1em;
}

/* ─── CONTACT ─── */
#contact {
    background: var(--ivoire-fonce);
    padding: 96px 48px;
}

.contact-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.contact-info h3 {
    font-family: 'Cormorant Garant', serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--bleu-nuit);
    margin-bottom: 28px;
}

.contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--bleu-nuit);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--or);
}

.contact-item-text strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--texte-clair);
    margin-bottom: 4px;
}

.contact-item-text span {
    font-size: 16px;
    color: var(--bleu-nuit);
    line-height: 1.5;
}

.map-placeholder {
    border-radius: 4px;
    overflow: hidden;
    background: var(--bleu-nuit);
    height: 320px;
}


/* ─── FOOTER ─── */
.mosquee-footer {
    background: var(--bleu-fonce);
    padding: 40px 48px;
    text-align: center;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.mosquee-footer .footer-logo {
    font-family: 'Cormorant Garant', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--or);
    margin-bottom: 8px;
}

.footer-links {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}

.footer-links a {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(248, 244, 236, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--or);
}

.footer-sub {
    font-size: 12px;
    color: rgba(248, 244, 236, 0.35);
    letter-spacing: 0.12em;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {

    #prayers,
    #actualites,
    #don,
    #contact {
        padding: 64px 24px;
    }

    .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .prayers-grid {
        gap: 10px;
    }

    .prayer-card {
        min-width: 140px;
        padding: 20px 14px;
    }

    .don-amounts {
        gap: 8px;
    }

    .don-amount-btn {
        padding: 10px 16px;
        font-size: 18px;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 16px;
    }
}

/* ─── DON FEEDBACK PAGES (merci / erreur) ─── */

.don-feedback-page {
    min-height: calc(100vh - 80px);
    background: var(--bleu-fonce);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
}

.don-feedback-inner {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.don-feedback-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 32px;
}

.don-feedback-arabic {
    font-family: 'Amiri', serif;
    font-size: 28px;
    color: var(--or);
    margin: 0 0 16px;
    direction: rtl;
}

.don-feedback-title {
    font-family: 'Cormorant Garant', serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--ivoire);
    margin: 0 0 20px;
}

.don-feedback-message {
    font-size: 16px;
    color: rgba(248, 244, 236, 0.7);
    line-height: 1.7;
    margin: 0 0 32px;
}

.don-feedback-rule {
    width: 60px;
    height: 1px;
    background: var(--or);
    margin: 0 auto 32px;
    opacity: 0.4;
}

.don-feedback-verse {
    font-family: 'Cormorant Garant', serif;
    font-size: 15px;
    font-style: italic;
    color: rgba(248, 244, 236, 0.5);
    line-height: 1.6;
    margin: 0 0 40px;
}

.don-feedback-verse-ref {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--or);
    font-style: normal;
    letter-spacing: 0.08em;
}

.don-feedback-btn {
    display: inline-block;
    padding: 14px 36px;
    background: var(--or);
    color: var(--bleu-fonce);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s;
}

.don-feedback-btn:hover {
    background: var(--or-clair);
    color: var(--bleu-fonce);
}

.don-feedback-link {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: rgba(248, 244, 236, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.don-feedback-link:hover {
    color: var(--ivoire);
}

/* ─── DON RECEIPT CARD ─── */

.don-receipt {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 4px;
    padding: 28px 32px;
    margin: 0 0 32px;
    text-align: center;
}

.don-receipt-name {
    font-family: 'Cormorant Garant', serif;
    font-size: 18px;
    color: rgba(248, 244, 236, 0.6);
    margin: 0 0 12px;
    letter-spacing: 0.05em;
}

.don-receipt-amount {
    font-family: 'Cormorant Garant', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--or);
    line-height: 1;
    margin: 0 0 16px;
}

.don-receipt-meta {
    font-size: 13px;
    color: rgba(248, 244, 236, 0.4);
    letter-spacing: 0.05em;
}

.don-receipt-sep {
    margin: 0 8px;
}