:root{
  /* Brand colors aligned with LeaderSol parent brand */
  --leadersol-blue: #1e90ff;
  --leadersol-yellow: #ffc107;
  --leadersol-accent: #e6f3ff;

  /* Override theme token system so all sections inherit the brand */
  --color-primary: var(--leadersol-blue);
  --color-secondary: var(--leadersol-yellow);
  --color-secondary-2: var(--leadersol-accent);
  --color-primary-2: var(--leadersol-yellow);
  --color-primary-3: var(--leadersol-blue);
  --color-primary-4: var(--leadersol-yellow);

  /* Marketing CTAs — shared chrome (premium, consistent across hub / visa / packages / footer) */
  --ls-btn-radius: 999px;
  --ls-btn-min-h: 48px;
  --ls-btn-pad-x: 26px;
  --ls-btn-fs: 13px;
  --ls-btn-fw: 700;
  --ls-btn-ls: 0.035em;
  --ls-btn-gold: #ffc107;
  --ls-btn-navy: #0f1b3f;
  --ls-btn-navy-header: #1e90ff;
}

/* Premium, consistent brand system */
body{
  color: #0b0f19;
}
h1,h2,h3,h4,h5,h6{
  color: #0b0f19;
}
a{
  color: var(--leadersol-blue);
}
a:hover{
  color: color-mix(in srgb, var(--leadersol-blue) 70%, #000 30%);
}

/* Buttons */
.thm-btn,
.thm-btn--cr-btn{
  background: var(--leadersol-blue);
  border-color: var(--leadersol-blue);
}
.thm-btn:hover,
.thm-btn--cr-btn:hover{
  background: var(--leadersol-yellow);
  border-color: var(--leadersol-yellow);
  color: #0b0f19;
}

/* Subtle accents for section elements */
.sec-title--sub{
  color: var(--leadersol-blue);
}
.sec-title--sub img{
  filter: drop-shadow(0 2px 6px rgba(11,94,168,.10));
}

/* Active nav / highlights */
.main-menu ul li.active > a span,
.main-menu ul li a:hover span{
  color: var(--leadersol-yellow);
}

/* Icons and small highlights */
i,
.far,
.fas,
.fal{
  color: inherit;
}
.xb-list li i,
.feature_list li i,
.footer__social i{
  color: var(--leadersol-yellow);
}

/* topbar brand alignment (override theme's citizenship-header topbar color) */
.citizenship-header .header__top-wrap.leadersol-topbar{
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.01) 70%),
    var(--leadersol-blue);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.leadersol-topbar a{
  color: #fff;
}
.leadersol-topbar a:hover{
  color: #e8f3ff;
}
.leadersol-topbar .header__top-cta{
  color: #fff;
}
.leadersol-topbar .header__top-cta span{
  color: rgba(255,255,255,.86);
}
.leadersol-topbar .header__top-cta img{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.32);
}
.leadersol-topbar .header__top{
  flex-wrap: nowrap;
  gap: 12px;
}
.leadersol-topbar .header__top-cta,
.leadersol-topbar .leadersol-top-links{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.leadersol-topbar .header__top-cta{
  gap: 14px;
  font-size: 12px;
  line-height: 1;
}
.leadersol-topbar .header__top-cta li{
  display: flex;
  align-items: center;
  gap: 6px;
}
.leadersol-topbar .header__top-cta li + li{
  border-left: 1px solid rgba(255,255,255,.35);
  padding-left: 14px;
}
.leadersol-top-links{
  gap: 0;
  font-size: 12px;
  line-height: 1;
}
.leadersol-top-links li{
  display: flex;
  align-items: center;
}
.leadersol-top-links li a{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}
.leadersol-top-links li + li{
  border-left: 1px solid rgba(255,255,255,.35);
}

/* Our Businesses dropdown */
.leadersol-business{
  position: relative;
}
.leadersol-business:hover .leadersol-business-menu{
  display: block;
}
.leadersol-business > a{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.leadersol-business-menu{
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 360px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  padding: 14px;
  z-index: 999;
}
.leadersol-business-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.leadersol-business-card{
  display: block;
  color: #0b0f19;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.leadersol-business-card:hover{
  border-color: rgba(11,94,168,.35);
  box-shadow: 0 10px 20px rgba(11,94,168,.10);
}
.leadersol-business-badge{
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(11,94,168,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  overflow: hidden;
}
.leadersol-business-badge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadersol-business-name{
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

/* If space is tight, hide labels and keep icons (small screens) */
@media (max-width: 520px){
  .leadersol-top-links li a{
    padding: 0 10px;
  }
  .leadersol-top-links li a{
    font-size: 0;
  }
  .leadersol-top-links li a i{
    font-size: 12px;
  }
}

/* use your uploaded logo */
.leadersol-logo{
  max-height: 56px;
  height: auto;
  width: auto;
}

/* replace default "+" menu indicator with a cleaner chevron */
.citizenship-header .main-menu ul li.menu-item-has-children > a span::after{
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform .2s ease;
  padding-left: 0;
  font-weight: 400;
}
.citizenship-header .main-menu ul li.menu-item-has-children:hover > a span::after{
  transform: rotate(-135deg) translateY(-1px);
}

/* align CTA colors closer to brand */
.thm-btn--cr-btn{
  background: var(--leadersol-blue);
}
.thm-btn--cr-btn:hover{
  background: var(--leadersol-yellow);
}

/* make links/buttons consistent with brand */
a:hover{
  color: var(--leadersol-blue);
}
.thm-btn{
  background: var(--leadersol-blue);
  border-color: var(--leadersol-blue);
}
.thm-btn:hover{
  background: var(--leadersol-yellow);
  border-color: var(--leadersol-yellow);
}

/* ------------------------------ */
/* Jobs pages polish (compact UI) */
/* ------------------------------ */
.jobs-page .jobs-hero{
  min-height: 230px; /* keep within requested 25-300px range */
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11,94,168,.95) 0%, rgba(11,94,168,.82) 45%, rgba(245,163,0,.88) 100%),
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.35) 0, rgba(255,255,255,0) 45%);
}
.jobs-page .jobs-hero.jobs-hero--small{
  min-height: 200px;
}
.jobs-page .jobs-hero .breadcrumb__content{
  position: relative;
  z-index: 2;
}
.jobs-page .jobs-hero .breadcrumb__title{
  color: #fff;
  margin-bottom: 10px;
}
.jobs-page .jobs-hero .breadcrumb__list{
  margin: 0;
}
.jobs-page .jobs-hero .breadcrumb__list .breadcrumb-item{
  color: rgba(255,255,255,.92);
}
.jobs-page .jobs-hero .breadcrumb__list .breadcrumb-item + .breadcrumb-item::before{
  color: rgba(255,255,255,.75);
}

.jobs-page .jobs-filter-wrap{
  border-color: rgba(11,94,168,.10);
}
.jobs-page .jobs-filter .form-control,
.jobs-page .jobs-filter .form-select{
  height: 42px;
  min-height: 42px;
  border-radius: 10px;
  font-size: 13px;
  border-color: rgba(0,0,0,.12);
}
.jobs-page .jobs-filter .form-control:focus,
.jobs-page .jobs-filter .form-select:focus{
  border-color: rgba(11,94,168,.45);
  box-shadow: 0 0 0 .2rem rgba(11,94,168,.12);
}
.jobs-page .jobs-results-count{
  font-size: 12px;
}

.jobs-page .jobs-card{
  border-color: rgba(11,94,168,.12) !important;
}
.jobs-page .jobs-card:hover{
  box-shadow: 0 14px 30px rgba(11,94,168,.12) !important;
}
.jobs-page .jobs-card-title a{
  color: #07183e;
}
.jobs-page .jobs-card-title a:hover{
  color: var(--leadersol-blue);
}

.jobs-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  border: 1px solid transparent;
  height: 38px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s ease;
}
.jobs-btn--primary{
  background: var(--leadersol-blue);
  border-color: var(--leadersol-blue);
  color: #fff;
}
.jobs-btn--primary:hover{
  background: #084c87;
  border-color: #084c87;
  color: #fff;
}
.jobs-btn--ghost{
  background: #fff;
  border-color: rgba(11,94,168,.28);
  color: #114b7b;
}
.jobs-btn--ghost:hover{
  background: rgba(11,94,168,.06);
  color: #1e90ff;
}

.jobs-page .jobs-page-nav-btn{
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

@media (max-width: 991px){
  .jobs-page .jobs-hero{
    min-height: 200px;
  }
  .jobs-btn{
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* -------------------------------- */
/* Contact office network section   */
/* -------------------------------- */
.office-network{
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
}
.office-network__hero{
  background: linear-gradient(135deg, #ff4b13 0%, #ff3d08 100%);
  color: #fff;
  padding: 40px 32px 42px;
  text-align: center;
}
.office-network__title{
  color: #fff;
  margin-bottom: 8px;
}
.office-network__subtitle{
  color: rgba(255,255,255,.92);
  margin-bottom: 22px;
}
.office-network__countries{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.office-network__country{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.75);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s ease;
}
.office-network__country img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  flex: 0 0 auto;
}
.office-network__country:hover,
.office-network__country.is-active{
  background: #fff;
  color: #ff4b13;
}
.office-network__panel{
  position: relative;
  background: #fff;
  padding: 32px 28px 34px;
}
.office-network__panel-marker{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ff4b13;
}
.office-network__office-list{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.office-network__office-tab{
  text-align: left;
  background: #fff;
  border: 1px solid rgba(13,18,30,.12);
  color: #1b2231;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
}
.office-network__office-tab:hover,
.office-network__office-tab.is-active{
  border-color: #ff4b13;
  box-shadow: inset 3px 0 0 #ff4b13;
}
.office-network__details{
  padding: 8px 20px 10px 26px;
}
.office-network__details h3{
  margin-bottom: 22px;
  font-size: 34px;
}
.office-network__details p{
  max-width: 560px;
  color: #3d4758;
  margin-bottom: 26px;
}
.office-network__meta{
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.office-network__meta li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #131a27;
  font-weight: 500;
}
.office-network__meta li i{
  color: #131a27;
}
.office-network__meta li a{
  color: inherit;
}
.office-network__follow{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #131a27;
}
.office-network__follow a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e90ff;
  font-weight: 600;
}
.office-network__follow-label{
  font-weight: 600;
}

@media (max-width: 991px){
  .office-network__hero{
    padding: 34px 22px 38px;
  }
  .office-network__panel{
    padding: 28px 18px 24px;
  }
  .office-network__details{
    padding: 6px 4px 0;
  }
  .office-network__details h3{
    font-size: 28px;
    margin-top: 12px;
  }
}

@media (max-width: 575px){
  .office-network__country{
    width: 100%;
    justify-content: center;
  }
  .office-network__title{
    font-size: 32px;
  }
  .office-network__subtitle{
    font-size: 15px;
  }
}

/* -------------------------------- */
/* Managed about pages              */
/* -------------------------------- */
.managed-visual-card{
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11,94,168,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(245,251,255,.9));
}
.managed-visual-card img{
  display: block;
  width: 100%;
  height: auto;
}
.managed-partner-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.managed-partner-grid__item{
  border: 1px solid rgba(11,94,168,.12);
  border-radius: 18px;
  background: #fff;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-shadow: 0 14px 28px rgba(11,94,168,.06);
}
.managed-partner-grid__item img{
  max-width: 100%;
  max-height: 58px;
}
.managed-feature-card{
  height: 100%;
  border-radius: 24px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(11,94,168,.09);
  border: 1px solid rgba(11,94,168,.08);
}
.managed-feature-card__icon{
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(11,94,168,.08);
}
.managed-feature-card__icon img{
  max-width: 34px;
  max-height: 34px;
}
.managed-feature-card h3{
  font-size: 24px;
  margin-bottom: 12px;
}
.managed-feature-card p{
  margin: 0;
  color: #4a5568;
}
.managed-feature-card--tone-2 .managed-feature-card__icon{
  background: rgba(245,163,0,.15);
}
.managed-feature-card--tone-3 .managed-feature-card__icon{
  background: rgba(27,181,138,.14);
}
.managed-feature-card--tone-4 .managed-feature-card__icon{
  background: rgba(255,75,19,.13);
}
.managed-check-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 500;
  color: #1b2231;
}
.managed-check-list li img{
  width: 18px;
  height: 18px;
}
.managed-fanfact--compact .xb-fanfact{
  margin-bottom: 0;
}
.managed-team-card__bio{
  margin: 14px 0 18px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.7;
}
.managed-story-card__title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px;
  color: #0b0f19;
}

@media (max-width: 991px){
  .managed-partner-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px){
  .managed-partner-grid{
    grid-template-columns: 1fr;
  }
  .managed-feature-card{
    padding: 24px 20px;
  }
  .managed-feature-card h3{
    font-size: 22px;
  }
}

/* ══════════════════════════════════════════════════════════
   LeaderSol Page Banner (replaces old breadcrumb header)
   ══════════════════════════════════════════════════════════ */
.ls-page-banner{
  position: relative;
  background: linear-gradient(135deg, #0D3F7A 0%, #1565C0 55%, #0A2E5C 100%);
  overflow: hidden;
  padding-top: 56px;
}

/* Gold shimmer line at very top */
.ls-page-banner__top-shimmer{
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right,
    transparent 0%,
    #FFD966 20%,
    #FFC940 50%,
    #FFD966 80%,
    transparent 100%);
  z-index: 2;
}

/* ── Main body ── */
.ls-page-banner__body{
  padding: 40px 0 36px;
  position: relative;
  z-index: 2;
}

.ls-page-banner__title{
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .5px;
  margin: 0 0 10px;
  line-height: 1.15;
}

/* In-page hero CTA → visa routes (sticky header offset) */
#vssd-pathway-title{
  scroll-margin-top: 120px;
}

