.tourism-ai-page {
  --tour-blue-900: #102b57;
  --tour-blue-800: #123b7a;
  --tour-blue-700: #075fda;
  --tour-blue-600: #0d6efd;
  --tour-blue-500: #2d86ff;
  --tour-blue-100: #eaf4ff;
  --tour-cyan: #24c7f4;
  --tour-text: #14233f;
  --tour-muted: #63728c;
  --tour-line: rgba(31, 97, 178, 0.13);
  --tour-card: rgba(255, 255, 255, 0.9);
  --tour-shadow: 0 22px 54px rgba(39, 105, 185, 0.18);
  margin: 0;
  background: #f7fbff;
  color: var(--tour-text);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.tour-page,
.tour-page * {
  box-sizing: border-box;
}

.tour-page {
  min-width: 320px;
  overflow: hidden;
  background: #f7fbff;
}

.tour-page a {
  text-decoration: none;
}

.tour-page h1,
.tour-page h2,
.tour-page h3,
.tour-page p,
.tour-page ul,
.tour-page ol,
.tour-page dl,
.tour-page dd {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.tour-page ul,
.tour-page ol {
  list-style: none;
}

.tour-container {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.tour-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-radius: 10px;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tour-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.tour-btn:hover,
.tour-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.tour-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b5ff0, #0b7cff);
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(13, 110, 253, 0.28);
}

.tour-btn-secondary {
  color: var(--tour-blue-700);
  background: rgba(255, 255, 255, 0.74);
}

.tour-hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 104px 0 94px;
  background:
    radial-gradient(circle at 86% 20%, rgba(36, 199, 244, 0.16), transparent 25%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.98) 0 48%, rgba(224, 244, 255, 0.92) 48% 100%),
    #f6fbff;
}

.tour-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, #000000 14%, #000000 86%, transparent 100%);
  opacity: 0.75;
  pointer-events: none;
}

.tour-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -170px;
  width: 62vw;
  height: 460px;
  content: "";
  border-top: 1px solid rgba(13, 110, 253, 0.16);
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.08), transparent 58%);
  transform: skewY(-8deg);
  pointer-events: none;
}

.tour-nav {
  position: relative;
  z-index: 4;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tour-blue-900);
  font-size: 20px;
  font-weight: 900;
}

.tour-nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #486280;
  font-size: 14px;
  font-weight: 700;
}

.tour-nav-menu a {
  color: inherit;
}

.tour-nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--tour-blue-700), var(--tour-blue-500));
  box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22);
}

.tour-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(520px, 1.06fr);
  gap: 72px;
  align-items: center;
}

.tour-hero-copy h1 {
  max-width: 640px;
  color: #122446;
  font-size: 54px;
  line-height: 1.16;
  font-weight: 900;
}

.tour-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--tour-blue-700);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.tour-kicker::before {
  width: 6px;
  height: 26px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tour-cyan), var(--tour-blue-700));
}

.tour-hero-subtitle {
  max-width: 640px;
  margin-top: 24px;
  color: #3d506d;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

.tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.tour-actions .tour-btn-secondary {
  border-color: rgba(13, 110, 253, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 103, 167, 0.09);
}

.tour-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tour-hero-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 6px;
  color: #2364ad;
  background: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(56, 117, 184, 0.06);
}

