:root {
  --visa-navy: #073b55;
  --visa-navy-dark: #052d42;
  --visa-teal: #1595a5;
  --visa-teal-dark: #107d8b;
  --visa-teal-light: #dff4f6;
  --visa-soft: #f3f8fa;
  --visa-soft-blue: #eaf4f7;
  --visa-white: #ffffff;
  --visa-text: #17394a;
  --visa-muted: #667f8b;
  --visa-line: #d8e6ea;
  --visa-success: #e7f7ef;
  --visa-danger: #fff0f1;
  --visa-shadow: 0 18px 45px rgba(7, 59, 85, 0.09);
  --visa-shadow-hover: 0 24px 55px rgba(7, 59, 85, 0.16);
}

.visa-wrap {
  color: var(--visa-text);
  background: var(--visa-white);
}

.visa-wrap,
.visa-wrap * {
  box-sizing: border-box;
}

.visa-wrap a {
  text-decoration: none;
}

.visa-wrap img {
  max-width: 100%;
}

.visa-kicker {
  color: var(--visa-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--visa-navy);
  border-radius: 12px;
  padding: 12px 21px;
  background: var(--visa-navy);
  color: var(--visa-white) !important;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.visa-btn:hover {
  background: var(--visa-navy-dark);
  border-color: var(--visa-navy-dark);
  box-shadow: 0 10px 24px rgba(7, 59, 85, 0.16);
  color: var(--visa-white) !important;
  transform: translateY(-1px);
}

.visa-btn.teal {
  background: var(--visa-teal);
  border-color: var(--visa-teal);
}

.visa-btn.teal:hover {
  background: var(--visa-teal-dark);
  border-color: var(--visa-teal-dark);
}

.visa-btn.outline {
  background: transparent;
  border-color: var(--visa-navy);
  color: var(--visa-navy) !important;
}

.visa-btn.outline:hover {
  background: var(--visa-navy);
  color: var(--visa-white) !important;
}

.visa-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.visa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  border-radius: 999px;
  padding: 5px 11px;
  background: var(--visa-teal-light);
  color: var(--visa-navy);
  font-size: 12px;
  font-weight: 800;
}

.visa-badge.light {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  color: var(--visa-white);
  backdrop-filter: blur(8px);
}

.visa-section {
  padding: 60px 0;
}

.visa-section h2,
.visa-section-heading h2 {
  color: var(--visa-navy);
}

.visa-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.visa-section-heading h2 {
  margin: 7px 0 0;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.12;
}

.visa-section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--visa-muted);
  line-height: 1.7;
}

.visa-section-heading.centered {
  justify-content: center;
  text-align: center;
}

/* Public listing hero */

.visa-index-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(21, 149, 165, 0.12),
      transparent 31%
    ),
    linear-gradient(135deg, #edf8fa 0%, #ffffff 68%);
}

.visa-index-hero::after {
  position: absolute;
  right: -170px;
  bottom: -220px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(21, 149, 165, 0.16);
  border-radius: 50%;
  content: "";
}

.visa-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 68px;
}

.visa-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: var(--visa-navy);
  font-size: clamp(43px, 5.4vw, 72px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.visa-hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: #355665;
  font-size: 18px;
  line-height: 1.7;
}

.visa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.visa-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
  color: var(--visa-muted);
  font-size: 13px;
  font-weight: 700;
}

.visa-hero-points span::before {
  margin-right: 7px;
  color: var(--visa-teal);
  content: "✓";
  font-weight: 900;
}

.visa-hero-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--visa-navy);
  box-shadow: var(--visa-shadow);
}

.visa-featured-swiper {
  width: 100%;
  touch-action: pan-y;
}

.visa-featured-swiper .swiper-wrapper,
.visa-featured-swiper .swiper-slide {
  height: 470px;
  min-height: 470px;
}

.visa-featured-slide {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.visa-featured-slide > img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.visa-featured-slide:hover,
.visa-featured-slide:focus {
  color: inherit;
  text-decoration: none;
}

.visa-featured-slide:hover > img {
  transform: scale(1.025);
}

.visa-image-fallback,
.visa-card-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(255, 255, 255, 0.17),
      transparent 26%
    ),
    linear-gradient(
      145deg,
      var(--visa-navy),
      var(--visa-teal)
    );
  color: var(--visa-white);
}

.visa-image-fallback {
  flex-direction: column;
  height: 470px;
}

.visa-image-fallback span {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visa-image-fallback strong {
  margin: 7px 0;
  font-size: 35px;
}

.visa-image-fallback small {
  opacity: 0.82;
}

.visa-hero-destination {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 17px;
  padding: 17px 19px;
  background: rgba(5, 45, 66, 0.77);
  color: var(--visa-white);
  backdrop-filter: blur(10px);
}

.visa-hero-destination small {
  opacity: 0.74;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visa-hero-destination strong {
  margin: 3px 0 1px;
  font-size: 25px;
}

.visa-hero-destination span {
  opacity: 0.88;
  font-size: 14px;
}

/* Service browsing */

.visa-service-browser {
  padding: 78px 0 46px;
}

.visa-search {
  display: flex;
  width: min(100%, 760px);
  margin-bottom: 22px;
  padding: 6px;
  border: 1px solid var(--visa-line);
  border-radius: 15px;
  background: var(--visa-white);
  box-shadow: 0 10px 28px rgba(7, 59, 85, 0.06);
}

.visa-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  background: transparent;
  color: var(--visa-text);
  font-size: 15px;
}

.visa-search .visa-btn {
  min-height: 44px;
  padding: 10px 24px;
}

.visa-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 38px;
}

.visa-tabs a {
  border: 1px solid var(--visa-line);
  border-radius: 999px;
  padding: 10px 17px;
  background: var(--visa-white);
  color: var(--visa-navy);
  font-size: 13px;
  font-weight: 800;
  transition: 0.2s ease;
}

.visa-tabs a:hover,
.visa-tabs a.active {
  border-color: var(--visa-navy);
  background: var(--visa-navy);
  color: var(--visa-white);
}

.visa-results-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -14px 0 35px;
  border-radius: 12px;
  padding: 13px 16px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 14px;
}

.visa-results-summary a {
  color: var(--visa-teal-dark);
  font-weight: 800;
}

.visa-category-section {
  margin-bottom: 66px;
}

.visa-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 21px;
}

.visa-category-heading > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.visa-category-heading h2 {
  margin: 0;
  color: var(--visa-navy);
  font-size: clamp(25px, 2.5vw, 34px);
}

.visa-category-heading > span {
  color: var(--visa-muted);
  font-size: 13px;
  font-weight: 700;
}

.visa-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}

.visa-destination-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  background: var(--visa-white);
  color: var(--visa-text);
  flex-direction: column;
  box-shadow: 0 8px 25px rgba(7, 59, 85, 0.045);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.visa-destination-card:hover {
  border-color: rgba(21, 149, 165, 0.55);
  box-shadow: var(--visa-shadow-hover);
  color: var(--visa-text);
  transform: translateY(-6px);
}

.visa-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: var(--visa-soft-blue);
}

.visa-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.visa-destination-card:hover .visa-card-media img {
  transform: scale(1.045);
}

.visa-card-fallback {
  width: 100%;
  height: 100%;
}