/* Gold underline accent under title */
.ls-page-banner__underline{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.ls-page-banner__underline-solid{
  display: block;
  width: 160px;
  height: 3px;
  border-radius: 2px;
  background: #FFC107;
}
.ls-page-banner__underline-fade{
  display: block;
  width: 44px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(to right, #FFC107 0%, transparent 100%);
  opacity: .5;
}

.ls-page-banner__subtitle{
  font-size: 15px;
  color: #B8D4F0;
  letter-spacing: .3px;
  margin: 0 0 16px;
}

/* Gold tag pill */
.ls-page-banner__tag{
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  border: 1px solid rgba(245,168,0,.45);
  background: rgba(245,168,0,.12);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #FFD966;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* ── Globe decorative element (right side) ── */
.ls-page-banner__globe{
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateY(-16px);
  width: 260px;
  height: 260px;
  pointer-events: none;
  z-index: 1;
}
.ls-page-banner__globe-ring{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.05);
}
.ls-page-banner__globe-ring--1{width:260px;height:260px;}
.ls-page-banner__globe-ring--2{width:200px;height:200px;border-color:rgba(255,255,255,.06);}
.ls-page-banner__globe-ring--3{width:140px;height:140px;border-color:rgba(255,255,255,.07);}

.ls-page-banner__globe-inner{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg,rgba(30,136,229,.35),rgba(13,71,161,.1));
  border: 1px solid rgba(51,153,255,.2);
}

.ls-page-banner__globe-lat{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid rgba(79,195,247,.12);
}
.ls-page-banner__globe-lat--1{width:200px;height:70px;}
.ls-page-banner__globe-lat--2{width:180px;height:120px;border-color:rgba(79,195,247,.08);}

.ls-page-banner__globe-outer-ring{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 256px; height: 256px;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,.15);
}

.ls-page-banner__globe-watermark{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,.1);
  letter-spacing: 0.06em;
  font-family: Georgia, serif;
}

/* ── Gold divider ── */
.ls-page-banner__divider{
  height: 2px;
  background: linear-gradient(to right,
    transparent 0%,
    #FFC107 25%,
    #FFC107 75%,
    transparent 100%);
  position: relative;
  z-index: 2;
}