.tour-proof {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tour-proof div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(48, 106, 174, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tour-proof div:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 18px 34px rgba(48, 106, 174, 0.12);
  transform: translateY(-4px);
}

.tour-proof dt {
  color: var(--tour-blue-700);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.tour-proof dd {
  margin-top: 9px;
  color: var(--tour-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.tour-visual {
  position: relative;
  min-height: 540px;
}

.tour-visual::before,
.tour-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.tour-visual::before {
  inset: 34px -16px 28px 64px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(13, 110, 253, 0.08)),
    linear-gradient(90deg, transparent 0 47%, rgba(13, 110, 253, 0.1) 47% 48%, transparent 48% 100%);
  transform: skewX(-7deg);
}

.tour-visual::after {
  left: 12px;
  right: 18px;
  bottom: 28px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(18, 87, 165, 0.13), rgba(18, 87, 165, 0));
  filter: blur(18px);
}

.tour-platform-card {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 36px 78px rgba(33, 91, 164, 0.16);
  backdrop-filter: blur(14px);
  animation: tourPanelFloat 5.4s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tour-platform-card:hover {
  animation: none;
  border-color: rgba(13, 110, 253, 0.3);
  box-shadow: 0 32px 74px rgba(30, 88, 170, 0.18);
  transform: translateY(-6px);
}

.tour-platform-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.tour-platform-top span {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 14px;
  color: #173563;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.tour-platform-icon {
  flex: 0 0 auto;
  color: var(--tour-blue-700);
  stroke: currentColor;
}

.tour-platform-top .tour-platform-icon {
  width: 32px;
  height: 32px;
  padding: 7px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(36, 199, 244, 0.13));
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.58);
}

.tour-platform-banner {
  min-height: 60px;
  display: grid;
  place-items: center;
  margin-top: 10px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b63f4, #3d9bff);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(13, 110, 253, 0.22);
}

.tour-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.tour-platform-item {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(29, 91, 170, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tour-platform-item:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 18px 38px rgba(29, 91, 170, 0.12);
  transform: translateY(-4px);
}

.tour-platform-item .tour-platform-icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 24%, rgba(36, 199, 244, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(36, 199, 244, 0.13));
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.56);
}

.tour-platform-item strong {
  display: block;
  color: #13294b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.tour-platform-item span {
  display: block;
  margin-top: 6px;
  color: var(--tour-muted);
  font-size: 12px;
  line-height: 1.45;
}

.tour-platform-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.tour-platform-footer span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 14px;
  color: #173563;
  background: #f7fbff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.tour-orbit {
  position: absolute;
  left: 20px;
  top: 38px;
  width: 760px;
  height: 440px;
  border: 2px dashed rgba(13, 110, 253, 0.24);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.tour-orbit::after {
  position: absolute;
  inset: 42px 56px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.13);
  border-radius: inherit;
}

.tour-ai-dot {
  position: absolute;
  z-index: 5;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #0c65ff, #5bcaff);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.32), inset 0 0 0 9px rgba(255, 255, 255, 0.24);
  font-size: 15px;
  font-weight: 900;
}

.tour-ai-dot-cloud {
  right: 210px;
  top: 0;
}

.tour-ai-dot-data {
  right: 36px;
  bottom: 156px;
}

.tour-ai-dot-safe {
  left: 248px;
  bottom: 24px;
}

