/* ======================================
   GUIDE SERRIS - PAGE HUB
====================================== */

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

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

.vs-guide-hero h1{
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.04;
  color: #12263f;
}

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

.vs-guide-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

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

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

.vs-guide-btn-light{
  background: #ffffff;
  color: #123b67;
  border: 1px solid #d7e3ef;
}

.vs-guide-section{
  padding: 48px 0;
}

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

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

.vs-guide-grid{
  display: grid;
  gap: 24px;
}

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

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

.vs-guide-card{
  display: block;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  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-guide-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 76, 129, 0.12);
  border-color: #d6e5f3;
}

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

.vs-guide-card-icon{
  width: 56px;
  height: 46px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf6ff;
  color: #1f4e82;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.vs-guide-card h3{
  margin: 0 0 12px;
  color: #16314f;
  line-height: 1.2;
}

.vs-guide-card p{
  margin: 0;
  color: #5c6878;
  line-height: 1.7;
}

.vs-guide-editorial{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  align-items: center;
}

.vs-guide-editorial-media img{
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(15, 76, 129, 0.10);
}

.vs-guide-editorial-content p{
  margin: 0 0 16px;
  color: #566476;
  line-height: 1.75;
  font-size: 1.04rem;
}

.vs-guide-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.vs-guide-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf6ff;
  color: #1f4e82;
  font-size: .9rem;
  font-weight: 700;
}

.vs-guide-feature{
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5edf5;
  box-shadow: 0 14px 34px rgba(15, 76, 129, 0.08);
  text-decoration: none;
}

.vs-guide-feature-icon{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf6ff;
  color: #1f4e82;
  font-size: 1.35rem;
}

.vs-guide-feature h3{
  margin: 0 0 10px;
  color: #16314f;
}

.vs-guide-feature p{
  margin: 0;
  color: #5c6878;
  line-height: 1.7;
}

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

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

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

.vs-guide-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-guide-faq-item summary{
  cursor: pointer;
  font-weight: 700;
  color: #183856;
  list-style: none;
}

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

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

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

.vs-guide-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-guide-cta-kicker{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .88rem;
  font-weight: 800;
  margin-bottom: 10px;
  opacity: .92;
}

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

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

.vs-guide-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

  .vs-guide-section{
    padding: 56px 0;
  }
}

@media (max-width: 640px){
  .vs-guide-hero{
    padding: 64px 0 40px;
  }

  .vs-guide-card,
  .vs-guide-feature,
  .vs-guide-cta-box{
    padding: 24px;
    border-radius: 22px;
  }

  .vs-guide-hero-actions,
  .vs-guide-cta-actions{
    flex-direction: column;
  }

  .vs-guide-btn{
    width: 100%;
  }

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