/* Feuille du cluster « OPSEC expatrie » — creee le 2026-07-26.
   Destinee a servir les 4 articles du cluster (frontiere, telephone
   degooglise, empreinte en ligne, comptes bancaires a l'etranger).
   Base commune identique aux autres feuilles de guides ; les blocs
   specifiques au cluster sont en fin de fichier (.level-*, .warn-box,
   .checklist). Modifier ICI, plus dans chaque page. */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --navy: #0a1628; --navy-light: #111d35; --navy-card: #152040;
            --gold: #c69749; --gold-light: #d8bd83;
            --white: #f0f0f5; --white-dim: #b0b3c0; --white-muted: #848899;
            --glass-bg: rgba(21,32,64,0.6); --glass-border: rgba(198,151,73,0.15);
            --gradient-gold: linear-gradient(135deg, #c69749 0%, #d8bd83 50%, #c69749 100%);
            --radius: 16px; --radius-sm: 10px; --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
        }
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; background: var(--navy); color: var(--white); line-height: 1.8; overflow-x: hidden; }

        .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0; background: rgba(10,22,40,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); }
        .nav-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
        .nav-logo { font-size: 1.2rem; font-weight: 800; text-decoration: none; color: var(--white); }
        .nav-logo .logo-accent { color: var(--gold); }
        .nav-links { display: flex; gap: 16px; align-items: center; }
        .nav-links a { text-decoration: none; color: var(--white-dim); font-size: 0.85rem; font-weight: 500; transition: var(--transition); }
        .nav-links a:hover { color: var(--gold); }
        .btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; border-radius: 60px; font-family: inherit; font-size: 0.88rem; font-weight: 600; cursor: pointer; border: none; transition: var(--transition); text-decoration: none; }
        .btn-primary { background: var(--gradient-gold); color: var(--navy); box-shadow: 0 4px 20px rgba(198,151,73,0.3); }
        .btn-primary:hover { transform: translateY(-2px); }

        .container { max-width: 820px; margin: 0 auto; padding: 0 24px; }

        .hero { padding: 120px 0 60px; }
        .breadcrumb { font-size: 0.82rem; color: var(--white-muted); margin-bottom: 20px; }
        .breadcrumb a { color: var(--gold); text-decoration: none; }
        .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(198,151,73,0.1); border: 1px solid rgba(198,151,73,0.25); border-radius: 60px; padding: 6px 16px; font-size: 0.8rem; color: var(--gold); font-weight: 500; margin-bottom: 20px; }
        .hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
        .hero h1 .hl { background: var(--gradient-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hero-meta { display: flex; gap: 24px; flex-wrap: wrap; font-size: 0.85rem; color: var(--white-muted); margin-bottom: 32px; }
        .hero-desc { font-size: 1.1rem; color: var(--white-dim); max-width: 680px; line-height: 1.8; margin-bottom: 32px; }

        .cta-box { background: rgba(198,151,73,0.07); border: 1px solid rgba(198,151,73,0.25); border-radius: var(--radius); padding: 28px 32px; margin: 40px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
        .cta-box-text h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
        .cta-box-text p { font-size: 0.9rem; color: var(--white-muted); }

        .article { padding-bottom: 80px; }
        .article h2 { font-size: 1.6rem; font-weight: 800; margin: 48px 0 16px; padding-top: 8px; border-top: 1px solid rgba(198,151,73,0.1); }
        .article h3 { font-size: 1.15rem; font-weight: 700; margin: 28px 0 12px; color: var(--gold-light); }
        .article p { color: var(--white-dim); margin-bottom: 16px; font-size: 0.98rem; }
        .article ul, .article ol { color: var(--white-dim); padding-left: 24px; margin-bottom: 16px; }
        .article li { margin-bottom: 8px; font-size: 0.98rem; }
        .article strong { color: var(--white); font-weight: 600; }
        .article a { color: var(--gold); text-decoration: underline; }
        .article a.btn { text-decoration: none; }
        .article a.btn-primary { color: var(--navy); }

        .info-box { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 20px 24px; margin: 20px 0; }
        .info-box .label { font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
        .info-box p { margin: 0; font-size: 0.92rem; color: var(--white-muted); }

        .compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 0.9rem; }
        .compare-table th { background: rgba(198,151,73,0.1); color: var(--gold); font-weight: 700; padding: 12px 16px; text-align: left; border-bottom: 2px solid rgba(198,151,73,0.2); }
        .compare-table td { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--white-dim); vertical-align: top; }
        .compare-table .check { color: #4ade80; }
        .compare-table .cross { color: #f87171; }

        .step-grid { display: grid; gap: 16px; margin: 24px 0; }
        .step-card { background: var(--navy-card); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start; }
        .step-num { width: 36px; height: 36px; border-radius: 50%; background: rgba(198,151,73,0.15); border: 1px solid rgba(198,151,73,0.3); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 800; color: var(--gold); flex-shrink: 0; }
        .step-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
        .step-card p { font-size: 0.88rem; color: var(--white-muted); margin: 0; }

        /* ── Blocs specifiques au cluster OPSEC ─────────────────────────── */

        /* Les 3 niveaux de fouille : du regard par-dessus l'epaule a
           l'extraction forensique. Gradation visuelle vert -> ambre -> rouge. */
        .level-grid { display: grid; gap: 16px; margin: 24px 0; }
        .level-card { background: var(--navy-card); border: 1px solid var(--glass-border); border-left: 3px solid var(--white-muted); border-radius: var(--radius-sm); padding: 20px 24px; }
        .level-card.low { border-left-color: #4ade80; }
        .level-card.mid { border-left-color: #fbbf24; }
        .level-card.high { border-left-color: #f87171; }
        .level-card .level-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white-muted); margin-bottom: 6px; }
        .level-card.low .level-tag { color: #4ade80; }
        .level-card.mid .level-tag { color: #fbbf24; }
        .level-card.high .level-tag { color: #f87171; }
        .level-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
        .level-card p { font-size: 0.9rem; color: var(--white-muted); margin: 0 0 8px; }
        .level-card p:last-child { margin-bottom: 0; }

        /* Avertissement juridique — se distingue de .info-box (or) par le rouge. */
        .warn-box { background: rgba(248,113,113,0.07); border: 1px solid rgba(248,113,113,0.3); border-radius: var(--radius-sm); padding: 20px 24px; margin: 20px 0; }
        .warn-box .label { font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #f87171; margin-bottom: 8px; }
        .warn-box p { margin: 0 0 10px; font-size: 0.92rem; color: var(--white-dim); }
        .warn-box p:last-child { margin-bottom: 0; }

        /* Checklist avant depart. */
        .checklist { list-style: none; padding: 0; margin: 24px 0; }
        /* NB : surtout pas `display:flex` sur le <li> — le <strong> initial et le
           texte qui suit deviennent alors deux items flex cote a cote, et la
           phrase se casse en deux colonnes. On garde un flux inline normal et
           on positionne la case a cocher en absolu. */
        .checklist li { position: relative; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 14px 18px 14px 46px; margin-bottom: 10px; font-size: 0.92rem; line-height: 1.7; color: var(--white-dim); }
        .checklist li::before { content: "☐"; position: absolute; left: 18px; top: 13px; color: var(--gold); font-size: 1.1rem; line-height: 1.4; }

        /* Bloc d'offres partenaire. Nommer le produit et afficher le prix
           remise convertit nettement mieux qu'un « voir les offres » generique
           — mais ca engage : les prix sont dates dans la page. */
        .offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 24px 0; }
        /* Les cartes sont des <a> : il faut neutraliser le style de lien de
           `.article a` (or + souligne), sinon toute la carte vire au dore. */
        .offer-card { background: var(--navy-card); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; transition: var(--transition); }
        .article a.offer-card { color: var(--white); text-decoration: none; }
        .offer-card:hover { border-color: rgba(198,151,73,0.35); transform: translateY(-2px); }
        .offer-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
        @media (prefers-reduced-motion: reduce) { .offer-card:hover { transform: none; } }
        .offer-name { font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; }
        .offer-role { font-size: 0.75rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
        .offer-card p { font-size: 0.88rem; color: var(--white-muted); margin: 0 0 16px; flex-grow: 1; }
        .offer-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
        .offer-price .was { font-size: 0.9rem; color: var(--white-muted); text-decoration: line-through; }
        .offer-price .now { font-size: 1.25rem; font-weight: 800; color: var(--gold-light); }
        .offer-price .note { font-size: 0.75rem; color: var(--white-muted); width: 100%; margin-top: 2px; }

        /* Le code promo : il doit se retenir et se retrouver d'un coup d'oeil. */
        .promo { display: inline-block; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 1.05rem; font-weight: 700; letter-spacing: 3px; color: var(--navy); background: var(--gradient-gold); border-radius: 8px; padding: 3px 14px; }
        .promo-line { text-align: center; margin: 8px 0 4px; }
        .promo-line .promo-help { display: block; font-size: 0.82rem; color: var(--white-muted); margin-top: 10px; }

        .footer { border-top: 1px solid rgba(198,151,73,0.1); padding: 32px 0; text-align: center; }
        .footer p { font-size: 0.82rem; color: var(--white-muted); }
        .footer a { color: var(--gold); text-decoration: none; }

        @media (max-width: 640px) {
            .nav-links a:not(.btn) { display: none; }
            .cta-box { flex-direction: column; align-items: flex-start; }
            .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
        }
