    *,*::before,*::after{box-sizing:border-box;}
    body{
      color:#1a1d24;
      background:#ffffff;
      background-attachment:fixed;
    }
    section,main>div{background:transparent!important;}
    .header{background:#ffffff!important;border-bottom:1px solid rgba(1,102,177,.14)!important;}
    .header .header-inner,.header .logo,.header .logo-text,.header .nav-list a{color:#1a1d24!important;}
    .header .btn-phone{background:#0166B1!important;border:1px solid #014F88!important;color:#fff!important;}
    .header .nav-toggle span{background:#1a1d24!important;}
    /* HERO */
    .seo-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;}
    .seo-hero-inner{max-width:800px;margin:0 auto;}
    .seo-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(1,102,177,0.12);color:#0166B1;border:1px solid rgba(1,102,177,.22);border-radius:100px;padding:.4rem 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.75rem;}
    .seo-hero h1{font-family:'Outfit',sans-serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:#1a1d24;margin:0 0 1.25rem;}
    .seo-hero h1 em{color:#0166B1;font-style:normal;}
    .seo-lead{font-size:1.1rem;color:#4a5160;line-height:1.75;max-width:640px;margin:0 auto 2.5rem;}
    .hero-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem;}
    .hero-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;}
    .chip{background:rgba(255,255,255,.75);border:1px solid rgba(1,102,177,.18);border-radius:100px;padding:.3rem .9rem;font-size:.78rem;color:#4a5160;font-weight:500;}
    /* GLASS */
    .gc{background:linear-gradient(135deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.6) 40%,rgba(232,239,249,.5) 100%);border:1px solid rgba(255,255,255,.9);border-radius:24px;box-shadow:0 10px 40px rgba(1,102,177,.12),inset 0 1px 1px rgba(255,255,255,.9);overflow:hidden;transition:box-shadow .3s,border-color .3s;}
    .gc:hover{border-color:rgba(1,102,177,.28);box-shadow:0 18px 56px rgba(1,102,177,.18);}
    /* SECTIONS */
    .sec{padding:5rem 1.5rem;}
    .sec-inner{max-width:1100px;margin:0 auto;}
    .sec-center{text-align:center;}
    .sec-label{display:inline-block;font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0166B1;margin-bottom:.6rem;}
    .sec h2{font-family:'Outfit',sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-.025em;color:#1a1d24;margin:0 0 1rem;line-height:1.2;}
    .sec h2 em{color:#0166B1;font-style:normal;}
    .sec-lead{font-size:1.02rem;color:#4a5160;line-height:1.7;max-width:680px;margin:0 auto 3rem;}
    /* PRES */
    .pres-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
    .pres-text p{color:#4a5160;line-height:1.78;margin:0 0 1rem;}
    .pres-list{list-style:none;padding:0;margin:1.5rem 0 0;}
    .pres-list li{display:flex;align-items:flex-start;gap:.75rem;color:#4a5160;font-size:.93rem;padding:.5rem 0;border-bottom:1px solid rgba(1,102,177,0.08);}
    .pres-list li:last-child{border-bottom:none;}
    .pres-list li i{color:#0166B1;margin-top:3px;flex-shrink:0;}
    .pres-visual{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;}
    .stat{display:flex;align-items:center;gap:1.25rem;}
    .stat-num{font-family:'Outfit',sans-serif;font-size:2.4rem;font-weight:700;color:#0166B1;line-height:1;min-width:4.5rem;}
    .stat-label{font-size:.88rem;color:#4a5160;line-height:1.45;}
    .stat-sep{height:1px;background:rgba(1,102,177,0.08);}
    /* ÉTAPES */
    .steps-wrap{display:grid;grid-template-columns:0.85fr 1.15fr;gap:2.5rem;align-items:center;text-align:left;}.steps-illustration{width:100%;height:auto;max-width:320px;margin:0 auto;display:block;}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}@media(max-width:820px){.steps-wrap{grid-template-columns:1fr;gap:1.5rem;text-align:center;}.steps-illustration{max-width:200px;}}
    .step-card{padding:2rem 1.5rem;text-align:center;}
    .step-num{width:52px;height:52px;border-radius:50%;background:#0166B1;color:#fff;font-family:'Outfit',sans-serif;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 6px 20px rgba(1,102,177,.35);}
    .step-card h3{font-family:'Outfit',sans-serif;font-size:1rem;font-weight:700;color:#1a1d24;margin:0 0 .6rem;}
    .step-card p{font-size:.86rem;color:#4a5160;line-height:1.65;margin:0;}
    /* FAQ */
    .faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;}
    .faq-item{padding:1.5rem 1.75rem;}
    .faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;font-weight:600;color:#1a1d24;font-size:.97rem;user-select:none;}
    .faq-q i{color:#0166B1;transition:transform .3s;flex-shrink:0;}
    .faq-a{font-size:.91rem;color:#4a5160;line-height:1.72;margin-top:.75rem;display:none;}
    .faq-item.open .faq-a{display:block;}
    .faq-item.open .faq-q i{transform:rotate(45deg);}
    /* CTA */
    .cta-box{max-width:740px;margin:0 auto;padding:3.5rem 2.5rem;background:linear-gradient(135deg,rgba(1,102,177,.1),rgba(1,102,177,.05));border:1px solid rgba(1,102,177,.2);border-radius:32px;text-align:center;}
    .cta-box h2{font-family:'Outfit',sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#1a1d24;margin:0 0 .75rem;}
    .cta-box p{color:#4a5160;margin:0 0 2rem;font-size:1.02rem;}
    .cta-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;}
    /* BTNS */
    .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:100px;font-weight:600;font-size:.93rem;text-decoration:none;cursor:pointer;transition:all .25s;border:none;}
    .btn-primary{background:#0166B1;color:#fff;box-shadow:0 6px 22px rgba(1,102,177,.3);}
    .btn-primary:hover{background:#014F88;}
    .btn-wa{background:#25D366;color:#fff;box-shadow:0 6px 22px rgba(37,211,102,.3);}
    .btn-wa:hover{background:#1ebe5b;}
    .btn-outline{background:rgba(255,255,255,.7);color:#0166B1;border:1px solid rgba(1,102,177,.3);}
    .btn-outline:hover{background:#fff;border-color:#0166B1;}
    .btn-phone{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:100px;font-weight:600;font-size:.88rem;text-decoration:none;background:#0166B1;color:#fff;border:1px solid #014F88;}
    /* FOOTER */
    .footer{padding:3rem 1.5rem 1.5rem;border-top:1px solid rgba(1,102,177,.14);}
    .f-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;max-width:1100px;margin:0 auto 2rem;}
    .f-logo{font-family:'Outfit',sans-serif;font-size:1.4rem;font-weight:700;color:#1a1d24;text-decoration:none;display:inline-block;margin-bottom:.75rem;}
    .f-logo span{color:#0166B1;}
    .f-about{font-size:.83rem;color:#767e8c;line-height:1.6;margin:0 0 1rem;}
    .f-phone{display:inline-flex;align-items:center;gap:.5rem;background:#0166B1;color:#fff;border-radius:100px;padding:.5rem 1.25rem;font-size:.83rem;font-weight:600;text-decoration:none;}
    .f-title{font-family:'Outfit',sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#1a1d24;margin:0 0 .75rem;}
    .f-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;}
    .f-links a{font-size:.83rem;color:#767e8c;text-decoration:none;}
    .f-links a:hover{color:#0166B1;}
    .f-links li:not(:has(a)){font-size:.83rem;color:#767e8c;}
    .f-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;}
    .f-contact li{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:#767e8c;}
    .f-contact li i{color:#0166B1;margin-top:2px;}
    .f-contact a{color:#767e8c;text-decoration:none;}
    .f-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(1,102,177,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;}
    .f-copy{font-size:.78rem;color:#767e8c;margin:0;}
    .f-bot-links{display:flex;gap:1rem;}
    .f-bot-links a{font-size:.78rem;color:#767e8c;text-decoration:none;}
    /* DESTINATIONS PHARES */
    .dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;}
    .dest-card{padding:1.75rem 1.5rem;position:relative;overflow:hidden;}
    .dest-card::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:rgba(1,102,177,.05);border-radius:0 24px 0 80px;}
    .dest-country{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0166B1;margin-bottom:.35rem;}
    .dest-name{font-family:'Outfit',sans-serif;font-size:1.15rem;font-weight:700;color:#1a1d24;margin:0 0 .75rem;}
    .dest-meta{display:flex;gap:1rem;margin-bottom:.85rem;}
    .dest-meta span{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:#767e8c;background:rgba(1,102,177,.07);border-radius:100px;padding:.2rem .65rem;}
    .dest-meta span i{color:#0166B1;font-size:.7rem;}
    .dest-desc{font-size:.83rem;color:#4a5160;line-height:1.6;margin:0;}
    /* TABLEAU DESTINATIONS */
    .dest-table-wrap{margin-top:2rem;overflow-x:auto;}
    .dest-table{width:100%;border-collapse:collapse;}
    .dest-table th{font-family:'Outfit',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0166B1;text-align:left;padding:.75rem 1rem;border-bottom:2px solid rgba(1,102,177,.15);}
    .dest-table td{font-size:.87rem;color:#4a5160;padding:.75rem 1rem;border-bottom:1px solid rgba(1,102,177,.07);}
    .dest-table td:first-child{font-weight:600;color:#1a1d24;}
    .dest-table tr:hover td{background:rgba(1,102,177,.04);}
    .dest-table tr:last-child td{border-bottom:none;}
    /* PROFILS */
    .profils-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;}
    .profil-card{padding:2rem;}
    .profil-card .p-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;}
    .profil-icon{width:52px;height:52px;border-radius:50%;background:rgba(1,102,177,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
    .profil-icon i{font-size:1.2rem;color:#0166B1;}
    .profil-card h3{font-family:'Outfit',sans-serif;font-size:1.05rem;font-weight:700;color:#1a1d24;margin:0;}
    .profil-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;}
    .profil-card ul li{display:flex;align-items:flex-start;gap:.6rem;font-size:.87rem;color:#4a5160;line-height:1.5;}
    .profil-card ul li i{color:#0166B1;font-size:.8rem;margin-top:3px;flex-shrink:0;}
    /* AVANTAGES */
    .avantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;}
    .avantage-card{padding:1.75rem 1.25rem;text-align:center;}
    .avantage-icon{width:56px;height:56px;border-radius:50%;background:rgba(1,102,177,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;}
    .avantage-icon i{font-size:1.3rem;color:#0166B1;}
    .avantage-card h3{font-family:'Outfit',sans-serif;font-size:.9rem;font-weight:700;color:#1a1d24;margin:0 0 .4rem;}
    .avantage-card p{font-size:.82rem;color:#4a5160;line-height:1.6;margin:0;}
    /* NAV MOBILE */
    .skip-link{position:absolute;left:-999px;}
    @media(max-width:960px){.pres-grid{grid-template-columns:1fr;}.steps-grid{grid-template-columns:repeat(2,1fr);}.f-grid{grid-template-columns:1fr 1fr;}.dest-grid{grid-template-columns:repeat(2,1fr);}.profils-grid{grid-template-columns:1fr;}.avantages-grid{grid-template-columns:repeat(2,1fr);}}
    @media(max-width:600px){.steps-grid{grid-template-columns:1fr;}.cta-box{padding:2rem 1.25rem;}.f-grid{grid-template-columns:1fr;}.hero-btns{flex-direction:column;align-items:center;}.dest-grid{grid-template-columns:1fr;}.avantages-grid{grid-template-columns:1fr;}}
  
