* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

:root {
  --deep-1: #031244;
  --deep-2: #0a2b79;
  --deep-3: #13479f;
  --blue: #0f56d9;
  --cyan: #24c9ff;
  --gold: #ffd21f;
  --white: #ffffff;
  --soft: #dce8ff;
  --shadow: 0 26px 70px rgba(0, 0, 0, .32);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--white);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 25% 18%, rgba(0, 200, 255, .30), transparent 28%),
    radial-gradient(circle at 80% 52%, rgba(70, 160, 255, .30), transparent 32%),
    linear-gradient(180deg, var(--deep-1) 0%, var(--deep-2) 45%, var(--deep-3) 100%);
  position: relative;
}


.bg-animation {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bg-animation::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(120, 200, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 200, 255, .14) 1px, transparent 1px);
  background-size: 90px 90px;
  animation: gridMove 18s linear infinite;
}

.bg-animation::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background:
    radial-gradient(circle at 15% 45%, rgba(0, 200, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 30%, rgba(0, 200, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 40%, rgba(0, 200, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 34%, rgba(0, 200, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 58%, rgba(0, 200, 255, .78) 0 2px, transparent 3px);
  animation: dotPulse 2.8s ease-in-out infinite alternate;
}

.bg-map {
  position: absolute;
  left: 6%;
  top: 16%;
  width: 470px;
  height: 260px;
  opacity: .32;
  background:
    linear-gradient(90deg, transparent 12%, rgba(0, 190, 255, .95) 13%, transparent 14%),
    linear-gradient(35deg, transparent 18%, rgba(0, 190, 255, .82) 19%, transparent 20%),
    linear-gradient(145deg, transparent 30%, rgba(0, 190, 255, .88) 31%, transparent 32%),
    linear-gradient(65deg, transparent 42%, rgba(0, 190, 255, .80) 43%, transparent 44%),
    radial-gradient(circle at 20% 42%, rgba(0, 190, 255, .95) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 28%, rgba(0, 190, 255, .95) 0 4px, transparent 5px),
    radial-gradient(circle at 64% 52%, rgba(0, 190, 255, .95) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 22%, rgba(0, 190, 255, .95) 0 3px, transparent 4px);
  clip-path: polygon(5% 48%, 22% 18%, 40% 12%, 56% 22%, 76% 15%, 96% 40%, 80% 64%, 58% 78%, 32% 70%, 16% 82%);
  border: 1px solid rgba(0, 200, 255, .44);
  animation: mapFloat 10s ease-in-out infinite;
}

.bg-building {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 420px;
  height: 150px;
  transform: translateX(-50%);
  opacity: .20;
  border-bottom: 3px solid rgba(255, 255, 255, .84);
  background:
    linear-gradient(90deg,
      transparent 0 8%,
      rgba(255,255,255,.74) 8% 10%,
      transparent 10% 18%,
      rgba(255,255,255,.74) 18% 20%,
      transparent 20% 28%,
      rgba(255,255,255,.74) 28% 30%,
      transparent 30% 38%,
      rgba(255,255,255,.74) 38% 40%,
      transparent 40% 48%,
      rgba(255,255,255,.74) 48% 50%,
      transparent 50% 58%,
      rgba(255,255,255,.74) 58% 60%,
      transparent 60% 68%,
      rgba(255,255,255,.74) 68% 70%,
      transparent 70% 78%,
      rgba(255,255,255,.74) 78% 80%,
      transparent 80% 100%
    );
}

.bg-building::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -55px;
  width: 170px;
  height: 70px;
  transform: translateX(-50%);
  border: 3px solid rgba(255,255,255,.66);
  border-bottom: none;
  clip-path: polygon(50% 0%, 100% 38%, 88% 38%, 88% 100%, 12% 100%, 12% 38%, 0 38%);
}

.bg-compass {
  position: absolute;
  left: 2%;
  bottom: 20%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 2px solid rgba(120, 210, 255, .26);
  opacity: .30;
  animation: slowRotate 32s linear infinite;
}

.bg-compass::before,
.bg-compass::after {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  border: 1px solid rgba(120, 210, 255, .26);
}

.bg-compass::after {
  inset: 78px;
  background:
    linear-gradient(45deg, transparent 44%, rgba(255,255,255,.60) 45% 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, rgba(0,190,255,.60) 45% 55%, transparent 56%);
}

.bg-satellite {
  position: absolute;
  right: 4%;
  bottom: 7%;
  width: 260px;
  height: 180px;
  opacity: .26;
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 255, .46);
  transform: rotate(-18deg);
  animation: satelliteMove 11s ease-in-out infinite;
}

.bg-satellite::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 36px;
  width: 115px;
  height: 90px;
  background:
    linear-gradient(45deg, rgba(0,200,255,.58), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 1px, transparent 1px 18px);
  clip-path: polygon(0 12%, 100% 0, 78% 100%, 12% 88%);
  border: 1px solid rgba(120,220,255,.50);
}