.tour-map {
  position: absolute;
  right: -58px;
  top: 116px;
  width: 660px;
  height: 390px;
  border: 1px solid rgba(40, 137, 255, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(ellipse at 53% 48%, #8fd1ff 0 24%, transparent 25%),
    radial-gradient(ellipse at 50% 46%, rgba(255, 255, 255, 0.82) 0 34%, transparent 35%),
    repeating-linear-gradient(90deg, rgba(13, 110, 253, 0.06) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(13, 110, 253, 0.06) 0 1px, transparent 1px 70px),
    linear-gradient(145deg, #f8fdff, #dff0ff);
  box-shadow: 16px 24px 0 #2b8cff, 28px 42px 34px rgba(41, 122, 220, 0.22);
  transform: rotate(-6deg);
  overflow: hidden;
}

.tour-map::before {
  position: absolute;
  inset: 24px;
  content: "";
  border-radius: 28px;
  background:
    linear-gradient(35deg, transparent 0 38%, rgba(13, 110, 253, 0.2) 38% 39%, transparent 39%),
    linear-gradient(130deg, transparent 0 58%, rgba(44, 200, 168, 0.22) 58% 59%, transparent 59%);
}

.tour-map-lake {
  position: absolute;
  left: 164px;
  top: 112px;
  width: 310px;
  height: 150px;
  border-radius: 46% 54% 52% 48%;
  background: linear-gradient(145deg, #78c9ff, #bde7ff);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.62);
}

.tour-route {
  position: absolute;
  border: 3px dashed #0b6dff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  opacity: 0.82;
}

.tour-route-1 {
  left: 98px;
  top: 74px;
  width: 410px;
  height: 196px;
  transform: rotate(8deg);
}

.tour-route-2 {
  right: 56px;
  bottom: 60px;
  width: 330px;
  height: 160px;
  border-color: #16bd68;
  transform: rotate(22deg);
}

.tour-building,
.tour-tree,
.tour-tower,
.tour-gate {
  position: absolute;
}

.tour-building {
  width: 58px;
  height: 68px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(135deg, #dceeff, #8fc8ff);
  box-shadow: 8px 10px 0 rgba(13, 110, 253, 0.13);
}

.tour-building::before {
  position: absolute;
  top: 10px;
  right: 8px;
  left: 8px;
  height: 9px;
  content: "";
  border-radius: 3px;
  background: rgba(13, 110, 253, 0.28);
  box-shadow: 0 18px 0 rgba(13, 110, 253, 0.2), 0 36px 0 rgba(13, 110, 253, 0.2);
}

.tour-building-1 {
  left: 124px;
  top: 94px;
}

.tour-building-2 {
  right: 98px;
  top: 216px;
  width: 78px;
  height: 56px;
}

.tour-building-3 {
  left: 420px;
  top: 70px;
  width: 62px;
  height: 72px;
}

.tour-tower {
  right: 88px;
  top: 70px;
  width: 72px;
  height: 148px;
}

.tour-tower span {
  position: absolute;
  left: 18px;
  width: 36px;
  height: 28px;
  border-radius: 5px;
  background: linear-gradient(145deg, #ecf8ff, #93ceff);
  box-shadow: 0 6px 0 #368cff;
}

.tour-tower span:nth-child(1) {
  top: 96px;
  left: 12px;
  width: 48px;
}

.tour-tower span:nth-child(2) {
  top: 65px;
}

.tour-tower span:nth-child(3) {
  top: 35px;
  left: 21px;
  width: 30px;
}

.tour-tower span:nth-child(4) {
  top: 8px;
  left: 25px;
  width: 22px;
}

.tour-gate {
  left: 374px;
  bottom: 54px;
  width: 100px;
  height: 70px;
  border-right: 18px solid #9bd5ff;
  border-bottom: 15px solid #2789ff;
  border-left: 18px solid #9bd5ff;
  border-radius: 7px;
}

.tour-gate::before {
  position: absolute;
  top: -16px;
  right: -18px;
  left: -18px;
  height: 18px;
  content: "";
  border-radius: 18px 18px 5px 5px;
  background: #0b66e8;
}

.tour-tree {
  width: 26px;
  height: 30px;
  border-radius: 50% 50% 45% 45%;
  background: linear-gradient(145deg, #bcf1e7, #58c8b8);
  box-shadow: 0 7px 0 rgba(47, 132, 135, 0.2);
}

.tour-tree-1 {
  left: 82px;
  top: 270px;
}

.tour-tree-2 {
  left: 238px;
  top: 62px;
}

.tour-tree-3 {
  right: 198px;
  top: 166px;
}

.tour-tree-4 {
  right: 238px;
  bottom: 66px;
}

.tour-tree-5 {
  left: 512px;
  bottom: 108px;
}

.tour-pin {
  position: absolute;
  z-index: 4;
  min-width: 92px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b63f4, #3d9bff);
  box-shadow: 0 12px 24px rgba(13, 110, 253, 0.26);
  font-size: 15px;
  font-weight: 800;
  transform: rotate(6deg);
}

.tour-pin::before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 6px #0b6dff;
}

.tour-pin-1 {
  left: 320px;
  top: 62px;
}

.tour-pin-2 {
  right: 66px;
  top: 152px;
}

.tour-pin-3 {
  left: 390px;
  bottom: 102px;
}

.tour-pin-4 {
  left: 160px;
  bottom: 168px;
}

.tour-float-card {
  position: absolute;
  z-index: 6;
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 16px;
  background: var(--tour-card);
  box-shadow: var(--tour-shadow);
  backdrop-filter: blur(14px);
}

.tour-float-title {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.12);
  color: var(--tour-blue-700);
  font-size: 17px;
  font-weight: 900;
}

.tour-float-title span:last-child {
  color: var(--tour-blue-500);
  font-size: 24px;
  line-height: 1;
}

.tour-guide-card {
  top: 54px;
  left: 0;
  width: 252px;
  min-height: 282px;
}

.tour-bot-row {
  min-height: 56px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  margin: 14px 16px 12px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #40506a;
  background: linear-gradient(135deg, #f4f9ff, #ecf5ff);
  font-size: 12px;
  line-height: 1.45;
}

.tour-bot {
  position: relative;
  width: 42px;
  height: 36px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071f3e, #288cff);
  box-shadow: inset 0 -6px 12px rgba(255, 255, 255, 0.25);
}

.tour-bot::before,
.tour-bot::after {
  position: absolute;
  top: 14px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #65f3ff;
}

.tour-bot::before {
  left: 11px;
}

.tour-bot::after {
  right: 11px;
}

.tour-guide-list {
  display: grid;
  gap: 11px;
  margin: 0 12px 0 28px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #354861;
  background: #f7fbff;
  font-size: 13px;
  font-weight: 700;
}

.tour-guide-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tour-guide-list i {
  width: 15px;
  height: 15px;
  border: 4px solid var(--tour-blue-500);
  border-radius: 50%;
}

.tour-input-line {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 16px 0;
  padding-left: 13px;
  border-radius: 10px;
  color: #9aa8ba;
  background: #f7fbff;
  font-size: 12px;
}

.tour-send {
  width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-right: 5px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--tour-blue-700);
  font-weight: 900;
}

.tour-data-card {
  top: 26px;
  right: 0;
  width: 356px;
  min-height: 260px;
}

.tour-data-body {
  padding: 16px;
}

.tour-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.tour-kpi-box {
  min-height: 70px;
  padding: 13px 14px;
  border-radius: 10px;
  background: #f3f8ff;
}

.tour-kpi-box strong {
  display: block;
  margin-bottom: 5px;
  color: var(--tour-blue-700);
  font-size: 23px;
  line-height: 1;
}

.tour-kpi-box span {
  color: var(--tour-muted);
  font-size: 12px;
}

.tour-mini-chart {
  display: grid;
  grid-template-columns: 1fr 106px;
  gap: 18px;
  align-items: center;
}

.tour-line-chart {
  position: relative;
  height: 82px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.12);
  border-left: 1px solid rgba(13, 110, 253, 0.12);
  background: linear-gradient(to top, rgba(13, 110, 253, 0.08), transparent);
  clip-path: polygon(0 66%, 13% 55%, 24% 62%, 35% 35%, 48% 52%, 60% 31%, 74% 39%, 88% 22%, 100% 28%, 100% 100%, 0 100%);
}

.tour-line-chart::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0 16%, #0b6dff 16% 17%, transparent 17% 32%, #0b6dff 32% 33%, transparent 33% 50%, #0b6dff 50% 51%, transparent 51% 72%, #0b6dff 72% 73%, transparent 73%);
  opacity: 0.75;
}

.tour-donut {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: conic-gradient(#0b6dff 0 62%, #35c8ff 62% 90%, #d8eaff 90% 100%);
}

.tour-donut::after {
  position: absolute;
  inset: 20px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
}

.tour-content-card {
  bottom: 40px;
  left: -26px;
  width: 304px;
  min-height: 232px;
}

.tour-content-body {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 18px;
}

.tour-content-thumb {
  position: relative;
  width: 92px;
  height: 96px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(to top, rgba(9, 91, 190, 0.35), transparent),
    radial-gradient(circle at 65% 22%, #ffffff 0 11%, transparent 12%),
    linear-gradient(135deg, #8fd4ff, #1b6ede);
}

.tour-content-thumb::before {
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 100px;
  height: 42px;
  content: "";
  background: linear-gradient(145deg, #0a5bc5, #a8dfff);
  clip-path: polygon(0 72%, 18% 48%, 32% 64%, 48% 24%, 67% 58%, 100% 20%, 100% 100%, 0 100%);
}

.tour-content-text {
  padding-top: 3px;
  color: #40506a;
  font-size: 13px;
  line-height: 1.65;
}

.tour-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tour-tags span {
  padding: 5px 9px;
  border-radius: 7px;
  color: var(--tour-blue-700);
  background: #eaf4ff;
  font-size: 12px;
  font-weight: 700;
}

.tour-content-btn {
  grid-column: 1 / -1;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--tour-blue-700);
  font-size: 14px;
  font-weight: 800;
}

.tour-manage-card {
  right: 22px;
  bottom: 34px;
  width: 332px;
  min-height: 218px;
}

.tour-manage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px;
}

.tour-manage-item {
  min-height: 66px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #36516e;
  background: #f4f9ff;
  font-size: 13px;
  font-weight: 700;
}

.tour-manage-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b6dff, #62c6ff);
}

.tour-manage-icon::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 4px;
}

.tour-cube {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(145deg, #d9ecff, #8ec5ff);
  box-shadow: 0 12px 22px rgba(13, 110, 253, 0.1);
  opacity: 0.8;
}

.tour-cube-1 {
  left: 41%;
  top: 78px;
}

.tour-cube-2 {
  right: 30%;
  top: 96px;
  width: 26px;
  height: 26px;
}

.tour-orbit,
.tour-ai-dot,
.tour-map,
.tour-guide-card,
.tour-data-card,
.tour-content-card,
.tour-manage-card,
.tour-cube {
  display: none;
}

.tour-section {
  position: relative;
  padding: 84px 0;
  background: #ffffff;
}

.tour-section-alt {
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.tour-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 36px;
}

.tour-section-head-tight {
  gap: 10px;
  margin-bottom: 28px;
}

.tour-section-head h2,
.tour-panel-copy h2 {
  max-width: min(1120px, 100%);
  color: #122446;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 900;
  white-space: nowrap;
}

.tour-section-head p {
  max-width: 680px;
  color: var(--tour-muted);
  font-size: 16px;
  line-height: 1.75;
}

.tour-pain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.tour-card {
  border: 1px solid var(--tour-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(29, 91, 170, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tour-card:hover {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 24px 54px rgba(29, 91, 170, 0.14);
  transform: translateY(-6px);
}

.tour-pain-card {
  min-height: 214px;
  padding: 24px 20px;
}

.tour-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  color: var(--tour-blue-700);
  background: linear-gradient(135deg, #eaf4ff, #d8edff);
  font-weight: 900;
}

.tour-pain-card h3,
.tour-solution-card h3,
.tour-step h3,
.tour-value-card h3 {
  color: #122446;
  font-weight: 900;
}

.tour-pain-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.36;
}

.tour-pain-card p,
.tour-solution-card p,
.tour-step p,
.tour-value-card p {
  color: var(--tour-muted);
  font-size: 14px;
  line-height: 1.72;
}

.tour-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tour-solution-interactive {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.56fr);
  gap: 22px;
  align-items: stretch;
}

.tour-solution-card {
  position: relative;
  min-height: 242px;
  overflow: hidden;
  padding: 24px 96px 24px 24px;
  cursor: pointer;
}

.tour-solution-card::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.17), rgba(36, 199, 244, 0.13));
  transition: transform 180ms ease, background 180ms ease;
}

.tour-solution-icon {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 1;
  width: 28px;
  height: 28px;
  color: var(--tour-blue-700);
  stroke: currentColor;
  pointer-events: none;
  transition: transform 180ms ease, color 180ms ease;
}

.tour-solution-card.is-active {
  border-color: rgba(13, 110, 253, 0.34);
  background:
    radial-gradient(circle at 88% 18%, rgba(36, 199, 244, 0.12), transparent 24%),
    linear-gradient(145deg, #ffffff, #f1f8ff);
  box-shadow: 0 26px 58px rgba(29, 91, 170, 0.16);
  transform: translateY(-6px);
}

.tour-solution-card.is-active::after {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.28), rgba(36, 199, 244, 0.22));
  transform: scale(1.08);
}

.tour-solution-card.is-active .tour-solution-icon {
  color: #075fda;
  transform: translateY(-2px);
}

.tour-tag {
  height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--tour-blue-700);
  background: var(--tour-blue-100);
  font-size: 13px;
  font-weight: 900;
}