.visa-card-fallback span {
  display: flex;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.visa-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--visa-navy);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.visa-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.visa-card-content .visa-country {
  margin-bottom: 5px;
  color: var(--visa-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-card-content h3 {
  margin: 0;
  color: var(--visa-navy);
  font-size: 22px;
  line-height: 1.25;
}

.visa-card-content > p {
  margin: 10px 0 17px;
  color: var(--visa-muted);
  font-size: 14px;
  line-height: 1.6;
}

.visa-card-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: auto;
}

.visa-card-facts > span {
  min-width: 0;
  border-radius: 10px;
  padding: 10px;
  background: var(--visa-soft);
}

.visa-card-facts small,
.visa-card-facts strong {
  display: block;
}

.visa-card-facts small {
  margin-bottom: 3px;
  color: var(--visa-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.visa-card-facts strong {
  overflow: hidden;
  color: var(--visa-navy);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visa-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  border-top: 1px solid var(--visa-line);
  padding-top: 15px;
  color: var(--visa-navy);
  font-size: 13px;
  font-weight: 800;
}

.visa-card-link span {
  color: var(--visa-teal);
  font-size: 20px;
  transition: transform 0.2s ease;
}

.visa-destination-card:hover .visa-card-link span {
  transform: translateX(4px);
}

/* Popular destinations */

.visa-popular-section {
  padding: 75px 0;
  background: var(--visa-soft);
}

.visa-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.visa-popular-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--visa-navy);
  box-shadow: 0 13px 35px rgba(7, 59, 85, 0.12);
}

.visa-popular-card > img,
.visa-popular-card > .visa-card-fallback {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.visa-popular-card:hover > img {
  transform: scale(1.045);
}

.visa-popular-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(5, 45, 66, 0.93),
      rgba(5, 45, 66, 0.04) 65%
    );
  content: "";
}

.visa-popular-overlay {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: flex;
  flex-direction: column;
  color: var(--visa-white);
}

.visa-popular-overlay small {
  opacity: 0.8;
}

.visa-popular-overlay strong {
  margin: 3px 0 11px;
  font-size: 28px;
}

.visa-popular-overlay span {
  font-size: 13px;
  font-weight: 800;
}

/* Why NatXp */

.visa-why-section {
  padding: 82px 0;
}

.visa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.visa-benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 225px;
  border: 1px solid var(--visa-line);
  border-radius: 20px;
  padding: 27px;
  background: var(--visa-white);
}

.visa-benefit-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--visa-soft-blue);
  content: "";
}

.visa-benefit-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.visa-benefit-card h3 {
  position: relative;
  z-index: 1;
  margin: 23px 0 9px;
  color: var(--visa-navy);
  font-size: 21px;
}

.visa-benefit-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--visa-muted);
  line-height: 1.65;
}

/* FAQs */

.visa-faq-section {
  padding: 82px 0;
  background: var(--visa-navy);
}

.visa-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
}

.visa-faq-intro h2 {
  margin: 10px 0 15px;
  color: var(--visa-white);
  font-size: clamp(32px, 3.7vw, 49px);
  line-height: 1.1;
}

.visa-faq-intro p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.visa-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--visa-white);
}

.visa-faq-list summary {
  position: relative;
  padding: 19px 45px 19px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

.visa-faq-list summary::after {
  position: absolute;
  top: 17px;
  right: 2px;
  color: var(--visa-teal-light);
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

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

.visa-faq-list details p {
  max-width: 680px;
  margin: -3px 0 20px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

/* Product hero */

.visa-product-hero {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  background: var(--visa-navy);
}

.visa-product-hero-media,
.visa-product-hero-shade {
  position: absolute;
  inset: 0;
}

.visa-product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visa-product-hero-fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 75% 25%,
      rgba(255, 255, 255, 0.15),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      var(--visa-navy-dark),
      var(--visa-teal)
    );
}

.visa-product-hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(4, 37, 55, 0.94) 0%,
      rgba(4, 37, 55, 0.74) 47%,
      rgba(4, 37, 55, 0.17) 100%
    );
}

.visa-product-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 535px;
  flex-direction: column;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.visa-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 47px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.visa-breadcrumb a {
  color: var(--visa-white);
  font-weight: 700;
}

.visa-product-heading {
  max-width: 720px;
}

.visa-product-heading .visa-country {
  margin: 19px 0 4px;
  color: var(--visa-teal-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visa-product-heading h1 {
  margin: 0;
  color: var(--visa-white);
  font-size: clamp(43px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.visa-product-heading p {
  max-width: 660px;
  margin: 17px 0 25px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.65;
}

.visa-product-notice {
  padding: 25px 0 0;
}

.visa-info-notice {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-left: 4px solid var(--visa-teal);
  border-radius: 13px;
  padding: 17px 20px;
  background: var(--visa-soft-blue);
}

.visa-info-notice strong {
  flex: 0 0 auto;
  color: var(--visa-navy);
}

.visa-info-notice p {
  margin: 0;
  color: var(--visa-muted);
}

.visa-product-content {
  padding: 55px 0 78px;
}

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

.visa-product-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 38px;
}

.visa-fact {
  border: 1px solid var(--visa-line);
  border-radius: 15px;
  padding: 17px;
  background: var(--visa-soft);
}

.visa-fact small,
.visa-fact strong {
  display: block;
}

.visa-fact small {
  margin-bottom: 6px;
  color: var(--visa-muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visa-fact strong {
  color: var(--visa-navy);
  font-size: 15px;
}

.visa-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.75fr);
  align-items: start;
  gap: 28px;
}

.visa-product-main {
  display: grid;
  gap: 27px;
}

.visa-content-block,
.visa-panel {
  border: 1px solid var(--visa-line);
  border-radius: 20px;
  padding: 27px;
  background: var(--visa-white);
}

.visa-block-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 22px;
}

.visa-content-block h2 {
  margin: 7px 0 20px;
  color: var(--visa-navy);
  font-size: clamp(25px, 2.6vw, 34px);
}

.visa-block-heading h2 {
  margin-bottom: 0;
}

.visa-count-pill {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 800;
}

.visa-checklist {
  border-top: 1px solid var(--visa-line);
}

.visa-checklist-item {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 13px;
  border-bottom: 1px solid var(--visa-line);
  padding: 17px 0;
}

.visa-checklist-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.visa-check-icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-weight: 900;
}

.visa-checklist-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.visa-checklist-title h3 {
  margin: 2px 0;
  color: var(--visa-navy);
  font-size: 16px;
}

.visa-checklist-title span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 800;
}

.visa-checklist-title span.required {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-checklist-title span.optional {
  background: var(--visa-soft);
  color: var(--visa-muted);
}

.visa-checklist-item p {
  margin: 6px 0 0;
  color: var(--visa-muted);
  font-size: 13px;
  line-height: 1.6;
}

.visa-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.visa-journey-grid article {
  border-radius: 15px;
  padding: 18px;
  background: var(--visa-soft);
}

.visa-journey-grid article > span {
  color: var(--visa-teal);
  font-size: 12px;
  font-weight: 900;
}

.visa-journey-grid h3 {
  margin: 12px 0 7px;
  color: var(--visa-navy);
  font-size: 16px;
}

.visa-journey-grid p {
  margin: 0;
  color: var(--visa-muted);
  font-size: 13px;
  line-height: 1.55;
}

.visa-fee-card {
  position: sticky;
  top: 105px;
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  padding: 25px;
  background: var(--visa-white);
  box-shadow: var(--visa-shadow);
}

.visa-fee-card-header span {
  color: var(--visa-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visa-fee-card-header h2 {
  margin: 5px 0 20px;
  color: var(--visa-navy);
  font-size: 27px;
}

.visa-fee-lines {
  border-top: 1px solid var(--visa-line);
  border-bottom: 1px solid var(--visa-line);
  padding: 8px 0;
}

.visa-fee-lines > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 0;
}

.visa-fee-lines span {
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-fee-lines strong {
  color: var(--visa-navy);
  text-align: right;
  font-size: 15px;
}

.visa-fee-message {
  margin: 17px 0;
  border-radius: 11px;
  padding: 12px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 12px;
  line-height: 1.55;
}

.visa-secure-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 15px;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.5;
}

.visa-secure-note span {
  color: var(--visa-teal);
  font-weight: 900;
}

.visa-product-cta {
  padding: 70px 0;
  background: var(--visa-soft);
}

.visa-product-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 25px;
  padding: 38px 42px;
  background: var(--visa-navy);
}

.visa-product-cta h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--visa-white);
  font-size: clamp(28px, 3vw, 40px);
}

/* Existing Visa application compatibility */