.bg-network {
  position: absolute;
  right: 0;
  top: 18%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: .36;
  background:
    radial-gradient(circle at 60% 60%, rgba(0, 200, 255, .74) 0 4px, transparent 5px),
    repeating-radial-gradient(circle, transparent 0 28px, rgba(0, 200, 255, .26) 29px 30px),
    conic-gradient(from 20deg, transparent, rgba(0,200,255,.58), transparent 35%, rgba(0,200,255,.38), transparent 70%);
  animation: radarSpin 18s linear infinite;
}

.bg-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 204, 255, .88);
  box-shadow: 0 0 16px rgba(0, 204, 255, .98);
  animation: dotPulse 2.6s ease-in-out infinite alternate;
}

.dot-1 { left: 4%; top: 24%; }
.dot-2 { left: 34%; top: 42%; animation-delay: .4s; }
.dot-3 { left: 58%; top: 18%; animation-delay: .8s; }
.dot-4 { right: 22%; top: 36%; animation-delay: 1.2s; }
.dot-5 { right: 8%; top: 60%; animation-delay: 1.6s; }

.bg-line {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 230px;
  background: linear-gradient(to bottom, transparent, rgba(0, 190, 255, .78), transparent);
  opacity: .28;
  animation: lineFall 9s linear infinite;
}

.line-1 { left: 14%; }
.line-2 { left: 42%; animation-delay: 2s; }
.line-3 { left: 68%; animation-delay: 4s; }
.line-4 { left: 82%; animation-delay: 1s; }

.bg-wave {
  position: absolute;
  left: -5%;
  bottom: -12%;
  width: 70%;
  height: 270px;
  opacity: .20;
  border-radius: 50%;
  border-top: 1px solid rgba(0, 200, 255, .82);
  transform: rotate(-8deg);
  animation: waveMove 13s ease-in-out infinite;
}

.wave-2 {
  left: 42%;
  bottom: -14%;
  width: 55%;
  animation-delay: 2.5s;
}

@keyframes gridMove {
  from { transform: translate(0, 0); }
  to { transform: translate(90px, 90px); }
}

@keyframes dotPulse {
  from { opacity: .38; transform: scale(.9); }
  to { opacity: .98; transform: scale(1.15); }
}

@keyframes mapFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes slowRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes satelliteMove {
  0%, 100% { transform: translateY(0) rotate(-18deg); }
  50% { transform: translateY(-18px) rotate(-14deg); }
}

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes lineFall {
  from { transform: translateY(-80px); opacity: .10; }
  50% { opacity: .40; }
  to { transform: translateY(260px); opacity: .10; }
}

@keyframes waveMove {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-16px) rotate(-4deg); }
}

.app {
  position: relative;
  z-index: 1;
}


.page {
  width: 100%;
}

.main-page {
  min-height: 100vh;
  padding: 24px 42px 70px;
  position: relative;
}

.topbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand-logo-img {
  display: block !important;
  width: min(560px, 48vw);
  height: auto;
  object-fit: contain;
}

.top-actions-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
}

.top-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 0;
}

.top-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.top-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.top-phone-numbers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .45);
}

