.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);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  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;
}

.main-wrapper button,
.main-wrapper input,
.main-wrapper select {
  font: inherit;
}

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

.section {
  padding: 100px 0
}

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

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

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

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

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

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

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

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

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

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

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

.btn-block {
  width: 100%
}

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

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

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

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

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

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

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

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

.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: 750
}

.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)
}

.chennai-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(17, 17, 17, .52)),
    radial-gradient(circle at 28% 20%, rgba(255, 192, 0, .32), transparent 24%),
    linear-gradient(135deg, #d8d8d8, #7d7d7d)
}

.dubai-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(17, 17, 17, .56)),
    radial-gradient(circle at 70% 22%, rgba(255, 192, 0, .26), transparent 22%),
    linear-gradient(135deg, #bababa, #5d5d5d)
}

.sun-disc {
  position: absolute;
  left: 18%;
  top: 14%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .72
}

.shore-line {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 17%;
  height: 18%;
  border-top: 2px solid rgba(255, 255, 255, .72);
  border-radius: 50% 50% 0 0;
  transform: rotate(-4deg)
}

.shore-line::before,
.shore-line::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 6%;
  height: 1px;
  background: rgba(255, 255, 255, .55);
  border-radius: 50%;
  top: 22px
}

.shore-line::after {
  top: 43px;
  left: 16%
}

.burj-shape {
  position: absolute;
  left: 50%;
  bottom: 16%;
  width: 22%;
  height: 67%;
  transform: translateX(-50%);
  background: rgba(17, 17, 17, .72);
  clip-path: polygon(47% 0, 53% 0, 58% 18%, 63% 18%, 60% 34%, 66% 34%, 62% 50%, 68% 50%, 76% 100%, 24% 100%, 33% 50%, 39% 50%, 35% 34%, 41% 34%, 38% 18%, 44% 18%)
}

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

.city-caption span {
  display: block;
  color: var(--accent);
  font-size: .7rem;
  letter-spacing: .16em;
  font-weight: 900
}

.city-caption strong {
  display: block;
  font-size: 1.25rem
}

.city-caption small {
  opacity: .78
}

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

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

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

.visa-float-card {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: min(330px, 85%);
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  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;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 900
}

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

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

.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: 0
}

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

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

.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)
}

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

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

.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-no {
  font-size: 2.6rem;
  font-weight: 900;
  color: #dadada;
  letter-spacing: -.06em
}

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

.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
}

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

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

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

.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;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  display: flex;
  flex-direction: column;
  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.compact {
  grid-column: span 3
}

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

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

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

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

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

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

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

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

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

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

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

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

.check-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: 0
}

.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%;
  min-width: 680px;
  border-collapse: collapse
}

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);
  text-decoration: none;
  font-weight: 850
}

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

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

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

.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-dark {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark)
}

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

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

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

.local-visual {
  min-height: 340px;
  padding: 34px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  overflow: hidden;
  position: relative
}

.chennai-local {
  background: linear-gradient(135deg, rgba(17, 17, 17, .84), rgba(17, 17, 17, .55)), radial-gradient(circle at 18% 16%, rgba(255, 192, 0, .34), transparent 24%), linear-gradient(135deg, #bdbdbd, #6d6d6d)
}

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

.local-visual strong {
  font-size: 1.5rem
}

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

.coast-lines {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 34%;
  height: 90px
}

.coast-lines i {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .4);
  margin: 18px 0;
  border-radius: 50%;
  transform: rotate(-3deg)
}

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

.chennai-editorial {
  min-height: 520px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 17, 17, .58)), radial-gradient(circle at 25% 20%, rgba(255, 192, 0, .30), transparent 22%), linear-gradient(135deg, #d5d5d5, #737373)
}

.chennai-editorial::before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 25%;
  height: 1px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 20px 0 rgba(255, 255, 255, .3), 0 40px 0 rgba(255, 255, 255, .18)
}

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

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

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

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

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

.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;
  left: -35px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  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;
  padding-top: 28px;
  border-top: 1px solid var(--line)
}

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

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

.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  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-shell {
  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-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  color: var(--white)
}

.marina-side {
  background: linear-gradient(180deg, rgba(17, 17, 17, .18), rgba(17, 17, 17, .73)), radial-gradient(circle at 26% 20%, rgba(255, 192, 0, .34), transparent 20%), linear-gradient(135deg, #8d8d8d, #505050)
}

.dubai-side {
  background: linear-gradient(180deg, rgba(17, 17, 17, .15), rgba(17, 17, 17, .70)), linear-gradient(135deg, #6f6f6f, #343434)
}

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

.journey-side 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 i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .25)
}

.journey-route span {
  font-size: 1.8rem
}

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

.journey-card 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;
  position: relative;
  padding: 22px 38px 22px 0;
  font-weight: 850
}

.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;
  align-items: center;
  justify-content: space-between;
  gap: 50px
}

.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;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: var(--white);
  border-top: 1px solid var(--line)
}

.mobile-sticky-cta a {
  display: block;
  min-height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  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
  }

  .visa-card,
  .visa-card.featured,
  .visa-card.compact {
    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 {
    grid-template-columns: 1fr
  }

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

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

  .step-no {
    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-shell {
    grid-template-columns: 1fr;
    min-height: 680px
  }

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

  .journey-card {
    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 i {
    height: 65px
  }

  .city-caption {
    left: 14px;
    right: 14px;
    bottom: 14px
  }

  .city-caption strong {
    font-size: 1rem
  }

  .city-caption small {
    display: none
  }

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

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

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

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

  .visa-card,
  .visa-card.featured,
  .visa-card.compact {
    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-shell {
    min-height: 720px
  }

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

  .journey-card {
    padding: 24px
  }

  .journey-card .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
  }
}

/* Keep this page's button UI isolated from global.css .btn:hover::after */
.main-wrapper .btn:hover::after,
.mobile-sticky-cta .btn:hover::after {
  content: none;
}