.tour-solution-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.tour-solution-card p {
  max-width: 330px;
  font-size: 14px;
  line-height: 1.6;
}

.tour-solution-card ul {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: #354861;
  font-size: 13px;
  line-height: 1.4;
}

.tour-solution-card li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 2px 0;
  content: "";
  border-radius: 50%;
  background: var(--tour-blue-700);
}

.tour-solution-detail {
  position: sticky;
  top: 28px;
  min-height: 498px;
  align-self: start;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--tour-line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #eef7ff);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 54px rgba(29, 91, 170, 0.12);
}

.tour-solution-detail::after {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 150px;
  height: 118px;
  content: "";
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 34% 34%, rgba(36, 199, 244, 0.24) 0 12px, transparent 13px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.13) 10px, transparent 10px 20px) 26px 70px / 96px 8px no-repeat,
    rgba(255, 255, 255, 0.58);
  opacity: 0.78;
  pointer-events: none;
}

.tour-solution-detail > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--tour-blue-700);
  background: var(--tour-blue-100);
  font-size: 13px;
  font-weight: 900;
}

.tour-solution-detail h3 {
  margin-top: 18px;
  color: #122446;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 900;
}

.tour-solution-detail p {
  margin-top: 14px;
  color: var(--tour-muted);
  font-size: 15px;
  line-height: 1.78;
}