.visa-hero {
  padding: 65px 0;
  background: linear-gradient(
    135deg,
    var(--visa-soft-blue),
    var(--visa-white) 68%
  );
}

.visa-hero h1 {
  max-width: 850px;
  margin-top: 10px;
  color: var(--visa-navy);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
}

.visa-hero p {
  max-width: 750px;
  font-size: 18px;
}

.visa-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.visa-step,
.visa-card {
  border: 1px solid var(--visa-line);
  border-radius: 18px;
  padding: 22px;
  background: var(--visa-white);
}

.visa-step b {
  display: block;
  margin-bottom: 7px;
  color: var(--visa-teal);
  font-size: 13px;
}

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

.visa-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visa-card h3 {
  margin: 0;
  color: var(--visa-navy);
  font-size: 22px;
}

.visa-card .visa-country {
  color: var(--visa-teal);
  font-weight: 800;
}

.visa-card .visa-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

.visa-detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

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

.visa-list li {
  border-bottom: 1px solid var(--visa-line);
  padding: 12px 0;
}

.visa-list li::before {
  margin-right: 10px;
  color: var(--visa-teal);
  content: "✓";
  font-weight: 900;
}

.visa-note {
  border: 1px solid #cfe5ea;
  border-radius: 12px;
  padding: 16px;
  background: var(--visa-soft-blue);
  color: var(--visa-text);
}

.visa-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.visa-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--visa-navy);
  font-weight: 800;
}

.visa-field input,
.visa-field select,
.visa-field textarea {
  width: 100%;
  border: 1px solid #c9d9df;
  border-radius: 10px;
  padding: 12px;
  background: var(--visa-white);
  color: var(--visa-text);
}

.visa-field input:focus,
.visa-field select:focus,
.visa-field textarea:focus {
  outline: 2px solid rgba(21, 149, 165, 0.18);
  border-color: var(--visa-teal);
}

.visa-span-2 {
  grid-column: span 2;
}

.visa-status {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 11px;
  background: var(--visa-teal-light);
  color: var(--visa-navy);
  font-weight: 800;
  text-transform: capitalize;
}

.visa-table {
  width: 100%;
  border-collapse: collapse;
}

.visa-table th,
.visa-table td {
  border-bottom: 1px solid var(--visa-line);
  padding: 13px;
  text-align: left;
  vertical-align: top;
}

.visa-timeline {
  margin-left: 8px;
  border-left: 2px solid var(--visa-line);
  padding-left: 22px;
}

.visa-timeline article {
  position: relative;
  margin-bottom: 20px;
}

.visa-timeline article::before {
  position: absolute;
  top: 4px;
  left: -29px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--visa-teal);
  content: "";
}

.visa-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--visa-line);
  padding: 10px 0;
}

.visa-progress {
  display: flex;
  gap: 6px;
  margin: 18px 0;
}

.visa-progress span {
  height: 6px;
  flex: 1;
  border-radius: 6px;
  background: #dce8eb;
}

.visa-progress span.done {
  background: var(--visa-teal);
}

.visa-source {
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-empty {
  border-radius: 18px;
  padding: 45px;
  background: var(--visa-soft);
  text-align: center;
}

.visa-empty.compact {
  padding: 24px;
  color: var(--visa-muted);
}

.visa-empty h3 {
  margin-top: 0;
  color: var(--visa-navy);
}

.visa-alert {
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 13px 16px;
  background: var(--visa-success);
  color: #1e6841;
}

.visa-errors {
  background: var(--visa-danger);
  color: #8b2530;
}

.visa-ocr {
  margin-bottom: 14px;
  border: 1px solid #b9dff2;
  border-radius: 10px;
  padding: 12px;
  background: #eef8ff;
}

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

.visa-stat {
  border: 1px solid var(--visa-line);
  border-radius: 14px;
  padding: 18px;
  background: var(--visa-white);
}

.visa-stat strong {
  display: block;
  color: var(--visa-navy);
  font-size: 26px;
}

/* Responsive */

@media (max-width: 1199px) {
  .visa-hero-layout {
    gap: 40px;
  }

  .visa-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visa-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visa-product-layout {
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.8fr);
  }
}

@media (max-width: 991px) {
  .visa-index-hero {
    padding: 55px 0;
  }

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

  .visa-hero-visual,
  .visa-featured-swiper .swiper-wrapper,
  .visa-featured-swiper .swiper-slide,
  .visa-featured-slide > img,
  .visa-image-fallback {
    height: 410px;
    min-height: 410px;
  }

  .visa-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .visa-product-layout,
  .visa-detail-grid,
  .visa-faq-layout {
    grid-template-columns: 1fr;
  }

  .visa-faq-layout {
    gap: 35px;
  }

  .visa-fee-card {
    position: static;
  }

  .visa-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .visa-admin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .visa-index-hero {
    padding: 40px 0;
  }

  .visa-hero-copy h1,
  .visa-product-heading h1 {
    font-size: 39px;
  }

  .visa-hero-copy > p,
  .visa-product-heading p {
    font-size: 16px;
  }

  .visa-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .visa-hero-visual,
  .visa-featured-swiper .swiper-wrapper,
  .visa-featured-swiper .swiper-slide,
  .visa-featured-slide > img,
  .visa-image-fallback {
    height: 340px;
    min-height: 340px;
  }

  .visa-service-browser,
  .visa-popular-section,
  .visa-why-section,
  .visa-faq-section {
    padding: 55px 0;
  }

  .visa-search {
    align-items: stretch;
    flex-direction: column;
  }

  .visa-search .visa-btn {
    width: 100%;
  }

  .visa-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .visa-tabs a {
    flex: 0 0 auto;
  }

  .visa-results-summary,
  .visa-category-heading,
  .visa-product-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-destination-grid,
  .visa-popular-grid,
  .visa-journey-grid,
  .visa-form-grid,
  .visa-grid,
  .visa-steps,
  .visa-facts {
    grid-template-columns: 1fr;
  }

  .visa-category-heading > span {
    display: none;
  }

  .visa-card-media {
    height: 205px;
  }

  .visa-popular-card,
  .visa-popular-card > img,
  .visa-popular-card > .visa-card-fallback {
    min-height: 320px;
    height: 320px;
  }

  .visa-product-hero,
  .visa-product-hero-content {
    min-height: 500px;
  }

  .visa-product-hero-shade {
    background: rgba(4, 37, 55, 0.72);
  }

  .visa-breadcrumb {
    margin-bottom: 35px;
  }

  .visa-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visa-content-block,
  .visa-panel,
  .visa-fee-card {
    padding: 20px;
  }

  .visa-checklist-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .visa-product-cta-inner {
    padding: 29px 23px;
  }

  .visa-product-cta-inner .visa-btn {
    width: 100%;
  }

  .visa-span-2 {
    grid-column: auto;
  }

  .visa-table {
    display: block;
    overflow-x: auto;
  }

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

@media (max-width: 479px) {
  .visa-product-facts,
  .visa-admin-grid {
    grid-template-columns: 1fr;
  }

  .visa-hero-points {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-checklist-item {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .visa-empty {
    padding: 30px 20px;
  }
}

/* Customer flow design */

.visa-flow-header,
.visa-checkout-header {
  padding: 48px 0 30px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(21, 149, 165, 0.13),
      transparent 29%
    ),
    var(--visa-soft);
}

.visa-flow-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-flow-breadcrumb a {
  color: var(--visa-navy);
  font-weight: 800;
}

.visa-flow-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
}

.visa-flow-heading h1,
.visa-checkout-heading h1 {
  margin: 8px 0 10px;
  color: var(--visa-navy);
  font-size: clamp(34px, 4.4vw, 54px);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.visa-flow-heading p,
.visa-checkout-heading p {
  max-width: 690px;
  margin: 0;
  color: var(--visa-muted);
  font-size: 16px;
  line-height: 1.65;
}

.visa-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--visa-line);
  border-radius: 16px;
  background: var(--visa-white);
}

