/*
Theme Name: USHE Comores
Theme URI: https://parti-ushe.com
Author: Parti USHE
Author URI: https://parti-ushe.com
Description: Thème officiel du parti politique USHE - Ko Masihu Male Yatso Husha. Thème moderne, responsive, aux couleurs rouge et orange du parti comorien USHE.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ushe-theme
Tags: political, responsive, custom-colors, featured-images, custom-menu, translation-ready

USHE Theme - Ko Masihu Male Yatso Husha
*/

/* ─────────────────────────────────────────
   VARIABLES
───────────────────────────────────────── */
:root {
    --rouge:    #E05A2B;
    --rouge-f:  #C0390A;
    --orange:   #F07030;
    --hero-top: #C8251A;
    --hero-bot: #E87030;
    --nav-h:    64px;
    --max-w:    1280px;
}

/* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Nunito', sans-serif;
    color: #1a1a1a;
    background: #fff;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* ─────────────────────────────────────────
   NAVBAR
───────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(8px);
    height: var(--nav-h);
    border-bottom: 1px solid rgba(0,0,0,.07);
    display: flex;
    align-items: center;
}
.nav-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    width: 100%;
    padding: 0 28px;
    display: flex;
    align-items: center;
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 32px;
    flex-shrink: 0;
}
.site-branding .logo-sq {
    width: 34px; height: 34px;
    background: linear-gradient(135deg, var(--hero-top), var(--orange));
    border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: .7rem; color: #fff;
}
.site-branding .site-name {
    font-weight: 800;
    font-size: 1.1rem;
    color: #111;
}
.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    flex: 1;
}
.main-navigation ul li a {
    font-size: .87rem;
    font-weight: 600;
    color: #333;
    padding: 7px 12px;
    border-radius: 8px;
    transition: background .15s;
    display: block;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    background: #f0f0f0;
    color: var(--rouge);
}
.nav-ctas {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
}
.btn-donne {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--rouge);
    color: #fff;
    padding: 9px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .85rem;
    transition: background .2s;
}
.btn-donne:hover { background: var(--rouge-f); color: #fff; }
.btn-adhere {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: #111;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .85rem;
    border: 1.5px solid #ccc;
    transition: border-color .2s;
}
.btn-adhere:hover { border-color: #888; color: #111; }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    margin-left: auto;
}
.hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all .3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: rgba(255,255,255,.99);
    z-index: 999;
    flex-direction: column;
    padding: 16px 24px 28px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}
.mobile-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.mobile-ctas .btn-donne,
.mobile-ctas .btn-adhere {
    justify-content: center;
    width: 100%;
    text-align: center;
}

/* ─────────────────────────────────────────
   HERO PAGE D'ACCUEIL
───────────────────────────────────────── */
.site-hero {
    position: relative;
    margin-top: var(--nav-h);
    min-height: calc(100vh - var(--nav-h));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.site-hero .hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(100,10,5,.62) 0%, rgba(140,40,8,.38) 45%, rgba(90,8,5,.70) 100%),
        url('assets/images/banner.jpg') center 60%/cover no-repeat;
}
.site-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    max-width: 820px;
}
.site-hero h1 {
    font-size: clamp(2.4rem, 6.5vw, 5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.site-hero h1 .sub-line {
    font-size: .68em;
    display: block;
    opacity: .9;
    margin-top: 6px;
}
.site-hero .tagline {
    font-size: clamp(.9rem, 1.8vw, 1.1rem);
    color: rgba(255,255,255,.88);
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 36px;
}
.hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--rouge);
    color: #fff;
    padding: 14px 30px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .95rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    transition: background .2s;
}
.btn-hero-primary:hover { background: var(--rouge-f); color: #fff; }
.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 13px 30px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .95rem;
    border: 2px solid rgba(255,255,255,.7);
    transition: border-color .2s;
}
.btn-hero-outline:hover { border-color: #fff; color: #fff; }
.scroll-down {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.7);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    z-index: 2;
}
@keyframes bounce {
    0%,100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(8px); }
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ─────────────────────────────────────────
   BANNIÈRE PAGES INTÉRIEURES
───────────────────────────────────────── */
.page-banner {
    background: url('assets/images/banner.jpg') center/cover no-repeat;
    position: relative;
    padding: 80px 32px 56px;
    text-align: center;
    color: #fff;
    margin-top: var(--nav-h);
    overflow: hidden;
}
.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(170,20,5,.78) 0%, rgba(200,50,10,.68) 100%);
    z-index: 0;
}
.page-banner h1,
.page-banner p,
.page-banner span {
    position: relative;
    z-index: 1;
}
.page-banner h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.15;
}
.page-banner p {
    font-size: 1.05rem;
    color: rgba(255,255,255,.88);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.badge-w {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}

/* ─────────────────────────────────────────
   CONTENU PRINCIPAL
───────────────────────────────────────── */
.site-main { padding-top: 0; }
.container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 64px 32px;
}