.tour-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.tour-detail-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--tour-blue-700);
  background: rgba(13, 110, 253, 0.09);
  font-size: 13px;
  font-weight: 900;
}

.tour-solution-detail strong {
  display: block;
  margin-top: 28px;
  color: var(--tour-blue-700);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.tour-arch-panel {
  overflow: visible;
  border: 1px solid var(--tour-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(29, 91, 170, 0.08);
}

.tour-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tour-step {
  position: relative;
  min-height: 252px;
  padding: 30px 28px;
  border-right: 1px solid var(--tour-line);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tour-step:hover,
.tour-step.is-active {
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #f1f8ff);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 54px rgba(29, 91, 170, 0.13);
  transform: translateY(-6px);
}

.tour-step:last-child {
  border-right: 0;
  background: linear-gradient(145deg, #f0f8ff, #ffffff);
}

.tour-step:not(:last-child)::after {
  position: absolute;
  top: 106px;
  right: -14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  content: ">";
  border-radius: 50%;
  color: #ffffff;
  background: var(--tour-blue-700);
  font-weight: 900;
}

.tour-step-num {
  margin-bottom: 16px;
  color: var(--tour-blue-700);
  font-size: 14px;
  font-weight: 900;
}

.tour-step.is-active .tour-step-num {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tour-blue-700), var(--tour-cyan));
}

.tour-step h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.tour-step p {
  font-size: 15px;
  line-height: 1.75;
}

.tour-step-extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: var(--tour-blue-700);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 900;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.tour-step.is-active .tour-step-extra {
  max-height: 82px;
  margin-top: 18px;
  opacity: 1;
}

.tour-solution-card:focus-visible,
.tour-step:focus-visible {
  outline: 3px solid rgba(36, 199, 244, 0.34);
  outline-offset: 3px;
}

.tour-value-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.tour-value-card {
  min-height: 190px;
  padding: 28px;
}

.tour-value-card-main {
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 18%, rgba(118, 211, 255, 0.42), transparent 28%),
    linear-gradient(135deg, #0d3e9c, #0e70fb);
}

.tour-value-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.tour-value-card-main h3,
.tour-value-card-main p {
  color: #ffffff;
}

.tour-value-card-main p {
  color: rgba(255, 255, 255, 0.82);
}

.tour-value-nums {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.tour-value-nums b {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.tour-value-nums span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.tour-lead {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: var(--tour-text);
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 199, 244, 0.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(13, 110, 253, 0.12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf7ff 54%, #ffffff 100%);
}

.tour-lead::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  pointer-events: none;
}

.tour-lead-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 255, 0.78));
  box-shadow: 0 28px 80px rgba(39, 105, 185, 0.12);
}

.tour-lead-inner::before {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 74px;
  height: 74px;
  content: "";
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(36, 199, 244, 0.08));
  transform: rotate(10deg);
  pointer-events: none;
}