.visa-flow-steps > div {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: var(--visa-muted);
}

.visa-flow-steps > div:not(:last-child)::after {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
  width: 1px;
  background: var(--visa-line);
  content: "";
}

.visa-flow-steps span {
  display: inline-flex;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 900;
}

.visa-flow-steps strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visa-flow-steps .active {
  color: var(--visa-navy);
}

.visa-flow-steps .active span {
  background: var(--visa-teal);
  color: var(--visa-white);
}

.visa-flow-steps .done {
  color: var(--visa-navy);
}

.visa-flow-steps .done span {
  background: var(--visa-navy);
  color: var(--visa-white);
}

.visa-flow-steps .available span {
  border: 1px solid var(--visa-teal);
  background: var(--visa-white);
  color: var(--visa-teal-dark);
}

.visa-flow-content {
  min-height: 550px;
  padding: 46px 0 80px;
  background: var(--visa-white);
}

.visa-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.7fr);
  align-items: start;
  gap: 28px;
}

.visa-form-card,
.visa-flow-card,
.visa-payment-card {
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  background: var(--visa-white);
}

.visa-form-card {
  overflow: hidden;
}

.visa-form-card-heading,
.visa-flow-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--visa-line);
  padding: 25px 27px;
}

.visa-form-card-heading span {
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visa-form-card-heading h2,
.visa-flow-card-heading h2 {
  margin: 5px 0 0;
  color: var(--visa-navy);
  font-size: 26px;
}

.visa-form-card-heading p {
  max-width: 210px;
  margin: 4px 0 0;
  color: var(--visa-muted);
  font-size: 12px;
  text-align: right;
}

.visa-form-section {
  margin: 0 27px;
  padding: 29px 0;
  border-bottom: 1px solid var(--visa-line);
}

.visa-form-section-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
}

.visa-form-section-title > span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.visa-form-section-title h3 {
  margin: 0 0 3px;
  color: var(--visa-navy);
  font-size: 18px;
}

.visa-form-section-title p {
  margin: 0;
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-field {
  min-width: 0;
}

.visa-field label span {
  color: var(--visa-muted);
  font-weight: 400;
}

.visa-field small {
  display: block;
  margin-top: 5px;
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 25px 27px 0;
  border-radius: 13px;
  padding: 15px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.visa-consent.compact {
  margin: 20px 0;
}

.visa-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--visa-teal);
}

.visa-consent a {
  color: var(--visa-teal-dark);
  font-weight: 800;
}

.visa-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  padding: 25px 27px 27px;
}

.visa-form-actions button span {
  margin-left: 8px;
}

.visa-flow-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 15px;
}

.visa-service-summary {
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  background: var(--visa-white);
  box-shadow: var(--visa-shadow);
}

.visa-service-summary-media {
  height: 205px;
  overflow: hidden;
  background: var(--visa-navy);
}

.visa-service-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visa-service-summary-content {
  padding: 21px;
}

.visa-service-summary-content .visa-country {
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visa-service-summary-content h2 {
  margin: 5px 0 18px;
  color: var(--visa-navy);
  font-size: 22px;
}

.visa-service-summary-content dl {
  margin: 0;
}

.visa-service-summary-content dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--visa-line);
  padding: 10px 0;
}

.visa-service-summary-content dt {
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 500;
}

.visa-service-summary-content dd {
  margin: 0;
  color: var(--visa-navy);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.visa-help-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  padding: 17px;
  background: var(--visa-navy);
  color: var(--visa-white);
}

.visa-help-card > span {
  display: inline-flex;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--visa-teal);
  font-weight: 900;
}

.visa-help-card strong {
  font-size: 13px;
}

.visa-help-card p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.6;
}

/* Passport upload and payment */

.visa-flow-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.visa-flow-intro > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.visa-flow-intro-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.visa-flow-intro h2 {
  margin: 0 0 4px;
  color: var(--visa-navy);
  font-size: 23px;
}

.visa-flow-intro p {
  margin: 0;
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-flow-intro > a {
  flex: 0 0 auto;
  color: var(--visa-navy);
  font-size: 12px;
  font-weight: 800;
}

.visa-passport-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
  align-items: start;
  gap: 27px;
}

.visa-flow-card {
  padding-bottom: 3px;
}

.visa-card-intro {
  margin: 20px 27px;
  color: var(--visa-muted);
  font-size: 13px;
  line-height: 1.6;
}

.visa-passport-list {
  border-top: 1px solid var(--visa-line);
}

.visa-passport-item {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 14px;
  padding: 23px 27px;
  border-bottom: 1px solid var(--visa-line);
}

.visa-passport-item:last-child {
  border-bottom: 0;
}

.visa-passport-status span {
  display: inline-flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
}

.visa-passport-status.pending span {
  background: var(--visa-soft);
  color: var(--visa-muted);
}

.visa-passport-status.complete span {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-passport-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.visa-passport-title small {
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-passport-title h3 {
  margin: 2px 0 0;
  color: var(--visa-navy);
  font-size: 17px;
}

.visa-passport-title > span {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 900;
}

.visa-passport-title > span.pending {
  background: var(--visa-soft);
  color: var(--visa-muted);
}

.visa-passport-title > span.complete {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-current-file {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  border-radius: 11px;
  padding: 10px 12px;
  background: var(--visa-soft);
}

.visa-current-file > span {
  color: var(--visa-teal);
  font-weight: 900;
}

.visa-current-file strong,
.visa-current-file small {
  display: block;
}

.visa-current-file strong {
  color: var(--visa-navy);
  font-size: 11px;
}

.visa-current-file small {
  color: var(--visa-muted);
  overflow-wrap: anywhere;
}

.visa-upload-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  margin-top: 14px;
}

.visa-file-control {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  color: var(--visa-muted);
  font-size: 11px;
  font-weight: 700;
}

.visa-file-control input,
.visa-document-upload input[type="file"] {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--visa-line);
  border-radius: 10px;
  padding: 9px;
  background: var(--visa-white);
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-payment-column {
  position: sticky;
  top: 105px;
}

.visa-payment-card {
  padding: 24px;
  box-shadow: var(--visa-shadow);
}

.visa-payment-card-heading h2 {
  margin: 5px 0 19px;
  color: var(--visa-navy);
  font-size: 25px;
}

.visa-payment-summary {
  border-top: 1px solid var(--visa-line);
  border-bottom: 1px solid var(--visa-line);
  padding: 7px 0;
}

.visa-payment-summary > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 0;
}

.visa-payment-summary span {
  color: var(--visa-muted);
  font-size: 12px;
}

.visa-payment-summary strong {
  color: var(--visa-navy);
  font-size: 13px;
  text-align: right;
}

.visa-payment-summary .total {
  margin-top: 5px;
  border-top: 1px solid var(--visa-line);
  padding-top: 13px;
}

.visa-payment-summary .total span,
.visa-payment-summary .total strong {
  color: var(--visa-navy);
  font-weight: 900;
}

.visa-payment-options {
  display: grid;
  gap: 11px;
  margin: 19px 0;
}

.visa-payment-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.visa-payment-option > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.visa-payment-option-body {
  display: block;
  border: 1px solid var(--visa-line);
  border-radius: 14px;
  padding: 15px;
  background: var(--visa-white);
  transition: 0.2s ease;
}

.visa-payment-option > input:checked
  + .visa-payment-option-body {
  border-color: var(--visa-teal);
  background: #f1fafb;
  box-shadow: 0 0 0 2px rgba(21, 149, 165, 0.1);
}

.visa-option-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.visa-option-heading small,
.visa-option-heading strong {
  display: block;
}

.visa-option-heading small {
  margin-bottom: 3px;
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-option-heading strong {
  color: var(--visa-navy);
  font-size: 20px;
}

.visa-radio-mark {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border: 2px solid var(--visa-line);
  border-radius: 50%;
}

.visa-payment-option > input:checked
  + .visa-payment-option-body
  .visa-radio-mark {
  border: 5px solid var(--visa-teal);
}

.visa-option-breakdown {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  border-top: 1px solid var(--visa-line);
  padding-top: 11px;
}

.visa-option-breakdown > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-option-breakdown strong {
  color: var(--visa-navy);
}

.visa-option-breakdown .payable {
  color: var(--visa-navy);
  font-weight: 800;
}

.visa-payment-locked {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 19px;
  border-radius: 13px;
  padding: 15px;
  background: var(--visa-soft);
}

.visa-payment-locked > span {
  color: var(--visa-teal);
  font-size: 18px;
  font-weight: 900;
}

.visa-payment-locked strong {
  color: var(--visa-navy);
  font-size: 13px;
}

.visa-payment-locked p {
  margin: 4px 0 0;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Razorpay checkout */

.visa-checkout-header {
  padding-bottom: 28px;
}

.visa-checkout-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.visa-checkout-lock {
  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--visa-teal);
  color: var(--visa-white);
  font-size: 19px;
  font-weight: 900;
}

.visa-checkout-content {
  min-height: 570px;
  padding: 50px 0 80px;
}

.visa-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.65fr);
  align-items: start;
  gap: 27px;
  max-width: 980px;
  margin: auto;
}

