.main-wrapper,
.mobile-sticky-cta {
  --ink: #101820;
  --muted: #5d6b73;
  --soft: #f5f5f5;
  --line: #e6e6e6;
  --brand: #c11425;
  --accent: #ffc000;
  --dark: #111111;
  --white: #ffffff;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(17, 17, 17, .10);
}

.main-wrapper {
  color: var(--ink);
  background: linear-gradient(180deg, var(--soft) 0%, var(--white) 440px);
  line-height: 1.65;
  overflow-x: clip;
}

.main-wrapper .container {
  width: min(1240px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.section {
  padding: 100px 0;
}

.section-soft {
  background: var(--soft);
}

.section-ink {
  background: var(--ink);
  color: var(--white);
}

.compact-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 10px 28px rgba(193, 20, 37, .18);
}

.btn-primary:hover {
  background: #aa1120;
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: #cfcfcf;
}

.btn-secondary:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-light {
  background: var(--white);
  color: var(--ink);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .45);
  background: transparent;
}

.btn-block {
  width: 100%;
}

.btn-sm {
  min-height: 42px;
  padding: 0 18px;
  font-size: .9rem;
}

.button-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-link {
  font-weight: 800;
  color: var(--brand);
  text-decoration: none;
}

.light-link {
  color: var(--white);
}

.hero {
  padding: 78px 0 86px;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  font-size: .79rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 850;
  color: var(--brand);
}

.section-kicker.light {
  color: var(--accent);
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 720px;
}

.hero-lead {
  margin: 28px 0 30px;
  max-width: 680px;
  font-size: 1.15rem;
  color: var(--muted);
}

.inline-benefits {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

.inline-benefits li:not(:last-child)::after {
  content: "•";
  margin-left: 24px;
  color: var(--accent);
}

.hero-visual {
  min-height: 560px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: stretch;
}

.city-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 520px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.bangalore-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(17, 17, 17, .50)),
    radial-gradient(circle at 30% 28%, rgba(255, 192, 0, .35), transparent 26%),
    linear-gradient(135deg, #dedede, #8d8d8d);
}

.dubai-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(17, 17, 17, .55)),
    radial-gradient(circle at 68% 26%, rgba(255, 192, 0, .32), transparent 23%),
    linear-gradient(135deg, #bebebe, #5f5f5f);
}

.city-panel::before,
.city-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: rgba(17, 17, 17, .62);
}

.bangalore-panel::before {
  left: 10%;
  width: 72%;
  height: 44%;
  clip-path: polygon(0 100%, 0 35%, 8% 35%, 8% 28%, 18% 28%, 18% 18%, 27% 18%, 27% 8%, 35% 8%, 35% 0, 42% 0, 42% 8%, 50% 8%, 50% 18%, 59% 18%, 59% 28%, 70% 28%, 70% 38%, 100% 38%, 100% 100%);
}

.dubai-panel::before {
  left: 42%;
  width: 20%;
  height: 76%;
  clip-path: polygon(45% 0, 55% 0, 61% 20%, 68% 20%, 63% 48%, 74% 100%, 26% 100%, 38% 48%, 33% 20%, 40% 20%);
}

.city-panel::after {
  left: 0;
  right: 0;
  height: 16%;
}

.landmark-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: var(--white);
  z-index: 2;
}

.landmark-card strong {
  display: block;
  font-size: 1.25rem;
}

.landmark-card p {
  margin: 2px 0 0;
  font-size: .86rem;
  opacity: .8;
}

.city-kicker {
  display: block;
  font-size: .7rem;
  letter-spacing: .16em;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 4px;
}

.route-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: var(--brand);
}

.route-line::before,
.route-line::after {
  content: "";
  width: 1px;
  height: 120px;
  background: linear-gradient(var(--line), var(--brand), var(--line));
}

.route-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--brand);
}

.plane {
  transform: rotate(90deg);
  font-size: 1.45rem;
}

.visa-float-card {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: min(330px, 85%);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow);
  z-index: 4;
}

.visa-float-card h2 {
  margin: 4px 0 0;
  font-size: 1.45rem;
}

.visa-float-card p {
  margin: 4px 0;
  color: var(--muted);
}

.mini-label {
  color: var(--brand);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .12em;
  font-weight: 850;
}

.mini-meta {
  font-size: .83rem;
  padding-bottom: 12px;
}

.value-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-grid>div {
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--line);
}

.value-grid>div:last-child {
  border-right: none;
}

.value-grid span {
  color: var(--brand);
  font-weight: 900;
}

.section-head {
  margin-bottom: 48px;
  max-width: 820px;
}

.section-head.narrow {
  max-width: 760px;
}