.tour-lead-inner > div:first-child {
  position: relative;
  z-index: 1;
}

.tour-lead h2 {
  max-width: 720px;
  color: #122446;
  font-size: 34px;
  line-height: 1.26;
  font-weight: 900;
  white-space: nowrap;
}

.tour-lead p {
  max-width: 720px;
  margin-top: 18px;
  color: var(--tour-muted);
  font-size: 16px;
  line-height: 1.78;
}

.tour-lead-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 30px;
}

.tour-lead-tags span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 12px;
  color: #12325d;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(39, 105, 185, 0.06);
}

.tour-lead-tags span::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #24c7f4);
  box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.08);
}

.tour-form {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 22px;
  overflow: hidden;
  color: var(--tour-text);
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 28px 70px rgba(35, 87, 150, 0.16);
}

.tour-form::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, #0d6efd, #24c7f4);
}

.tour-form h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #122446;
  font-size: 24px;
  font-weight: 900;
}

.tour-form h3::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  flex: 0 0 auto;
  content: "";
  border-radius: 9px;
  background:
    linear-gradient(135deg, #0d6efd, #24c7f4);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.28);
}

.tour-form label {
  display: block;
  margin-bottom: 12px;
  color: #53647d;
  font-size: 13px;
  font-weight: 700;
}