.visa-checkout-card {
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  padding: 27px;
  background: var(--visa-white);
  box-shadow: var(--visa-shadow);
}

.visa-checkout-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 21px;
}

.visa-checkout-card-heading span {
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visa-checkout-card-heading h2 {
  margin: 4px 0 0;
  color: var(--visa-navy);
  font-size: 26px;
}

.visa-checkout-card-heading > small {
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 10px;
}

.visa-checkout-service {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-radius: 15px;
  padding: 12px;
  background: var(--visa-soft);
}

.visa-checkout-service-image {
  height: 78px;
  overflow: hidden;
  border-radius: 11px;
  background: var(--visa-navy);
}

.visa-checkout-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visa-checkout-service-image
  .visa-card-fallback span {
  width: 43px;
  height: 43px;
  font-size: 13px;
}

.visa-checkout-service small {
  color: var(--visa-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-checkout-service h3 {
  margin: 3px 0;
  color: var(--visa-navy);
  font-size: 17px;
}

.visa-checkout-service p {
  margin: 0;
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-checkout-lines {
  margin: 22px 0 0;
  border-top: 1px solid var(--visa-line);
  padding-top: 9px;
}

.visa-checkout-lines > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 0;
}

.visa-checkout-lines span {
  color: var(--visa-muted);
  font-size: 13px;
}

.visa-checkout-lines strong {
  color: var(--visa-navy);
  font-size: 14px;
}

.visa-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 12px 0 20px;
  border-radius: 14px;
  padding: 17px;
  background: var(--visa-navy);
  color: var(--visa-white);
}

.visa-checkout-total span,
.visa-checkout-total small {
  display: block;
}

.visa-checkout-total span {
  font-size: 13px;
  font-weight: 800;
}

.visa-checkout-total small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.visa-checkout-total > strong {
  font-size: 24px;
}

.visa-checkout-back {
  display: block;
  margin-top: 15px;
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.visa-checkout-back:hover {
  color: var(--visa-teal-dark);
}

.visa-checkout-assurance {
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  padding: 25px;
  background: var(--visa-soft);
}

.visa-assurance-icon {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-weight: 900;
}

.visa-checkout-assurance h2 {
  margin: 17px 0 8px;
  color: var(--visa-navy);
  font-size: 21px;
}

.visa-checkout-assurance > p {
  color: var(--visa-muted);
  font-size: 12px;
  line-height: 1.65;
}

.visa-checkout-assurance ul {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.visa-checkout-assurance li {
  position: relative;
  margin: 9px 0;
  padding-left: 20px;
  color: var(--visa-navy);
  font-size: 12px;
  font-weight: 700;
}

.visa-checkout-assurance li::before {
  position: absolute;
  left: 0;
  color: var(--visa-teal);
  content: "✓";
  font-weight: 900;
}

.visa-checkout-notice {
  border-top: 1px solid var(--visa-line);
  padding-top: 15px;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Applications and tracking design */

.visa-applications-header {
  padding: 64px 0 35px;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(21, 149, 165, 0.15),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--visa-soft-blue),
      var(--visa-white)
    );
}

.visa-applications-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

.visa-applications-heading h1 {
  margin: 8px 0 10px;
  color: var(--visa-navy);
  font-size: clamp(39px, 5vw, 60px);
  letter-spacing: -0.03em;
}

.visa-applications-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--visa-muted);
  line-height: 1.65;
}

.visa-applications-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 34px;
  border-top: 1px solid var(--visa-line);
  padding-top: 20px;
}

.visa-applications-summary > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.visa-applications-summary strong {
  color: var(--visa-navy);
  font-size: 29px;
}

.visa-applications-summary span,
.visa-applications-summary p {
  color: var(--visa-muted);
  font-size: 12px;
}

.visa-applications-summary p {
  margin: 0;
}

.visa-applications-content {
  min-height: 540px;
  padding: 45px 0 78px;
}

.visa-application-list {
  display: grid;
  gap: 17px;
}

.visa-application-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 20px;
  background: var(--visa-white);
  box-shadow: 0 8px 26px rgba(7, 59, 85, 0.045);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.visa-application-card:hover {
  border-color: rgba(21, 149, 165, 0.48);
  box-shadow: var(--visa-shadow);
}

.visa-application-media {
  min-height: 230px;
  overflow: hidden;
  background: var(--visa-navy);
}

.visa-application-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visa-application-body {
  min-width: 0;
  padding: 22px 24px;
}

.visa-application-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.visa-application-reference small,
.visa-application-reference strong {
  display: block;
}

.visa-application-reference small {
  margin-bottom: 4px;
  color: var(--visa-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-application-reference strong {
  color: var(--visa-navy);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.visa-status.status-payment-pending,
.visa-status.status-pre-application,
.visa-status.status-documents-payment-pending {
  background: #edf3f8;
  color: #355a70;
}

.visa-status.status-under-review,
.visa-status.status-processing,
.visa-status.status-submitted {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-status.status-completed,
.visa-status.status-decision-received {
  background: var(--visa-success);
  color: #1e6841;
}

.visa-status.status-cancelled,
.visa-status.status-rejected {
  background: var(--visa-danger);
  color: #8b2530;
}

.visa-application-service {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(110px, 1fr));
  gap: 12px;
  margin-top: 21px;
  border-top: 1px solid var(--visa-line);
  padding-top: 17px;
}

.visa-application-service small,
.visa-application-service strong {
  display: block;
}

.visa-application-service small {
  margin-bottom: 3px;
  color: var(--visa-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.visa-application-service strong {
  color: var(--visa-navy);
  font-size: 12px;
}

.visa-application-guidance {
  margin-top: 16px;
  border-left: 3px solid var(--visa-teal);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.55;
}

.visa-application-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.visa-application-actions .visa-btn {
  min-height: 42px;
  padding: 9px 15px;
  font-size: 12px;
}

.visa-application-actions .visa-btn span {
  margin-left: 8px;
}

.visa-delete-action {
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: #8b2530;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.visa-delete-action:hover {
  text-decoration: underline;
}

.visa-application-empty {
  padding: 65px 25px;
}

.visa-empty-icon {
  display: inline-flex;
  width: 51px;
  height: 51px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 24px;
}

.visa-application-empty h2 {
  margin: 18px 0 8px;
  color: var(--visa-navy);
}

.visa-application-empty p {
  margin-bottom: 20px;
  color: var(--visa-muted);
}

.visa-pagination {
  margin-top: 28px;
}

/* Application tracking */

.visa-manage-header {
  padding: 49px 0 30px;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(21, 149, 165, 0.13),
      transparent 28%
    ),
    var(--visa-soft);
}

.visa-manage-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
}

.visa-manage-heading h1 {
  margin: 7px 0 12px;
  color: var(--visa-navy);
  font-size: clamp(35px, 4.5vw, 55px);
  letter-spacing: -0.025em;
}

.visa-manage-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.visa-manage-reference span {
  border: 1px solid var(--visa-line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--visa-white);
  color: var(--visa-muted);
  font-size: 11px;
  font-weight: 700;
}

.visa-stage-tracker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 31px;
  border: 1px solid var(--visa-line);
  border-radius: 16px;
  background: var(--visa-white);
}

.visa-stage-tracker > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px;
  color: var(--visa-muted);
}

.visa-stage-tracker > div:not(:last-child)::after {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  width: 1px;
  background: var(--visa-line);
  content: "";
}

.visa-stage-tracker span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--visa-soft);
  font-size: 11px;
  font-weight: 900;
}