.section h2,
.journey-feature h2,
.final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.section h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.section p {
  color: var(--muted);
}

.section-ink p {
  color: rgba(255, 255, 255, .72);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.steps-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.step {
  position: relative;
  padding: 32px 26px 28px 0;
  border-top: 1px solid var(--line);
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  border: 1px solid var(--brand);
}

.step-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: #dadada;
  letter-spacing: -.06em;
}

.step a {
  color: var(--brand);
  font-weight: 700;
}

.application-mockup {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
}

.mockup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  font-weight: 850;
}

.mockup-badge {
  font-size: .72rem;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1f1f1;
  color: var(--muted);
}

.application-mockup label {
  display: block;
  font-size: .78rem;
  font-weight: 750;
  color: var(--muted);
  margin-bottom: 16px;
}

.application-mockup input,
.application-mockup select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  background: #fafafa;
  border-radius: 12px;
  padding: 0 14px;
  margin-top: 7px;
  color: #818181;
}

.application-mockup small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.visa-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.visa-card {
  grid-column: span 4;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  transition: .25s ease;
}

.visa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(17, 17, 17, .07);
}

.visa-card-featured {
  grid-column: span 6;
  min-height: 260px;
  background: linear-gradient(135deg, #fff, #f4f4f4);
}

.visa-card.slim {
  grid-column: span 3;
}

.visa-card.accent-top {
  border-top: 4px solid var(--accent);
}

.visa-card.dark-card {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

.visa-card.dark-card p {
  color: rgba(255, 255, 255, .7);
}

.visa-card a {
  margin-top: auto;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.visa-card.dark-card a {
  color: var(--accent);
}

.visa-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 900;
  margin-bottom: 24px;
}

.checklist-panel,
.travel-checklist {
  margin: 0;
  list-style: none;
  padding: 0;
}

.checklist-panel {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius-lg);
  padding: 18px 28px;
  background: rgba(255, 255, 255, .03);
}

.checklist-panel li {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.checklist-panel li:last-child {
  border-bottom: 0;
}

.checklist-panel span {
  color: var(--accent);
  font-weight: 900;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.doc-grid article {
  padding: 34px 28px;
  border-right: 1px solid var(--line);
}

.doc-grid article:last-child {
  border-right: none;
}

.doc-grid span {
  font-size: .75rem;
  color: var(--brand);
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(17, 17, 17, .05);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th,
td {
  padding: 19px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  background: #fafafa;
}

td a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: none;
}

.vertical-process {
  margin: 0;
  list-style: none;
  padding: 0;
}

.vertical-process li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.vertical-process span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-weight: 900;
  color: var(--brand);
}

.urgent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.urgent-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.urgent-card-dark {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

.urgent-card-dark p {
  color: rgba(255, 255, 255, .68);
}

.tag {
  font-size: .7rem;
  letter-spacing: .14em;
  font-weight: 900;
  color: var(--brand);
}

.urgent-card-dark .tag {
  color: var(--accent);
}

.local-visual {
  min-height: 340px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .82), rgba(17, 17, 17, .55)),
    radial-gradient(circle at 20% 18%, rgba(255, 192, 0, .32), transparent 25%),
    linear-gradient(135deg, #bdbdbd, #6d6d6d);
  color: var(--white);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.local-label {
  color: var(--accent);
  letter-spacing: .13em;
  font-weight: 900;
  font-size: .76rem;
}

.local-lines strong {
  font-size: 1.5rem;
}

.local-lines p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
}

.editorial-visual {
  min-height: 520px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.bangalore-editorial {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 17, 17, .58)),
    radial-gradient(circle at 32% 24%, rgba(255, 192, 0, .28), transparent 22%),
    linear-gradient(135deg, #d6d6d6, #797979);
  position: relative;
  overflow: hidden;
}

.bangalore-editorial::after {
  content: "AHMEDABAD";
  position: absolute;
  left: 30px;
  bottom: 24px;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  letter-spacing: -.06em;
  font-weight: 900;
  opacity: .93;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit-grid article {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 30px 20px;
}

.benefit-grid span {
  color: var(--brand);
  font-weight: 900;
  font-size: .75rem;
}

.benefit-wide {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 60px 260px 1fr;
  align-items: center;
  gap: 18px;
}

.benefit-wide h3,
.benefit-wide p {
  margin: 0;
}

.status-tracker {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.status-item {
  position: relative;
  padding: 0 0 28px 18px;
  color: var(--muted);
}

.status-item span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -35px;
  top: 7px;
  background: #d0d0d0;
  box-shadow: 0 0 0 6px var(--white);
}

.status-item.active span {
  background: var(--brand);
}

.status-item.active strong {
  color: var(--ink);
}

.twin-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.twin-info article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.twin-info h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
}

.twin-info a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: none;
}

.info-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--brand);
  font-weight: 900;
}

