.visa-modern {
  background: #f4f8fc;
  color: #082b5f;
}

.visa-modern * {
  box-sizing: border-box;
}

.visa-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.visa-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(0, 38, 88, 0.96), rgba(8, 93, 184, 0.72)),
    url("../../images/resource/passport_visas.png") center/cover no-repeat;
}

.visa-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -120px;
  width: 55%;
  height: 260px;
  border-radius: 50% 0 0 0;
  background: rgba(244, 248, 252, 0.96);
  transform: rotate(-5deg);
}

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

.visa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #d7eaff;
  font-weight: 900;
  text-transform: uppercase;
}

.visa-hero h1,
.visa-section-title h2 {
  font-family: "Maven Pro", sans-serif;
  letter-spacing: 0;
}

.visa-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  font-weight: 900;
  margin: 20px 0;
}

.visa-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.7;
  max-width: 720px;
}

.visa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.visa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #fff;
  background: #0a6ee8;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 57, 126, 0.24);
  border: 0;
}

.visa-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.visa-btn.alt {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.visa-hero-card {
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 18, 50, 0.28);
}

.visa-hero-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.visa-hero-card div {
  padding: 24px;
}

.visa-hero-card h3 {
  color: #082b5f;
  font-weight: 900;
  margin-bottom: 8px;
}

.visa-hero-card p {
  color: #60728b;
  font-size: 16px;
  margin: 0;
}

.visa-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.visa-stat {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.visa-stat strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.visa-stat span {
  color: #d9eaff;
  font-weight: 800;
}

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

.visa-modern .page-title {
  margin-bottom: 0;
}

.visa-overview {
  padding: 82px 0 42px;
}

.visa-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 38, 84, 0.09);
}

.visa-overview-panel h2 {
  color: #06295c;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 18px;
}

.visa-overview-panel p {
  color: #60728b;
  font-size: 18px;
  line-height: 1.75;
}

.visa-overview-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
}

.visa-section.compact {
  padding-top: 50px;
}

.visa-section-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
}

.visa-section-title .eyebrow {
  display: inline-flex;
  color: #0a6ee8;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.visa-section-title h2 {
  color: #06295c;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.12;
}

.visa-section-title p {
  color: #60728b;
  font-size: 18px;
  line-height: 1.7;
}

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

.visa-service-card,
.visa-doc-card,
.visa-process-card,
.visa-consult,
.visa-testimonial {
  background: #fff;
  border: 1px solid rgba(7, 42, 91, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(6, 38, 84, 0.07);
}

.visa-service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.visa-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 62px rgba(6, 38, 84, 0.14);
}

.visa-service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.visa-service-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.visa-chip {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf5ff;
  color: #315a88;
  font-size: 13px;
  font-weight: 900;
}

.visa-service-body h3,
.visa-doc-card h3,
.visa-process-card h3,
.visa-consult h2,
.visa-testimonial h3 {
  color: #06295c;
  font-weight: 900;
}

.visa-service-body p,
.visa-service-body li,
.visa-doc-card p,
.visa-process-card p,
.visa-consult p,
.visa-testimonial p {
  color: #60728b;
  line-height: 1.7;
}

.visa-service-body ul {
  padding-left: 18px;
  margin: 0;
}

.visa-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  counter-reset: step;
}

.visa-process-card {
  padding: 24px;
}

.visa-process-card::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #0a6ee8;
  font-weight: 900;
  margin-bottom: 15px;
}

.visa-doc-card {
  padding: 26px;
}

.visa-doc-card .icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #073a79, #1689f2);
  font-size: 22px;
  margin-bottom: 18px;
}

.visa-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 32px;
  padding: 42px;
  background: linear-gradient(135deg, #e8f8ff, #fff);
}

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

.visa-form input,
.visa-form select,
.visa-form textarea {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(7, 42, 91, 0.13);
  color: #082b5f;
  padding: 13px 16px;
  font-weight: 700;
}

.visa-form textarea,
.visa-form .full {
  grid-column: 1 / -1;
}

.visa-form textarea {
  min-height: 115px;
}

.visa-consult img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 26px;
}

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

.visa-testimonial {
  padding: 28px;
}

.visa-testimonial .stars {
  color: #0a6ee8;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.visa-detail-modern {
  background: #f4f8fc;
}

.visa-detail-wrap {
  padding: 82px 0;
}

.visa-detail-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 38, 84, 0.09);
  margin-bottom: 34px;
}

.visa-detail-hero-card h2 {
  color: #06295c;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  margin: 16px 0;
}

.visa-detail-hero-card p,
.visa-detail-card p,
.visa-detail-card li {
  color: #60728b;
  line-height: 1.75;
  font-size: 17px;
}

.visa-detail-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
}

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

.visa-detail-card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 42, 91, 0.08);
  box-shadow: 0 18px 46px rgba(6, 38, 84, 0.07);
}

.visa-detail-card h3,
.visa-detail-card h2 {
  color: #06295c;
  font-weight: 900;
}

.visa-detail-card ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.visa-detail-wide {
  grid-column: 1 / -1;
}

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

.visa-detail-photo-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
}

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

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

@media (max-width: 991px) {
  .visa-hero-grid,
  .visa-overview-panel,
  .visa-detail-hero-card,
  .visa-consult {
    grid-template-columns: 1fr;
  }
}

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

  .visa-stat-grid,
  .visa-card-grid,
  .visa-doc-grid,
  .visa-benefit-grid,
  .visa-detail-grid,
  .visa-detail-photo-grid,
  .visa-process,
  .visa-testimonial-grid,
  .visa-form {
    grid-template-columns: 1fr;
  }

  .visa-consult {
    padding: 24px;
  }
}