.visa-stage-tracker strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visa-stage-tracker .done {
  color: var(--visa-navy);
}

.visa-stage-tracker .done span {
  background: var(--visa-navy);
  color: var(--visa-white);
}

.visa-stage-tracker .current span {
  background: var(--visa-teal);
  color: var(--visa-white);
}

.visa-manage-content {
  min-height: 600px;
  padding: 42px 0 80px;
}

.visa-action-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 25px;
  border: 1px solid #cfe5ea;
  border-radius: 15px;
  padding: 17px;
  background: var(--visa-soft-blue);
}

.visa-action-notice > span {
  display: inline-flex;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--visa-teal);
  color: var(--visa-white);
  font-weight: 900;
}

.visa-action-notice strong {
  color: var(--visa-navy);
  font-size: 13px;
}

.visa-action-notice p {
  margin: 3px 0 0;
  color: var(--visa-muted);
  font-size: 12px;
}

.visa-manage-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}

.visa-manage-section-heading h2 {
  margin: 6px 0 0;
  color: var(--visa-navy);
  font-size: 29px;
}

.visa-locked-pill {
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.visa-locked-pill.payment {
  background: #edf3f8;
  color: #355a70;
}

.visa-applicant-list {
  display: grid;
  gap: 21px;
}

.visa-applicant-card {
  overflow: hidden;
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  background: var(--visa-white);
}

.visa-applicant-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--visa-line);
  padding: 19px 23px;
  background: var(--visa-soft);
}

.visa-applicant-card-header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.visa-applicant-number {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--visa-navy);
  color: var(--visa-white);
  font-size: 12px;
  font-weight: 900;
}

