.krsec-section,
.krsec-section * {
  box-sizing: border-box;
}

.krsec-section {
  --krsec-ink: #071642;
  --krsec-text: #111d34;
  --krsec-blue: #0d66ec;
  --krsec-blue-deep: #0755dc;
  --krsec-border: #bdd5f4;
  --krsec-card: rgba(255, 255, 255, 0.91);
  color: var(--krsec-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.krsec-preview {
  margin: 0;
  background: #fff;
}

.krsec-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.krsec-inner {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 4px 26px 18px;
}

.krsec-section h2,
.krsec-section h3,
.krsec-section h4,
.krsec-section p,
.krsec-section ul {
  margin: 0;
}

.krsec-section h2 {
  margin-bottom: 18px;
  color: var(--krsec-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-align: center;
}

.krsec-scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.krsec-scene-card,
.krsec-panel,
.krsec-compare,
.krsec-guide-card {
  border: 1px solid var(--krsec-border);
  border-radius: 7px;
  background: var(--krsec-card);
  box-shadow: 0 9px 20px rgba(31, 89, 169, 0.04);
}

.krsec-scene-card {
  min-height: 189px;
  padding: 20px 20px 15px;
}

.krsec-scene-card svg {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  color: var(--krsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krsec-scene-card h3 {
  margin-bottom: 10px;
  color: var(--krsec-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.krsec-scene-card p {
  color: var(--krsec-text);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.krsec-info-grid {
  display: grid;
  grid-template-columns: 0.96fr 1fr;
  gap: 18px;
  margin-top: 19px;
}

.krsec-panel {
  min-height: 323px;
  padding: 18px 26px;
}

.krsec-panel h3,
.krsec-compare h3,
.krsec-guide h3 {
  color: var(--krsec-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
}

.krsec-route-panel {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 8px;
  overflow: hidden;
}

.krsec-route-copy ul,
.krsec-idc-panel ul {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.krsec-route-copy li,
.krsec-idc-panel li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--krsec-text);
}

.krsec-route-copy li > svg {
  width: 17px;
  height: 17px;
  color: var(--krsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krsec-route-copy strong,
.krsec-idc-panel strong {
  display: block;
  margin-bottom: 6px;
  color: var(--krsec-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.krsec-route-copy em,
.krsec-idc-panel em {
  display: block;
  color: var(--krsec-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.krsec-globe-art {
  position: relative;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.krsec-globe-art svg {
  position: absolute;
  right: -12px;
  top: 4px;
  width: 320px;
  height: 230px;
  color: #156be9;
  fill: rgba(55, 144, 252, 0.18);
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krsec-arrow {
  position: absolute;
  display: block;
  width: 118px;
  height: 48px;
  border-top: 5px solid rgba(5, 82, 214, 0.9);
  border-radius: 50%;
}

.krsec-arrow::after {
  position: absolute;
  right: 2px;
  top: -10px;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 5px solid rgba(5, 82, 214, 0.9);
  border-right: 5px solid rgba(5, 82, 214, 0.9);
  transform: rotate(43deg);
}

.krsec-arrow-one {
  top: 47px;
  right: 92px;
  transform: rotate(172deg);
}

.krsec-arrow-two {
  right: 41px;
  bottom: 49px;
  transform: rotate(92deg);
}

.krsec-idc-panel {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 18px;
}

.krsec-idc-panel li > svg {
  width: 20px;
  height: 20px;
  color: var(--krsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krsec-idc-photo {
  position: relative;
  align-self: center;
  min-height: 201px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 38%), linear-gradient(120deg, #8fc7ff 0 26%, #2c4b6b 26% 72%, #182838 72%);
  box-shadow: 0 10px 22px rgba(16, 56, 122, 0.14);
}

.krsec-idc-photo::before {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 30px;
  height: 106px;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0 30px, transparent 30px 38px),
    linear-gradient(115deg, #203448, #101d28);
  transform: skewY(-7deg);
  box-shadow: 18px 18px 0 #0c1823;
}

.krsec-idc-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 38px;
  content: "";
  background: linear-gradient(90deg, #1f3242, #0a1118);
}

.krsec-idc-photo b {
  position: absolute;
  top: 76px;
  left: 44px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0;
}

.krsec-compare {
  margin-top: 11px;
  padding: 0 26px 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.krsec-compare h3,
.krsec-guide h3 {
  text-align: center;
}

.krsec-table-wrap {
  margin-top: 8px;
  overflow-x: auto;
}

.krsec-table-wrap table {
  width: 100%;
  min-width: 900px;
  overflow: hidden;
  border: 1px solid var(--krsec-border);
  border-radius: 7px;
  border-spacing: 0;
  table-layout: fixed;
}

.krsec-table-wrap th,
.krsec-table-wrap td {
  padding: 8px 16px;
  border-right: 1px solid var(--krsec-border);
  border-bottom: 1px solid var(--krsec-border);
  color: var(--krsec-text);
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
}

.krsec-table-wrap th:last-child,
.krsec-table-wrap td:last-child {
  border-right: 0;
}

.krsec-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.krsec-table-wrap th {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(180deg, #1f76ff, #0755dc);
}

.krsec-table-wrap tbody td:first-child {
  color: var(--krsec-ink);
}

.krsec-guide {
  margin-top: 7px;
}

.krsec-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 10px;
}

.krsec-guide-card {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 168px;
  padding: 20px 24px;
}

.krsec-guide-card > svg {
  width: 28px;
  height: 28px;
  color: var(--krsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.krsec-guide-card h4 {
  margin-bottom: 10px;
  color: var(--krsec-blue-deep);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.krsec-guide-card p,
.krsec-guide-card strong,
.krsec-guide-card span {
  display: block;
  color: var(--krsec-ink);
  font-size: 16px;
  line-height: 1.45;
}

.krsec-guide-card strong {
  margin-top: 10px;
}

.krsec-guide-card span {
  margin-top: 11px;
}

.krsec-guide-card em {
  position: absolute;
  top: -10px;
  right: 46px;
  min-width: 56px;
  padding: 2px 3px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background: linear-gradient(180deg, #2b7dff, #0755dc);
}

.krsec-guide-note {
  margin-top: 15px !important;
  color: var(--krsec-blue-deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 1320px) {
  .krsec-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .krsec-info-grid,
  .krsec-route-panel,
  .krsec-idc-panel {
    grid-template-columns: 1fr;
  }

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

  .krsec-globe-art {
    display: none;
  }
}

@media (max-width: 760px) {
  .krsec-inner {
    padding: 14px;
  }

  .krsec-section h2,
  .krsec-panel h3,
  .krsec-compare h3,
  .krsec-guide h3 {
    font-size: 25px;
  }

  .krsec-scene-grid,
  .krsec-guide-grid {
    grid-template-columns: 1fr;
  }

  .krsec-scene-card,
  .krsec-panel,
  .krsec-guide-card {
    min-height: auto;
    padding: 16px;
  }

  .krsec-idc-photo {
    min-height: 180px;
  }

  .krsec-route-copy strong,
  .krsec-idc-panel strong,
  .krsec-guide-card h4 {
    font-size: 17px;
  }

  .krsec-route-copy em,
  .krsec-idc-panel em,
  .krsec-guide-card p,
  .krsec-guide-card strong,
  .krsec-guide-card span,
  .krsec-guide-note {
    font-size: 15px;
  }
}