/* ── Breadcrumb bar ── */
.ls-page-banner__breadcrumb-bar{
  background: rgba(10,46,92,.55);
  padding: 14px 0;
  position: relative;
  z-index: 2;
}
.ls-page-banner__breadcrumb-list{
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.ls-page-banner__breadcrumb-item{
  font-size: 13px;
  color: rgba(255,255,255,.6);
  font-family: Georgia, serif;
}
.ls-page-banner__breadcrumb-item a{
  color: rgba(255,255,255,.6);
  text-decoration: none;
}
.ls-page-banner__breadcrumb-item a:hover{color:#fff;}
.ls-page-banner__breadcrumb-item--current{
  color: #fff;
}
.ls-page-banner__breadcrumb-sep{
  font-size: 13px;
  color: rgba(245,168,0,.8);
  font-family: Georgia, serif;
}

/* Responsive */
@media (max-width: 1199px){
  .ls-page-banner__globe{right: 20px; width: 200px; height: 200px;}
  .ls-page-banner__globe-ring--1{width:200px;height:200px;}
  .ls-page-banner__globe-ring--2{width:160px;height:160px;}
  .ls-page-banner__globe-ring--3{width:110px;height:110px;}
  .ls-page-banner__globe-outer-ring{width:196px;height:196px;}
  .ls-page-banner__globe-lat--1{width:160px;height:56px;}
  .ls-page-banner__globe-lat--2{width:144px;height:96px;}
}
@media (max-width: 767px){
  .ls-page-banner__globe{display:none;}
  .ls-page-banner__title{font-size: 32px;}
  .ls-page-banner__body{padding: 28px 0 24px;}
}
@media (max-width: 575px){
  .ls-page-banner__title{font-size: 26px;}
}

/* ── Bridge: navy banner → light content (avoids “double navy” stack) ── */
.ls-page-banner__breadcrumb-bar{
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
}

/* Premium light hero band — first section after page banner */
.ls-content-hero{
  position: relative;
  background: linear-gradient(180deg, #eef2f8 0%, #ffffff 48%, #ffffff 100%);
  padding: 52px 0 68px;
  border-bottom: 1px solid rgba(10, 30, 61, 0.07);
}
.ls-content-hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
    rgba(245, 168, 0, 0) 0%,
    rgba(245, 168, 0, 0.55) 18%,
    #FFC107 50%,
    rgba(245, 168, 0, 0.55) 82%,
    rgba(245, 168, 0, 0) 100%);
  pointer-events: none;
}
.ls-content-hero__inner{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: 40px 52px;
  align-items: center;
}
.ls-content-hero__text{ max-width: 640px; }
.ls-content-hero__title{
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
}
.ls-content-hero__highlight{ color: #FFC107; }
.ls-content-hero__desc{
  font-size: 16px;
  color: #5a6a82;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}
.ls-content-hero .icp-eyebrow{
  margin-bottom: 12px;
}
.ls-content-hero .icp-intro-actions{ margin-top: 4px; }
.ls-content-hero .icp-btn--ghost{
  color: #0F1B3F !important;
  border: 2px solid rgba(10, 30, 61, 0.22) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}
.ls-content-hero .icp-btn--ghost:hover{
  border-color: #FFC107 !important;
  color: #0F1B3F !important;
  background: rgba(245, 168, 0, 0.12) !important;
}
.ls-content-hero__aside{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ls-content-hero--countries .icp-globe-wrap{
  margin: 0 auto;
}
@media (max-width: 991px){
  .ls-content-hero__inner{ grid-template-columns: 1fr; }
  .ls-content-hero__aside{ display: none; }
  .ls-content-hero--countries .ls-content-hero__aside{
    display: flex;
    margin-top: 28px;
  }
}

/* ── Success Stories Testimonial Widget ── */
.ss-testimonial-widget{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,.08);
  overflow: hidden;
  max-width: 780px;
  margin: 0 auto;
}

/* Featured story */
.ss-testimonial-widget__featured{
  padding: 28px 32px 24px;
}

.ss-testimonial-widget__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.ss-testimonial-widget__name{
  font-size: 22px;
  font-weight: 700;
  color: #0b0f19;
}

.ss-testimonial-widget__meta{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ss-testimonial-widget__role{
  font-size: 13px;
  color: #6b7280;
}

.ss-testimonial-widget__rating{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #0b0f19;
  white-space: nowrap;
}

.ss-testimonial-widget__rating .fas.fa-star{
  color: #f59e0b;
  font-size: 13px;
}

/* Body */
.ss-testimonial-widget__body{
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #f8f9fb;
  border-radius: 12px;
  padding: 24px;
}

.ss-testimonial-widget__avatar{
  flex: 0 0 90px;
  text-align: center;
}

.ss-testimonial-widget__avatar img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.ss-testimonial-widget__country{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
}

.ss-testimonial-widget__flag{
  font-size: 16px;
  line-height: 1;
}
.ss-testimonial-widget__flag--img{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(10, 30, 61, 0.12);
  background: #fff;
}
.ss-testimonial-widget__flag--img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Quote */
.ss-testimonial-widget__quote-wrap{
  flex: 1;
  position: relative;
}

.ss-testimonial-widget__quote-icon{
  font-size: 52px;
  line-height: 1;
  color: #0b0f19;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 4px;
}

.ss-testimonial-widget__quote-text{
  font-size: 15px;
  color: #374151;
  line-height: 1.75;
  margin: 0;
}

/* List rows */
.ss-testimonial-widget__list{
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
}

.ss-testimonial-widget__list-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 32px;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

.ss-testimonial-widget__list-item:last-child{
  border-bottom: none;
}

.ss-testimonial-widget__list-name{
  font-size: 16px;
  font-weight: 600;
  color: #0b0f19;
}

.ss-testimonial-widget__list-right{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ss-testimonial-widget__list-role{
  font-size: 12px;
  color: #6b7280;
}

/* Accordion (details/summary) for list rows */
.ss-testimonial-widget__accordion{
  border-bottom: 1px solid #f0f0f0;
}
.ss-testimonial-widget__accordion:last-child{
  border-bottom: none;
}
.ss-testimonial-widget__accordion > summary{
  list-style: none;
  cursor: pointer;
}
.ss-testimonial-widget__accordion > summary::-webkit-details-marker{
  display: none;
}
.ss-testimonial-widget__accordion[open] .ss-testimonial-widget__chevron i{
  transform: rotate(180deg);
}
.ss-testimonial-widget__chevron{
  flex-shrink: 0;
  margin-left: 6px;
  color: #9ca3af;
  font-size: 14px;
  transition: transform .2s;
}
.ss-testimonial-widget__chevron i{
  display: inline-block;
  transition: transform .2s ease;
}
.ss-testimonial-widget__accordion-body{
  border-top: 1px solid #f0f0f0;
  padding: 16px 32px 20px;
}

/* Responsive */
@media (max-width: 575px){
  .ss-testimonial-widget__featured{
    padding: 20px 18px 18px;
  }
  .ss-testimonial-widget__body{
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }
  .ss-testimonial-widget__avatar{
    flex: none;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ss-testimonial-widget__avatar img{
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }
  .ss-testimonial-widget__list-item{
    padding: 14px 18px;
  }
  .ss-testimonial-widget__accordion-body{
    padding: 14px 18px 18px;
  }
}

/* ============================================================
   HOME SLIDER – LeaderSol style
   Title font: Georgia, serif  (matches the original HTML slider)
   Body/pills: Plus Jakarta Sans
   ============================================================ */
.ls-slider-wrap{
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.ls-slide{
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* First-slide floating stat cards — positions match leadersol_homepage.html (.hfc-1 / .hfc-2, both on the right) */
.ls-slider-wrap .ls-hero-float-card{
  position: absolute;
  z-index: 12;
  left: auto;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 158px;
  max-width: 220px;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}
.ls-slider-wrap .ls-hfc-1{
  right: 60px;
  top: 140px;
  animation: ls-hfc-float1 4s ease-in-out infinite;
}
.ls-slider-wrap .ls-hfc-2{
  right: 200px;
  bottom: 130px;
  left: auto;
  animation: ls-hfc-float2 5s ease-in-out infinite;
}
@keyframes ls-hfc-float1{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-12px); }
}
@keyframes ls-hfc-float2{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-8px); }
}
.ls-slider-wrap .ls-hfc-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 4px;
}
.ls-slider-wrap .ls-hfc-val{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #FFC107;
  line-height: 1.15;
}
.ls-slider-wrap .ls-hfc-lbl{
  font-size: 10px;
  color: rgba(255,255,255,.6);
  margin-top: 0;
  line-height: 1.35;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1200px){
  .ls-slider-wrap .ls-hfc-1{ right: 48px; top: 120px; }
  .ls-slider-wrap .ls-hfc-2{ right: 120px; bottom: 112px; }
}
@media (max-width: 900px){
  .ls-slider-wrap .ls-hfc-1{ right: 24px; top: 88px; min-width: 140px; padding: 10px 14px; }
  .ls-slider-wrap .ls-hfc-2{ right: 24px; bottom: 88px; min-width: 140px; padding: 10px 14px; }
}
@media (max-width: 640px){
  .ls-slider-wrap .ls-hero-float-card{
    padding: 10px 12px;
    min-width: 132px;
    max-width: 168px;
  }
  .ls-slider-wrap .ls-hfc-val{ font-size: 17px; }
  .ls-slider-wrap .ls-hfc-title{ font-size: 10px; margin-bottom: 3px; }
  .ls-slider-wrap .ls-hfc-lbl{ font-size: 9px; }
  .ls-slider-wrap .ls-hfc-1{ right: 12px; top: 64px; }
  .ls-slider-wrap .ls-hfc-2{ right: 12px; bottom: 56px; }
}

/* Marketing home — floating WhatsApp (leadersol_homepage.html wa-float) */
.ls-wa-float{
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
.ls-wa-float .ls-wa-bubble,
.ls-wa-float .ls-wa-btn{
  pointer-events: auto;
}
.ls-wa-btn{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  color: #fff;
  text-decoration: none;
  animation: ls-wa-pulse 2s infinite;
}
.ls-wa-btn:hover{
  color: #fff;
  filter: brightness(1.05);
}
@keyframes ls-wa-pulse{
  0%, 100%{ box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50%{ box-shadow: 0 4px 32px rgba(37, 211, 102, 0.7); }
}
.ls-wa-bubble{
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 12px 36px 12px 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-size: 12.5px;
  font-weight: 600;
  color: #0f1b3f;
  font-family: 'Montserrat', sans-serif;
  max-width: 220px;
  text-align: left;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  animation: ls-wa-fade-in-up 0.35s ease;
}
.ls-wa-bubble-text{
  flex: 1;
}
.ls-wa-bubble-icon{
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.2;
}
.ls-wa-bubble-close{
  position: absolute;
  top: 6px;
  right: 8px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #6b7fa3;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ls-wa-bubble-close:hover{
  background: rgba(10, 30, 61, 0.06);
  color: #0f1b3f;
}
@keyframes ls-wa-fade-in-up{
  from{ opacity: 0; transform: translateY(8px); }
  to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px){
  .ls-wa-float{
    right: 16px;
    bottom: 20px;
  }
  .ls-wa-bubble{
    max-width: 200px;
    font-size: 11.5px;
    padding-right: 32px;
  }
}

/* slide content — clear of both arrow buttons (arrows are 42px wide at 18px from edge = 60px) */
.ls-slider-wrap .ls-slide-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px 0 80px;
  width: 100%;
}

/* eyebrow tag — compact pill to match original slider reference */
.ls-slider-wrap .ls-slide-tag{
  display: inline-block;
  background: #FFC107;
  color: #3A2200 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 2px 11px;
  line-height: 1.35;
  border-radius: 20px;
  margin-bottom: 14px;
  width: fit-content;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* main heading — Georgia serif, exact match to original slider HTML */
.ls-slider-wrap .ls-slide-title{
  font-size: 42px;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.15;
  margin: 0 0 14px;
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 520px;
}
/* highlighted span inside heading */
.ls-slider-wrap .ls-slide-title .ls-slide-title__hl{
  color: #FFC107 !important;
  font-family: Georgia, 'Times New Roman', serif;
}

/* subtitle */
.ls-slider-wrap .ls-slide-sub{
  font-size: 15px;
  color: rgba(255,255,255,0.82) !important;
  line-height: 1.6;
  max-width: 430px;
  margin: 0 0 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* buttons row */
.ls-slide-btns{
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.ls-btn-primary{
  background: #FFC107;
  color: #1A0D00 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-family: Georgia, serif;
  transition: opacity 0.2s;
}
.ls-btn-primary:hover{
  opacity: 0.88;
  color: #1A0D00 !important;
  text-decoration: none;
}
.ls-btn-ghost{
  background: transparent;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-family: Georgia, serif;
  transition: border-color 0.2s, color 0.2s;
}
.ls-btn-ghost:hover{
  border-color: #FFC107;
  color: #FFC107 !important;
  text-decoration: none;
}

/* stats row */
.ls-stats-row{
  display: flex;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.ls-stat{ text-align: left; }
.ls-slider-wrap .ls-stat-num{
  font-size: 26px;
  font-weight: 700;
  color: #FFC107 !important;
  font-family: Georgia, 'Times New Roman', serif;
}
.ls-slider-wrap .ls-stat-lbl{
  font-size: 11px;
  color: rgba(255,255,255,0.65) !important;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

/* service pills */
.ls-service-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.ls-pill{
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff !important;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
  display: inline-block;
}

/* nav dots */
.ls-nav-dots{
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}
.ls-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.ls-dot.active{
  background: #FFC107;
  width: 26px;
  border-radius: 4px;
}

/* nav arrows — positioned inside, with ample space */
.ls-nav-arrows{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 20;
  pointer-events: none;
}
.ls-arr-btn{
  pointer-events: all;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
.ls-arr-btn:hover{
  background: rgba(245,168,0,0.2);
  border-color: #FFC107;
  color: #FFC107;
}

/* ── Slider Responsive ── */
@media (max-width: 1199px){
  .ls-slider-wrap .ls-slide-title{ font-size: 38px; }
  .ls-slider-wrap .ls-slide-content{ padding: 0 80px; }
}
@media (max-width: 991px){
  .ls-slider-wrap .ls-slide-title{ font-size: 32px; }
  .ls-slider-wrap .ls-slide-content{ padding: 0 76px; }
}
@media (max-width: 600px){
  .ls-slide{ height: 400px; }
  .ls-slider-wrap .ls-slide-title{ font-size: 24px; line-height: 1.2; }
  .ls-slider-wrap .ls-slide-sub{ font-size: 13px; margin-bottom: 14px; }
  .ls-slider-wrap .ls-slide-content{ padding: 0 52px; }
  .ls-stats-row{ gap: 14px; margin-top: 16px; }
  .ls-slider-wrap .ls-stat-num{ font-size: 20px; }
  .ls-slider-wrap .ls-slide-tag{ font-size: 10px; }
  .ls-arr-btn{ width: 34px; height: 34px; font-size: 15px; }
}

/* ============================================================
   NEW HEADER — LeaderSol (Topbar + MainNav + Subnav)
   ============================================================ */

/* ── Reset header wrapper ── */
.ls-hdr{
  width: 100%;
  position: sticky; /* make the whole header stack sticky (V2 behavior) */
  top: 0;
  z-index: 2100;
  /* prevent underlying content bleeding while scrolling */
  background: transparent;
  /* remove any previous theme header styles */
}

/* ── Gold Topbar ── */
.ls-topbar{
  background: #FFC107;
  padding: 0 0;
}
.ls-topbar-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ls-topbar-left,
.ls-topbar-right{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ls-tb-link{
  color: #1A0900 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.ls-tb-link:hover{
  color: #1E90FF !important;
}
.ls-tb-sep{
  width: 1px;
  height: 13px;
  background: rgba(0,0,0,0.22);
  display: inline-block;
  flex-shrink: 0;
}
.ls-tb-link--hide-sm{ display: flex; }

/* Businesses dropdown in topbar */
.ls-biz-wrap{
  position: relative;
}
.ls-biz-btn{
  display: flex;
  align-items: center;
  gap: 4px;
}
.ls-biz-menu{
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8eef8;
  box-shadow: 0 8px 28px rgba(13,63,143,0.14);
  min-width: 220px;
  padding: 6px 0;
  z-index: 2000;
}
.ls-biz-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  text-decoration: none !important;
  color: #1A2A4A !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s;
}
.ls-biz-item:hover{
  background: #EEF4FF;
  color: #1E90FF !important;
}
.ls-biz-badge{
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #EEF4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #1E90FF;
  flex-shrink: 0;
  overflow: hidden;
}
.ls-biz-badge img{ width: 100%; height: 100%; object-fit: contain; }
.ls-biz-name{ font-size: 12px; }

/* ── Main Nav ── */
.ls-mainnav{
  background: #fff;
  border-bottom: 3.5px solid #FFC107;
  position: relative; /* wrapper (.ls-hdr) handles stickiness */
  top: auto;
  z-index: auto;
  box-shadow: 0 2px 12px rgba(13,63,143,0.07);
}
.ls-mainnav-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Logo */
.ls-logo{
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none !important;
}
.ls-logo img{
  height: 54px;
  width: auto;
  display: block;
}

/* Inline default logo (globe + plane SVG + text) */
.ls-default-logo{
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none !important;
}
.ls-dlogo-text{
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}
.ls-dlogo-name{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
}
.ls-dlogo-name span{
  color: #FFC107;
}
.ls-dlogo-divider{
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #FFC107, transparent);
  margin: 4px 0 3px;
  width: 100%;
}
.ls-dlogo-tagline{
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #FFC107;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Nav links container */
.ls-navlinks{
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}

/* Individual nav item */
.ls-navitem{
  position: relative;
}
.ls-navlink{
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #1A2A4A !important;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  background: none !important;
  border: none;
  text-decoration: none !important;
  line-height: 1.3;
  transition: background 0.15s, color 0.15s;
}
.ls-navlink:hover,
.ls-navitem--open .ls-navlink{
  background: #EEF4FF !important;
  color: #1E90FF !important;
}
.ls-caret{
  font-size: 8px;
  opacity: 0.55;
  margin-top: 1px;
}

/* CTA Button — header only: shorter pill to match original design (hub buttons keep --ls-btn-min-h) */
.ls-cta-btn{
  box-sizing: border-box;
  background: var(--ls-btn-navy-header) !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: var(--ls-btn-fw);
  letter-spacing: var(--ls-btn-ls);
  min-height: 36px;
  padding: 0 20px;
  border-radius: var(--ls-btn-radius);
  border: none;
  cursor: pointer;
  margin-left: 8px;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  line-height: 1.2;
}
.ls-cta-btn:hover{
  background: #0a3070 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Hamburger */
.ls-hamburger{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #1E90FF;
  padding: 6px;
  border-radius: 6px;
  flex-shrink: 0;
}
.ls-hamburger:hover{
  background: #EEF4FF;
}

/* ── Dropdown wrapper (positioned below nav item) ── */
.ls-dropdown-wrap{
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 2000;
  animation: lsFadeDown 0.15s ease;
}
.ls-dropdown-wrap--mega{
  left: 50%;
  transform: translateX(-50%);
}
@keyframes lsFadeDown{
  from{ opacity:0; transform: translateY(-6px); }
  to{ opacity:1; transform: translateY(0); }
}
.ls-dropdown-wrap--mega{
  animation: lsFadeDownMega 0.15s ease;
}
@keyframes lsFadeDownMega{
  from{ opacity:0; transform: translateX(-50%) translateY(-6px); }
  to{ opacity:1; transform: translateX(-50%) translateY(0); }
}

/* ── Standard Dropdown ── */
.ls-dropdown{
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8eef8;
  box-shadow: 0 8px 32px rgba(13,63,143,0.13);
  padding: 8px 0;
  min-width: 220px;
}
.ls-dd-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.15s;
}
.ls-dd-item:hover{
  background: #EEF4FF;
}
.ls-dd-item-icon{
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ls-dd-item-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ls-dd-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #1A2A4A;
  line-height: 1.3;
  letter-spacing: normal;
  word-spacing: normal;
}
.ls-dd-item:hover .ls-dd-title{
  color: #1E90FF;
}
.ls-dd-divider{
  height: 1px;
  background: #f0f4fb;
  margin: 5px 0;
}
.ls-dd-footer{
  padding: 8px 18px;
}
.ls-dd-footer-btn{
  display: block;
  background: #1E90FF;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s;
}
.ls-dd-footer-btn:hover{
  background: #0a3070;
  color: #fff !important;
}

/* ── Mega Dropdown ── */
.ls-mega-dd{
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8eef8;
  box-shadow: 0 8px 32px rgba(13,63,143,0.13);
  padding: 20px 20px 0;
  min-width: 580px;
}
.ls-mega-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
.ls-mega-col-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFC107;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ls-mega-item{
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: none;
}
.ls-mega-flag{
  font-size: 17px;
  flex-shrink: 0;
  line-height: 1;
}
.ls-mega-flag-img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  border: 1px solid rgba(10, 30, 61, 0.1);
}
.ls-mega-item-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1A2A4A;
  transition: color 0.15s;
}
.ls-mega-item:hover .ls-mega-item-title{
  color: #1E90FF;
}

/* ── Blue Subnav ── */
.ls-subnav{
  background: #1E90FF;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ls-subnav-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.ls-subnav-inner::-webkit-scrollbar{ display: none; }
.ls-sublink{
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.75) !important;
  padding: 3px 12px;
  border-radius: 15px;
  cursor: pointer;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
  line-height: 1.35;
}
.ls-sublink:hover,
.ls-sublink--active{
  background: #FFC107;
  color: #1A0900 !important;
}
.ls-sub-sep{
  width: 1px;
  height: 15px;
  background: rgba(255,255,255,0.2);
  margin: 0 6px;
  flex-shrink: 0;
  display: inline-block;
}

/* ── Mobile panel ── */
.ls-mobile-panel{
  background: #fff;
  border-top: 2px solid #FFC107;
  padding: 12px 0 18px;
  max-height: 70vh;
  overflow-y: auto;
}
.ls-mobile-nav{
  display: flex;
  flex-direction: column;
}
.ls-mob-item{
  border-bottom: 1px solid #f0f4fb;
}
.ls-mob-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  cursor: pointer;
}
.ls-mob-label a{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1A2A4A !important;
  text-decoration: none !important;
  flex: 1;
}
.ls-mob-caret{
  color: #1E90FF;
  font-size: 12px;
  transition: transform 0.2s;
}
.ls-mob-caret.open{
  transform: rotate(180deg);
}
.ls-mob-sub{
  background: #f8f9fc;
  padding: 4px 0 8px 36px;
}
.ls-mob-sub-link{
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1A2A4A !important;
  text-decoration: none !important;
  padding: 8px 16px;
  transition: color 0.15s;
}
.ls-mob-sub-link:hover{
  color: #1E90FF !important;
}
.ls-mob-cta{
  display: block;
  margin: 14px 20px 0;
  background: #1E90FF;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.15s;
}
.ls-mob-cta:hover{
  background: #0a3070;
}

/* ── Responsive breakpoints ── */
@media (max-width: 1100px){
  .ls-navlink{ font-size: 11.5px; padding: 9px 9px; }
  .ls-cta-btn{
    font-size: 11px;
    min-height: 34px;
    padding: 0 16px;
    margin-left: 4px;
  }
}
@media (max-width: 900px){
  .ls-navlinks{ display: none; }
  .ls-hamburger{ display: flex; }
  .ls-topbar-inner{ padding: 6px 16px; }
  .ls-mainnav-inner{ padding: 0 16px; }
  .ls-subnav-inner{ padding: 0 16px; }
  .ls-tb-link--hide-sm{ display: none !important; }
  .ls-tb-sep--hide-sm{ display: none !important; }
}
@media (max-width: 600px){
  .ls-topbar-left{ gap: 8px; }
  .ls-topbar-right{ gap: 8px; }
  .ls-tb-link{ font-size: 10.5px; }
  .ls-mainnav-inner{ height: 60px; }
  .ls-logo img{ height: 44px; }
}

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.ls-ann-bar{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 1060;
  gap: 10px;
}
.ls-ann-inner{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.ls-ann-text{
  line-height: 1.4;
}
.ls-ann-link{
  font-weight: 700;
  text-decoration: underline !important;
  white-space: nowrap;
}
.ls-ann-link:hover{
  opacity: 0.85;
}
.ls-ann-close{
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
  padding: 0 4px;
  margin-left: auto;
  flex-shrink: 0;
  line-height: 1;
}
.ls-ann-close:hover{
  opacity: 1;
}

/* ============================================================
   FOOTER — LeaderSol new design
   ============================================================ */
.ls-footer{
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  background: #0F1B3F;
}

/* Gold gradient top line */
.ft-gold-top{
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFC107 20%, #FFC107 80%, transparent);
}

/* ── CTA Bar ── */
.ft-cta-bar{
  background: linear-gradient(135deg, #FFC107 0%, #E0A800 100%);
  padding: 30px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ft-cta-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0F1B3F;
  margin: 0 0 4px;
}
.ft-cta-text p{
  font-size: 13px;
  color: rgba(10,30,61,0.75);
  font-weight: 500;
  margin: 0;
}
.ft-cta-actions{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.ft-btn-dark{
  box-sizing: border-box;
  background: var(--ls-btn-navy);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: var(--ls-btn-fs);
  font-weight: var(--ls-btn-fw);
  letter-spacing: var(--ls-btn-ls);
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, transform 0.18s;
}
.ft-btn-dark:hover{
  background: #0d2a52;
  color: #fff !important;
  transform: translateY(-1px);
}
.ft-btn-outline{
  box-sizing: border-box;
  background: transparent;
  color: var(--ls-btn-navy) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: var(--ls-btn-fs);
  font-weight: var(--ls-btn-fw);
  letter-spacing: var(--ls-btn-ls);
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  border: 2px solid rgba(10,30,61,0.35);
  cursor: pointer;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
.ft-btn-outline:hover{
  border-color: var(--ls-btn-navy);
  background: rgba(10,30,61,0.08);
  color: var(--ls-btn-navy) !important;
  transform: translateY(-1px);
}

/* ── Main Grid ── */
.ft-main{
  padding: 52px 48px 36px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
  gap: 36px;
}

/* Brand column */
.ft-brand .ft-logo{ margin-bottom: 16px; }

/* CMS image logo — shown as-is (should be white/light variant for dark bg) */
.ft-logo-img{
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

/* Text-based fallback logo (shown when no CMS logo is set) */
.ft-logo-inner{
  display: flex;
  align-items: center;
  gap: 11px;
}
.ft-logo-name{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
}
.ft-logo-name span{ color: #FFC107; }
.ft-logo-tag{
  font-family: 'Montserrat', sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #FFC107;
  margin-top: 4px;
  padding-top: 3px;
  border-top: 1.5px solid rgba(245,168,0,0.45);
  text-transform: uppercase;
  white-space: nowrap;
}
.ft-brand-desc{
  font-size: 12.5px;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 240px;
}
.ft-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.ft-contact-icon{
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(245,168,0,0.12);
  border: 1px solid rgba(245,168,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFC107;
}
.ft-contact-text{
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}
.ft-contact-text strong{
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: 'Montserrat', sans-serif;
}
.ft-contact-text a,
.ft-contact-text span{
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.ft-contact-text a:hover{ color: #FFC107; }

/* Column titles — scoped under .ls-footer so body theme classes
   (e.g. .citizenship_residency h3 on the home page) cannot override color */
.ls-footer .ft-col-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #FFC107;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245,168,0,0.2);
}

/* Footer links */
.ft-links{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-links li{ margin-bottom: 9px; }
.ft-links a{
  font-size: 12.5px;
  color: rgba(255,255,255,0.58) !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color 0.2s;
}
.ft-links a:hover{ color: #FFC107 !important; }
.ft-link-arrow{
  font-size: 12px;
  opacity: 0.4;
  flex-shrink: 0;
}
.ft-links a:hover .ft-link-arrow{ opacity: 1; color: #FFC107; }

/* Countries grid */
.ft-countries-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}
.ft-country{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.58) !important;
  padding: 4px 0;
  cursor: pointer;
  text-decoration: none !important;
  transition: color 0.15s;
}
.ft-country:hover{ color: #FFC107 !important; }
.ft-country-flag{ font-size: 14px; }
.ft-country-flag-img{
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.ft-view-all-link{
  display: inline-block;
  margin-top: 14px;
  font-size: 11.5px;
  color: #FFC107 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: opacity 0.15s;
}
.ft-view-all-link:hover{ opacity: 0.8; }

/* Newsletter box */
.ft-newsletter{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px;
}
.ft-newsletter h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.ft-newsletter p{
  font-size: 11.5px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 14px;
  line-height: 1.5;
}
.ft-input-wrap{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Override Bootstrap + theme — high-specificity selectors */
.ls-footer .ft-input,
.ls-footer input.ft-input{
  display: block !important;
  width: 100% !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 12.5px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.4;
  height: auto !important;
  transition: border-color 0.2s;
}
.ls-footer .ft-input::placeholder,
.ls-footer input.ft-input::placeholder{
  color: rgba(255,255,255,0.38) !important;
  opacity: 1 !important;
}
.ls-footer .ft-input:focus,
.ls-footer input.ft-input:focus{
  background: rgba(255,255,255,0.1) !important;
  border-color: rgba(245,168,0,0.55) !important;
  box-shadow: 0 0 0 3px rgba(245,168,0,0.1) !important;
  outline: none !important;
  color: #fff !important;
}
/* Kill browser autofill background */
.ls-footer .ft-input:-webkit-autofill,
.ls-footer .ft-input:-webkit-autofill:hover,
.ls-footer .ft-input:-webkit-autofill:focus{
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(13,42,74,0.95) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.ls-footer .ft-sub-btn,
button.ft-sub-btn{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: var(--ls-btn-min-h) !important;
  background: var(--ls-btn-gold) !important;
  color: var(--ls-btn-navy) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: var(--ls-btn-fs) !important;
  font-weight: var(--ls-btn-fw) !important;
  padding: 0 var(--ls-btn-pad-x) !important;
  border-radius: var(--ls-btn-radius) !important;
  border: none !important;
  cursor: pointer;
  letter-spacing: var(--ls-btn-ls) !important;
  line-height: 1.2;
  text-align: center !important;
  transition: background 0.18s, transform 0.18s;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
.ls-footer .ft-sub-btn:hover,
button.ft-sub-btn:hover{
  background: #e89a00 !important;
  color: #0F1B3F !important;
}
.ft-newsletter-thanks{
  font-size: 12.5px;
  color: #FFC107;
  font-weight: 600;
  padding: 10px 0;
}

/* Socials */
/* ── Social buttons (high-specificity to beat theme) ── */
.ls-footer .ft-social-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin: 18px 0 10px;
}
.ls-footer .ft-socials{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ls-footer .ft-social-btn{
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: rgba(255,255,255,0.05) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  text-decoration: none !important;
  color: rgba(255,255,255,0.5) !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  flex-shrink: 0;
  box-shadow: none !important;
}
/* Force Font Awesome icon size inside social buttons */
.ls-footer .ft-social-btn i,
.ls-footer .ft-social-btn .fa,
.ls-footer .ft-social-btn .fab,
.ls-footer .ft-social-btn .fas{
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  color: rgba(255,255,255,0.5) !important;
  line-height: 1 !important;
  display: inline !important;
  background: none !important;
  border-radius: 0 !important;
  transition: color 0.15s;
}
.ls-footer .ft-social-btn:hover{
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #0F1B3F !important;
}
.ls-footer .ft-social-btn:hover i,
.ls-footer .ft-social-btn:hover .fa,
.ls-footer .ft-social-btn:hover .fab,
.ls-footer .ft-social-btn:hover .fas{
  color: #0F1B3F !important;
}

/* ── Trust badges (high-specificity to beat theme) ── */
.ls-footer .ft-trust{
  padding: 0 48px 28px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ls-footer .ft-trust-badge{
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 8px !important;
  /* Exact match to original: 8px top/bottom, 14px left/right */
  padding: 7px 12px !important;
  margin: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  color: #FFC107 !important;
  vertical-align: middle;
}
/* Force SVG icon — exactly 16×16, no extra spacing */
.ls-footer .ft-trust-badge svg{
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  fill: #FFC107 !important;
  color: #FFC107 !important;
  flex-shrink: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
}
.ls-footer .ft-trust-badge svg path,
.ls-footer .ft-trust-badge svg polygon,
.ls-footer .ft-trust-badge svg circle,
.ls-footer .ft-trust-badge svg rect{
  fill: #FFC107 !important;
}
/* Badge text — locked font-size + line-height so height is predictable */
.ls-footer .ft-trust-badge span{
  font-size: 11.5px !important;
  line-height: 1 !important;
  color: rgba(255,255,255,0.6) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  font-family: 'Open Sans', sans-serif !important;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Divider */
.ft-divider{
  height: 1px;
  background: rgba(255,255,255,0.07);
  margin: 0 48px;
}

/* Bottom bar */
/* Bottom bar — all rules scoped under .ls-footer for full specificity */
.ls-footer .ft-bottom{
  padding: 18px 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 12px;
}
.ls-footer .ft-bottom-left{
  font-size: 11.5px;
  color: rgba(255,255,255,0.35);
  line-height: 1.4;
}
.ls-footer .ft-bottom-left strong{ color: rgba(255,255,255,0.55); }

/* Links row — gap: 18px between every child (link + separator + link) */
.ls-footer .ft-bottom-links{
  display: flex !important;
  gap: 18px !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.ls-footer .ft-bottom-links a{
  font-size: 11.5px !important;
  color: rgba(255,255,255,0.35) !important;
  text-decoration: none !important;
  padding: 0 !important;
  transition: color 0.15s;
  white-space: nowrap;
}
.ls-footer .ft-bottom-links a:hover{ color: #FFC107 !important; }

/* Pipe separator between links */
.ls-footer .ft-bottom-sep{
  display: inline-block !important;
  width: 1px !important;
  height: 12px !important;
  background: rgba(255,255,255,0.15) !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.ls-footer .ft-bottom-right{
  font-size: 11.5px;
  color: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.ls-footer .ft-bottom-right span{
  color: #FFC107;
  font-weight: 600;
}

/* ── Footer Responsive ── */
@media (max-width: 1200px){
  .ls-footer .ft-main{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 900px){
  .ls-footer .ft-main{
    grid-template-columns: 1fr 1fr;
    padding: 36px 24px 24px;
    gap: 24px;
  }
  .ls-footer .ft-cta-bar{ padding: 24px; }
  .ls-footer .ft-trust{ padding: 0 24px 24px; }
  .ls-footer .ft-divider{ margin: 0 24px; }
  .ls-footer .ft-bottom{ padding: 16px 24px !important; flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
}
@media (max-width: 600px){
  .ls-footer .ft-main{ grid-template-columns: 1fr; padding: 24px 16px; gap: 20px; }
  .ls-footer .ft-cta-bar{ flex-direction: column; padding: 20px 16px; text-align: center; }
  .ls-footer .ft-cta-actions{ width: 100%; justify-content: center; }
  .ls-footer .ft-trust{ padding: 0 16px 20px; gap: 8px; }
  .ls-footer .ft-trust-badge{ flex: 1; min-width: 140px; }
  .ls-footer .ft-divider{ margin: 0 16px; }
  .ls-footer .ft-bottom{ padding: 14px 16px !important; }
  .ls-footer .ft-bottom-links{ gap: 10px !important; }
  .ls-footer .ft-bottom-links a{ font-size: 11px !important; }
}

/* ==========================================================================
   VISA & IMMIGRATION SERVICES PAGE  —  Premium Redesign
   ========================================================================== */

/* ── Shared typography tokens ── */
.vsp-highlight { color: #FFC107; }

.vsp-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFC107;
  background: rgba(245,168,0,0.10);
  border: 1px solid rgba(245,168,0,0.2);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.vsp-section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0F1B3F;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  font-family: 'Montserrat', 'Plus Jakarta Sans', sans-serif;
}

.vsp-section-desc {
  font-size: 15.5px;
  color: #5a6a82;
  line-height: 1.75;
  letter-spacing: 0.01em;
  max-width: 620px;
  margin: 0 auto;
}

/* ── Services Section wrapper ── */
.vsp-services-section {
  background: #fff;
}

/* ── Section heading band ── */
.vsp-section-head {
  padding: 60px 0 8px;
  text-align: center;
}

/* ── Premium (featured) cards band ── */
.vsp-featured-band {
  background: linear-gradient(160deg, #0F1B3F 0%, #12285a 100%);
  padding: 52px 0 80px;
  position: relative;
  overflow: hidden;
  /* diagonal bottom cut creates smooth visual separation */
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  margin-bottom: -2px;
}

.vsp-featured-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 8% 60%, rgba(245,168,0,0.10) 0%, transparent 45%),
    radial-gradient(circle at 92% 40%, rgba(99,149,255,0.06) 0%, transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(245,168,0,0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* Gold top accent line */
.vsp-featured-band::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFC107 30%, #FFC107 70%, transparent);
  pointer-events: none;
}

/* ── pcard sweep (animated bottom bar inside each card) ── */
.vsp-pcard__sweep {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFC107, #ffd166);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s;
  border-radius: 0 0 18px 18px;
}
.vsp-pcard:hover .vsp-pcard__sweep { transform: scaleX(1); }

.vsp-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

/* Premium card */
.vsp-pcard {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(245,168,0,0.22);
  border-radius: 18px;
  padding: 36px 30px 32px;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: background 0.25s, transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  /* equal-height cards */
  height: 100%;
}

.vsp-pcard__sweep {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFC107, #ffd166);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.vsp-pcard:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-5px);
  box-shadow: 0 20px 52px rgba(0,0,0,0.28);
  border-color: #FFC107;
  text-decoration: none;
  color: #fff;
}

.vsp-pcard:hover .vsp-pcard__sweep { transform: scaleX(1); }

.vsp-pcard--1 { --pcard-icon-bg: rgba(245,168,0,0.14); }
.vsp-pcard--2 { --pcard-icon-bg: rgba(99,179,237,0.14); }
.vsp-pcard--3 { --pcard-icon-bg: rgba(104,211,145,0.14); }

.vsp-pcard__badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #FFC107;
  background: rgba(245,168,0,0.13);
  border: 1px solid rgba(245,168,0,0.28);
  border-radius: 5px;
  padding: 4px 10px;
  margin-bottom: 20px;
  width: fit-content;
}

.vsp-pcard__icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: var(--pcard-icon-bg, rgba(245,168,0,0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.vsp-pcard__emoji {
  font-size: 32px;
  line-height: 1;
}

.vsp-pcard__title {
  font-size: 18.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  line-height: 1.3;
}

.vsp-pcard__desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.62);
  line-height: 1.72;
  letter-spacing: 0.012em;
  flex-grow: 1;
  margin-bottom: 22px;
}

.vsp-pcard__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFC107;
  color: #0F1B3F;
  font-size: 15px;
  transition: transform 0.2s, background 0.2s;
  margin-top: auto;
  align-self: flex-start;
  flex-shrink: 0;
}

.vsp-pcard:hover .vsp-pcard__arrow {
  transform: translateX(5px);
  background: #ffc107;
}

/* ── Regular services band ── */
.vsp-regular-band {
  padding: 64px 0 88px;
  background: #f7fafd;
  /* slight inset from clip-path above */
  position: relative;
  z-index: 1;
}

/* sub-label above the regular grid */
.vsp-regular-band__label {
  text-align: center;
  margin-bottom: 32px;
}

.vsp-regular-band__label span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8099b8;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2eaf4;
}

.vsp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Standard service card */
.vsp-scard {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px 22px 18px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5edf6;
  box-shadow: 0 2px 6px rgba(10,30,61,0.04);
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
  height: 100%;
}

.vsp-scard:hover {
  box-shadow: 0 10px 32px rgba(10,30,61,0.11);
  transform: translateY(-3px);
  border-color: #FFC107;
  text-decoration: none;
  color: inherit;
}

.vsp-scard__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
}

.vsp-scard__icon--1 { background: #fff4cc; }
.vsp-scard__icon--2 { background: #e0f0ff; }
.vsp-scard__icon--3 { background: #e0fff0; }
.vsp-scard__icon--4 { background: #ffecea; }

.vsp-scard__body { flex: 1; min-width: 0; }

.vsp-scard__title {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F1B3F;
  margin-bottom: 6px;
  line-height: 1.3;
}

.vsp-scard__desc {
  font-size: 12.5px;
  color: #6b7d96;
  line-height: 1.65;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.vsp-scard__link {
  font-size: 11.5px;
  font-weight: 700;
  color: #FFC107;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.01em;
}

.vsp-scard__link i { transition: transform 0.18s; }
.vsp-scard:hover .vsp-scard__link i { transform: translateX(4px); }

/* ── Stats strip ── */
.vsp-stats-strip {
  background: linear-gradient(135deg, #0F1B3F 0%, #1a3660 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.vsp-stats-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 0% 100%, rgba(245,168,0,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(99,149,237,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.vsp-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}

.vsp-stats-inner[data-stat-count="1"] { grid-template-columns: 1fr; }
.vsp-stats-inner[data-stat-count="2"] { grid-template-columns: repeat(2, 1fr); }
.vsp-stats-inner[data-stat-count="3"] { grid-template-columns: repeat(3, 1fr); }
.vsp-stats-inner[data-stat-count="5"] { grid-template-columns: repeat(5, 1fr); }
.vsp-stats-inner[data-stat-count="6"] { grid-template-columns: repeat(3, 1fr); }

.vsp-stat {
  text-align: center;
  padding: 20px 24px;
  position: relative;
}

.vsp-stat__sep {
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,0.12);
}

.vsp-stat__icon {
  font-size: 28px;
  color: #FFC107;
  margin-bottom: 10px;
  opacity: 0.85;
}

.vsp-stat__number {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: 'Montserrat', sans-serif;
}

.vsp-stat__suffix {
  color: #FFC107;
  font-size: 36px;
}

.vsp-stat__label {
  font-size: 11px;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-top: 8px;
  font-weight: 600;
}

/* ── Process section ── */
.vsp-process-section {
  background: #fff;
  padding: 90px 0 100px;
}

.vsp-process-head {
  margin-bottom: 70px;
}

.vsp-steps-track {
  position: relative;
}

.vsp-steps-line {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFC107 20%, #FFC107 80%, transparent);
  opacity: 0.3;
}

.vsp-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.vsp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
}

.vsp-step__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0F1B3F, #1a3a6e);
  border: 3px solid #FFC107;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0 8px 24px rgba(10,30,61,0.18);
  flex-shrink: 0;
}

.vsp-step__circle i {
  font-size: 24px;
  color: #FFC107;
}

.vsp-step__num-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFC107;
  color: #0F1B3F;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #fff;
}

.vsp-step__title {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F1B3F;
  margin-bottom: 10px;
  line-height: 1.3;
}

.vsp-step__desc {
  font-size: 13px;
  color: #6b7d96;
  line-height: 1.68;
  letter-spacing: 0.01em;
}

/* ── FAQ section ── */
.vsp-faq-section {
  background: linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
  padding: 90px 0 100px;
}

.vsp-faq-sidebar {
  background: linear-gradient(145deg, #0F1B3F, #142e5e);
  border-radius: 18px;
  padding: 40px 32px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.vsp-faq-sidebar__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFC107;
  background: rgba(245,168,0,0.15);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.vsp-faq-sidebar__title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.vsp-faq-sidebar__desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}

.vsp-faq-sidebar__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ls-btn-gold);
  color: var(--ls-btn-navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
  margin-bottom: 20px;
  justify-content: center;
}

.vsp-faq-sidebar__btn:hover {
  background: #e09600;
  transform: translateY(-1px);
  text-decoration: none;
  color: #0F1B3F;
}

.vsp-faq-sidebar__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.vsp-faq-sidebar__trust i {
  color: #FFC107;
  font-size: 14px;
}

.vsp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 24px;
}

.vsp-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dde8f5;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(10,30,61,0.04);
}

.vsp-faq-item[open] {
  border-color: #FFC107;
  box-shadow: 0 4px 20px rgba(245,168,0,0.12);
}

.vsp-faq-question {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  gap: 14px;
  user-select: none;
}

.vsp-faq-question::-webkit-details-marker { display: none; }

.vsp-faq-q-num {
  font-size: 12px;
  font-weight: 800;
  color: #FFC107;
  font-family: 'Montserrat', sans-serif;
  min-width: 28px;
}

.vsp-faq-q-text {
  flex: 1;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #0F1B3F;
  line-height: 1.4;
}

.vsp-faq-chevron {
  color: #aab8cc;
  font-size: 18px;
  transition: transform 0.22s, color 0.18s;
  flex-shrink: 0;
}

.vsp-faq-item[open] .vsp-faq-chevron {
  transform: rotate(180deg);
  color: #FFC107;
}

.vsp-faq-answer {
  padding: 12px 20px 18px 62px;
  font-size: 13.5px;
  color: #6b7d96;
  line-height: 1.72;
  letter-spacing: 0.01em;
  border-top: 1px solid #eef3fa;
}

/* ── Bottom CTA ── */
.vsp-cta-section {
  background: linear-gradient(135deg, #0F1B3F 0%, #1a3660 50%, #0d2347 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.vsp-cta-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(245,168,0,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(99,149,237,0.08) 0%, transparent 55%);
  pointer-events: none;
}

.vsp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.vsp-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245,168,0,0.15);
  border: 2px solid rgba(245,168,0,0.35);
  color: #FFC107;
  font-size: 28px;
  margin-bottom: 24px;
}

.vsp-cta-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

.vsp-cta-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  margin-bottom: 36px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.vsp-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vsp-cta-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border-color 0.18s, color 0.18s;
}

.vsp-cta-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.vsp-cta-btn--primary {
  background: var(--ls-btn-gold);
  color: var(--ls-btn-navy);
  box-shadow: 0 6px 24px rgba(245,168,0,0.35);
}

.vsp-cta-btn--primary:hover {
  background: #ffc107;
  color: var(--ls-btn-navy);
  box-shadow: 0 10px 32px rgba(245,168,0,0.45);
}

.vsp-cta-btn--outline {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.3);
}

.vsp-cta-btn--outline:hover {
  border-color: #FFC107;
  color: #FFC107;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .vsp-featured-grid { grid-template-columns: 1fr 1fr; }
  .vsp-services-grid { grid-template-columns: 1fr 1fr; }
  .vsp-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .vsp-steps-grid { grid-template-columns: 1fr 1fr; gap: 50px 24px; }
  .vsp-steps-line { display: none; }
  /* prevent clip-path clipping cards at small widths */
  .vsp-featured-band { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%); }
}

@media (max-width: 991px) {
  .vsp-faq-list { padding-left: 0; }
  .vsp-faq-sidebar { position: static; margin-bottom: 36px; }
}

@media (max-width: 768px) {
  .vsp-featured-grid { grid-template-columns: 1fr; }
  .vsp-services-grid { grid-template-columns: 1fr 1fr; }
  .vsp-section-title { font-size: 28px; letter-spacing: -0.015em; }
  .vsp-stat__number { font-size: 34px; }
  .vsp-cta-title { font-size: 27px; }
  .vsp-featured-band { clip-path: none; }
}

@media (max-width: 520px) {
  .vsp-services-grid { grid-template-columns: 1fr; }
  .vsp-steps-grid { grid-template-columns: 1fr; gap: 36px; }
  .vsp-cta-btns { flex-direction: column; align-items: stretch; }
  .vsp-cta-btn { justify-content: center; }
  .vsp-faq-answer { padding-left: 20px; }
  .vsp-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .vsp-section-head { padding-top: 60px; }
}

/* ==========================================================================
   VISA SERVICE DETAIL  —  Highlights, pathway, eligibility
   ========================================================================== */

.vssd-section-head {
  margin-bottom: 48px;
}

.vssd-highlights-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  padding: 88px 0 96px;
}

.vssd-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.vssd-highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px 30px;
  border: 1px solid rgba(10, 30, 61, 0.06);
  box-shadow: 0 14px 40px rgba(10, 30, 61, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vssd-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(10, 30, 61, 0.1);
}

.vssd-highlight-card--1 .vssd-highlight-card__icon {
  background: rgba(245, 168, 0, 0.12);
  color: #c88600;
}

.vssd-highlight-card--2 .vssd-highlight-card__icon {
  background: rgba(99, 179, 237, 0.14);
  color: #1e90ff;
}

.vssd-highlight-card--3 .vssd-highlight-card__icon {
  background: rgba(104, 211, 145, 0.14);
  color: #1a7f4b;
}

.vssd-highlight-card--4 .vssd-highlight-card__icon {
  background: rgba(237, 137, 54, 0.12);
  color: #c05621;
}

.vssd-highlight-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.vssd-highlight-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0f1b3f;
  margin-bottom: 10px;
  font-family: "Poppins", "Montserrat", sans-serif;
  letter-spacing: 0.015em;
  word-spacing: 0.04em;
}

.vssd-highlight-card__desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #5a6b85;
  margin: 0;
}

.vssd-pathway-section {
  position: relative;
  padding: 88px 0 96px;
  overflow: hidden;
}

.vssd-pathway-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #061228 0%, #0f1b3f 45%, #142e5e 100%);
}

.vssd-pathway-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 70% 20%, rgba(245, 168, 0, 0.08), transparent 55%);
  pointer-events: none;
}

.vssd-pathway-head {
  margin-bottom: 52px;
}

.vssd-pathway-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffc107;
  margin-bottom: 14px;
}

.vssd-pathway-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}

.vssd-pathway-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto;
}

.vssd-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Exactly four pathway cards: deliberate 2×2 instead of 3+1 empty wings */
.vssd-pathway-grid:has(> .vssd-pathway-card:nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.vssd-pathway-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 26px 22px 28px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vssd-pathway-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(245, 168, 0, 0.14);
  border: 1px solid rgba(245, 168, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #ffc107;
  font-size: 19px;
}

.vssd-pathway-card__index {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ffc107;
  display: block;
  margin-bottom: 12px;
}

.vssd-pathway-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.45;
  font-family: "Poppins", "Montserrat", sans-serif;
  /* main.css sets h3 { letter-spacing: -1px } — too tight at this size; keep words readable */
  letter-spacing: 0.02em;
  word-spacing: 0.06em;
}

.vssd-pathway-card__text {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.vssd-eligibility-section {
  background: linear-gradient(180deg, #f4f8fd 0%, #fafcfe 55%, #fff 100%);
  padding: 88px 0 96px;
}

/* Softer hero image treatment on service detail (white band under banner) */
.vssd-service-page .ls-content-hero--managed .ls-managed-hero__visual {
  box-shadow: 0 22px 60px rgba(10, 30, 61, 0.14);
  border-color: rgba(10, 30, 61, 0.1);
}

.vssd-process-section {
  border-top: 1px solid rgba(10, 30, 61, 0.06);
}

/* Service detail: process step titles still use global h3 tracking from main.css — open up slightly */
.vssd-service-page .vsp-step__title {
  font-family: "Poppins", "Montserrat", sans-serif;
  letter-spacing: 0.015em;
  word-spacing: 0.05em;
  line-height: 1.42;
}

/* Main intro headline under banner — less tight than default ls-content-hero__title */
.vssd-service-page .ls-content-hero__title {
  letter-spacing: -0.015em;
}

.vssd-eligibility-visual {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  aspect-ratio: 1;
}

.vssd-eligibility-visual__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(245, 168, 0, 0.35);
  animation: vssd-pulse 3s ease-in-out infinite;
}

@keyframes vssd-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.7;
  }
}

.vssd-eligibility-visual__inner {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f1b3f, #1a3a6e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 48px rgba(10, 30, 61, 0.22);
}

.vssd-eligibility-visual__inner i {
  font-size: 64px;
  color: #ffc107;
}

.vssd-eligibility-list {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .vssd-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vssd-pathway-grid {
    grid-template-columns: 1fr;
  }
  .vssd-pathway-grid:has(> .vssd-pathway-card:nth-child(4):last-child) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .vssd-highlight-grid {
    grid-template-columns: 1fr;
  }
  .vssd-pathway-title {
    font-size: 26px;
  }
}

/* Service detail: flexible step columns (overrides base 4-col at lg) */
.vsp-steps-grid--count-1 {
  grid-template-columns: 1fr;
}
.vsp-steps-grid--count-2 {
  grid-template-columns: repeat(2, 1fr);
}
.vsp-steps-grid--count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.vsp-steps-grid--count-4 {
  grid-template-columns: repeat(4, 1fr);
}
.vsp-steps-grid--count-5 {
  grid-template-columns: repeat(5, 1fr);
}
.vsp-steps-grid--count-6 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  .vsp-steps-grid--count-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vsp-steps-grid--count-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   IMMIGRATION COUNTRIES PAGE  —  Premium Design
   ========================================================================== */

/* ── Shared tokens ── */
.icp-highlight { color: #FFC107; }

.icp-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFC107;
  background: rgba(245,168,0,0.10);
  border: 1px solid rgba(245,168,0,0.2);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.icp-section-head { margin-bottom: 52px; }

.icp-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}

.icp-section-desc {
  font-size: 15.5px;
  color: #5a6a82;
  line-height: 1.75;
  letter-spacing: 0.01em;
  max-width: 620px;
  margin: 0 auto;
}

/* ── Intro section ── */
.icp-intro-section {
  background: linear-gradient(160deg, #0F1B3F 0%, #0f2a52 60%, #0F1B3F 100%);
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
}

.icp-intro-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 0% 50%, rgba(245,168,0,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 50%, rgba(99,149,237,0.07) 0%, transparent 55%);
  pointer-events: none;
}

.icp-intro-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.icp-intro-text { max-width: 600px; }

.icp-intro-text .icp-eyebrow {
  background: rgba(245,168,0,0.12);
  border-color: rgba(245,168,0,0.25);
}

.icp-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.icp-hero-desc {
  font-size: 15.5px;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  max-width: 520px;
}

.icp-intro-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.icp-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border-color 0.18s, color 0.18s;
}

.icp-btn:hover { transform: translateY(-2px); text-decoration: none; }

.icp-btn--primary {
  background: var(--ls-btn-gold);
  color: var(--ls-btn-navy);
  box-shadow: 0 5px 20px rgba(245,168,0,0.30);
}
.icp-btn--primary:hover { background: #ffc107; color: var(--ls-btn-navy); box-shadow: 0 8px 28px rgba(245,168,0,0.40); }

.icp-btn--ghost {
  background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.28);
}
.icp-btn--ghost:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: rgba(255,255,255,0.45); }

/* ── Animated globe decoration ── */
.icp-intro-globe { flex-shrink: 0; }

.icp-globe-wrap {
  width: 220px;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icp-globe-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,0.25);
  animation: icp-pulse 3s ease-in-out infinite;
}

.icp-globe-ring--1 { width: 100%; height: 100%; animation-delay: 0s; }
.icp-globe-ring--2 { width: 76%; height: 76%; animation-delay: 0.6s; border-color: rgba(245,168,0,0.35); }
.icp-globe-ring--3 { width: 52%; height: 52%; animation-delay: 1.2s; border-color: rgba(245,168,0,0.5); }

@keyframes icp-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}

.icp-globe-center {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC107, #e09600);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(245,168,0,0.40);
}

.icp-globe-center i {
  font-size: 28px;
  color: #0F1B3F;
}

.icp-globe-stat {
  font-size: 11px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* ── Featured countries section ── */
.icp-featured-section {
  background: #f7fafd;
  padding: 88px 0 80px;
}

.icp-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Featured country card */
.icp-fcard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2eaf4;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(10,30,61,0.06);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  position: relative;
}

.icp-fcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(10,30,61,0.14);
  border-color: #FFC107;
  text-decoration: none;
  color: inherit;
}

/* Gold top bar on hover */
.icp-fcard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFC107, #ffd166);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.icp-fcard:hover::before { transform: scaleX(1); }

.icp-fcard__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 20px 10px;
}

/* Gold sweep bar (div inside card, animates on hover) */
.icp-fcard__sweep {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFC107, #ffd166);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  border-radius: 18px 18px 0 0;
}
.icp-fcard:hover .icp-fcard__sweep { transform: scaleX(1); }
/* Remove old ::before sweep now handled by div */
.icp-fcard::before { display: none !important; }

.icp-fcard__flag-wrap {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f0fb;
}

.icp-fcard__flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.icp-fcard__flag-fallback {
  font-size: 18px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: 0.05em;
}

.icp-fcard__location {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.icp-fcard__continent {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #8099b8;
}

.icp-fcard__continent-icon {
  font-size: 10px;
  color: #b0c0d8;
}

/* Highlight badges */
.icp-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.icp-badge--gold   { background: rgba(245,168,0,0.12); color: #d48a00; border: 1px solid rgba(245,168,0,0.25); }
.icp-badge--blue   { background: rgba(59,130,246,0.10); color: #1d6ad4; border: 1px solid rgba(59,130,246,0.20); }
.icp-badge--red    { background: rgba(239,68,68,0.08);  color: #c23232; border: 1px solid rgba(239,68,68,0.18); }
.icp-badge--green  { background: rgba(34,197,94,0.10);  color: #16803a; border: 1px solid rgba(34,197,94,0.20); }
.icp-badge--purple { background: rgba(139,92,246,0.10); color: #6d28d9; border: 1px solid rgba(139,92,246,0.20); }
.icp-badge--teal   { background: rgba(20,184,166,0.10); color: #0d7a68; border: 1px solid rgba(20,184,166,0.20); }

.icp-fcard__name {
  font-size: 17px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: -0.015em;
  padding: 0 20px 12px;
  line-height: 1.25;
}

.icp-fcard__visas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 20px 14px;
}

.icp-visa-pill {
  font-size: 10.5px;
  font-weight: 600;
  color: #3a5a8a;
  background: #edf3fb;
  border-radius: 20px;
  padding: 3px 10px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.icp-visa-pill--more {
  background: rgba(245,168,0,0.12);
  color: #b87a00;
}

.icp-fcard__meta {
  display: flex;
  gap: 0;
  border-top: 1px solid #eef3fb;
  margin-top: auto;
}

.icp-fcard__stat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 11.5px;
  color: #6b7d96;
  font-weight: 500;
  border-right: 1px solid #eef3fb;
}

.icp-fcard__stat:last-child { border-right: none; }

.icp-fcard__stat i {
  color: #FFC107;
  font-size: 12px;
  flex-shrink: 0;
}

.icp-fcard__footer {
  padding: 12px 20px;
  background: linear-gradient(90deg, #0F1B3F, #12285a);
}

.icp-fcard__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #FFC107;
  letter-spacing: 0.02em;
}

.icp-fcard__cta i { transition: transform 0.18s; }
.icp-fcard:hover .icp-fcard__cta i { transform: translateX(5px); }

/* ── Regions section ── */
.icp-regions-section {
  background: #fff;
  padding: 90px 0 100px;
}

.icp-region { margin-bottom: 68px; }
.icp-region:last-child { margin-bottom: 0; }

.icp-region__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.icp-region__icon { font-size: 22px; line-height: 1; }

.icp-region__icon-fa {
  font-size: 16px;
  color: #FFC107;
  width: 34px;
  height: 34px;
  background: rgba(245,168,0,0.10);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icp-region__name {
  font-size: 18px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.icp-region__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e2eaf4, transparent);
}

.icp-region__count {
  font-size: 11px;
  font-weight: 600;
  color: #8099b8;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  white-space: nowrap;
}

.icp-country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Country card (compact) */
.icp-ccard {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5edf6;
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(10,30,61,0.04);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  position: relative;
}

.icp-ccard:hover {
  box-shadow: 0 6px 24px rgba(10,30,61,0.11);
  transform: translateY(-2px);
  border-color: #FFC107;
  text-decoration: none;
  color: inherit;
}

.icp-ccard__flag-wrap {
  width: 44px;
  height: 33px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 5px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f0fb;
}

.icp-ccard__flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.icp-ccard__flag-fallback {
  font-size: 11px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: 0.04em;
}

.icp-ccard__body { flex: 1; min-width: 0; }

.icp-ccard__name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0F1B3F;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icp-ccard__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.icp-cpill {
  font-size: 9.5px;
  font-weight: 600;
  color: #3a5a8a;
  background: #edf3fb;
  border-radius: 20px;
  padding: 2px 7px;
  white-space: nowrap;
}

.icp-cpill--more {
  background: rgba(245,168,0,0.10);
  color: #b87a00;
}

.icp-ccard__arrow {
  font-size: 12px;
  color: #c0cde0;
  flex-shrink: 0;
  transition: transform 0.18s, color 0.18s;
}

.icp-ccard:hover .icp-ccard__arrow {
  transform: translateX(3px);
  color: #FFC107;
}

/* ── CTA section ── */
.icp-cta-section {
  background: linear-gradient(135deg, #0F1B3F 0%, #1a3660 50%, #0d2347 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.icp-cta-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(245,168,0,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(99,149,237,0.08) 0%, transparent 55%);
  pointer-events: none;
}

.icp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.icp-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245,168,0,0.15);
  border: 2px solid rgba(245,168,0,0.30);
  color: #FFC107;
  font-size: 28px;
  margin-bottom: 24px;
}

.icp-cta-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}

.icp-cta-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  line-height: 1.72;
  letter-spacing: 0.01em;
  margin-bottom: 38px;
}

.icp-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.icp-cta-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border-color 0.18s, color 0.18s;
}

.icp-cta-btn:hover { transform: translateY(-2px); text-decoration: none; }

.icp-cta-btn--primary {
  background: var(--ls-btn-gold);
  color: var(--ls-btn-navy);
  box-shadow: 0 6px 24px rgba(245,168,0,0.35);
}
.icp-cta-btn--primary:hover { background: #ffc107; color: var(--ls-btn-navy); box-shadow: 0 10px 32px rgba(245,168,0,0.45); }

.icp-cta-btn--outline {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.28);
}
.icp-cta-btn--outline:hover { border-color: var(--ls-btn-gold); color: var(--ls-btn-gold); }

/* ── Responsive ── */
@media (max-width: 1200px) {
  .icp-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .icp-country-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
  .icp-intro-inner { grid-template-columns: 1fr; }
  .icp-intro-globe { display: none; }
  .icp-country-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .icp-hero-title { font-size: 30px; }
  .icp-section-title { font-size: 26px; }
  .icp-featured-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .icp-cta-title { font-size: 26px; }
}

@media (max-width: 520px) {
  .icp-featured-grid { grid-template-columns: 1fr; }
  .icp-country-grid { grid-template-columns: 1fr; }
  .icp-cta-btns { flex-direction: column; align-items: stretch; }
  .icp-cta-btn { justify-content: center; }
  .icp-intro-section { padding: 60px 0 70px; }
}

/* ==========================================================================
   ABOUT HUB & MANAGED ABOUT PAGES — Premium sections (LeaderSol)
   ========================================================================== */

.ls-managed-hero__visual {
  position: relative;
  width: min(420px, 100%);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(245, 168, 0, 0.22);
}

.ls-managed-hero__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ls-about-hero-visual {
  position: relative;
  width: min(440px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(245, 168, 0, 0.28);
}

.ls-about-hero-visual__img {
  display: block;
  width: 100%;
  height: auto;
}

.ls-story-stack {
  background: #fff;
  padding: 88px 0 96px;
}

.ls-story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
}

.ls-story-row--spaced { margin-top: 72px; padding-top: 72px; border-top: 1px solid rgba(10, 30, 61, 0.08); }

.ls-story-row--reverse .ls-story-row__media { order: 2; }
.ls-story-row--reverse .ls-story-row__body { order: 1; }

.ls-story-row__media-inner {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(10, 30, 61, 0.12);
  border: 1px solid rgba(10, 30, 61, 0.08);
}

.ls-story-row__media-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.ls-story-row__title {
  font-size: 32px;
  font-weight: 800;
  color: #0F1B3F;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}

.ls-story-row__desc {
  font-size: 15.5px;
  color: #5a6a82;
  line-height: 1.75;
  margin: 0;
}

.ls-white-band {
  background: #fff;
  padding: 88px 0 96px;
}

.ls-white-band--tight { padding-top: 72px; padding-bottom: 72px; }

.ls-proof-head-band {
  background: #fff;
  padding: 56px 0 0;
}

.ls-benefits-title { margin-top: 10px; }

.ls-benefits-visual {
  box-shadow: 0 22px 55px rgba(10, 30, 61, 0.12);
  border-radius: 18px;
  border: 1px solid rgba(10, 30, 61, 0.08);
}

.ls-benefits-list__icon {
  color: #FFC107;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -2px;
}

.ls-benefits-list li img { display: none; }

.ls-team-band {
  position: relative;
  padding: 96px 0 104px;
  overflow: hidden;
}

.ls-team-band__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.ls-team-band__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(10, 30, 61, 0.92) 0%, rgba(10, 30, 61, 0.88) 45%, rgba(10, 30, 61, 0.94) 100%);
}

.ls-team-band .icp-section-title,
.ls-team-band .icp-section-desc,
.ls-team-band .icp-eyebrow {
  color: #fff;
}

.ls-team-band .icp-section-desc { color: rgba(255, 255, 255, 0.72); }

.ls-team-band .icp-eyebrow {
  background: rgba(245, 168, 0, 0.15);
  border-color: rgba(245, 168, 0, 0.35);
}

.ls-team-band__head { position: relative; z-index: 1; }

.ls-team-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 8px;
}

.ls-team-grid--light {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
}

.ls-team-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px 18px 20px;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.ls-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 168, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.ls-team-card--light {
  background: #fff;
  border: 1px solid rgba(10, 30, 61, 0.08);
  box-shadow: 0 14px 40px rgba(10, 30, 61, 0.08);
}

.ls-team-card--light:hover {
  border-color: rgba(245, 168, 0, 0.5);
  box-shadow: 0 20px 50px rgba(10, 30, 61, 0.12);
}

.ls-team-card__photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(245, 168, 0, 0.55);
}

.ls-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ls-team-card__name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
}

.ls-team-card--light .ls-team-card__name { color: #0F1B3F; }

.ls-team-card__role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFC107;
  margin-bottom: 10px;
}

.ls-team-card__bio {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
}

.ls-team-card--light .ls-team-card__bio { color: #5a6a82; }

.ls-team-card__social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ls-team-card__social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s, color 0.2s;
}

.ls-team-card__social a:hover {
  background: #FFC107;
  color: #0F1B3F;
  border-color: #FFC107;
}

.ls-partners-section {
  background: linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
  padding: 80px 0 96px;
}

.ls-partners-grid {
  margin-top: 8px;
}

.ls-success-stories-section {
  background: #fff;
  padding: 72px 0 96px;
}

.ls-btn-navy-outline {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  border: 2px solid var(--ls-btn-navy);
  color: var(--ls-btn-navy);
  background: transparent;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.18s;
}

.ls-btn-navy-outline:hover {
  background: var(--ls-btn-navy);
  color: #fff;
  border-color: var(--ls-btn-navy);
  transform: translateY(-1px);
}

.ls-btn-navy-outline__icon { font-size: 15px; }

.ls-managed-feature-grid .managed-feature-card {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(10, 30, 61, 0.08);
  box-shadow: 0 12px 36px rgba(10, 30, 61, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.ls-managed-feature-grid .managed-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 168, 0, 0.45);
  box-shadow: 0 22px 50px rgba(10, 30, 61, 0.12);
}

@media (max-width: 1199px) {
  .ls-team-grid,
  .ls-team-grid--light { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
  .ls-story-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ls-story-row--reverse .ls-story-row__media { order: 0; }
  .ls-story-row--reverse .ls-story-row__body { order: 0; }
  .ls-team-grid,
  .ls-team-grid--light { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .ls-team-grid,
  .ls-team-grid--light { grid-template-columns: 1fr; }
  .ls-story-stack { padding: 64px 0 72px; }
}

/* --- GCC visa hub (premium country grid) --- */
.gcc-hub-page .gcc-hub-hero {
  position: relative;
  padding: 56px 0 72px;
  background:
    radial-gradient(120% 80% at 20% 0%, rgba(157, 210, 255, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}
.gcc-hub-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.gcc-hub-hero__title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.15;
  color: #0f1b3f;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.gcc-hub-hero__accent {
  color: var(--leadersol-blue);
}
.gcc-hub-hero__desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3d4a63;
  max-width: 640px;
  margin: 0 auto;
}
.gcc-hub-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.gcc-hub-hero__cta-primary {
  margin-left: 0 !important;
}
.gcc-hub-hero__cta-secondary {
  text-decoration: none !important;
}

.gcc-hub-grid-section {
  padding: 24px 0 88px;
  background: #fff;
}
.gcc-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.gcc-hub-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 26px 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(10, 30, 61, 0.08);
  background: linear-gradient(165deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 14px 40px rgba(10, 30, 61, 0.07);
  text-decoration: none !important;
  color: #0f1b3f !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.gcc-hub-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 168, 0, 0.5);
  box-shadow: 0 22px 56px rgba(10, 30, 61, 0.12);
}
.gcc-hub-card__flag {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
}
.gcc-hub-card__title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #0f1b3f;
}
.gcc-hub-card__tagline {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a5568;
  margin: 0 0 16px;
  flex: 1;
}
.gcc-hub-card__link {
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--leadersol-blue) !important;
}

.gcc-hub-note {
  padding: 0 0 96px;
  background: #fff;
}
.gcc-hub-note__box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 16px;
  background: #f0f6ff;
  border: 1px solid rgba(11, 94, 168, 0.12);
}
.gcc-hub-note__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--leadersol-blue);
  font-size: 1.25rem;
  box-shadow: 0 8px 24px rgba(10, 30, 61, 0.08);
}
.gcc-hub-note__title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f1b3f;
}
.gcc-hub-note__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #3d4a63;
}

@media (max-width: 991px) {
  .gcc-hub-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .gcc-hub-card-grid {
    grid-template-columns: 1fr;
  }
  .gcc-hub-note__box {
    flex-direction: column;
  }
}

/* --- Hajj & Umrah packages (filter catalogue) --- */
.hu-packages-intro {
  padding: 48px 0 24px;
  background: #fff;
}
.hu-packages {
  padding: 32px 0 96px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 40%);
}
.hu-packages__head {
  margin-bottom: 28px;
}
.hu-packages__toolbar {
  background: #fff;
  border: 1px solid rgba(10, 30, 61, 0.08);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 12px 36px rgba(10, 30, 61, 0.06);
  margin-bottom: 20px;
}
.hu-packages__toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: flex-end;
}
.hu-packages__toolbar-row + .hu-packages__toolbar-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 30, 61, 0.06);
}
.hu-packages__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 140px;
}
.hu-packages__field--grow {
  flex: 1 1 220px;
}
.hu-packages__field--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}
.hu-packages__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5a6578;
}
.hu-packages__select,
.hu-packages__input {
  border: 1px solid rgba(10, 30, 61, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
  color: #0f1b3f;
}
.hu-packages__range {
  width: 100%;
  accent-color: var(--leadersol-blue);
}
.hu-packages__disclaimer {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4a5568;
  max-width: 900px;
  margin: 0 auto 16px;
  text-align: center;
}
.hu-packages__count {
  text-align: center;
  font-size: 0.95rem;
  color: #3d4a63;
  margin-bottom: 22px;
}
.hu-packages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.hu-packages__card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(10, 30, 61, 0.08);
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(10, 30, 61, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hu-packages__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(10, 30, 61, 0.12);
}
.hu-packages__card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #1e90ff;
}
.hu-packages__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hu-packages__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hu-packages__badge--umrah {
  background: rgba(245, 168, 0, 0.95);
  color: #0f1b3f;
}
.hu-packages__badge--hajj {
  background: rgba(255, 255, 255, 0.95);
  color: #1e90ff;
}
.hu-packages__card-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hu-packages__card-title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: #0f1b3f;
  letter-spacing: -0.02em;
}
.hu-packages__card-season {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--leadersol-blue);
  margin: 0 0 10px;
}
.hu-packages__card-desc {
  font-size: 0.94rem;
  line-height: 1.55;
  color: #4a5568;
  margin: 0 0 12px;
}
.hu-packages__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #3d4a63;
}
.hu-packages__meta li {
  margin-bottom: 6px;
}
.hu-packages__meta i {
  width: 18px;
  color: var(--leadersol-yellow);
  margin-right: 6px;
}
.hu-packages__meta-note {
  font-size: 0.84rem;
  color: #5a6578;
}
.hu-packages__highlights {
  margin: 0 0 16px;
  padding-left: 18px;
  font-size: 0.86rem;
  color: #3d4a63;
  flex: 1;
}
.hu-packages__highlights li {
  margin-bottom: 4px;
}
.hu-packages__card-footer {
  border-top: 1px solid rgba(10, 30, 61, 0.08);
  padding-top: 14px;
}
.hu-packages__price {
  font-size: 1.05rem;
  color: #0f1b3f;
  margin-bottom: 8px;
}
.hu-packages__price strong {
  color: var(--leadersol-blue);
}
.hu-packages__incl {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.hu-packages__incl span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  background: #eef4ff;
  color: #1e90ff;
}
.hu-packages__cta {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  min-height: var(--ls-btn-min-h);
  padding: 0 var(--ls-btn-pad-x);
  border-radius: var(--ls-btn-radius);
  background: var(--ls-btn-navy);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--ls-btn-fw);
  font-size: var(--ls-btn-fs);
  letter-spacing: var(--ls-btn-ls);
  text-decoration: none !important;
  transition: background 0.2s, transform 0.18s;
}
.hu-packages__cta:hover {
  background: #0d2a52;
  color: #fff !important;
  transform: translateY(-1px);
}
.hu-packages__empty {
  text-align: center;
  padding: 48px 16px;
  color: #5a6578;
  font-size: 1rem;
}
.hu-hub-page .hu-hub-card-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .hu-hub-card-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 520px) {
  .hu-hub-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   RESOURCES HUB & TOOLS (CRS, eligibility, jobs intro)
   ========================================================================== */

.ls-resources-hub {
  padding: 72px 0 96px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%);
}
.ls-resources-hub__head {
  margin-bottom: 48px;
}
.ls-resources-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 768px) {
  .ls-resources-hub__grid {
    grid-template-columns: 1fr;
  }
}
.ls-resources-hub__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  padding: 28px 26px 26px;
  border-radius: 18px;
  border: 1px solid rgba(10, 30, 61, 0.1);
  background: #fff;
  box-shadow: 0 14px 40px rgba(10, 30, 61, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  color: inherit;
  min-height: 100%;
}
.ls-resources-hub__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(10, 30, 61, 0.1);
  border-color: rgba(245, 168, 0, 0.45);
}
.ls-resources-hub__card--gold .ls-resources-hub__icon {
  background: rgba(245, 168, 0, 0.15);
  color: #c48f00;
  border-color: rgba(245, 168, 0, 0.35);
}
.ls-resources-hub__card--navy .ls-resources-hub__icon {
  background: rgba(13, 63, 143, 0.1);
  color: #1e90ff;
  border-color: rgba(13, 63, 143, 0.22);
}
.ls-resources-hub__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid transparent;
  margin-bottom: 16px;
}
.ls-resources-hub__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f1b3f;
  margin: 0 0 10px;
}
.ls-resources-hub__desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5a6a82;
  margin: 0 0 18px;
  flex: 1;
}
.ls-resources-hub__cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e90ff;
}
.ls-resources-hub__cta i {
  margin-left: 6px;
  opacity: 0.7;
}
.ls-resources-hub__banner {
  margin-top: 56px;
  padding: 32px 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f1b3f 0%, #1a3660 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ls-resources-hub__banner-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 8px;
}
.ls-resources-hub__banner-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}
.ls-resources-hub__banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ls-resources-hub__banner-actions .icp-btn--primary {
  background: var(--ls-btn-gold, #ffc107);
  color: var(--ls-btn-navy, #0f1b3f);
}
.ls-resources-hub__banner-actions .ls-btn-navy-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.ls-resources-hub__banner-actions .ls-btn-navy-outline:hover {
  background: #fff;
  color: #0f1b3f;
  border-color: #fff;
}

.ls-tool-page {
  padding-top: 48px;
  background: #fff;
}
.ls-tool-page--crs {
  background: linear-gradient(180deg, #f4f8fd 0%, #fff 28%);
}

.crs-tool__panel,
.crs-tool__result {
  background: #fff;
  border: 1px solid rgba(10, 30, 61, 0.1);
  border-radius: 18px;
  padding: 28px 24px 32px;
  box-shadow: 0 12px 36px rgba(10, 30, 61, 0.06);
}
.crs-tool__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f1b3f;
  margin: 0 0 8px;
}
.crs-tool__h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f1b3f;
  margin: 24px 0 12px;
}
.crs-tool__hint {
  font-size: 0.92rem;
  color: #5a6a82;
  margin: 0 0 20px;
  line-height: 1.6;
}
.crs-tool__field {
  margin-bottom: 16px;
}
.crs-tool__field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #3d4a63;
  margin-bottom: 6px;
}
.crs-tool__check,
.crs-tool__checks label {
  display: block;
  font-size: 0.9rem;
  color: #3d4a63;
  margin-bottom: 10px;
}
.crs-tool__checks {
  margin-top: 20px;
}
.crs-tool__score-ring {
  text-align: center;
  padding: 24px 16px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(245, 168, 0, 0.12) 0%, rgba(13, 63, 143, 0.06) 100%);
  border: 1px solid rgba(245, 168, 0, 0.25);
  margin-bottom: 20px;
}
.crs-tool__score-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e90ff;
  margin-bottom: 6px;
}
.crs-tool__score-value {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: #0f1b3f;
  line-height: 1;
}
.crs-tool__score-cap {
  display: block;
  font-size: 0.85rem;
  color: #5a6a82;
  margin-top: 8px;
}
.crs-tool__breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f8;
  font-size: 0.9rem;
  color: #3d4a63;
}
.crs-tool__breakdown strong {
  color: #0f1b3f;
  font-weight: 700;
}
.crs-tool__disclaimer {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #6b7d96;
  margin: 16px 0 0;
}
.crs-tool__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.crs-tool__cta .icp-btn,
.crs-tool__cta .ls-btn-navy-outline {
  justify-content: center;
  width: 100%;
}

