/* =====================================================================
   HOME-NAVY.CSS
   Nouvelle direction visuelle "Navy immersif" — chargee UNIQUEMENT par
   index.html. Ne touche jamais a style.css (partage avec l'admin, l'espace
   pro, le tableau de bord, etc.) : toutes les regles ci-dessous sont donc
   sans risque pour le reste du site.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Sora', Arial, sans-serif;
}

/* Le header/nav garde sa police et ses tailles d'origine : Sora est plus
   large qu'Arial et faisait sauter "Pourquoi TIERSA" / "Devenir partenaire"
   / "Mon compte" sur 2 lignes. On isole donc le changement de police au
   contenu de la page, pas a la barre de navigation. */
.header,
.header * {
    font-family: Arial, sans-serif !important;
}

/* ---------- HERO ---------- */

.hero-v3 {
    background: linear-gradient(135deg, #0A2342 0%, #0A3D62 55%, #123A5E 100%);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.hero-v3::after {
    content: "";
    position: absolute;
    top: -18%;
    right: -8%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.32) 0%, rgba(212, 175, 55, 0.06) 60%, transparent 80%);
    pointer-events: none;
}

.hero-beta-notice {
    background: rgba(212, 175, 55, 0.14);
    border-color: rgba(212, 175, 55, 0.35);
    color: #F0D97F;
    position: relative;
    z-index: 2;
}

.hero-beta-notice i {
    color: #D4AF37;
}

.hero-badge {
    color: #F0D97F;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.35);
    padding: 7px 16px;
    border-radius: 100px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
}

.hero-left h1 {
    color: white;
    font-weight: 800;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 2;
}

.hero-left h1 span {
    background: linear-gradient(120deg, #F0D97F, #D4AF37);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-left p {
    color: #A8B4C2;
    position: relative;
    z-index: 2;
}

.hero-trust {
    color: #A8B4C2;
    position: relative;
    z-index: 2;
}

.hero-trust i {
    color: #D4AF37;
}

.hero-watermark {
    display: none;
}

/* Boutons : degrade or sur le principal, translucide sur le secondaire */
.btn-primary {
    background: linear-gradient(135deg, #D4AF37, #F0D97F) !important;
    color: #0A2342 !important;
    border: none !important;
    font-weight: 700 !important;
}

.btn-primary:hover {
    filter: brightness(1.05);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

/* Carte "France <-> Comores" en verre depoli sur le fond navy */
.connection-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.25);
    backdrop-filter: blur(6px);
    box-shadow: none;
}

.country-code,
.country strong {
    color: white;
}

.country small {
    color: #A8B4C2;
}

.connection-line {
    background: #D4AF37;
}

/* Carte "Dossier Projet" : panneau navy plus profond avec accents or */
.hero-dashboard {
    background: linear-gradient(160deg, #123A5E, #0A2342);
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.hero-dashboard::before {
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(212, 175, 55, 0.05) 70%, transparent 100%);
}

.dashboard-header h3 {
    color: white;
}

.dashboard-header small {
    color: #A8B4C2;
}

.mission-status {
    background: rgba(46, 204, 113, 0.15);
    color: #6FE3A1;
}

.progress-bar {
    background: rgba(255, 255, 255, 0.12);
}

.progress-top {
    color: white;
}

.progress-fill {
    background: linear-gradient(90deg, #D4AF37, #F0D97F);
}

.dashboard-item {
    background: rgba(255, 255, 255, 0.05);
}

.dashboard-item i {
    background: rgba(212, 175, 55, 0.15);
    color: #F0D97F;
}

.dashboard-item strong {
    color: white;
}

.dashboard-item small {
    color: #A8B4C2;
}

.dashboard-button a {
    background: linear-gradient(135deg, #D4AF37, #F0D97F);
    color: #0A2342;
    font-weight: 800;
}

.dashboard-button a:hover {
    filter: brightness(1.05);
}

/* ---------- BADGES DE SECTION ---------- */

.section-badge {
    letter-spacing: 0.08em;
}

/* ---------- CARTES SERVICES ---------- */

.service-card {
    border-radius: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
}

/* ---------- BOUTON FLOTTANT WHATSAPP ---------- */

.whatsapp-float {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    z-index: 1500;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

@media (max-width: 650px) {
    .whatsapp-float {
        bottom: 18px;
        right: 18px;
        width: 52px;
        height: 52px;
        font-size: 25px;
    }
}