/* ─────────────────────────────────────────
   SECTION VISION (HOME)
───────────────────────────────────────── */
.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.photo-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 480px;
}
.photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    inset: 0;
}
.photo-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72), transparent);
    color: #fff;
    padding: 32px 24px 22px;
}
.photo-caption strong { display: block; font-size: 1rem; font-weight: 700; }
.photo-caption span   { font-size: .82rem; opacity: .85; }
.vision-text h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 24px;
    line-height: 1.2;
}
.vision-text p {
    color: #444;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 18px;
}
.quote-block {
    background: #fff8f5;
    border-left: 4px solid var(--rouge);
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
    font-style: italic;
    color: #555;
    font-size: .95rem;
    line-height: 1.7;
}
.valeurs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.valeur-item { display: flex; gap: 12px; align-items: flex-start; }
.valeur-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: #fff3ee;
    border: 1px solid rgba(224,90,43,.2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}
.valeur-item h4 { font-size: .88rem; font-weight: 700; color: #111; margin-bottom: 2px; }
.valeur-item p  { font-size: .8rem; color: #666; line-height: 1.5; margin: 0; }
.badge-r {
    display: inline-block;
    background: #fff3ee;
    color: var(--rouge);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}

/* ─────────────────────────────────────────
   ARTICLES / ACTUALITÉS
───────────────────────────────────────── */
.actu-controls {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
.actu-search { flex: 0 0 300px; }
.actu-search input {
    width: 100%;
    padding: 10px 16px 10px 36px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: .9rem;
    color: #333;
    outline: none;
    transition: border-color .2s;
}
.actu-search input:focus { border-color: var(--rouge); }
.filter-btns {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-left: auto;
}
.filter-btn {
    padding: 6px 14px;
    border-radius: 100px;
    border: 1.5px solid #ddd;
    background: transparent;
    font-family: 'Nunito', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all .15s;
}
.filter-btn:hover { border-color: var(--rouge); color: var(--rouge); }
.filter-btn.active { background: var(--rouge); border-color: var(--rouge); color: #fff; }

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 32px;
}
.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition: box-shadow .2s, transform .2s;
}
.post-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    transform: translateY(-4px);
}
.post-card-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--hero-top), var(--orange));
}
.post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.post-cat-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--rouge);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 4px 11px;
    border-radius: 100px;
    z-index: 1;
}
.post-card-body { padding: 17px 19px 21px; }
.post-date { font-size: .78rem; color: #999; margin-bottom: 8px; }
.post-card h2 {
    font-size: .94rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.4;
}
.post-card h2 a { color: inherit; }
.post-card h2 a:hover { color: var(--rouge); }
.post-excerpt {
    font-size: .83rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .78rem;
    color: #888;
}
.post-author { display: flex; align-items: center; gap: 5px; }
.read-more { color: var(--rouge); font-weight: 700; font-size: .78rem; }

/* Article single */
.single-post { max-width: 760px; margin: 0 auto; padding: 48px 32px; }
.single-post h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
    line-height: 1.25;
}
.single-post .post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: .84rem;
    color: #888;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.single-post .post-meta .cat-link {
    background: var(--rouge);
    color: #fff;
    padding: 3px 12px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
}
.single-post .featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}
.single-post .post-content p  { color: #444; font-size: .97rem; line-height: 1.85; margin-bottom: 18px; }
.single-post .post-content h2 { font-size: 1.4rem; font-weight: 800; margin: 32px 0 14px; color: #111; }
.single-post .post-content h3 { font-size: 1.1rem; font-weight: 700; margin: 24px 0 10px; color: #111; }
.single-post .post-content img { border-radius: 10px; margin: 20px 0; }
.single-post .post-content blockquote {
    background: #fff8f5;
    border-left: 4px solid var(--rouge);
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
    font-style: italic;
    color: #555;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 32px;
}
.pagination a, .pagination span {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: .88rem;
    border: 1.5px solid #eee;
    color: #555;
    transition: all .15s;
}
.pagination a:hover { border-color: var(--rouge); color: var(--rouge); }
.pagination .current { background: var(--rouge); border-color: var(--rouge); color: #fff; }

/* ─────────────────────────────────────────
   BUREAU NATIONAL
───────────────────────────────────────── */
.bureau-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.bureau-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 24px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .2s;
}
.bureau-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.bureau-av {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--rouge), var(--orange));
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.5rem;
}
.bureau-role {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--rouge);
    border: 1.5px solid rgba(224,90,43,.3);
    padding: 2px 10px;
    border-radius: 100px;
    margin-bottom: 6px;
}
.bureau-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; color: #111; }
.bureau-card p  { font-size: .84rem; color: #555; line-height: 1.6; }

/* ─────────────────────────────────────────
   CELLULES
───────────────────────────────────────── */
.cellules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cellule-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}
.cellule-card:hover {
    box-shadow: 0 8px 32px rgba(224,90,43,.12);
    transform: translateY(-4px);
}
.cellule-ic {
    width: 56px; height: 56px;
    background: var(--rouge);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 1.4rem;
}
.cellule-card h3  { font-size: 1rem; font-weight: 800; margin-bottom: 4px; color: #111; }
.cellule-island   { color: var(--rouge); font-size: .84rem; font-weight: 600; margin-bottom: 10px; }
.cellule-card p   { color: #555; font-size: .84rem; line-height: 1.65; margin-bottom: 16px; }
.btn-rejoindre {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--rouge-f);
    color: #fff;
    padding: 9px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .83rem;
    transition: background .2s;
}
.btn-rejoindre:hover { background: var(--rouge); color: #fff; }

/* Diaspora strip */
.diaspora-strip {
    margin-top: 36px;
    background: linear-gradient(135deg, var(--rouge-f), var(--rouge), var(--orange));
    border-radius: 16px;
    padding: 32px 36px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    color: #fff;
}
.diaspora-strip h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; }
.diaspora-strip p  { font-size: .88rem; opacity: .88; line-height: 1.6; }
.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--rouge-f);
    padding: 11px 22px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .87rem;
    white-space: nowrap;
}

