:root{
  --bg:#050706;
  --panel:#0a0d0c;
  --panel-2:#0d120f;
  --line:rgba(255,255,255,.12);
  --text:#fff;
  --muted:#c9d0ca;
  --green:#34d43a;
  --green-dark:#149119;
  --yellow:#ffd31a;
  --shadow:0 18px 60px rgba(0,0,0,.42);
  --max:1420px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 80px));margin-inline:auto}

/* HEADER — structure conservée depuis la page Afrique centrale */
.site-header{height:88px;background:#020302;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px;padding:0 48px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:50}
.brand img{width:178px;height:72px;object-fit:contain;object-position:left center}
.header-actions{display:flex;align-items:center;gap:22px;font-size:31px}
.icon-link,.cart-link{line-height:1;opacity:.95}
.cart-link{position:relative;font-size:25px}
.cart-link span{position:absolute;right:-10px;top:-12px;background:var(--green);color:#fff;border-radius:99px;font-size:11px;width:17px;height:17px;display:grid;place-items:center}
.menu-toggle,.menu-button{display:none}
.navbar{width:100%}
.menu{list-style:none;display:flex;align-items:center;justify-content:center;gap:20px;margin:0;padding:0}
.menu li{position:relative}
.menu>li>a{color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;padding:34px 0;display:block;white-space:nowrap}
.menu>li>a:hover,.current-menu>a{color:var(--green)!important}
.current-menu>a:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:3px;background:var(--green);border-radius:10px}
.submenu{display:none;position:absolute;top:100%;left:0;min-width:230px;background:#080b09;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 0;z-index:999;box-shadow:0 18px 45px rgba(0,0,0,.45)}
.submenu-right{left:auto;right:0}
.submenu a{display:block;padding:10px 18px;color:#fff;font-size:13px}
.submenu a:hover{background:#111713;color:var(--green)}
.dropdown:hover .submenu{display:block}

/* HERO */
.domtom-hero{position:relative;min-height:570px;overflow:hidden;border-bottom:1px solid rgba(52,212,58,.2)}
/* ÉTAPE 3 : remplacer le fond provisoire par url('assets/images/dom-tom/dom-tom-hero-bg.jpg') */
.domtom-hero-bg{position:absolute;inset:0;background:url('assets/images/dom-tom/dom-tom-hero-bg.jpg') center/cover no-repeat}
.domtom-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.82) 39%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.68) 100%),linear-gradient(0deg,rgba(4,8,5,.94),transparent 55%)}
.domtom-hero-content{position:relative;min-height:570px;display:grid;grid-template-columns:minmax(430px,.82fr) 1.18fr;align-items:center;gap:35px;padding:36px 0}
.breadcrumb{display:flex;gap:10px;align-items:center;font-size:14px;margin-bottom:24px}
.breadcrumb a{color:var(--green);font-weight:800}
.breadcrumb span{color:#768078}
.breadcrumb strong{font-weight:700}
.eyebrow{text-transform:uppercase;letter-spacing:2.5px;font-size:12px;font-weight:900;color:#dce5dd;margin:0 0 12px}
.domtom-copy h1{margin:0;text-transform:uppercase;font-size:clamp(62px,7.2vw,112px);line-height:.82;letter-spacing:-4px;font-weight:1000;text-shadow:0 12px 34px rgba(0,0,0,.7)}
.domtom-copy h1 span,.domtom-copy h1 strong{display:inline}
.domtom-copy h1 span{color:#fff}
.domtom-copy h1 strong{color:var(--green);font-weight:1000}
.title-line{width:92px;height:6px;border-radius:8px;background:var(--yellow);margin:28px 0 20px}
.domtom-intro{max-width:590px;margin:0 0 28px;color:#eef1ef;font-size:18px;line-height:1.55}
.hero-cta{display:inline-flex;align-items:center;gap:14px;height:50px;padding:0 22px;border-radius:6px;background:linear-gradient(180deg,#39dc3d,#159619);font-weight:1000;text-transform:uppercase;font-size:13px;box-shadow:0 15px 35px rgba(52,212,58,.2);transition:.2s ease}
.hero-cta:hover{transform:translateY(-2px)}
.domtom-visual{min-height:470px;position:relative;display:flex;align-items:center;justify-content:center}
.visual-placeholder{border:1px dashed rgba(255,255,255,.42);background:rgba(4,8,5,.54);backdrop-filter:blur(6px);display:grid;place-items:center;text-align:center;color:#d9e0da}
.visual-placeholder span{font-size:14px;font-weight:1000;color:var(--green)}
.visual-placeholder small{display:block;margin-top:5px;color:#aeb8b0}
.map-placeholder{width:min(620px,88%);aspect-ratio:1.3/1;border-radius:24px;box-shadow:0 0 80px rgba(52,212,58,.14)}
.badge-placeholder{position:absolute;right:0;top:16%;width:165px;height:165px;border-radius:50%;border-color:rgba(52,212,58,.58);box-shadow:0 0 45px rgba(52,212,58,.18)}

/* CARTES TERRITOIRES */
.countries-section{padding:58px 0 64px;background:linear-gradient(180deg,#050706,#080b09)}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}
.section-kicker{margin:0 0 8px;color:var(--green);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:2px}
.section-title-row h2{margin:0;font-size:34px;text-transform:uppercase;letter-spacing:-1px}
.section-title-row h2 span{color:var(--green)}
.section-summary{max-width:480px;color:#bfc8c1;font-size:14px;line-height:1.45;margin:0;text-align:right}
.countries-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:stretch}
.country-card{border:1px solid rgba(52,212,58,.28);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#101511,#090c0a);box-shadow:var(--shadow);transition:.25s ease;position:relative;display:flex;flex-direction:column;min-width:0;height:100%}
.country-card:hover{transform:translateY(-7px);border-color:rgba(52,212,58,.65);box-shadow:0 24px 70px rgba(52,212,58,.13)}
.country-image{height:180px;background-size:cover;background-position:center;position:relative;overflow:hidden;flex:0 0 auto;background-color:#172019;background-image:linear-gradient(145deg,rgba(52,212,58,.18),rgba(0,0,0,.62))}
.country-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0b0e0c 0%,transparent 58%)}
/* ÉTAPE 3 : décommenter les images après leur génération. */
.country-reunion{background-image:url('assets/images/dom-tom/country-reunion.jpg')}
.country-mayotte{background-image:url('assets/images/dom-tom/country-mayotte.jpg')}
.country-martinique{background-image:url('assets/images/dom-tom/country-martinique.jpg')}
.country-guadeloupe{background-image:url('assets/images/dom-tom/country-guadeloupe.jpg')}
.country-guyane{background-image:url('assets/images/dom-tom/country-guyane.jpg')}
.country-haiti{background-image:url('assets/images/dom-tom/country-haiti.jpg')}
.image-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;background:rgba(0,0,0,.7);border:1px dashed rgba(255,255,255,.4);padding:9px 11px;border-radius:6px;font-size:10px;color:#d7ded8;font-weight:800;white-space:nowrap}
.country-body{position:relative;padding:42px 18px 16px;min-height:220px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}
.country-body h3{margin:0 0 10px;font-size:20px;text-transform:uppercase;line-height:1.05;min-height:24px;display:flex;align-items:center;justify-content:center;width:100%}
.country-body p{margin:0 0 18px;color:#c9d0ca;font-size:13px;line-height:1.4;min-height:37px}
.country-link{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(52,212,58,.38);border-radius:7px;padding:11px 13px;font-size:12px;font-weight:900;width:100%;margin-top:auto;text-align:left}
.country-link b{color:var(--green);font-size:18px}
.flag{position:absolute;left:50%;transform:translateX(-50%);top:-31px;width:64px;height:64px;border-radius:50%;border:3px solid #fff;box-shadow:0 9px 25px rgba(0,0,0,.45);overflow:hidden;background:#222;display:grid;place-items:center}
.flag-image img{width:100%;height:100%;object-fit:cover}
.flag-mayotte{background:#fff}
.flag-mayotte img{object-fit:contain;transform:scale(1.8)}
.flag-missing{background:linear-gradient(145deg,#151b17,#28352c);color:var(--green);font-weight:1000;font-size:14px;border-style:dashed}
.flag-ht{background:linear-gradient(#00209f 0 50%,#d21034 50%)}
.flag-ht:before{content:"";position:absolute;width:29px;height:20px;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:1px}
.flag-ht span{position:relative;z-index:2;color:#168341;font-size:11px;line-height:1}

/* SERVICES */
.features-strip{padding:0 0 38px;background:#080b09}
.features-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));overflow:hidden}
.features-grid article{min-height:108px;padding:22px;display:flex;align-items:center;gap:16px;border-right:1px solid rgba(255,255,255,.1);min-width:0}
.features-grid article:last-child{border-right:0}
.feature-icon-placeholder{width:52px;height:52px;border:2px dashed var(--green);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:1000;flex:0 0 auto}
.features-grid h3{margin:0 0 5px;text-transform:uppercase;font-size:14px}
.features-grid p{margin:0;color:#c9d0ca;font-size:13px;line-height:1.35}

/* FOOTER — structure conservée */
.site-footer{background:#070807;padding:34px 0 16px;border-top:1px solid rgba(255,255,255,.08)}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:32px}
.footer-brand img{width:145px;height:82px;object-fit:contain;object-position:left}
.footer-grid h3{text-transform:uppercase;font-size:13px;margin:0 0 13px}
.footer-grid a{display:block;color:#d6dcd7;font-size:13px;margin:0 0 8px}
.footer-grid a:hover{color:var(--green)}
.footer-grid p{color:#d6dcd7;font-size:13px;line-height:1.35}
.socials{display:flex;gap:10px}
.socials a{width:24px;height:24px;border-radius:50%;background:#181d1a;display:grid;place-items:center;margin:0}
.copyright{text-align:center;color:#9fa7a1;font-size:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin:20px auto 0;width:min(var(--max),calc(100% - 80px))}

@media(max-width:1180px){
  .site-header{grid-template-columns:170px 1fr auto;padding:0 24px}
  .menu{gap:13px}
  .menu>li>a{font-size:11px}
  .domtom-hero-content{grid-template-columns:1fr 1fr}
  .badge-placeholder{right:-2%}
  .countries-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid article{border-bottom:1px solid rgba(255,255,255,.1)}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
  .container{width:min(100% - 32px,var(--max))}
  .site-header{height:auto;min-height:78px;grid-template-columns:150px 1fr auto;padding:0 16px}
  .brand img{width:138px;height:70px}
  .menu-button{display:grid;gap:5px;justify-self:end;cursor:pointer}
  .menu-button span{width:30px;height:3px;background:#fff;border-radius:10px}
  .navbar{display:none;grid-column:1/-1;width:100%;padding:12px 0 20px}
  .menu-toggle:checked~.navbar{display:block}
  .menu{flex-direction:column;align-items:flex-start;gap:0}
  .menu>li{width:100%;border-bottom:1px solid rgba(255,255,255,.08)}
  .menu>li>a{padding:13px 0;font-size:13px}
  .current-menu>a:after{display:none}
  .submenu,.submenu-right{display:block;position:static;min-width:100%;background:transparent;border:0;box-shadow:none;padding:0 0 10px 14px}
  .submenu a{padding:7px 0;font-size:13px;color:#cfd6d1}
  .header-actions{font-size:24px;gap:14px}
  .domtom-hero-content{grid-template-columns:1fr;padding-top:52px}
  .domtom-visual{min-height:390px}
  .domtom-copy h1{font-size:72px}
  .badge-placeholder{right:4%}
  .section-title-row{align-items:flex-start;flex-direction:column}
  .section-summary{text-align:left}
  .countries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .features-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  .site-header{grid-template-columns:120px 1fr}
  .brand img{width:110px}
  .header-actions{display:none}
  .domtom-hero{min-height:auto}
  .domtom-hero-content{min-height:auto}
  .domtom-copy h1{font-size:54px;letter-spacing:-2px}
  .domtom-intro{font-size:16px}
  .domtom-visual{min-height:320px}
  .map-placeholder{width:96%}
  .badge-placeholder{width:120px;height:120px;right:0;top:13%}
  .countries-grid{grid-template-columns:1fr}
  .country-image{height:220px}
  .section-title-row h2{font-size:28px}
  .features-grid{grid-template-columns:1fr}
  .features-grid article{border-right:0}
  .footer-grid{grid-template-columns:1fr}
  .copyright{width:calc(100% - 32px)}
}


/* INTÉGRATION FINALE DES VISUELS */
.domtom-map{width:min(620px,88%);max-height:470px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(255,211,26,.18))}
.domtom-badge{position:absolute;right:0;top:15%;width:170px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.58))}
.flag-image img{width:100%;height:100%;object-fit:cover}
.flag-mayotte img{object-fit:contain;transform:scale(1.45)}
.feature-icon-symbol{width:52px;height:52px;border:2px solid var(--green);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:25px;font-weight:900;flex:0 0 auto}
@media(max-width:900px){.domtom-badge{right:2%;top:16%;width:145px}}
@media(max-width:620px){.domtom-badge{width:110px;right:0;top:10%}.domtom-map{width:96%}.feature-icon-symbol{width:48px;height:48px;font-size:22px}}