.visa-applicant-card-header small {
  color: var(--visa-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.visa-applicant-card-header h2 {
  margin: 2px 0 0;
  color: var(--visa-navy);
  font-size: 20px;
}

.visa-verification-status {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
}

.visa-verification-status.verified {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-verification-status.pending {
  background: #edf3f8;
  color: #526d7d;
}

.visa-applicant-card > .visa-ocr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 22px 0;
}

.visa-applicant-card > .visa-ocr p {
  margin: 3px 0 0;
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-applicant-layout {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.68fr) minmax(0, 1.32fr);
}

.visa-applicant-details,
.visa-applicant-documents {
  min-width: 0;
  padding: 23px;
}

.visa-applicant-details {
  border-right: 1px solid var(--visa-line);
}

.visa-subsection-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
}

.visa-subsection-heading span {
  color: var(--visa-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-subsection-heading h3 {
  margin: 4px 0 0;
  color: var(--visa-navy);
  font-size: 18px;
}

.visa-subsection-heading > small {
  color: var(--visa-muted);
  font-size: 10px;
}

.visa-applicant-details form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.visa-applicant-details .visa-btn {
  justify-self: start;
  margin-top: 3px;
}

.visa-document-list {
  display: grid;
  gap: 13px;
}

.visa-document-item {
  border: 1px solid var(--visa-line);
  border-radius: 14px;
  padding: 15px;
}

.visa-document-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.visa-document-heading h4 {
  margin: 0;
  color: var(--visa-navy);
  font-size: 14px;
}

.visa-document-heading p {
  margin: 5px 0 0;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.5;
}

.visa-document-heading > span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 900;
}

.visa-document-heading > span.required {
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
}

.visa-document-heading > span.optional {
  background: var(--visa-soft);
  color: var(--visa-muted);
}

.visa-multiple-note {
  display: block;
  margin-top: 5px;
  color: var(--visa-muted);
  font-size: 9px;
}

.visa-uploaded-files {
  display: grid;
  gap: 7px;
  margin-top: 11px;
}

.visa-uploaded-files > div {
  border-radius: 9px;
  padding: 9px 10px;
  background: var(--visa-soft);
  font-size: 10px;
}

.visa-uploaded-files a {
  color: var(--visa-navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.visa-uploaded-files span {
  float: right;
  margin-left: 8px;
  color: var(--visa-teal-dark);
  font-weight: 800;
}

.visa-uploaded-files p {
  clear: both;
  margin: 5px 0 0;
  color: #8b2530;
}

.visa-document-upload {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
}

.visa-document-upload .visa-btn {
  min-height: 40px;
  padding: 8px 13px;
  font-size: 11px;
}

.visa-document-upload input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.visa-manage-bottom {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
  gap: 22px;
  margin-top: 25px;
}

.visa-updates-card,
.visa-final-action-card {
  border: 1px solid var(--visa-line);
  border-radius: 21px;
  padding: 24px;
  background: var(--visa-white);
}

.visa-updates-card .visa-flow-card-heading {
  margin: -24px -24px 23px;
}

.visa-updates-card .visa-timeline p {
  margin: 4px 0;
  color: var(--visa-muted);
  font-size: 12px;
}

.visa-updates-card .visa-timeline small {
  color: var(--visa-muted);
  font-size: 10px;
}

.visa-final-action-card {
  position: sticky;
  top: 105px;
  box-shadow: var(--visa-shadow);
}

.visa-balance-quote {
  margin-top: 16px;
  border-radius: 13px;
  padding: 12px 14px;
  background: var(--visa-soft);
}

.visa-balance-quote > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}

.visa-balance-quote span {
  color: var(--visa-muted);
  font-size: 11px;
}

.visa-balance-quote strong {
  color: var(--visa-navy);
  font-size: 12px;
}

.visa-balance-quote .total {
  margin-top: 5px;
  border-top: 1px solid var(--visa-line);
  padding-top: 10px;
}

.visa-balance-quote .total span,
.visa-balance-quote .total strong {
  color: var(--visa-navy);
  font-weight: 900;
}

.visa-paid-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  border-radius: 13px;
  padding: 13px;
  background: var(--visa-success);
}

.visa-paid-note > span {
  color: #1e6841;
  font-weight: 900;
}

.visa-paid-note strong {
  color: #1e6841;
  font-size: 12px;
}

.visa-paid-note p {
  margin: 3px 0 0;
  color: #46735c;
  font-size: 10px;
}

.visa-final-action {
  margin-top: 19px;
  border-top: 1px solid var(--visa-line);
  padding-top: 18px;
}

.visa-final-action h3 {
  margin: 0 0 8px;
  color: var(--visa-navy);
  font-size: 18px;
}

.visa-final-action > p {
  margin: 0 0 15px;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.6;
}

.visa-final-action > small {
  display: block;
  margin-top: 11px;
  color: var(--visa-muted);
  font-size: 9px;
  line-height: 1.55;
}

/* Customer flow responsive rules */

@media (max-width: 1199px) {
  .visa-flow-layout,
  .visa-passport-layout {
    grid-template-columns:
      minmax(0, 1.25fr) minmax(300px, 0.75fr);
  }

  .visa-application-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .visa-application-service {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visa-applicant-layout {
    grid-template-columns:
      minmax(240px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 991px) {
  .visa-flow-layout,
  .visa-passport-layout,
  .visa-checkout-layout,
  .visa-applicant-layout,
  .visa-manage-bottom {
    grid-template-columns: 1fr;
  }

  .visa-flow-sidebar,
  .visa-payment-column,
  .visa-final-action-card {
    position: static;
  }

  .visa-flow-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visa-service-summary {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .visa-service-summary-media {
    height: 100%;
    min-height: 210px;
  }

  .visa-applicant-details {
    border-right: 0;
    border-bottom: 1px solid var(--visa-line);
  }

  .visa-application-card {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .visa-flow-header,
  .visa-checkout-header,
  .visa-applications-header,
  .visa-manage-header {
    padding: 38px 0 24px;
  }

  .visa-flow-heading,
  .visa-applications-heading,
  .visa-applications-summary,
  .visa-manage-heading,
  .visa-manage-section-heading,
  .visa-flow-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-flow-heading h1,
  .visa-checkout-heading h1,
  .visa-applications-heading h1,
  .visa-manage-heading h1 {
    font-size: 36px;
  }

  .visa-flow-heading > .visa-badge,
  .visa-manage-heading > .visa-status {
    align-self: flex-start;
  }

  .visa-flow-steps,
  .visa-stage-tracker {
    display: flex;
    overflow-x: auto;
  }

  .visa-flow-steps > div,
  .visa-stage-tracker > div {
    min-width: 145px;
    flex: 0 0 145px;
  }

  .visa-flow-content,
  .visa-checkout-content,
  .visa-applications-content,
  .visa-manage-content {
    padding: 34px 0 55px;
  }

  .visa-form-card-heading,
  .visa-flow-card-heading {
    flex-direction: column;
    padding: 21px;
  }

  .visa-form-card-heading p {
    max-width: none;
    text-align: left;
  }

  .visa-form-section {
    margin: 0 21px;
  }

  .visa-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 21px;
  }

  .visa-form-actions .visa-btn {
    width: 100%;
  }

  .visa-consent {
    margin-right: 21px;
    margin-left: 21px;
  }

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

  .visa-service-summary {
    display: block;
  }

  .visa-service-summary-media {
    height: 210px;
    min-height: 0;
  }

  .visa-passport-item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px;
  }

  .visa-passport-status span {
    width: 34px;
    height: 34px;
  }

  .visa-upload-form,
  .visa-document-upload {
    grid-template-columns: 1fr;
  }

  .visa-upload-form .visa-btn,
  .visa-document-upload .visa-btn {
    width: 100%;
  }

  .visa-payment-card,
  .visa-checkout-card,
  .visa-checkout-assurance {
    padding: 21px;
  }

  .visa-checkout-heading {
    align-items: flex-start;
  }

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

  .visa-application-media {
    min-height: 190px;
    height: 190px;
  }

  .visa-application-primary {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-application-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .visa-application-actions .visa-btn {
    width: 100%;
  }

  .visa-delete-action {
    width: 100%;
    text-align: center;
  }

  .visa-applicant-card-header,
  .visa-applicant-card > .visa-ocr {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-applicant-card > .visa-ocr
    .visa-btn {
    width: 100%;
  }

  .visa-applicant-details,
  .visa-applicant-documents {
    padding: 20px;
  }

  .visa-document-heading {
    flex-direction: column;
  }

  .visa-uploaded-files span {
    display: block;
    float: none;
    margin: 4px 0 0;
  }
}

@media (max-width: 479px) {
  .visa-application-service {
    grid-template-columns: 1fr;
  }

  .visa-checkout-service {
    grid-template-columns: 75px minmax(0, 1fr);
  }

  .visa-checkout-service-image {
    height: 68px;
  }

  .visa-checkout-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .visa-applicant-card-header > div {
    align-items: flex-start;
  }

  .visa-manage-reference {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Price availability */

.visa-card-main {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  color: inherit;
}

.visa-card-main:hover {
  color: inherit;
}

.visa-card-price-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--visa-soft-blue);
}

.visa-card-price-status small {
  color: var(--visa-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visa-card-price-status strong {
  color: var(--visa-navy);
  font-size: 13px;
  text-align: right;
}

.visa-card-price-status.on-request {
  background: var(--visa-teal-light);
}

.visa-card-actions {
  border-top: 1px solid var(--visa-line);
  padding: 0 21px 19px;
}

.visa-card-actions a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--visa-teal);
  border-radius: 10px;
  padding: 9px 13px;
  color: var(--visa-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.visa-card-actions a:hover {
  background: var(--visa-teal);
  color: var(--visa-white);
}

.visa-popular-price {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
}

.visa-popular-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.visa-popular-actions a {
  position: relative;
  z-index: 2;
  color: var(--visa-white);
  font-size: 13px;
  font-weight: 800;
}

.visa-popular-actions a:hover {
  color: var(--visa-white);
  text-decoration: underline;
}

.visa-popular-actions .price-check {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 9px;
  padding: 7px 10px;
  background: rgba(5, 45, 66, 0.35);
  text-decoration: none;
}

.visa-popular-actions .price-check:hover {
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.visa-price-on-request {
  margin: 4px 0 17px;
  border-top: 1px solid var(--visa-line);
  border-bottom: 1px solid var(--visa-line);
  padding: 18px 0;
}

.visa-price-on-request > span,
.visa-price-on-request > strong {
  display: block;
}

.visa-price-on-request > span {
  color: var(--visa-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-price-on-request > strong {
  margin-top: 3px;
  color: var(--visa-navy);
  font-size: 25px;
}

.visa-price-on-request p {
  margin: 9px 0 0;
  color: var(--visa-muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 575px) {
  .visa-card-price-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .visa-card-price-status strong {
    text-align: left;
  }

  .visa-popular-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Visa Desk Stage 2A: selectable visa plans */
.visa-plan-section {
  margin: 34px 0 38px;
  scroll-margin-top: 110px;
}

.visa-plan-heading {
  margin-bottom: 18px;
}

.visa-plan-heading p {
  margin: 8px 0 0;
  color: var(--visa-muted);
  max-width: 680px;
}

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

.visa-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--visa-line);
  border-radius: 22px;
  padding: 22px;
  background: var(--visa-white);
  box-shadow: 0 16px 42px rgba(7, 54, 75, 0.08);
}

.visa-plan-card.recommended {
  border-color: rgba(21, 158, 174, 0.55);
  box-shadow: 0 18px 48px rgba(7, 54, 75, 0.12);
}

.visa-plan-recommended {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--visa-teal-light);
  color: var(--visa-teal-dark);
  font-size: 11px;
  font-weight: 800;
}

.visa-plan-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding-right: 72px;
}

.visa-plan-card-head small,
.visa-plan-facts small,
.visa-plan-price small,
.visa-selected-plan-summary small {
  display: block;
  color: var(--visa-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.visa-plan-card-head h3 {
  margin: 4px 0 0;
  color: var(--visa-navy);
  font-size: 22px;
}

.visa-plan-entry {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--visa-soft);
  color: var(--visa-navy);
  font-size: 12px;
  font-weight: 800;
}

.visa-plan-description {
  margin: 14px 0 0;
  color: var(--visa-muted);
  line-height: 1.55;
}

.visa-plan-facts {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 15px 0;
  border-top: 1px solid var(--visa-line);
  border-bottom: 1px solid var(--visa-line);
}

.visa-plan-facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.visa-plan-facts strong {
  color: var(--visa-navy);
  text-align: right;
}

.visa-plan-price {
  margin-top: auto;
  padding-bottom: 16px;
}

.visa-plan-price strong {
  display: block;
  margin-top: 4px;
  color: var(--visa-navy);
  font-size: 27px;
}

.visa-plan-price span {
  display: block;
  margin-top: 5px;
  color: var(--visa-muted);
  font-size: 12px;
  line-height: 1.45;
}

.visa-plan-summary {
  border-top: 0;
  padding-top: 0;
}

.visa-selected-plan-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  border: 1px solid var(--visa-line);
  border-radius: 18px;
  padding: 16px 18px;
  background: var(--visa-white);
}

.visa-selected-plan-summary strong {
  display: block;
  margin-top: 3px;
  color: var(--visa-navy);
}

.visa-selected-plan-summary a {
  color: var(--visa-teal-dark);
  font-weight: 800;
  white-space: nowrap;
}

.visa-plan-inline-summary,
.visa-checkout-plan {
  color: var(--visa-muted);
  font-weight: 700;
}

.visa-plan-inline-summary {
  margin: 4px 0 10px;
}

.visa-checkout-plan {
  display: block;
  margin-top: 3px;
}

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

  .visa-selected-plan-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .visa-plan-grid,
  .visa-selected-plan-summary {
    grid-template-columns: 1fr;
  }

  .visa-plan-card {
    border-radius: 18px;
    padding: 18px;
  }

  .visa-plan-card-head {
    display: block;
    padding-right: 0;
  }

  .visa-plan-entry {
    display: inline-block;
    margin-top: 10px;
  }
}

/* Visa Desk: simplified customer-selectable visa options */
.visa-option-section {
  margin: 34px 0 38px;
  scroll-margin-top: 110px;
}

.visa-option-heading {
  margin-bottom: 18px;
}

.visa-option-heading p {
  margin: 8px 0 0;
  color: var(--visa-muted);
  max-width: 680px;
}

.visa-option-selector-card {
  max-width: 760px;
  border: 1px solid var(--visa-line);
  border-radius: 20px;
  padding: 22px;
  background: var(--visa-white);
  box-shadow: 0 16px 42px rgba(7, 54, 75, 0.08);
}

.visa-option-selector-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--visa-navy);
  font-size: 13px;
  font-weight: 800;
}

.visa-option-select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--visa-line);
  border-radius: 14px;
  padding: 0 42px 0 15px;
  background: var(--visa-white);
  color: var(--visa-navy);
  font: inherit;
  font-weight: 700;
}

.visa-option-select:focus {
  outline: 3px solid rgba(21, 158, 174, 0.16);
  border-color: var(--visa-teal);
}

.visa-option-helper {
  margin: 10px 0 0;
  color: var(--visa-muted);
  font-size: 13px;
  line-height: 1.55;
}

.visa-selected-option-name {
  margin-bottom: 14px;
  color: var(--visa-navy);
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 575px) {
  .visa-option-selector-card {
    border-radius: 17px;
    padding: 17px;
  }
}

.visa-selected-option-summary {
  grid-template-columns: minmax(0, 1fr) auto;
}

.visa-selected-option-summary span {
  display: block;
  margin-top: 4px;
  color: var(--visa-muted);
  font-size: 13px;
}

@media (max-width: 575px) {
  .visa-selected-option-summary {
    grid-template-columns: 1fr;
  }
}

/* Integrated Visa Options: the option selector lives inside the facts row. */
.visa-option-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visa-option-fact-control {
  position: relative;
}

.visa-option-select-inline {
  display: block;
  width: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid rgba(21, 158, 174, 0.34);
  padding: 2px 30px 4px 0;
  background: transparent;
  color: var(--visa-navy);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.visa-option-select-inline:focus {
  outline: 2px solid rgba(21, 158, 174, 0.16);
  outline-offset: 4px;
  border-bottom-color: var(--visa-teal);
}

.visa-option-inline-note {
  margin: -20px 0 32px;
  padding: 11px 14px;
  border-left: 3px solid var(--visa-teal);
  background: var(--visa-soft);
  color: var(--visa-muted);
  font-size: 13px;
  line-height: 1.55;
}

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

@media (max-width: 479px) {
  .visa-option-facts {
    grid-template-columns: 1fr;
  }

  .visa-option-inline-note {
    margin-top: -18px;
  }
}

/* Visa option selector clarity */
.visa-option-fact-primary {
  border-color: rgba(21, 158, 174, 0.45);
  background: linear-gradient(145deg, #f4fbfd, #ffffff);
  box-shadow: 0 10px 26px rgba(7, 59, 85, 0.07);
}

.visa-option-fact-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.visa-option-fact-label small {
  margin: 0;
}

.visa-option-fact-label span {
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(21, 158, 174, 0.12);
  color: var(--visa-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visa-option-select-shell {
  position: relative;
}

.visa-option-select-shell::after {
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--visa-teal);
  content: "⌄";
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-55%);
}

.visa-option-select-inline {
  min-height: 46px;
  border: 1px solid rgba(21, 158, 174, 0.42);
  border-radius: 11px;
  padding: 8px 40px 8px 11px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.visa-option-select-inline:hover {
  border-color: var(--visa-teal);
}

.visa-option-fact-primary em {
  display: block;
  margin-top: 6px;
  color: var(--visa-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

/* Featured Visa "Surprise me" interaction */
.visa-hero-game-wrap {
  min-width: 0;
}

.visa-surprise-trigger {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 8;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(5, 45, 66, 0.78);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.visa-surprise-trigger:hover,
.visa-surprise-trigger:focus {
  background: rgba(5, 45, 66, 0.92);
  color: #fff;
  outline: none;
}

.visa-roulette-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  border: 1px solid var(--visa-line);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 59, 85, 0.07);
}

.visa-roulette-result[hidden] {
  display: none;
}

.visa-roulette-result small {
  display: block;
  margin-bottom: 2px;
  color: var(--visa-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visa-roulette-result strong {
  display: block;
  color: var(--visa-navy);
  font-size: 16px;
}

.visa-roulette-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.visa-roulette-actions .visa-btn {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .visa-roulette-result {
    align-items: stretch;
    flex-direction: column;
  }

  .visa-roulette-actions {
    justify-content: stretch;
  }

  .visa-roulette-actions .visa-btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .visa-surprise-trigger {
    top: 12px;
    right: 12px;
  }
}

/* Destination-country selector / Schengen country rotation */
.visa-country-cycle {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .05em;
  color: #1697a6;
  text-transform: uppercase;
}
.visa-popular-overlay .visa-country-cycle {
  color: rgba(255,255,255,.9);
}
.visa-country-fact-primary {
  border-color: rgba(22,151,166,.45);
  background: linear-gradient(180deg,#f8fdfe 0%,#eef8fa 100%);
}
#visa-country-select,
#visa-option-select {
  scroll-margin-top: 110px;
}
[data-country-card-slides] .js-country-card-image {
  transition: opacity .18s ease;
}


/* Visa Desk pre-live UX cleanup */
#visa-choice-area {
  scroll-margin-top: 150px;
}

.visa-inline-equivalent {
  display: inline;
  color: var(--visa-muted);
  font-size: 0.82em;
  font-weight: 700;
}

.visa-upload-progress {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 45, 66, 0.28);
  backdrop-filter: blur(3px);
}

.visa-upload-progress[hidden] {
  display: none;
}

.visa-upload-progress-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(420px, 100%);
  border: 1px solid rgba(21, 158, 174, 0.24);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(5, 45, 66, 0.18);
  color: var(--visa-navy);
}

.visa-upload-progress-card strong,
.visa-upload-progress-card small {
  display: block;
}

.visa-upload-progress-card small {
  margin-top: 3px;
  color: var(--visa-muted);
}

.visa-upload-spinner {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 3px solid rgba(21, 158, 174, 0.18);
  border-top-color: var(--visa-teal);
  border-radius: 50%;
  animation: visa-upload-spin 0.8s linear infinite;
}

@keyframes visa-upload-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .visa-upload-spinner { animation-duration: 1.6s; }
}


/* Final Visa UX polish: compact payment summary and stable selector positioning. */
.visa-fee-value {
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: 0;
  text-align: right;
}

.visa-fee-value small {
  max-width: 210px;
  color: var(--visa-muted);
  font-size: 11px;
  line-height: 1.35;
}

.visa-fee-value .visa-direct-pay {
  color: var(--visa-teal-dark);
  font-weight: 800;
}

#visa-choice-area {
  scroll-margin-top: 190px;
}

@media (max-width: 767px) {
  .visa-payment-summary > div {
    gap: 12px;
  }

  .visa-fee-value small {
    max-width: 160px;
  }

  #visa-choice-area {
    scroll-margin-top: 135px;
  }
}
