/* ==========================================================
   C2F IMMOBILIER — Investir par région
   Version 2.1 — image territoriale + navigation par liste
   ========================================================== */

.regions-page .regions-hero{
  background-position:center center;
  background-size:cover;
}

.regions-page .regions-hero:before{
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.60) 0%,
    rgba(0,0,0,.42) 38%,
    rgba(0,0,0,.13) 72%,
    rgba(0,0,0,.03) 100%
  );
}

.regions-selection{
  background:#fff;
}

.regions-selection .comprendre-entete-centre{
  margin-bottom:34px;
}

.regions-carte-zone{
  display:grid;
  grid-template-columns:minmax(0,1.72fr) minmax(285px,.66fr);
  gap:20px;
  align-items:stretch;
  max-width:1120px;
  margin:0 auto;
}

.regions-map-card{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f7f4ed;
  border:1px solid #eee9df;
  border-radius:11px;
  padding:14px;
  overflow:hidden;
  box-shadow:0 7px 24px rgba(31,46,58,.04);
}

.regions-map-image{
  display:block;
  width:100%;
  height:100%;
  max-height:690px;
  object-fit:contain;
  border-radius:7px;
}

.regions-list-panel{
  padding:24px 25px 20px;
  border:1px solid #ece8e0;
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 24px rgba(31,46,58,.055);
}

.regions-list-panel .comprendre-surtitre{
  margin-bottom:8px;
  font-size:11px;
}

.regions-list-panel h3{
  margin:0 0 9px;
  color:#222;
  font-size:23px;
  line-height:1.12;
}

.regions-list-panel > p:not(.comprendre-surtitre){
  margin:0;
  color:#777;
  font-size:13px;
  line-height:1.5;
}

.regions-list{
  margin-top:12px;
}

.regions-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px solid #efefef;
  color:#31556f;
  text-decoration:none;
  font-size:12.5px;
  font-weight:700;
  line-height:1.25;
  transition:color .18s ease, padding-left .18s ease;
}

.regions-list a:last-child{
  border-bottom:0;
}

.regions-list-arrow{
  flex:0 0 auto;
  color:#c79b5f;
  font-size:17px;
  font-weight:500;
  transition:transform .18s ease;
}

.regions-list a:hover{
  color:#c79b5f;
  padding-left:3px;
}

.regions-list a:hover .regions-list-arrow{
  transform:translateX(3px);
}

.regions-pourquoi{
  background:#f7f7f7;
}

.regions-pourquoi .comprendre-image img{
  width:100%;
  height:100%;
  min-height:340px;
  max-height:430px;
  object-fit:cover;
  border-radius:12px;
}

.regions-analyse{
  background:#fff;
}

.regions-criteres{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.regions-criteres article{
  padding:31px;
  border-radius:13px;
  background:#faf7f2;
  border-left:4px solid #c79b5f;
}

.regions-criteres span{
  color:rgba(199,155,95,.55);
  font-size:34px;
  font-weight:750;
}

.regions-criteres h3{
  margin:12px 0;
  color:#222;
  font-size:21px;
  line-height:1.3;
}

.regions-criteres p{
  margin:0;
  color:#666;
  font-size:16px;
  line-height:1.65;
}

@media(max-width:900px){

  .regions-carte-zone{
    grid-template-columns:1fr;
    gap:25px;
  }

  .regions-map-card,
  .regions-list-panel{
    width:100%;
    max-width:760px;
    margin:0 auto;
  }

  .regions-map-image{
    height:auto;
    max-height:none;
  }

  .regions-criteres{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){

  .regions-page .regions-hero{
    background-position:center center;
  }

  .regions-page .regions-hero:before{
    background:rgba(0,0,0,.43);
  }

  .regions-selection .comprendre-entete-centre{
    margin-bottom:24px;
  }

  .regions-map-card{
    padding:6px;
  }

  .regions-map-image{
    width:100%;
    height:auto;
    border-radius:6px;
  }

  .regions-list-panel{
    padding:24px 21px;
  }

  .regions-list-panel h3{
    font-size:22px;
  }

  .regions-list a{
    padding:10px 0;
    font-size:13px;
  }

  .regions-pourquoi .comprendre-image img{
    min-height:230px;
    max-height:300px;
  }

  .regions-criteres{
    grid-template-columns:1fr;
  }
}