.travel-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.travel-checklist li {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  color: rgba(255, 255, 255, .88);
}

.journey-feature {
  padding: 100px 0;
  background: var(--white);
}

.journey-inner {
  min-height: 580px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: stretch;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.journey-city {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  background: linear-gradient(180deg, rgba(17, 17, 17, .2), rgba(17, 17, 17, .72)), linear-gradient(135deg, #8f8f8f, #4e4e4e);
  color: var(--white);
}

.journey-city-right {
  background: linear-gradient(180deg, rgba(17, 17, 17, .15), rgba(17, 17, 17, .7)), linear-gradient(135deg, #707070, #343434);
}

.journey-label {
  color: var(--accent);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.journey-city strong {
  font-size: 1.6rem;
}

.journey-route {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--dark);
  color: var(--accent);
}

.journey-route .line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

.journey-plane {
  font-size: 1.8rem;
}

.journey-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, 80%);
  background: rgba(255, 255, 255, .96);
  border-radius: var(--radius-md);
  padding: 34px;
  text-align: center;
  box-shadow: var(--shadow);
}

.journey-copy p {
  color: var(--muted);
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 110px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 38px 22px 0;
  font-weight: 800;
  position: relative;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.5rem;
  color: var(--brand);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 36px 22px 0;
}

.final-cta {
  padding: 80px 0 110px;
  background: var(--brand);
  color: var(--white);
}

.final-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 670px;
  color: rgba(255, 255, 255, .78);
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}

.mobile-sticky-cta a {
  display: block;
  min-height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  text-decoration: none;
  font-weight: 850;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .visa-card,
  .visa-card-featured,
  .visa-card.slim {
    grid-column: span 6;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-wide {
    grid-column: span 2;
    grid-template-columns: 60px 220px 1fr;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 76px 0;
  }

  .container {
    width: min(100% - 30px, 1240px);
  }

  .split-grid,
  .editorial-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .faq-intro {
    position: static;
  }

  .steps-timeline {
    grid-template-columns: 1fr;
  }

  .step {
    padding-left: 64px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .step:not(:last-child)::after {
    left: -5px;
    top: 40px;
    right: auto;
  }

  .step-number {
    position: absolute;
    left: 16px;
    top: 18px;
    font-size: 1.65rem;
  }

  .doc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .doc-grid article:nth-child(2) {
    border-right: 0;
  }

  .doc-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .urgent-grid,
  .twin-info {
    grid-template-columns: 1fr;
  }

  .journey-inner {
    grid-template-columns: 1fr;
    min-height: 680px;
  }

  .journey-route {
    min-height: 100px;
  }

  .journey-copy {
    width: min(560px, calc(100% - 40px));
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .main-wrapper {
    padding-bottom: 72px;
  }

  .hero {
    padding: 52px 0 74px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.25rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .inline-benefits {
    display: grid;
    gap: 7px;
  }

  .inline-benefits li:not(:last-child)::after {
    content: "";
  }

  .hero-visual {
    grid-template-columns: 1fr 56px 1fr;
    min-height: 420px;
  }

  .city-panel {
    min-height: 380px;
    border-radius: 22px;
  }

  .route-line::before,
  .route-line::after {
    height: 65px;
  }

  .landmark-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .landmark-card strong {
    font-size: 1rem;
  }

  .landmark-card p {
    display: none;
  }

  .visa-float-card {
    bottom: -48px;
    padding: 18px;
  }

  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .value-grid>div {
    padding: 16px 10px;
    border-bottom: 1px solid var(--line);
    border-right: 0;
    font-size: .82rem;
  }

  .visa-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .visa-card,
  .visa-card-featured,
  .visa-card.slim {
    grid-column: auto;
    min-height: auto;
  }

  .doc-grid {
    grid-template-columns: 1fr;
  }

  .doc-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-wide {
    grid-column: auto;
    display: block;
  }

  .benefit-wide h3 {
    margin-top: 8px;
  }

  .travel-checklist {
    grid-template-columns: 1fr;
  }

  .journey-feature {
    padding: 74px 0;
  }

  .journey-inner {
    min-height: 720px;
  }

  .journey-city {
    padding: 24px;
    min-height: 260px;
  }

  .journey-copy {
    padding: 24px;
  }

  .journey-copy .btn {
    width: 100%;
  }

  .mobile-sticky-cta {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.main-wrapper .btn:hover::after,
.mobile-sticky-cta .btn:hover::after {
  content: none;
}