/* ======================================
   INFOS PRATIQUES - PAGE DEDIEE
====================================== */

.vs-page-hero{
  padding: 56px 0 34px;
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.vs-page-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 800;
  color: #1f6fb2;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vs-page-hero h1{
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.05;
  color: #12263f;
}

.vs-page-hero p{
  max-width: 860px;
  font-size: 1.08rem;
  color: #556274;
  margin: 0;
}

.vs-page-section{
  padding: 46px 0;
}

.vs-page-section-alt{
  background: #f8fbff;
}

.vs-section-title{
  margin: 0 0 26px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  color: #12263f;
}

.vs-grid-2,
.vs-grid-3{
  display: grid;
  gap: 24px;
}

.vs-grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vs-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ======================================
   QUICK FACTS
====================================== */

.vs-quick-facts-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}

.vs-quick-fact{
  background: #fff;
  border: 1px solid #e5edf5;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15,76,129,.08);
}

.vs-quick-fact-icon{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf6ff;
  color: #1f4e82;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.vs-quick-fact h3{
  margin: 0 0 10px;
  color: #16314f;
  line-height: 1.2;
}

.vs-quick-fact p{
  margin: 0;
  color: #5c6878;
  line-height: 1.65;
  font-size: 1rem;
}

/* ======================================
   CARTES STANDARD
====================================== */

.vs-info-card,
.vs-card-link{
  display: block;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 14px 34px rgba(15, 76, 129, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vs-card-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 76, 129, 0.12);
  border-color: #d6e5f3;
}

.vs-card-static{
  cursor: default;
}

.vs-info-card h2,
.vs-card-link h2,
.vs-card-link h3{
  margin: 0 0 14px;
  color: #16314f;
  line-height: 1.2;
}

.vs-info-card p,
.vs-card-link p{
  margin: 0;
  color: #5c6878;
  line-height: 1.72;
  font-size: 1rem;
}

.vs-info-card i,
.vs-card-link i{
  color: #1f4e82;
  margin-right: 8px;
}

/* ======================================
   VARIANTE LIENS OFFICIELS
====================================== */

.vs-card-link-official{
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e7f5;
  box-shadow: 0 16px 38px rgba(31, 78, 130, 0.10);
}

.vs-card-link-official::before{
  content: "Source officielle";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf6ff;
  color: #1f4e82;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.vs-card-link-official h3{
  color: #123b67;
}

.vs-card-link-official p{
  color: #536173;
}

.vs-card-link-official:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(31, 78, 130, 0.14);
  border-color: #bfd9ef;
}

/* ======================================
   ENCARTS PRATIQUES
====================================== */

.vs-practical-note{
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #eef6ff;
  border: 1px solid #d7e6f4;
}

.vs-practical-note p{
  margin: 0;
  color: #31506d;
  line-height: 1.7;
}

.vs-practical-note-highlight{
  background: linear-gradient(135deg, #e9f4ff 0%, #f5faff 100%);
  border: 1px solid #cfe3f5;
  box-shadow: 0 12px 28px rgba(31, 78, 130, 0.08);
}

.vs-practical-note-highlight p{
  color: #244869;
  font-size: 1.02rem;
}

.vs-practical-note-highlight strong{
  color: #123b67;
}

/* ======================================
   FAQ
====================================== */

.vs-faq{
  padding: 0 0 56px;
}

.vs-faq-container{
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.vs-faq-container h2{
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin-bottom: 24px;
  color: #12263f;
}

.vs-faq-item{
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 20px;
  padding: 20px 22px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(15, 76, 129, 0.06);
}

.vs-faq-item summary{
  cursor: pointer;
  font-weight: 700;
  color: #183856;
  list-style: none;
}

.vs-faq-item summary::-webkit-details-marker{
  display: none;
}

.vs-faq-item p{
  margin: 14px 0 0;
  color: #5b6776;
  line-height: 1.7;
}

/* ======================================
   CTA BAS DE PAGE
====================================== */

.vs-pro-cta{
  padding: 0 0 60px;
}

.vs-pro-cta-box{
  border-radius: 30px;
  background: linear-gradient(135deg, #123b67 0%, #1f6fb2 100%);
  color: #fff;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(18, 51, 84, 0.16);
}

.vs-pro-cta-kicker{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .88rem;
  font-weight: 800;
  margin-bottom: 10px;
  opacity: .92;
}

.vs-pro-cta-box h2{
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 0 0 14px;
}

.vs-pro-cta-box p{
  max-width: 760px;
  color: rgba(255,255,255,0.90);
  margin: 0 0 20px;
  line-height: 1.7;
}

.vs-pro-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #123b67;
  text-decoration: none;
  font-weight: 800;
  transition: .2s ease;
}

.vs-pro-cta-btn:hover{
  transform: translateY(-1px);
}

/* ======================================
   RESPONSIVE
====================================== */

@media (max-width: 1100px){
  .vs-quick-facts-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px){
  .vs-grid-2,
  .vs-grid-3{
    grid-template-columns: 1fr;
  }

  .vs-page-section{
    padding: 40px 0;
  }
}

@media (max-width: 640px){
  .vs-page-hero{
    padding: 44px 0 26px;
  }

  .vs-quick-facts-grid{
    grid-template-columns: 1fr;
  }

  .vs-info-card,
  .vs-card-link,
  .vs-quick-fact{
    padding: 22px;
    border-radius: 20px;
  }

  .vs-pro-cta-box{
    padding: 26px;
    border-radius: 24px;
  }

  .vs-pro-cta-btn{
    width: 100%;
  }

  .vs-faq-container{
    width: calc(100% - 24px);
  }
}