/* ============================
   WHY CHOOSE VISA MATTERS PAGE
============================ */

/* ============================
   HERO / PAGE TITLE
============================ */

.vm-wc-hero {
  background-color: var(--vm-purple-footer);
  padding: 96px 0;
  text-align: center;
}

.vm-wc-hero__inner {
  max-width: 860px;
  margin: 0 auto;
}

.vm-wc-hero__title {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-500);
  font-size: var(--vm-fs-58);
  line-height: 1.05;
  letter-spacing: var(--vm-ls--174);
  color: var(--vm-white);
  margin-bottom: 0;
}

.vm-wc-hero__highlight {
  color: var(--vm-blue-accent);
  margin-right: 8px;
}

.vm-wc-hero__main {
  color: var(--vm-white);
}

/* ============================
   HERO INTRO (white section)
============================ */

.vm-wc-hero-intro {
  background-color: var(--vm-white);
  padding: 80px 0 0;
}

.vm-wc-hero-intro__inner {
  margin: 0 auto;
}

.vm-wc-hero-intro__subtitle {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-18);
  line-height: var(--vm-lh-26);
  color: var(--vm-text-body);
  margin-bottom: 20px;
}

.vm-wc-hero-intro__note {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  color: var(--vm-text-body);
  font-style: italic;
  margin-bottom: 0;
  opacity: 0.7;
}

/* ============================
   SHARED SECTION BASE
============================ */

.vm-wc-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.vm-wc-section--alt {
  background-color: #f8f8f9;
}

/* Heading */
.vm-wc-section__heading {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-500);
  font-size: var(--vm-fs-38);
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: var(--vm-heading);
  margin-bottom: 28px;
}

.vm-wc-section__heading--center {
  text-align: center;
}

/* Intro text */
.vm-wc-section__intro {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-18);
  line-height: var(--vm-lh-26);
  color: var(--vm-text-body);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}

/* Body content */
.vm-wc-section__body {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-26);
  color: var(--vm-text-body);
}

.vm-wc-section__body p {
  margin-bottom: 16px;
}

.vm-wc-section__body p:last-child {
  margin-bottom: 0;
}

/* Image */
.vm-wc-section__image-wrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.vm-wc-section__image-wrap--placeholder {
  min-height: 400px;
  background-color: #e8e8ec;
}

.vm-wc-section__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ============================
   TESTIMONIAL BLOCK
============================ */

.vm-wc-testimonials {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vm-wc-testimonial {
  background-color: var(--vm-purple-footer);
  border-radius: 10px;
  padding: 32px 36px;
}

/* White variant — used in "Why Not Cheapest" section */
.vm-wc-testimonial--white {
  background-color: var(--vm-white);
  border: 1px solid rgba(15, 15, 15, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.vm-wc-testimonial--dark {
  height: 100%;
}

.vm-wc-testimonial__quote {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-26);
  color: var(--vm-text-body);
  margin-bottom: 20px;
}

.vm-wc-testimonial--white .vm-wc-testimonial__quote {
  color: var(--vm-text-body);
  margin-bottom: 20px;
}

/* Gray separator line */
.vm-wc-testimonial__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(15, 15, 15, 0.12);
  margin-bottom: 16px;
}

/* Footer: name above, stars below */
.vm-wc-testimonial__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.vm-wc-testimonial__name {
  display: block;
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-600);
  font-size: var(--vm-fs-14);
  line-height: var(--vm-lh-18);
  letter-spacing: 0.5px;
  color: var(--vm-white);
}

.vm-wc-testimonial--white .vm-wc-testimonial__name {
  color: var(--vm-heading);
}

