/* ── Extrait du <style> inline de app.php (audit CSS 06/2026) ── */
    :root {
        --bk-red:  #c40018;
        --bk-dark: #1a1a1a;
        --lagoon:  #1ca7ce;
        --lagoon-deep: #0d6e94;
        --sand:    #f7efe1;
    }
    * { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; }
    body {
        font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
        color: var(--bk-dark);
        background: #fff;
        -webkit-font-smoothing: antialiased;
        line-height: 1.55;
    }
    a { color: var(--bk-red); text-decoration: none; }
    a:hover { text-decoration: underline; }
     /* ── HERO ────────────────────────────── */
    .hero {
        position: relative;
        background:
            radial-gradient(ellipse 80% 60% at 70% 20%, rgba(255,255,255,.18), transparent 60%),
            linear-gradient(160deg, var(--lagoon) 0%, var(--lagoon-deep) 60%, var(--bk-dark) 100%);
        color: #fff;
        padding: 60px 22px 80px;
        text-align: center;
        overflow: hidden;
    }
    .hero::before {
        content: '';
        position: absolute; inset: 0;
        background-image: url("assets/img/explorer_map.jpg");
        background-size: cover;
        background-position: center;
        opacity: .12;
        mix-blend-mode: screen;
        pointer-events: none;
    }
    .hero-inner { position: relative; max-width: 920px; margin: 0 auto; }
    .hero-badge {
        display: inline-block;
        background: rgba(255,255,255,.16);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border: 1px solid rgba(255,255,255,.3);
        border-radius: 999px;
        padding: 6px 16px;
        font-size: .9rem;
        font-weight: 600;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }
    .hero h1 {
        font-size: clamp(2.2rem, 6vw, 3.6rem);
        font-weight: 800;
        margin: 0 0 12px;
        letter-spacing: -.5px;
        line-height: 1.1;
    }
    .hero h1 .accent { color: #ffd24a; }
    .hero p.lead {
        font-size: clamp(1.1rem, 2.5vw, 1.35rem);
        font-weight: 400;
        opacity: .92;
        max-width: 640px;
        margin: 0 auto 28px;
    }
    .hero-status {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(255,255,255,.14);
        border: 1px solid rgba(255,255,255,.28);
        padding: 10px 20px;
        border-radius: 999px;
        font-size: 1rem;
        font-weight: 600;
    }
    .hero-status .dot {
        width: 10px; height: 10px;
        border-radius: 50%;
        background: #ffd24a;
        box-shadow: 0 0 10px #ffd24a;
        animation: pulse 1.6s ease-in-out infinite;
    }
    @keyframes pulse { 50% { opacity: .35; transform: scale(1.4); } }
     /* Lien retour discret en haut à gauche */
    .top-bar {
        position: absolute;
        top: 16px; left: 16px;
        z-index: 5;
    }
    .top-bar a {
        color: #fff;
        font-size: .85rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        opacity: .85;
    }
    .top-bar a:hover { opacity: 1; text-decoration: none; }
     /* ── PLATEFORMES ─────────────────────── */
    .platforms {
        margin: -50px auto 0;
        max-width: 920px;
        padding: 0 22px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        position: relative;
        z-index: 4;
    }
    .platform-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0,0,0,.12);
        padding: 22px 22px 24px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .platform-card .pf-icon {
        font-size: 2.6rem;
        color: var(--bk-dark);
        margin-bottom: 6px;
    }
    .platform-card h3 {
        margin: 4px 0 4px;
        font-size: 1.25rem;
        font-weight: 700;
    }
    .platform-card p {
        margin: 0 0 14px;
        color: #777;
        font-size: .95rem;
        min-height: 44px;
    }
    .pf-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        padding: 9px 18px;
        font-size: .9rem;
        font-weight: 700;
        letter-spacing: .8px;
        text-transform: uppercase;
        transition: transform .15s, box-shadow .15s, opacity .15s;
    }
    .pf-cta--available {
        background: linear-gradient(to right, var(--bk-dark), var(--bk-red));
        color: #fff;
    }
    .pf-cta--available:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(196,0,24,.25);
        color: #fff;
        text-decoration: none;
    }
    .pf-cta--soon {
        background: #f0f0f0;
        color: #888;
        cursor: not-allowed;
    }
    .platform-card.is-android .pf-icon { color: #3ddc84; }
    @media (max-width: 560px) {
        .platforms { grid-template-columns: 1fr; }
    }
     /* ── SECTION FEATURES ────────────────── */
    .features {
        max-width: 980px;
        margin: 60px auto 0;
        padding: 0 22px;
    }
    .features h2 {
        text-align: center;
        font-size: clamp(1.6rem, 3.5vw, 2.2rem);
        font-weight: 800;
        margin: 0 0 8px;
        letter-spacing: -.3px;
    }
    .features .features-sub {
        text-align: center;
        color: #777;
        margin-bottom: 36px;
        font-size: 1.05rem;
    }
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
    }
    .feature {
        background: #fafafa;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px 22px;
        transition: transform .15s, box-shadow .15s;
    }
    .feature:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.06); }
    .feature .feat-icon {
        width: 44px; height: 44px;
        border-radius: 10px;
        background: linear-gradient(135deg, var(--lagoon), var(--lagoon-deep));
        color: #fff;
        display: flex; align-items: center; justify-content: center;
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    .feature h3 { font-size: 1.1rem; margin: 0 0 6px; font-weight: 700; }
    .feature p  { font-size: .95rem; color: #555; margin: 0; line-height: 1.5; }
     /* ── FOOTER ──────────────────────────── */
    footer {
        background: var(--bk-dark);
        color: #aaa;
        padding: 36px 22px 24px;
        text-align: center;
        font-size: .9rem;
        margin-top: 60px;
    }
    footer a { color: #fff; font-weight: 600; }
    footer .footer-links {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        justify-content: center;
    }
    footer .footer-links a { font-weight: 500; opacity: .85; }