.elig-tool {
  max-width: 720px;
  margin: 0 auto;
}
.elig-tool__progress {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
}
.elig-tool__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #dde5f0;
}
.elig-tool__dot--on {
  background: #ffc107;
}
.elig-tool__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f1b3f;
  margin: 0 0 10px;
  text-align: center;
}
.elig-tool__lead {
  text-align: center;
  color: #5a6a82;
  margin: 0 0 24px;
  line-height: 1.65;
}
.elig-tool__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.elig-tool__grid--narrow {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .elig-tool__grid {
    grid-template-columns: 1fr;
  }
}
.elig-tool__card {
  padding: 16px 14px;
  border-radius: 14px;
  border: 1px solid rgba(10, 30, 61, 0.12);
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f1b3f;
  cursor: pointer;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
  text-align: center;
}
.elig-tool__card:hover {
  border-color: rgba(245, 168, 0, 0.5);
  box-shadow: 0 8px 24px rgba(10, 30, 61, 0.08);
}
.elig-tool__card--active {
  border-color: #ffc107;
  background: rgba(245, 168, 0, 0.08);
}
.elig-tool__back {
  display: block;
  margin: 20px auto 0;
  border: none;
  background: none;
  color: #1e90ff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.elig-tool__field {
  margin-bottom: 16px;
}
.elig-tool__field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #3d4a63;
}
.elig-tool__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.elig-tool__result .elig-tool__h2 {
  text-align: left;
}
.elig-tool__tag {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1e90ff;
  margin: 0 0 12px;
}
.elig-tool__blurb {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0 0 18px;
}
.elig-tool__links li {
  margin-bottom: 10px;
}
.elig-tool__links a {
  font-weight: 600;
  color: #1e90ff;
  text-decoration: none;
}
.elig-tool__links a:hover {
  text-decoration: underline;
}
.elig-tool__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 16px;
}
.elig-tool__disclaimer {
  font-size: 0.82rem;
  color: #6b7d96;
  line-height: 1.6;
  margin: 0;
}