.top-phone-numbers a,
.top-phone-numbers a:link,
.top-phone-numbers a:visited,
.top-phone-numbers a:hover,
.top-phone-numbers a:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top-phone-numbers i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 22px;
}

.top-phone-numbers span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  white-space: nowrap;
}

.top-btn {
  border: 1px solid rgba(210, 230, 255, .70);
  background: rgba(7, 22, 82, .48);
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow:
    0 14px 34px rgba(0,0,0,.20),
    inset 0 0 12px rgba(255,255,255,.04);
  transition: .24s ease;
  backdrop-filter: blur(8px);
}

.top-btn i {
  font-size: 18px;
}

.top-btn:hover {
  transform: translateY(-3px);
  background: rgba(22, 72, 180, .72);
  border-color: #ffffff;
}

.hero {
  max-width: 1180px;
  margin: 58px auto 48px;
  text-align: center;
}

.hero h1 {
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.6px;
  text-shadow: 0 12px 28px rgba(0,0,0,.34);
}

.menu-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 28px;
}

.menu-card {
  min-height: 220px;
  border: 1px solid rgba(180, 225, 255, .68);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 10%, rgba(70, 170, 255, .34), transparent 42%),
    linear-gradient(180deg, rgba(10, 58, 170, .78), rgba(5, 31, 105, .84));
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 22px 46px rgba(0,0,0,.26),
    inset 0 0 20px rgba(255,255,255,.05);
  transition: .26s ease;
  backdrop-filter: blur(8px);
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(255,255,255,.06), transparent 62%),
    radial-gradient(circle at 50% 0%, rgba(0,210,255,.28), transparent 40%);
  opacity: .95;
  pointer-events: none;
}

.menu-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(180,235,255,.95), transparent);
}

.menu-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,.95);
  box-shadow:
    0 30px 60px rgba(0,0,0,.35),
    0 0 28px rgba(0,185,255,.24),
    inset 0 0 22px rgba(255,255,255,.05);
}

.menu-icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 48px;
  text-shadow: 0 8px 18px rgba(0,0,0,.35);
}

.menu-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.18), transparent 32%),
    rgba(5, 27, 98, .40);
  z-index: -1;
}

.menu-icon i {
  color: #ffffff;
}

.kiosk-icon {
  font-size: 0;
}

.kiosk-device {
  width: 54px;
  height: 62px;
  position: relative;
  display: block;
  border: 4px solid #ffffff;
  border-radius: 10px 10px 5px 5px;
}

.kiosk-device::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 30px;
  height: 17px;
  border: 3px solid #ffffff;
  transform: perspective(30px) rotateX(8deg);
}

.kiosk-screen {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 24px;
  height: 11px;
  background: rgba(255,255,255,.22);
}

.kiosk-keypad {
  position: absolute;
  left: 9px;
  top: 31px;
  width: 23px;
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 3px;
}

.kiosk-keypad i {
  display: block;
  width: 6px;
  height: 5px;
  border-radius: 2px;
  background: #ffffff;
}