.tour-form input,
.tour-form select,
.tour-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(13, 110, 253, 0.15);
  border-radius: 10px;
  color: #122446;
  background: #f8fbff;
  font: inherit;
  outline: none;
}

.tour-form input,
.tour-form select {
  height: 46px;
  padding: 0 14px;
}

.tour-form textarea {
  height: 78px;
  padding: 13px 14px;
  resize: vertical;
}

.tour-form input:focus,
.tour-form select:focus,
.tour-form textarea:focus {
  border-color: var(--tour-blue-600);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.tour-form .tour-btn {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.tour-form-note {
  margin-top: 14px !important;
  color: #72809a !important;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.tour-lead-simple {
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(13, 110, 253, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 110, 253, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.tour-lead-simple .tour-lead-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 26px;
  padding: 56px 48px;
  border-color: rgba(13, 110, 253, 0.16);
  border-radius: 22px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9));
  box-shadow: 0 28px 76px rgba(39, 105, 185, 0.15);
}

.tour-lead-simple .tour-lead-inner::before {
  left: auto;
  right: 36px;
  top: 28px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  opacity: 0.72;
}

.tour-lead-simple .tour-lead-inner::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 192px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #0d6efd, #24c7f4);
  transform: translateX(-50%);
}

.tour-lead-simple h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: #102b57;
  font-size: 32px;
  line-height: 1.38;
  font-weight: 900;
}

.tour-lead-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.tour-lead-actions .tour-btn {
  min-width: 168px;
  box-shadow: 0 14px 34px rgba(39, 105, 185, 0.12);
}

@keyframes tourPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-platform-card {
    animation: none;
  }
}

@media (max-width: 1280px) {
  .tour-container {
    width: min(1120px, calc(100% - 48px));
  }

  .tour-hero-grid {
    grid-template-columns: minmax(390px, 0.92fr) minmax(500px, 1.08fr);
    gap: 48px;
  }

  .tour-hero-copy h1 {
    font-size: 50px;
  }

  .tour-map {
    right: -126px;
  }

  .tour-data-card {
    right: -20px;
  }
}