.ls-resources-intro {
  padding: 28px 0 8px;
  background: #fff;
}
.ls-resources-intro__text {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5a6a82;
}
.jobs-page-intro {
  border-bottom: 1px solid rgba(10, 30, 61, 0.06);
}

/* ==========================================================================
   IMMIGRATION BLOG (listing + detail) — LeaderSol premium
   ========================================================================== */

.ls-blog-page {
  background: #fff;
}

.ls-blog-listing {
  padding: 56px 0 96px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 42%);
}
.ls-blog-listing__head {
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ls-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 991px) {
  .ls-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .ls-blog-grid {
    grid-template-columns: 1fr;
  }
}

.ls-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(10, 30, 61, 0.08);
  box-shadow: 0 14px 42px rgba(10, 30, 61, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  height: 100%;
}
.ls-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(10, 30, 61, 0.11);
  border-color: rgba(245, 168, 0, 0.35);
}
.ls-blog-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f8;
}
.ls-blog-card__date-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
  padding: 6px 12px;
  border-radius: 999px;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background: rgba(10, 30, 61, 0.88);
  box-shadow: 0 6px 18px rgba(10, 30, 61, 0.2);
  pointer-events: none;
}
.ls-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.ls-blog-card:hover .ls-blog-card__media img {
  transform: scale(1.04);
}
.ls-blog-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ls-blog-card__cat {
  display: inline-block;
  align-self: flex-start;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 10px;
  line-height: 1.35;
  border-radius: 999px;
  margin-bottom: 12px;
  border: 1px solid transparent;
}
.ls-blog-card__cat--essentials {
  color: #7a5200;
  background: rgba(245, 168, 0, 0.22);
  border-color: rgba(245, 168, 0, 0.45);
}
.ls-blog-card__cat--canada-ee {
  color: #0b3d6d;
  background: rgba(13, 110, 190, 0.12);
  border-color: rgba(13, 110, 190, 0.28);
}
.ls-blog-card__cat--canada-pnp {
  color: #0d4f5c;
  background: rgba(0, 150, 136, 0.14);
  border-color: rgba(0, 150, 136, 0.32);
}
.ls-blog-card__cat--us-talent {
  color: #6b1c23;
  background: rgba(176, 40, 55, 0.1);
  border-color: rgba(176, 40, 55, 0.28);
}
.ls-blog-card__cat--uk-europe {
  color: #4a2f6b;
  background: rgba(106, 76, 147, 0.12);
  border-color: rgba(106, 76, 147, 0.28);
}
.ls-blog-card__cat--gcc {
  color: #8b4510;
  background: rgba(210, 125, 45, 0.14);
  border-color: rgba(210, 125, 45, 0.35);
}
.ls-blog-card__cat--work-permits {
  color: #1b5e20;
  background: rgba(46, 125, 50, 0.12);
  border-color: rgba(46, 125, 50, 0.3);
}
.ls-blog-card__cat--student-visas {
  color: #283593;
  background: rgba(57, 73, 171, 0.12);
  border-color: rgba(57, 73, 171, 0.28);
}
.ls-blog-card__cat--family {
  color: #880e4f;
  background: rgba(194, 24, 91, 0.1);
  border-color: rgba(194, 24, 91, 0.28);
}
.ls-blog-card__cat--business-investment {
  color: #5d4037;
  background: rgba(141, 110, 99, 0.14);
  border-color: rgba(141, 110, 99, 0.32);
}
/* Admin blog table — same pill, no extra bottom margin in rows */
.ls-admin-cat-pill {
  margin-bottom: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
}
.ls-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 12px;
  color: #6b7d96;
  margin-bottom: 12px;
}
.ls-blog-card__meta i {
  margin-right: 6px;
  color: #1e90ff;
  opacity: 0.75;
}
.ls-blog-card__title {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 12px;
  color: #0f1b3f;
}
.ls-blog-card__title a {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.ls-blog-card__title a:hover {
  color: #1e90ff !important;
}
.ls-blog-card__excerpt {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #5a6a82;
  margin: 0 0 18px;
  flex: 1;
}
.ls-blog-card__read {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1e90ff;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ls-blog-card__read:hover {
  color: #ffc107;
}
.ls-blog-card__read i {
  font-size: 0.9rem;
  opacity: 0.85;
}
.ls-blog-card__read-arrow {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-1px);
}

.ls-blog-empty {
  text-align: center;
  padding: 56px 24px;
  border-radius: 18px;
  border: 1px dashed rgba(10, 30, 61, 0.15);
  background: #fff;
  max-width: 520px;
  margin: 0 auto;
}
.ls-blog-empty p {
  color: #5a6a82;
  margin-bottom: 20px;
  line-height: 1.65;
}

/* Detail */
.ls-blog-detail {
  padding: 40px 0 100px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ls-blog-detail__article {
  background: #fff;
  border: 1px solid rgba(10, 30, 61, 0.08);
  border-radius: 18px;
  padding: 28px 28px 36px;
  box-shadow: 0 12px 40px rgba(10, 30, 61, 0.06);
}
.ls-blog-detail__hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 20px;
}
.ls-blog-detail__hero-meta .ls-blog-card__cat {
  margin-bottom: 0;
}
.ls-blog-detail__hero-meta-sep {
  color: #aab8cc;
}
.ls-blog-detail__hero-date {
  font-size: 0.9rem;
  color: #5a6a82;
}
.ls-blog-detail__hero-date i {
  margin-right: 6px;
  color: #1e90ff;
}
.ls-blog-detail__thumb {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid rgba(10, 30, 61, 0.06);
}
.ls-blog-detail__thumb img {
  width: 100%;
  display: block;
  max-height: 420px;
  object-fit: cover;
}
.ls-blog-detail__lede {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #3d4a63;
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f8;
}

.ls-blog-prose {
  font-size: 1.02rem;
  line-height: 1.78;
  color: #3d4a63;
}
.ls-blog-prose h1,
.ls-blog-prose h2,
.ls-blog-prose h3,
.ls-blog-prose h4 {
  font-family: "Poppins", "Montserrat", sans-serif;
  color: #0f1b3f;
  margin-top: 1.6em;
  margin-bottom: 0.65em;
  font-weight: 700;
}
.ls-blog-prose h1:first-child,
.ls-blog-prose h2:first-child {
  margin-top: 0;
}
.ls-blog-prose a {
  color: #1e90ff;
  font-weight: 600;
}
.ls-blog-prose a:hover {
  color: #ffc107;
}
.ls-blog-prose blockquote {
  border-left: 4px solid #ffc107;
  padding-left: 18px;
  margin: 1.5em 0;
  color: #5a6a82;
  font-style: italic;
}
.ls-blog-prose ul,
.ls-blog-prose ol {
  padding-left: 1.25em;
}
.ls-blog-prose li {
  margin-bottom: 0.4em;
}
.ls-blog-prose img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}
.ls-blog-prose code {
  background: #f0f4fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

/* Sidebar */
.ls-blog-aside {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ls-blog-aside__widget {
  background: #fff;
  border: 1px solid rgba(10, 30, 61, 0.08);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 10px 32px rgba(10, 30, 61, 0.05);
}
.ls-blog-aside__widget--cta {
  background: linear-gradient(180deg, rgba(13, 63, 143, 0.04) 0%, #fff 40%);
  border-color: rgba(245, 168, 0, 0.25);
}
.ls-blog-aside__title {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f1b3f;
  margin: 0 0 16px;
}
.ls-blog-aside__muted {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #6b7d96;
  margin: 0 0 16px;
}
.ls-blog-aside__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ls-blog-aside__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ls-blog-aside__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(10, 30, 61, 0.08);
}
.ls-blog-aside__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ls-blog-aside__date {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #aab8cc;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.ls-blog-aside__item-title {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.ls-blog-aside__item-title a {
  color: #0f1b3f !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
}
.ls-blog-aside__item-title a:hover {
  color: #1e90ff !important;
}
.ls-blog-aside__btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.ls-blog-aside__btn-outline {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

/* Comments (scoped) */
.ls-blog-comments {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #eef2f8;
}
.ls-blog-page .ls-blog-comments .post-comments .title,
.ls-blog-page .ls-blog-comments .comments-form .title {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f1b3f;
}
.ls-blog-page .ls-blog-comments .comment-heading p {
  color: #6b7d96;
  font-size: 0.95rem;
}
.ls-blog-page .ls-blog-comments .comments-box {
  border-radius: 14px;
  border: 1px solid rgba(10, 30, 61, 0.08);
  background: #fafcfe;
}
.ls-blog-page .ls-blog-comments .avatar-name h5 {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-weight: 700;
}
.ls-blog-page .ls-blog-comments .xb-item--field input,
.ls-blog-page .ls-blog-comments .xb-item--field textarea {
  border-radius: 10px !important;
  border-color: rgba(10, 30, 61, 0.12) !important;
}
.ls-blog-page .ls-blog-comments .xb-item--field input:focus,
.ls-blog-page .ls-blog-comments .xb-item--field textarea:focus {
  border-color: rgba(245, 168, 0, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.15);
}

/* ==========================================================================
   PRELOADER — LeaderSol premium (orbit plane + globe)
   ========================================================================== */
#xb-loadding {
  background: radial-gradient(ellipse 115% 90% at 50% 38%, #eef4fc 0%, #ffffff 42%, #f3f6fb 100%) !important;
  -webkit-animation: ls-preloader-fallback-hide 0.35s ease 2.8s forwards !important;
  animation: ls-preloader-fallback-hide 0.35s ease 2.8s forwards !important;
}
@keyframes ls-preloader-fallback-hide {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#xb-loadding .loader.ls-preloader {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: visible;
  position: relative;
  flex-direction: row;
  margin: 0 auto;
}
/* Stage: globe at center, plane orbits via arm pivoted at globe center */
#xb-loadding .ls-preloader-stage {
  position: relative;
  width: 320px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#xb-loadding .ls-preloader-backdrop {
  position: absolute;
  inset: -12% -20%;
  background: radial-gradient(circle at 50% 45%, rgba(13, 63, 143, 0.06) 0%, transparent 62%);
  pointer-events: none;
}
#xb-loadding .ls-preloader-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(13, 63, 143, 0.1);
}
#xb-loadding .ls-preloader-ring--outer {
  width: 268px;
  height: 268px;
  animation: ls-preloader-ring-pulse 3.2s ease-in-out infinite;
}
#xb-loadding .ls-preloader-ring--inner {
  width: 216px;
  height: 216px;
  border-color: rgba(245, 168, 0, 0.22);
  animation: ls-preloader-ring-pulse 3.2s ease-in-out infinite 0.6s;
}
@keyframes ls-preloader-ring-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.95;
  }
}
#xb-loadding .ls-preloader-earth {
  position: relative;
  z-index: 2;
}
#xb-loadding .ls-preloader-globe {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9), 0 10px 36px rgba(13, 63, 143, 0.18);
}
#xb-loadding .ls-preloader-globe svg {
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  animation: ls-preloader-globe-drift 40s linear infinite;
}
@keyframes ls-preloader-globe-drift {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Arm: bottom center = globe center; plane sits above globe and sweeps around */
#xb-loadding .ls-preloader-orbit-arm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 132px;
  margin-left: -44px;
  margin-top: -132px;
  transform-origin: 50% 100%;
  z-index: 4;
  animation: ls-preloader-orbit-spin 3.6s linear infinite;
  pointer-events: none;
}
#xb-loadding .ls-preloader-orbit-arm-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2px;
  animation: ls-preloader-orbit-counter 3.6s linear infinite;
}
@keyframes ls-preloader-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ls-preloader-orbit-counter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#xb-loadding .ls-preloader-plane-svg {
  width: 76px;
  flex-shrink: 0;
}
#xb-loadding .ls-preloader-plane-svg svg {
  display: block;
  width: 100%;
  height: auto;
}
#xb-loadding .ls-preloader-wordmark {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
#xb-loadding .ls-preloader-wordmark__ls {
  color: #1e90ff;
}
#xb-loadding .ls-preloader-wordmark__sol {
  color: #ffc107;
}
#xb-loadding .ls-preloader-tagline {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: rgba(13, 63, 143, 0.72);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  #xb-loadding .ls-preloader-orbit-arm,
  #xb-loadding .ls-preloader-orbit-arm-inner,
  #xb-loadding .ls-preloader-ring--outer,
  #xb-loadding .ls-preloader-ring--inner,
  #xb-loadding .ls-preloader-globe svg {
    animation: none !important;
  }
  #xb-loadding .ls-preloader-orbit-arm {
    transform: rotate(32deg);
  }
}

/* Thin route transition bar (Next.js loading.tsx) — non-blocking */
.ls-route-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 2147483646;
  pointer-events: none;
  background: linear-gradient(90deg, #1e90ff 0%, #ffc107 45%, #1e90ff 100%);
  background-size: 220% 100%;
  animation: ls-route-loading-slide 0.9s linear infinite;
}
@keyframes ls-route-loading-slide {
  0% {
    background-position: 220% 0;
  }
  100% {
    background-position: -220% 0;
  }
}


/* Contact form success state */
.ls-contact-success {
  padding: 40px 20px;
  text-align: center;
  border: 1.5px solid #22c55e;
  border-radius: 16px;
  background: #f0fdf4;
}
.ls-contact-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
.ls-contact-success h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0F1B3F;
  margin-bottom: 8px;
}
.ls-contact-success p {
  font-size: 14px;
  color: #4b7a5a;
  line-height: 1.65;
}