/* ─────────────────────────────────────────
   PROPOSITIONS
───────────────────────────────────────── */
.props-body { max-width: 960px; margin: 0 auto; padding: 64px 32px; }
.ps-title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: var(--rouge-f);
    margin-bottom: 18px;
}
.prop-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 26px 30px;
    margin-bottom: 13px;
}
.prop-card h4 { font-size: 1rem; font-weight: 700; color: #111; margin-bottom: 9px; }
.prop-card p  { color: #555; font-size: .93rem; line-height: 1.75; }
.ps-sep { margin: 36px 0 26px; border: none; border-top: 2px solid #f0f0f0; }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.site-footer {
    background: #1a1a1a;
    color: rgba(255,255,255,.7);
    padding: 52px 32px 26px;
}
.footer-inner { max-width: var(--max-w); margin: 0 auto; }
.footer-top {
    display: grid;
    grid-template-columns: 210px 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
}
.footer-logo {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, var(--rouge), var(--orange));
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: .85rem;
    color: #fff;
    margin-bottom: 10px;
}
.footer-tagline { font-style: italic; font-size: .8rem; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.social-link {
    width: 33px; height: 33px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.2);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.55);
    transition: all .2s;
}
.social-link:hover { border-color: var(--rouge); color: #fff; background: var(--rouge); }
.footer-col h4 {
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: .85rem; color: rgba(255,255,255,.5); transition: color .15s; display: flex; align-items: center; gap: 7px; }
.footer-col ul li a:hover { color: #fff; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin-bottom: 20px; }
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-bottom p { font-size: .77rem; color: rgba(255,255,255,.3); }
.footer-links { display: flex; gap: 16px; font-size: .77rem; }
.footer-links a { color: rgba(255,255,255,.3); transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,.65); }

/* ─────────────────────────────────────────
   DON & ADHÉSION
───────────────────────────────────────── */
.action-wrap { max-width: 660px; margin: 0 auto; padding: 60px 32px; text-align: center; }
.action-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    margin-bottom: 16px;
    text-align: left;
}
.action-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 7px; }
.action-card > p { color: #666; font-size: .87rem; margin-bottom: 16px; }
.adh-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.adh-list li { display: flex; gap: 10px; align-items: center; font-size: .9rem; color: #333; }
.chk {
    width: 21px; height: 21px;
    background: var(--rouge);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: .66rem;
    font-weight: 700;
}
.btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: var(--rouge);
    color: #fff;
    padding: 15px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .97rem;
    transition: background .2s;
}
.btn-form:hover { background: var(--rouge-f); color: #fff; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
    .footer-top       { grid-template-columns: 1fr 1fr; }
    .vision-grid      { grid-template-columns: 1fr; gap: 36px; }
    .bureau-grid      { grid-template-columns: 1fr; }
    .cellules-grid    { grid-template-columns: repeat(2,1fr); }
    .posts-grid       { grid-template-columns: repeat(2,1fr); }
    .diaspora-strip   { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .main-navigation, .nav-ctas { display: none; }
    .hamburger { display: flex; }
    .posts-grid  { grid-template-columns: 1fr; padding: 20px; }
    .cellules-grid { grid-template-columns: 1fr; }
    .bureau-grid   { grid-template-columns: 1fr; }
    .footer-top    { grid-template-columns: 1fr; gap: 22px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .container, .props-body, .action-wrap { padding: 36px 18px; }
    .page-banner { padding: 56px 18px 40px; }
    .single-post { padding: 32px 18px; }
    .actu-controls { flex-direction: column; align-items: flex-start; padding: 16px 20px; }
    .filter-btns { margin-left: 0; }
    .valeurs-grid { grid-template-columns: 1fr; }
    .hero-btns { flex-direction: column; align-items: center; }
    .btn-hero-primary, .btn-hero-outline { width: 100%; justify-content: center; }
    .photo-box { min-height: 340px; }
}