@media (max-width: 1024px) {
  .tour-nav-menu a:not(.tour-nav-cta) {
    display: none;
  }

  .tour-hero-grid,
  .tour-solution-layout,
  .tour-solution-interactive,
  .tour-lead-inner {
    grid-template-columns: 1fr;
  }

  .tour-lead-simple .tour-lead-inner {
    grid-template-columns: 1fr;
  }

  .tour-hero-grid {
    gap: 54px;
  }

  .tour-hero-copy,
  .tour-hero-copy h1,
  .tour-hero-subtitle {
    max-width: 760px;
  }

  .tour-hero {
    min-height: auto;
  }

  .tour-visual {
    min-height: auto;
  }

  .tour-platform-card {
    margin-right: auto;
  }

  .tour-map {
    right: 0;
    width: 100%;
  }

  .tour-data-card {
    right: 12px;
  }

  .tour-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-step:nth-child(2) {
    border-right: 0;
  }

  .tour-step:not(:last-child)::after {
    display: none;
  }

  .tour-value-grid {
    grid-template-columns: 1fr;
  }

  .tour-solution-detail {
    position: static;
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .tour-container {
    width: calc(100% - 28px);
  }

  .tour-hero {
    padding: 56px 0 64px;
  }

  .tour-brand {
    font-size: 17px;
  }

  .tour-nav-cta {
    min-height: 36px;
    padding: 0 14px;
  }

  .tour-hero-grid {
    gap: 36px;
  }

  .tour-hero-copy h1,
  .tour-section-head h2,
  .tour-panel-copy h2,
  .tour-lead h2 {
    font-size: 34px;
    line-height: 1.25;
    white-space: normal;
  }

  .tour-hero-subtitle,
  .tour-lead p {
    font-size: 16px;
  }

  .tour-hero-subtitle {
    line-height: 1.78;
  }

  .tour-lead-inner {
    padding: 24px;
    border-radius: 20px;
  }

  .tour-lead-simple {
    padding: 58px 0;
  }

  .tour-lead-simple .tour-lead-inner {
    padding: 34px 24px;
  }

  .tour-lead-simple .tour-lead-inner::before {
    right: 18px;
    top: 18px;
    width: 48px;
    height: 48px;
    opacity: 0.46;
  }

  .tour-lead-actions,
  .tour-lead-actions .tour-btn {
    width: 100%;
  }

  .tour-lead-tags {
    grid-template-columns: 1fr;
  }

  .tour-actions,
  .tour-btn {
    width: 100%;
  }

  .tour-proof,
  .tour-pain-grid,
  .tour-solution-grid,
  .tour-steps {
    grid-template-columns: 1fr;
  }

  .tour-section {
    padding: 62px 0;
  }

  .tour-section-head {
    display: block;
  }

  .tour-section-head p {
    margin-top: 14px;
  }

  .tour-visual {
    min-height: auto;
  }

  .tour-visual::before,
  .tour-visual::after {
    display: none;
  }

  .tour-orbit,
  .tour-ai-dot,
  .tour-map {
    display: none;
  }

  .tour-float-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 16px;
  }

  .tour-panel-copy {
    min-height: auto;
  }

  .tour-cap-list {
    grid-template-columns: 1fr;
  }

  .tour-step {
    border-right: 0;
    border-bottom: 1px solid var(--tour-line);
  }

  .tour-solution-detail {
    padding: 24px;
  }

  .tour-solution-card {
    padding-right: 82px;
  }

  .tour-solution-card::after {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .tour-solution-icon {
    top: 31px;
    right: 31px;
    width: 24px;
    height: 24px;
  }

  .tour-lead {
    padding: 68px 0;
  }

  .tour-form {
    padding: 22px;
  }

  .tour-platform-card {
    width: 100%;
    margin-left: 0;
  }

  .tour-platform-top,
  .tour-platform-grid,
  .tour-platform-footer {
    grid-template-columns: 1fr 1fr;
  }

  .tour-platform-top span {
    justify-content: center;
    padding: 0 10px;
  }

  .tour-platform-banner {
    min-height: 58px;
    font-size: 19px;
  }
}