.kiosk-slot {
  position: absolute;
  right: 6px;
  top: 32px;
  width: 13px;
  height: 7px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

.kiosk-base {
  position: absolute;
  left: -11px;
  right: -11px;
  bottom: -11px;
  height: 10px;
  border: 4px solid #ffffff;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.menu-title {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  max-width: 88%;
}

.menu-line {
  display: none;
}

.menu-count {
  position: relative;
  z-index: 1;
  color: #eef4ff;
  font-size: 15px;
  font-weight: 750;
}


.detail-page {
  min-height: 100vh;
  padding: 28px;
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  gap: 24px;
}

.left-panel {
  background: rgba(4, 18, 78, .78);
  border: 1px solid rgba(110, 210, 255, .34);
  border-radius: 26px;
  padding: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 20px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.agency-box {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  margin-bottom: 16px;
}

/* PNG banner logo */
.agency-banner-box {
  display: block;
  padding: 0 0 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.agency-banner-img {
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.back-btn {
  width: 100%;
  border: 1px solid rgba(150, 220, 255, .66);
  background: rgba(9, 47, 145, .75);
  color: #ffffff;
  padding: 13px 15px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  transition: .22s ease;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.back-btn:hover {
  transform: translateY(-2px);
  background: rgba(18, 91, 220, .85);
  border-color: #ffffff;
}

.back-btn.small {
  width: auto;
  padding: 12px 18px;
}

.side-menu {
  margin-top: 18px;
}

.side-menu h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.side-menu button {
  width: 100%;
  border: 1px solid rgba(120, 210, 255, .25);
  background: rgba(255,255,255,.08);
  color: #ffffff;
  text-align: left;
  padding: 12px 13px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  margin-bottom: 9px;
  cursor: pointer;
  transition: .18s ease;
}

.side-menu button:hover,
.side-menu button.side-active {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.70);
  transform: translateX(4px);
}

.content-card {
  background: rgba(255,255,255,.97);
  color: #0b1a46;
  border-radius: 28px;
  padding: 30px;
  min-height: calc(100vh - 56px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.content-title {
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 900;
  color: #07185d;
  line-height: 1.15;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(15, 86, 217, .13);
}

.dynamic-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-message {
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(15, 86, 217, .10), rgba(0, 200, 255, .08));
  border: 1px solid rgba(15, 86, 217, .16);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 0;
  color: #10205c;
  font-size: 17px;
  line-height: 1.55;
}

.info-message a {
  color: #0f56d9;
  font-weight: 900;
  text-decoration: none;
}

.info-message a:hover {
  text-decoration: underline;
}

.web-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #0f56d9, #24c9ff);
  box-shadow: 0 10px 22px rgba(15, 86, 217, .24);
}

.schema-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr .8fr;
  gap: 16px;
}

.schema-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 86, 217, .13);
  padding: 20px;
  box-shadow: 0 12px 28px rgba(15, 86, 217, .09);
}

.schema-card-title {
  display: flex;
  align-items: center;
  gap: 0;
  color: #07185d;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 13px;
}

.schema-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ffffff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.schema-card p,
.schema-card li {
  color: #23305f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.schema-card ul {
  padding-left: 18px;
}

.period-big {
  color: #07185d;
  font-size: 24px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 80px;
  text-align: center;
}



.simple-page {
  min-height: 100vh;
  padding: 32px;
}

.simple-header {
  max-width: 1100px;
  margin: 0 auto 24px;
}

.simple-header h1 {
  margin-top: 22px;
  font-size: 44px;
  font-weight: 950;
}

.simple-card {
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(255,255,255,.97);
  color: #0b1a46;
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.contact-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.contact-tab {
  border: 1px solid rgba(15, 86, 217, .25);
  background: #edf4ff;
  color: #07185d;
  padding: 12px 17px;
  border-radius: 16px;
  font-weight: 900;
  cursor: pointer;
}

.contact-tab.active {
  background: linear-gradient(135deg, #0f56d9, #24c9ff);
  color: #ffffff;
}

.contact-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.contact-toolbar input {
  flex: 1;
  border: 1px solid rgba(15, 86, 217, .20);
  border-radius: 14px;
  padding: 13px 15px;
  font-size: 15px;
}

.contact-note {
  color: #4c5a8a;
  font-weight: 750;
  font-size: 14px;
}

.contact-table-box {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(15, 86, 217, .18);
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #ffffff;
}

.contact-table th,
.contact-table td {
  border: 1px solid rgba(15, 86, 217, .24);
  padding: 10px 12px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

.contact-table th {
  color: #07185d;
  background: #edf4ff;
  font-weight: 950;
  text-align: center;
}

.contact-table tbody tr:hover {
  background: #f4f8ff;
}


.process-box {
  border-radius: 24px;
  border: 1px solid rgba(15, 86, 217, .14);
  background: linear-gradient(135deg, rgba(245, 248, 255, .98), rgba(236, 246, 255, .98));
  padding: 22px;
  box-shadow: 0 16px 34px rgba(15, 86, 217, .08);
}

.process-title {
  color: #07185d;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

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

.process-stage {
  background: #ffffff;
  border: 1px solid rgba(15, 86, 217, .14);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(15, 86, 217, .08);
  position: relative;
  overflow: hidden;
}

.process-stage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #0f56d9, #24c9ff);
}

.stage-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  padding-left: 4px;
}

.stage-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #0f56d9, #24c9ff);
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(15, 86, 217, .22);
}

.stage-title {
  color: #07185d;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.stage-subtitle {
  margin-top: 4px;
  color: #647092;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.stage-list {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stage-list li {
  color: #1d2a5a;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 720;
}

.stage-list li::marker {
  color: #0f56d9;
}

.info-message .web-icon,
.schema-icon,
.schema-card-title i {
  display: none !important;
}


@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .main-page {
    min-height: auto;
    padding: 14px 14px 34px;
  }

  .topbar {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand-logo-img {
    width: min(390px, 100%);
  }

  .top-actions-wrap {
    width: 100%;
    align-items: stretch;
    gap: 10px;
    padding-top: 0;
  }

  .top-actions {
    width: 100%;
    flex-direction: column;
    gap: 14px;
    padding-top: 0;
    align-items: center;
  }

  .top-buttons-row {
    width: 100%;
    display: flex;
    gap: 12px;
  }

  .top-buttons-row .top-btn {
    flex: 1;
  }

  .top-btn {
    justify-content: center;
    min-height: 56px;
    padding: 13px 10px;
    font-size: 22px;
    border-radius: 999px;
  }

  .top-btn i {
    font-size: 25px;
  }

  .top-phone-numbers {
    width: 100%;
    justify-content: center;
    padding: 0 0 8px;
    font-size: 26px;
  }

  .top-phone-numbers a {
    font-size: 26px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
  }

  .top-phone-numbers i {
    font-size: 26px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .hero {
    margin: 26px auto 24px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.15;
  }

  .menu-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .menu-card {
    width: 100%;
    min-height: 128px;
    padding: 16px 12px;
    gap: 8px;
    border-radius: 16px;
  }

  .menu-icon {
    width: 54px;
    height: 54px;
    font-size: 31px;
  }

  .menu-icon::before {
    inset: 2px;
  }

  .menu-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .menu-count {
    font-size: 13px;
  }

  .kiosk-device {
    width: 38px;
    height: 44px;
    border-width: 3px;
  }

  .kiosk-device::before {
    left: 6px;
    top: 5px;
    width: 21px;
    height: 12px;
    border-width: 2px;
  }

  .kiosk-screen {
    left: 8px;
    top: 8px;
    width: 17px;
    height: 8px;
  }

  .kiosk-keypad {
    left: 7px;
    top: 23px;
    width: 18px;
    grid-template-columns: repeat(3, 5px);
    gap: 2px;
  }

  .kiosk-keypad i {
    width: 5px;
    height: 4px;
  }

  .kiosk-slot {
    right: 4px;
    top: 24px;
    width: 10px;
    height: 6px;
    border-width: 2px;
  }

  .kiosk-base {
    left: -8px;
    right: -8px;
    bottom: -9px;
    height: 8px;
    border-width: 3px;
    border-top: none;
  }

  .detail-page {
    padding: 16px;
    grid-template-columns: 1fr;
  }

  .left-panel {
    position: relative;
    top: auto;
    height: auto;
  }

  .agency-banner-img {
    max-height: 90px;
  }

  .content-card {
    padding: 20px;
  }

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

  .contact-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .bg-map,
  .bg-building,
  .bg-compass,
  .bg-satellite,
  .bg-network,
  .bg-line,
  .bg-wave {
    display: none;
  }

  .bg-animation::before {
    opacity: .14;
    background-size: 70px 70px;
  }

  .bg-animation::after {
    opacity: .16;
  }
}

@media (max-width: 560px) {
  .process-box {
    padding: 16px;
  }

  .process-title {
    font-size: 16px;
  }

  .stage-head {
    gap: 10px;
  }

  .stage-number {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 17px;
  }

  .stage-title {
    font-size: 15px;
  }

  .stage-list li {
    font-size: 14px;
  }
}