/* Five stars */
.vm-wc-testimonial__stars {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.vm-wc-testimonial__stars span {
  color: #50BAE2;
  font-size: 18px;
  line-height: 1;
}

/* ============================
   SECTION: WHO HANDLES
============================ */

.vm-wc-who-handles {
  background-color: var(--vm-white);
  padding-top: 50px;
}

/* ============================
   SECTION: WHY NOT CHEAPEST
============================ */

.vm-wc-cheapest {
  background-color: #F3F3F5;
}

/* ============================
   SECTION: ALREADY DECLINED
============================ */

.vm-wc-declined {
  background-color: #28264E;
}

.vm-wc-declined .vm-wc-section__heading,
.vm-wc-declined .vm-section-title {
  color: var(--vm-white);
}

.vm-wc-declined .vm-wc-section__body,
.vm-wc-declined .vm-wc-section__body p {
  color: rgba(255, 255, 255, 0.8);
}


/* ============================
   SECTION: COMPLEX MATTERS
============================ */

.vm-wc-complex {
  background-color: #F3F3F5;
}

.vm-wc-complex__header {
  margin-bottom: 48px;
}

.vm-wc-complex__list {
  row-gap: 5px;
}

.vm-wc-complex-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
}

.vm-wc-complex-item__icon {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--vm-black);
  margin-top: 10px;
}

.vm-wc-complex-item__text {
  font-family: var(--vm-font);
  font-weight: var(--vm-fw-400);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-24);
  color: var(--vm-text-body);
}

/* ============================
   CASE STUDIES SECTION
============================ */

.vm-wc-case-studies {
  padding-bottom: 30px;
  background-color: var(--vm-white);
}

/* Service card styles (copied from home.css — not loaded on this page) */
.vm-wc-case-studies .vm-service-card {
  border-radius: var(--vm-radius-6);
  background: var(--vm-white);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vm-wc-case-studies .vm-service-card img {
  width: 100%;
  height: var(--vm-size-256);
  min-height: var(--vm-size-256);
  max-height: var(--vm-size-256);
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 400 / 256;
  border-radius: var(--vm-radius-6);
}

.vm-wc-case-studies .vm-service-card .vm-card-body {
  padding: var(--vm-space-24) 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vm-wc-case-studies .vm-service-card .vm-h4 {
  font-size: var(--vm-fs-24);
  line-height: var(--vm-lh-28);
  letter-spacing: var(--vm-ls--048);
  font-weight: var(--vm-fw-600);
  color: var(--vm-heading);
  margin-bottom: var(--vm-space-5-11);
}

.vm-wc-case-studies .vm-service-card .vm-divider {
  margin-bottom: var(--vm-space-17-57);
  margin-top: 0;
}

.vm-wc-case-studies .vm-service-card .vm-tile-body {
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-20);
  letter-spacing: var(--vm-ls--016);
  color: var(--vm-text-body);
  margin-bottom: var(--vm-space-17);
}

/* ============================
   RECOGNISED AND TRUSTED
============================ */

.vm-wc-recognised {
  background-color: #f8f8f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ============================
   RESPONSIVE — TABLET (≤ 991px)
============================ */

@media (max-width: 991px) {

  .vm-wc-hero {
    padding: 80px 0;
  }

  .vm-wc-hero__title {
    font-size: 48px;
    line-height: 1.1;
  }

  .vm-wc-hero-intro {
    padding: 52px 0 60px;
  }

  .vm-wc-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vm-wc-section__heading {
    font-size: 34px;
  }

  .vm-wc-case-studies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vm-wc-recognised {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ============================
   RESPONSIVE — MOBILE (≤ 767px)
============================ */

@media (max-width: 767px) {

  .vm-wc-hero {
    padding: 64px 0;
  }

  .vm-wc-hero__title {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .vm-wc-hero-intro {
    padding: 40px 0 48px;
  }

  .vm-wc-hero-intro__subtitle {
    font-size: var(--vm-fs-16);
    line-height: var(--vm-lh-24);
  }

  .vm-wc-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vm-wc-section__heading {
    font-size: var(--vm-fs-28, 28px);
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .vm-wc-section__intro {
    font-size: var(--vm-fs-16);
    line-height: var(--vm-lh-24);
    margin-bottom: 40px;
  }

  .vm-wc-testimonial {
    padding: 24px 24px;
  }

  .vm-wc-complex-item {
    padding: 14px 16px;
  }

  .vm-wc-case-studies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vm-wc-recognised {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
