.hero {
  background-image: linear-gradient(90deg, rgba(3,12,24,.98) 0%, rgba(3,12,24,.91) 36%, rgba(3,12,24,.32) 76%, rgba(3,12,24,.08) 100%), url('assets/janqi-hero.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-lockup {
  width: 178px;
  padding: 7px 12px;
  border-radius: 9px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
}

.logo-lockup img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo {
  width: 196px;
  background: #fff;
}

.official-entry {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.contact-details { display: grid; gap: 11px; margin-top: 20px; }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 48px 1fr; align-items: start; gap: 10px; margin: 0; font-size: 13px; }
.contact-details span { color: rgba(255,255,255,.6); }
.contact-details b { color: rgba(255,255,255,.9); font-weight: 500; line-height: 1.65; }
.footer-right a { color: #97a6b5; transition: color .2s ease; }
.footer-right a:hover { color: #fff; }

.official-entry > b {
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  letter-spacing: 2px;
}

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

.qr-item {
  min-width: 0;
}

.qr-item img {
  display: block;
  width: 100%;
  max-width: 116px;
  aspect-ratio: 1;
  padding: 6px;
  object-fit: cover;
  background: #fff;
  border-radius: 8px;
}

.qr-item strong,
.qr-item span {
  display: block;
}

/* Progressive service journey */
.process .steps {
  gap: 12px;
  padding-top: 4px;
  border-top: 0;
  position: relative;
}

.process .steps::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #a9dcff, #59acec 35%, #167fd0 68%, #18a99a);
}

.process .steps > div,
.process .steps > div + div {
  min-height: 240px;
  padding: 28px;
  border: 0;
  border-radius: 10px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.process .steps > div:nth-child(1) { background: linear-gradient(145deg, #edf8ff, #ddecf8); }
.process .steps > div:nth-child(2) { background: linear-gradient(145deg, #d8efff, #b9ddf5); }
.process .steps > div:nth-child(3) { background: linear-gradient(145deg, #3f9add, #176fb4); color: #fff; }
.process .steps > div:nth-child(4) { background: linear-gradient(145deg, #1687aa, #087b72); color: #fff; }

.process .steps > div:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(18,88,139,.18);
}

.process .steps b {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  color: #0878ce;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px rgba(8,120,206,.12);
}

.process .steps > div:nth-child(3) b,
.process .steps > div:nth-child(4) b {
  background: rgba(255,255,255,.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}

.process .steps h3 { margin-top: 48px; }
.process .steps > div:nth-child(3) p,
.process .steps > div:nth-child(4) p { color: rgba(255,255,255,.76); }

.qr-item strong {
  margin-top: 11px;
  font-size: 14px;
}

.qr-item span {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .logo-lockup { width: 144px; padding: 6px 9px; }
  .footer-logo { width: 176px; }
  .qr-list { gap: 10px; }
  .qr-item img { max-width: 104px; padding: 4px; }
  .qr-item strong { font-size: 12px; }
  .process .steps { gap: 10px; }
  .process .steps > div,
  .process .steps > div + div { min-height: 210px; padding: 24px; }
  .process .steps h3 { margin-top: 34px; }
}
