/* Lokrio Visa Desk — premium homepage (V921) */
:root {
  --vp-ink: #0b1524;
  --vp-ink-2: #152238;
  --vp-paper: #f7f5f1;
  --vp-sand: #efeae2;
  --vp-line: rgba(11, 21, 36, 0.1);
  --vp-muted: #5b6575;
  --vp-teal: #0d6b61;
  --vp-teal-2: #0a4f47;
  --vp-accent: #c45c26;
  --vp-max: 1180px;
  --vp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --vp-font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --vp-display: "Source Serif 4", Georgia, serif;
}

.vd-home-premium .vd-main { padding-bottom: 0; }

.vd-shell-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 8px 28px rgba(11, 21, 36, 0.06);
}
.vd-home-premium .vd-shell-cta {
  border-radius: 999px !important;
  background: var(--vp-teal-2) !important;
}

.vp { font-family: var(--vp-font); color: var(--vp-ink); background: #fff; }
.vp-wrap { width: min(var(--vp-max), calc(100% - 32px)); margin: 0 auto; }
.vp-kicker {
  margin: 0 0 10px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--vp-teal);
}
.vp-head { max-width: 40rem; margin-bottom: 28px; }
.vp-head h2, .vp-docs h2, .vp-india h2, .vp-check h2 {
  margin: 0 0 10px; font-family: var(--vp-display); font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; line-height: 1.15;
}
.vp-head p, .vp-lead { margin: 0; color: var(--vp-muted); font-size: 1.02rem; line-height: 1.55; }
.vp-section { padding: 72px 0; }
.vp-section--ink { background: linear-gradient(180deg, #0b1524 0%, #122036 100%); color: #f5f7fa; }
.vp-section--sand { background: var(--vp-sand); }
.vp-head--light .vp-kicker { color: #7dd3c7; }
.vp-head--light h2 { color: #fff; }
.vp-head--light p { color: rgba(245, 247, 250, 0.72); }

.vp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 18px; border-radius: 999px; font: inherit; font-weight: 700;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s var(--vp-ease), background .2s, border-color .2s, color .2s;
}
.vp-btn:hover { transform: translateY(-1px); }
.vp-btn--primary { background: var(--vp-teal); color: #fff; }
.vp-btn--primary:hover { background: var(--vp-teal-2); }
.vp-btn--ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.vp-section:not(.vp-section--ink) .vp-btn--ghost,
.vp-check .vp-btn--ghost { background: #fff; color: var(--vp-ink); border-color: var(--vp-line); }
.vp-link { color: var(--vp-teal-2); font-weight: 700; text-decoration: none; }
.vp-link:hover { text-decoration: underline; }

/* Hero */
.vp-hero {
  position: relative; min-height: min(92vh, 820px); overflow: hidden;
  color: #fff; background: var(--vp-ink);
}
.vp-hero__bg, .vp-hero__veil { position: absolute; inset: 0; }
.vp-hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.vp-hero__veil {
  background:
    linear-gradient(105deg, rgba(8,14,24,.92) 0%, rgba(8,14,24,.72) 42%, rgba(8,14,24,.35) 70%, rgba(8,14,24,.25) 100%),
    linear-gradient(to top, rgba(8,14,24,.55), transparent 45%);
}
.vp-hero__grid {
  position: relative; z-index: 2; width: min(var(--vp-max), calc(100% - 32px));
  margin: 0 auto; min-height: min(92vh, 820px);
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: center;
  padding: 96px 0 56px;
}
.vp-hero__copy h1 {
  margin: 0; font-family: var(--vp-display); font-weight: 700;
  font-size: clamp(2.6rem, 5.6vw, 4.4rem); line-height: 1.02; letter-spacing: -0.03em;
}
.vp-hero__copy h1 em { font-style: italic; color: #9fe0d6; }
.vp-hero__copy .vp-lead { margin-top: 16px; max-width: 34rem; color: rgba(255,255,255,.82); }
.vp-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.vp-trustline {
  margin: 18px 0 0; max-width: 34rem; font-size: 0.86rem; line-height: 1.45;
  color: rgba(255,255,255,.62);
}
.vp-trustline--dark { color: var(--vp-muted); margin-top: 22px; }
.vp-hero__stage { position: relative; min-height: 420px; }
.vp-float {
  position: absolute; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
  background: #111;
}
.vp-float img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vp-float--a { width: min(70%, 320px); aspect-ratio: 1; inset: 8% 8% auto auto; }
.vp-float--b { width: min(48%, 210px); aspect-ratio: 1; inset: auto auto 12% 6%; }
.vp-float--c { width: min(40%, 160px); aspect-ratio: 1; inset: 42% auto auto 42%; opacity: .95; }
.vp-route {
  position: absolute; left: 8%; right: 8%; bottom: 4%; width: 84%; color: rgba(159,224,214,.7);
}

.vp-promo { width: min(var(--vp-max), calc(100% - 32px)); margin: -28px auto 0; position: relative; z-index: 3; }
.vp-promo__link {
  display: block; border-radius: 16px; overflow: hidden; line-height: 0;
  border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 40px rgba(11,21,36,.18);
}
.vp-promo__link img { width: 100%; height: auto; display: block; }

/* Country rail */
.vp-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 260px);
  gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.vp-rail::-webkit-scrollbar { height: 6px; }
.vp-rail::-webkit-scrollbar-thumb { background: rgba(11,21,36,.18); border-radius: 99px; }
.vp-country {
  scroll-snap-align: start; text-decoration: none; color: inherit;
  background: #fff; border: 1px solid var(--vp-line); border-radius: 16px; overflow: hidden;
  transition: transform .25s var(--vp-ease), box-shadow .25s;
}
.vp-country:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(11,21,36,.1); }
.vp-country__media { display: block; aspect-ratio: 16/10; overflow: hidden; }
.vp-country__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s var(--vp-ease);
}
.vp-country:hover .vp-country__media img { transform: scale(1.06); }
.vp-country__body { display: grid; gap: 4px; padding: 14px; }
.vp-country__flag { font-size: 1.1rem; }
.vp-country strong { font-size: 1rem; }
.vp-country small { color: var(--vp-muted); font-size: 0.82rem; }
.vp-country em {
  margin-top: 6px; font-style: normal; font-size: 0.82rem; font-weight: 700; color: var(--vp-teal-2);
  opacity: 0; transform: translateY(4px); transition: .25s var(--vp-ease);
}
.vp-country:hover em { opacity: 1; transform: none; }

/* Explorer */
.vp-explorer {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; align-items: stretch;
}
.vp-explorer__feature {
  position: relative; border-radius: 22px; overflow: hidden; min-height: 420px;
  border: 1px solid rgba(255,255,255,.1);
}
.vp-explorer__feature img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: opacity .35s ease, transform .7s var(--vp-ease);
}
.vp-explorer__feature.is-swap img { transform: scale(1.04); }
.vp-explorer__copy {
  position: relative; z-index: 2; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px; background: linear-gradient(to top, rgba(8,14,24,.88), rgba(8,14,24,.15) 55%, transparent);
}
.vp-explorer__copy span { font-size: 0.78rem; letter-spacing: .14em; color: #7dd3c7; font-weight: 700; }
.vp-explorer__copy h3 { margin: 8px 0; font-family: var(--vp-display); font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.vp-explorer__copy p { margin: 0 0 16px; color: rgba(255,255,255,.78); max-width: 34rem; }
.vp-explorer__list { display: grid; gap: 8px; align-content: start; max-height: 520px; overflow: auto; }
.vp-explorer__item {
  display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center;
  text-align: left; width: 100%; padding: 12px 14px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04);
  color: #fff; font: inherit; cursor: pointer; transition: background .2s, border-color .2s;
}
.vp-explorer__item span { color: #7dd3c7; font-weight: 700; font-size: 0.8rem; }
.vp-explorer__item strong { font-size: 0.92rem; font-weight: 650; }
.vp-explorer__item:hover, .vp-explorer__item.is-on {
  background: rgba(13,107,97,.28); border-color: rgba(125,211,199,.35);
}

/* Flow */
.vp-flow { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: none; }
.vp-flow__step {
  display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 18px 0;
  border-left: 2px solid var(--vp-line); margin-left: 20px; padding-left: 22px;
  position: relative; opacity: .45; transform: translateY(8px);
  transition: opacity .4s var(--vp-ease), transform .4s var(--vp-ease), border-color .4s;
}
.vp-flow__step::before {
  content: ""; position: absolute; left: -6px; top: 26px; width: 10px; height: 10px;
  border-radius: 50%; background: #cbd5e1; transition: background .3s;
}
.vp-flow__step.is-in, .vp-flow__step.is-active {
  opacity: 1; transform: none; border-color: rgba(13,107,97,.45);
}
.vp-flow__step.is-in::before, .vp-flow__step.is-active::before { background: var(--vp-teal); }
.vp-flow__num { font-weight: 800; color: var(--vp-teal-2); letter-spacing: .04em; }
.vp-flow__step strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.vp-flow__step p { margin: 0; color: var(--vp-muted); }

/* Docs tabs */
.vp-docs {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: center;
}
.vp-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 14px; }
.vp-tabs button {
  border: 1px solid var(--vp-line); background: #fff; color: var(--vp-ink);
  border-radius: 999px; padding: 8px 12px; font: inherit; font-size: 0.84rem; font-weight: 650; cursor: pointer;
}
.vp-tabs button.is-on { background: var(--vp-teal-2); color: #fff; border-color: var(--vp-teal-2); }
.vp-tabpanel { display: none; }
.vp-tabpanel.is-on { display: block; }
.vp-tabpanel p { color: var(--vp-muted); line-height: 1.55; }
.vp-docs__visual {
  border-radius: 22px; overflow: hidden; border: 1px solid var(--vp-line);
  box-shadow: 0 18px 40px rgba(11,21,36,.08); aspect-ratio: 1; background: #fff;
}
.vp-docs__visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* India */
.vp-india { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: center; }
.vp-india__map { border-radius: 22px; overflow: hidden; background: var(--vp-ink); }
.vp-india__map img { width: 100%; display: block; min-height: 320px; object-fit: cover; }
.vp-bullets { margin: 16px 0; padding-left: 18px; color: var(--vp-muted); }
.vp-bullets li { margin: 6px 0; }
.vp-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.vp-cities article {
  background: #fff; border: 1px solid var(--vp-line); border-radius: 12px; padding: 12px 14px;
}
.vp-cities strong { display: block; font-size: 0.95rem; }
.vp-cities span { color: var(--vp-muted); font-size: 0.82rem; }

/* Finder */
.vp-finder {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px;
}
.vp-finder__opt {
  text-align: left; padding: 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); color: #fff; font: inherit; font-weight: 650; cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
}
.vp-finder__opt:hover, .vp-finder__opt.is-on {
  background: rgba(13,107,97,.3); border-color: rgba(125,211,199,.4); transform: translateY(-2px);
}
.vp-finder__result { margin-top: 18px; padding-top: 8px; }
.vp-finder__result p { color: rgba(255,255,255,.8); margin: 0 0 12px; }

/* Checklist */
.vp-check { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; }
.vp-check__form { display: grid; gap: 12px; margin-top: 18px; max-width: 420px; }
.vp-check__form label { display: grid; gap: 6px; font-size: 0.8rem; font-weight: 700; color: var(--vp-muted); }
.vp-check__form select {
  width: 100%; padding: 11px 12px; border-radius: 10px; border: 1px solid var(--vp-line);
  font: inherit; color: var(--vp-ink); background: #fff;
}
.vp-note { margin-top: 14px; font-size: 0.82rem; color: var(--vp-muted); line-height: 1.45; max-width: 40rem; }
.vp-check__aside {
  background: #fff; border: 1px solid var(--vp-line); border-radius: 18px; padding: 22px;
  box-shadow: 0 12px 30px rgba(11,21,36,.05);
}
.vp-check__aside h3 { margin: 0 0 10px; font-size: 1.05rem; }
.vp-check__aside ul { margin: 0 0 14px; padding-left: 18px; color: var(--vp-muted); }
.vp-check__forms { display: grid; gap: 6px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--vp-line); }
.vp-check__forms strong { font-size: 0.8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--vp-muted); }
.vp-check__forms a { color: var(--vp-teal-2); font-weight: 650; text-decoration: none; font-size: 0.9rem; }

/* Trust */
.vp-trust {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
}
.vp-trust li {
  background: #fff; border: 1px solid var(--vp-line); border-radius: 14px; padding: 16px 18px;
  font-weight: 650; position: relative; padding-left: 42px;
}
.vp-trust li::before {
  content: "✓"; position: absolute; left: 16px; top: 16px; color: var(--vp-teal);
  font-weight: 800;
}

/* Final */
.vp-final { position: relative; overflow: hidden; color: #fff; padding: 96px 0; }
.vp-final__bg, .vp-final__veil { position: absolute; inset: 0; }
.vp-final__bg img { width: 100%; height: 100%; object-fit: cover; }
.vp-final__veil { background: linear-gradient(120deg, rgba(8,14,24,.9), rgba(8,14,24,.55)); }
.vp-final__inner { position: relative; z-index: 2; max-width: 40rem; }
.vp-final h2 {
  margin: 0 0 12px; font-family: var(--vp-display);
  font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.02em;
}
.vp-final p { margin: 0 0 20px; color: rgba(255,255,255,.78); }

/* Reveal */
[data-vp-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s var(--vp-ease), transform .7s var(--vp-ease);
}
[data-vp-reveal].is-in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .vp-hero__grid, .vp-explorer, .vp-docs, .vp-india, .vp-check { grid-template-columns: 1fr; }
  .vp-hero__stage { min-height: 280px; order: -1; }
  .vp-float--a { width: 48%; }
  .vp-float--b { width: 34%; }
  .vp-float--c { display: none; }
  .vp-finder { grid-template-columns: 1fr 1fr; }
  .vp-trust { grid-template-columns: 1fr 1fr; }
  .vp-explorer__list { max-height: none; }
}
@media (max-width: 640px) {
  .vp-section { padding: 52px 0; }
  .vp-hero__grid { padding-top: 72px; }
  .vp-finder, .vp-trust, .vp-cities { grid-template-columns: 1fr; }
  .vp-promo { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-vp-reveal], .vp-float, .vp-country__media img, .vp-hero__bg img, .vp-flow__step {
    transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important;
  }
}
