:root {
  --ink: #0b1324;
  --muted: #5b6b82;
  --accent: #2563eb;
  --accent-strong: #1d4ed8;
  --surface: #ffffff;
  --surface-alt: #f2f6fb;
  --line: #d7e0ea;
  --shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --coupon-blue: #1164ff;
  --coupon-deep: #07195f;
  --coupon-orange: #ff7a1a;
}

html { margin: 0; padding: 0; overflow-x: hidden; }
body { margin: 0; padding: 0; }
* { box-sizing: border-box; }
body.front-body {
  margin: 0;
  overflow-x: clip;
  font-family: "Alibaba PuHuiTi", "HarmonyOS Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #f5f7fb;
  line-height: 1.6;
}

section * { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Content wrapping for long strings in articles/pages */
.post-content,
.product-body {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.post-content a,
.post-content p,
.post-content li,
.post-content td,
.post-content th,
.product-body a,
.product-body p,
.product-body li,
.product-body td,
.product-body th {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.post-content pre,
.post-content code,
.product-body pre,
.product-body code {
  white-space: pre-wrap;
  word-break: break-word;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--accent-strong);
  display: inline-block;
}

.front-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.front-promo-bar {
  display: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(65, 153, 255, 0.55), transparent 28%),
    radial-gradient(circle at 82% 40%, rgba(39, 98, 255, 0.58), transparent 30%),
    linear-gradient(90deg, #061158 0%, #071a75 48%, #050827 100%);
  color: #fff;
  overflow: hidden;
}

.front-promo-inner {
  width: 100%;
  min-height: 56px;
  padding: 0 46px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.front-promo-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(255,255,255,0.14) 24% 25%, transparent 25% 100%),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(255,255,255,0.08) 57px, transparent 58px);
  opacity: 0.45;
}

.front-promo-inner strong {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-shadow: 0 0 18px rgba(79, 166, 255, 0.72);
  position: relative;
  z-index: 1;
}

.front-promo-inner span,
.front-promo-inner a {
  position: relative;
  z-index: 1;
}

.front-promo-inner span {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.front-promo-inner i {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: 1;
}

.front-promo-inner a {
  margin-left: auto;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d83ff, #7db8ff);
  box-shadow: 0 0 24px rgba(84, 154, 255, 0.58);
  font-weight: 800;
}

.front-topbar {
  width: 100%;
  min-height: 76px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 0;
}

.front-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 20px;
  min-width: 0;
  height: 76px;
}

.front-brand img {
  display: block;
  width: auto;
  max-width: 170px;
  height: 50px;
  object-fit: contain;
}

.front-brand-logo {
  object-position: left center;
}

.front-brand-text { letter-spacing: 0.02em; }

.front-brand-slogan {
  flex: 0 0 auto;
  min-width: 0;
  margin-left: 28px;
  padding-left: 24px;
  padding-right: 42px;
  border-left: 1px solid #dfe6f2;
  color: #27364f;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.front-nav {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
}

.front-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.front-nav-item { position: relative; }
.front-nav-link {
  font-size: 15px;
  color: var(--ink);
  min-height: 76px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  font-weight: 700;
}

.front-nav-link.is-active {
  color: #ff3b64;
}

.front-nav-link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #ff3b64;
}

.front-nav-item.has-children > .front-nav-link::after {
  content: "\\25BE";
  font-size: 12px;
  color: var(--muted);
}

.front-nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 180px;
  background: var(--surface);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.2s ease;
}

.front-nav-item:hover > .front-nav-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.front-nav-dropdown .front-nav-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.front-nav-dropdown .front-nav-link {
  padding: 8px 10px;
  border-radius: 8px;
  width: 100%;
}

.front-nav-dropdown .front-nav-link:hover {
  background: #edf2ff;
}

.front-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
  flex: 0 0 auto;
  gap: 24px;
}

.front-link {
  font-size: 15px;
  color: #1f2937;
  font-weight: 700;
}

.front-btn {
  padding: 12px 22px;
  background: #ff7a30;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.front-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2); }

.front-btn:active { transform: translateY(0); }

.front-btn-ghost {
  background: transparent;
  border: 1px solid rgba(37, 99, 235, 0.4);
  color: var(--accent-strong);
}

.front-btn-light {
  background: #edf2ff;
  color: var(--accent-strong);
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.front-nav-toggle {
  display: none;
  width: 36px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.front-nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.front-header {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.front-header .front-brand-text,
.front-header .front-nav-link,
.front-header .front-link {
  color: var(--ink);
}

.front-header .front-nav-link:hover,
.front-header .front-nav-link.is-active {
  color: #ff3b64;
}

.front-header .front-btn {
  background: #ff7a30;
  color: #ffffff;
  box-shadow: none;
}

.front-header .front-btn:hover {
  box-shadow: 0 10px 22px rgba(255, 122, 48, 0.26);
}

.front-header .front-nav-item.has-children > .front-nav-link::after {
  color: var(--muted);
}

.front-header .front-nav-dropdown {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.front-header .front-nav-dropdown .front-nav-link {
  color: var(--ink);
}

.front-header .front-nav-dropdown .front-nav-link:hover {
  background: #edf3ff;
}

.front-header .front-nav-toggle {
  border-color: var(--line);
  background: #ffffff;
}

.front-header .front-nav-toggle span {
  background: var(--ink);
}


.hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  padding: 90px 24px 70px;
  color: #f8fafc;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #0b1b3a url("../images/front/hero-bg.jpg") center/cover no-repeat;
  z-index: 0;
  animation: heroPan 22s ease-in-out infinite;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 30, 0.62);
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-highlights {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-pill {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  color: #e2e8f0;
}

 

.hero-right {
  display: flex;
  justify-content: flex-end;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--ink);
}

.hero-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}
.hero-panel-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-panel-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.metric {
  background: #edf2ff;
  border-radius: 14px;
  padding: 12px;
  text-align: center;
}

.metric-num {
  font-weight: 700;
  font-size: 18px;
  color: var(--accent-strong);
}

.metric-label {
  font-size: 12px;
  color: var(--muted);
}

.hero-slider {
  position: relative;
  min-height: 320px;
}

.hero-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  inset: 0;
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.hero-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e2e8f0;
}

.hero-title {
  font-size: clamp(30px, 5vw, 48px);
  margin: 18px 0 12px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.hero-subtitle {
  max-width: 560px;
  color: rgba(226, 232, 240, 0.85);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.hero-dots button {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  border: none;
  background: rgba(226, 232, 240, 0.35);
  cursor: pointer;
}

.hero-dots button.is-active { background: var(--accent); }

.kuosou-coupon-hero {
  min-height: 426px;
  padding: 0 24px 96px;
  align-items: stretch;
  color: #0b2d78;
  overflow: hidden;
}

.kuosou-coupon-hero .hero-bg {
  background: #dceeff url("../images/front/kuosou-hero-coupon.png") center/cover no-repeat;
  animation: heroPan 28s ease-in-out infinite;
}

.kuosou-coupon-hero .hero-bg::after {
  background:
    linear-gradient(90deg, rgba(218, 238, 255, 0.2), rgba(255,255,255,0.2)),
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.24));
}

.kuosou-coupon-hero .hero-inner {
  display: flex;
  align-items: stretch;
}

.kuosou-hero-stage {
  min-height: 426px;
  width: 100%;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 210px;
  align-items: center;
  gap: 28px;
  position: relative;
  isolation: isolate;
}

.kuosou-hero-copy {
  text-align: center;
}

.kuosou-coupon-hero .hero-tag {
  background: transparent;
  color: #0758d6;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: none;
  justify-content: center;
  display: inline-flex;
  gap: 14px;
}

.kuosou-coupon-hero .hero-tag::before,
.kuosou-coupon-hero .hero-tag::after {
  content: "";
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #176bff);
  align-self: center;
}

.kuosou-coupon-hero .hero-tag::after {
  background: linear-gradient(90deg, #176bff, transparent);
}

.kuosou-coupon-hero .hero-title {
  margin: 10px 0 10px;
  font-size: clamp(52px, 8vw, 102px);
  line-height: 0.98;
  font-weight: 950;
  color: #0965f4;
  letter-spacing: -0.05em;
  text-shadow: 0 8px 0 rgba(7, 78, 190, 0.1), 0 20px 50px rgba(0, 83, 216, 0.22);
}

.kuosou-coupon-hero .hero-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #275087;
  font-size: 17px;
}

.kuosou-hero-ribbon {
  width: min(680px, 100%);
  margin: 22px auto 0;
  padding: 14px 22px;
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #136cff, #0750d4 72%, #0a36a7);
  border-radius: 10px;
  box-shadow: 0 16px 30px rgba(14, 92, 229, 0.32);
  transform: perspective(360px) rotateX(-3deg);
}

.kuosou-hero-ribbon span + span::before {
  content: "·";
  margin-right: 28px;
  opacity: 0.8;
}

.kuosou-coupon-card {
  width: 245px;
  height: 148px;
  display: grid;
  place-items: center;
  gap: 8px;
  transform: rotate(-8deg);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 45%, transparent 0 14px, rgba(255,255,255,0.16) 15px 16px, transparent 17px),
    linear-gradient(135deg, #1e7dff, #0b4fd3);
  box-shadow: 0 24px 44px rgba(14, 80, 197, 0.34);
  position: relative;
}

.kuosou-coupon-card::before,
.kuosou-coupon-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 2px dashed rgba(255,255,255,0.42);
}

.kuosou-coupon-card::before { left: 32px; }
.kuosou-coupon-card::after { right: 32px; }

.kuosou-coupon-card span {
  font-size: 42px;
  font-weight: 950;
  letter-spacing: 0.03em;
}

.kuosou-coupon-card strong {
  font-size: 18px;
}

.kuosou-hero-seal {
  position: absolute;
  left: 4px;
  top: 96px;
  z-index: 2;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #ff9b2d 0 54%, #ff6f14 55% 100%);
  border: 7px solid #fff;
  box-shadow: 0 14px 28px rgba(255, 119, 22, 0.35);
  font-size: 27px;
  line-height: 1.06;
  font-weight: 950;
  transform: rotate(-8deg);
}

.kuosou-hero-gift {
  width: 160px;
  height: 160px;
  justify-self: end;
  border-radius: 28px;
  background:
    radial-gradient(circle at 34% 22%, #fff4d5 0 12px, transparent 13px),
    linear-gradient(135deg, #ffb45b, #ff7d1d);
  box-shadow: 0 24px 44px rgba(255, 122, 26, 0.24);
  position: relative;
}

.kuosou-hero-gift::before,
.kuosou-hero-gift::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
}

.kuosou-hero-gift::before {
  width: 24px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kuosou-hero-gift::after {
  height: 24px;
  left: 0;
  right: 0;
  top: 48%;
}

.kuosou-service-console {
  position: relative;
  z-index: 3;
  margin-top: -94px;
  padding: 0 24px 58px;
}

.kuosou-service-console .section-shell {
  max-width: 1220px;
  padding: 0 18px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(24, 70, 139, 0.18);
  backdrop-filter: blur(16px);
}

.kuosou-flow-panel {
  min-height: 96px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 210px 238px;
  gap: 18px;
  align-items: center;
  padding: 20px 12px 16px;
}

.kuosou-flow-title strong {
  display: block;
  color: #1b68ff;
  font-size: 22px;
  line-height: 1.2;
}

.kuosou-flow-title span {
  color: #7b8ba8;
  font-size: 13px;
}

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

.kuosou-flow-step {
  position: relative;
  padding-left: 46px;
}

.kuosou-flow-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bcd8ff;
}

.kuosou-flow-step b {
  color: #0a60f5;
  font-size: 13px;
}

.kuosou-flow-step span {
  display: block;
  font-weight: 900;
  color: #20314f;
}

.kuosou-flow-step em {
  display: block;
  color: #8090aa;
  font-style: normal;
  font-size: 12px;
}

.kuosou-flow-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.kuosou-flow-actions a {
  min-width: 96px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d9ff;
  border-radius: 11px;
  color: #1a62df;
  font-weight: 800;
  background: #fff;
}

.kuosou-newbie-box {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7ed, #fff1e6);
  border: 1px solid #ffd7bd;
}

.kuosou-newbie-box span {
  color: #495b7a;
  font-size: 13px;
  font-weight: 700;
}

.kuosou-newbie-box strong {
  color: #5f3212;
  font-size: 13px;
}

.kuosou-newbie-box a {
  color: #ff6718;
  font-size: 12px;
  font-weight: 900;
}

.kuosou-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 10px 0 0;
}

.kuosou-service-card {
  min-height: 182px;
  padding: 24px 22px 20px;
  border: 1px solid #dce7f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 28px rgba(24, 70, 139, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kuosou-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(24, 70, 139, 0.14);
}

.ks-icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 16px;
  border-radius: 13px;
  background: linear-gradient(135deg, #2d8cff, #0758de);
  position: relative;
}

.ks-icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.78);
}

.ks-icon-news { background: linear-gradient(135deg, #ff9d1f, #ff6818); }
.ks-icon-media { background: linear-gradient(135deg, #ff5f83, #ff2f59); }
.ks-icon-video { background: linear-gradient(135deg, #26a9ff, #1261ff); }
.ks-icon-site { background: linear-gradient(135deg, #31d6c6, #6555ff); }
.ks-icon-geo { background: linear-gradient(135deg, #43d78b, #098aff); }

.kuosou-service-card h3 {
  margin: 0 0 12px;
  color: #17233d;
  font-size: 18px;
}

.kuosou-service-card p {
  min-height: 54px;
  margin: 0 0 16px;
  color: #708098;
  font-size: 14px;
  line-height: 1.7;
}

.kuosou-service-card a {
  min-width: 96px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #c7d9ff;
  border-radius: 999px;
  color: #1a62df;
  font-size: 13px;
  font-weight: 800;
  background: #fff;
}

.kuosou-service-console .section-shell {
  max-width: 1220px;
  padding: 0 16px 18px;
  border: 1px solid rgba(210, 225, 248, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 66px rgba(40, 91, 170, 0.16);
}

.kuosou-flow-panel {
  min-height: 104px;
  display: grid;
  grid-template-columns: 240px minmax(420px, 1fr) 194px 238px;
  gap: 18px;
  align-items: center;
  padding: 20px 0 16px;
  border-bottom: 1px solid rgba(220, 231, 247, 0.9);
}

.kuosou-flow-title {
  padding-left: 18px;
}

.kuosou-flow-title strong {
  display: block;
  color: #236dff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.kuosou-flow-title span {
  display: block;
  margin-top: 6px;
  color: #8a9ab6;
  font-size: 13px;
  font-weight: 700;
}

.kuosou-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.kuosou-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding-left: 0;
}

.kuosou-flow-step::before {
  display: none;
}

.kuosou-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 18px;
  height: 8px;
  border-top: 1px solid #b9c9e5;
  border-right: 1px solid #b9c9e5;
  transform: translateY(-50%) skewX(-24deg);
}

.kuosou-flow-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8d8ff;
  border-radius: 12px;
  color: #1684ff;
  background: linear-gradient(180deg, #f8fcff, #eff7ff);
  box-shadow: 0 8px 18px rgba(31, 124, 255, 0.08);
}

.kuosou-flow-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kuosou-flow-copy {
  min-width: 0;
}

.kuosou-flow-copy b {
  display: block;
  color: #24324e;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.18;
  white-space: nowrap;
}

.kuosou-flow-copy em {
  display: block;
  margin-top: 5px;
  color: #8a9ab5;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.kuosou-flow-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.kuosou-flow-actions a {
  min-width: 86px;
  height: 38px;
  border: 1px solid #c4d8ff;
  border-radius: 11px;
  color: #2169f4;
  font-size: 13px;
  font-weight: 900;
  background: #fff;
}

.kuosou-newbie-box {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px 13px 18px;
  border: 1px solid #ffcdb7;
  border-radius: 17px;
  background: linear-gradient(135deg, #fff7ef 0%, #fff2e8 100%);
}

.kuosou-newbie-box span,
.kuosou-newbie-box strong,
.kuosou-newbie-box a {
  display: block;
}

.kuosou-newbie-box span {
  color: #6f4e39;
  font-size: 13px;
  font-weight: 900;
}

.kuosou-newbie-box strong {
  margin-top: 4px;
  color: #8b6a53;
  font-size: 12px;
  font-weight: 700;
}

.kuosou-newbie-box a {
  margin-top: 4px;
  color: #ff6530;
  font-size: 12px;
  font-weight: 950;
}

.kuosou-newbie-gift {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff7a23;
}

.kuosou-newbie-gift svg {
  width: 54px;
  height: 54px;
  fill: rgba(255, 122, 35, 0.16);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kuosou-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 0 0;
}

.kuosou-service-card {
  min-height: 184px;
  padding: 25px 20px 20px;
  border: 1px solid #dfe8f6;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: none;
}

.kuosou-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(27, 83, 162, 0.1);
}

.ks-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 0;
  background: transparent;
}

.ks-icon::after {
  display: none;
}

.ks-icon svg {
  width: 46px;
  height: 46px;
  fill: rgba(255, 255, 255, 0.58);
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ks-icon-news { color: #ff8a1c; background: transparent; }
.ks-icon-media { color: #ff4c70; background: transparent; }
.ks-icon-video { color: #1b8dff; background: transparent; }
.ks-icon-site { color: #4d63ff; background: transparent; }
.ks-icon-geo { color: #1590ff; background: transparent; }

.kuosou-service-card h3 {
  margin: 0 0 14px;
  color: #24324e;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.kuosou-service-card p {
  min-height: 48px;
  margin: 0 0 15px;
  color: #7d8da8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.kuosou-service-card a {
  min-width: 94px;
  height: 32px;
  padding: 0 17px;
  border: 1px solid #c4d8ff;
  border-radius: 999px;
  color: #2169f4;
  font-size: 13px;
  font-weight: 900;
  background: #fff;
}

.kuosou-market-section {
  padding-top: 0;
  padding-bottom: 48px;
  background: #ffffff;
}

.kuosou-market-section .section-shell {
  max-width: 1220px;
}

.kuosou-market-heading {
  margin: 0 auto 18px;
  text-align: center;
}

.kuosou-market-heading h2 {
  margin: 0;
  color: #223457;
  font-size: clamp(34px, 4.3vw, 48px);
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.kuosou-market-heading p {
  margin: 10px 0 0;
  color: #8f97a8;
  font-size: 18px;
  line-height: 1.7;
}

.kuosou-market-panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #f7f7f7;
  box-shadow: 0 12px 28px rgba(34, 51, 86, 0.08);
}

.kuosou-market-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 92px;
  border-bottom: 1px solid #ebebeb;
  background: #e7e7e7;
}

.kuosou-market-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  border: 0;
  border-right: 1px solid #ededed;
  background: #e6e6e6;
  color: #333;
  font-size: 26px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kuosou-market-tab:last-child {
  border-right: 0;
}

.kuosou-market-tab small {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

.kuosou-market-tab.is-active {
  background: #f7f7f7;
  color: #ff6a00;
  font-weight: 900;
}

.kuosou-market-tab.is-active small {
  color: #ff6a00;
}

.kuosou-market-main {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 38px 28px 40px;
}

.kuosou-market-side {
  display: grid;
  align-content: start;
  gap: 2px;
}

.kuosou-market-side-item {
  position: relative;
  display: flex;
  min-height: 64px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 14px 42px 12px 22px;
  border: 0;
  background: #ededed;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.kuosou-market-side-item::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
  font-size: 28px;
  font-weight: 300;
}

.kuosou-market-side-item:hover,
.kuosou-market-side-item.is-active {
  background: #ffffff;
}

.kuosou-market-side-item.is-active {
  box-shadow: inset 4px 0 0 #ff6a00;
}

.kuosou-market-side-en {
  margin-bottom: 6px;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.kuosou-market-side-cn {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.kuosou-market-content {
  min-width: 0;
  padding-right: 10px;
}

.kuosou-market-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  height: 58px;
  overflow: hidden;
  border: 2px solid #ff8b2a;
  border-radius: 6px;
  background: #f6f6f6;
}

.kuosou-market-input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: none;
  background: transparent;
  color: #666;
  font-size: 17px;
}

.kuosou-market-search-btn {
  border: 0;
  background: linear-gradient(180deg, #ff7a19, #ff6a00);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.kuosou-market-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding: 14px 0 6px;
}

.kuosou-market-keywords button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.kuosou-market-keywords button.is-hot {
  color: #ff7d1e;
}

.kuosou-market-grid {
  display: grid;
  grid-template-columns: minmax(330px, 1.06fr) minmax(240px, 0.92fr) 248px;
  gap: 28px;
  align-items: start;
  min-height: 382px;
  padding-top: 8px;
}

.kuosou-market-col,
.kuosou-market-ad-col {
  min-height: 382px;
}

.kuosou-market-col + .kuosou-market-col {
  padding-left: 38px;
  border-left: 1px solid #e5e5e5;
}

.kuosou-market-ad-col {
  padding-left: 42px;
  border-left: 1px solid #e5e5e5;
}

.kuosou-market-title {
  margin: 2px 0 20px;
  color: #282828;
  font-size: 20px;
  font-weight: 900;
}

.kuosou-market-title-arrow {
  color: #9a9a9a;
  font-weight: 300;
}

.kuosou-market-product-list {
  display: grid;
  gap: 24px;
  max-height: 382px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  scrollbar-color: #c7d2e5 transparent;
  scrollbar-width: thin;
}

.kuosou-market-product-list::-webkit-scrollbar {
  width: 6px;
}

.kuosou-market-product-list::-webkit-scrollbar-track {
  background: transparent;
}

.kuosou-market-product-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c7d2e5;
}

.kuosou-market-product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}

.kuosou-market-product[hidden] {
  display: none;
}

.kuosou-market-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.kuosou-market-thumb {
  position: relative;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 3px;
  background: linear-gradient(135deg, #0e1c97, #1931be 60%, #1b5dff);
  box-shadow: inset 0 6px 16px rgba(59, 89, 192, 0.16);
}

.kuosou-market-thumb::before {
  content: attr(data-badge);
  position: absolute;
  left: 8px;
  top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.kuosou-market-thumb.is-alt {
  background: linear-gradient(135deg, #58a1ff, #5591f3 48%, #4268ea);
}

.kuosou-market-product-title {
  margin: 2px 0 8px;
  overflow: hidden;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kuosou-market-product-desc {
  min-height: 44px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.kuosou-market-service-points {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  padding: 0;
  color: #5d6472;
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}

.kuosou-market-service-points li {
  position: relative;
  padding-left: 12px;
}

.kuosou-market-service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8a00;
}

.kuosou-market-empty {
  margin: 0;
  padding: 18px 16px;
  border: 1px dashed #d9e2f4;
  border-radius: 8px;
  background: #fff;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.kuosou-market-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #888;
  font-size: 13px;
}

.kuosou-market-sales {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kuosou-market-sales::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a00;
  opacity: 0.75;
}

.kuosou-market-buy {
  min-width: 74px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #ff9a4d;
  border-radius: 8px;
  background: #fff8f3;
  color: #ff7b20;
  font-size: 16px;
  font-weight: 900;
}

.kuosou-market-solution-card {
  display: flex;
  flex-direction: column;
}

.kuosou-market-solution-visual {
  position: relative;
  width: 220px;
  height: 168px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, #8e4cf0 0%, #7f63ff 45%, #4d56ef 100%);
  box-shadow: 0 14px 26px rgba(80, 68, 194, 0.16);
}

.kuosou-market-solution-visual::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 242, 120, 0.88);
}

.kuosou-market-cube {
  position: absolute;
  left: 66px;
  top: 34px;
  width: 92px;
  height: 92px;
  transform: skewY(-10deg);
  background: linear-gradient(135deg, #9054ff, #b068ff);
  box-shadow: 40px 20px 0 0 rgba(124, 72, 255, 0.55), 20px -20px 0 0 rgba(255, 155, 170, 0.35);
}

.kuosou-market-cube::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -20px;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #ffa15e, #ff7f66);
  box-shadow: -10px 10px 0 rgba(255, 173, 120, 0.35);
}

.kuosou-market-cube-text {
  position: absolute;
  left: 17px;
  top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.kuosou-market-runner {
  position: absolute;
  left: 22px;
  bottom: 26px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 214, 163, 0.95);
  box-shadow: 20px 16px 0 -8px rgba(31, 17, 102, 0.75), 10px 24px 0 -10px rgba(31, 17, 102, 0.75);
}

.kuosou-market-solution-name {
  margin: 4px 0 14px;
  color: #232323;
  font-size: 17px;
  font-weight: 900;
}

.kuosou-market-solution-list {
  width: 240px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 26px;
  margin-bottom: 16px;
  color: #666;
  font-size: 15px;
  line-height: 1.35;
}

.kuosou-market-consult-btn {
  min-width: 96px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 1px solid #ff9a4d;
  border-radius: 8px;
  background: #fff8f3;
  color: #ff7b20;
  font-size: 16px;
  font-weight: 900;
}

.kuosou-market-ad-card {
  position: relative;
  width: 248px;
  height: 382px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, #03008f 0%, #010065 100%);
  box-shadow: 0 16px 32px rgba(0, 5, 95, 0.22);
}

.kuosou-market-ad-card::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 52px;
  height: 90px;
  opacity: 0.75;
  background: radial-gradient(circle at 50% 100%, rgba(91, 142, 255, 0.45), rgba(255, 255, 255, 0) 70%);
}

.kuosou-market-ad-card::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 86px;
  opacity: 0.5;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, transparent 1.3px);
  background-size: 8px 8px;
}

.kuosou-market-ad-corner {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #6d6cff;
  border-right: 3px solid #6d6cff;
}

.kuosou-market-ad-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 16px 0;
  color: #fff;
  text-align: center;
}

.kuosou-market-ad-geo {
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.kuosou-market-ad-subtitle {
  margin-bottom: 6px;
  color: #89a4ff;
  font-size: 18px;
  font-weight: 900;
}

.kuosou-market-ad-copy {
  margin: 0 0 22px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
}

.kuosou-market-ad-logos {
  min-height: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin-bottom: 20px;
  padding: 0 8px;
  font-size: 12px;
  opacity: 0.92;
}

.kuosou-market-ad-logos span::before {
  content: "●";
  margin-right: 4px;
  color: #74cfff;
  font-size: 8px;
}

.kuosou-market-ad-price {
  max-width: 188px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 4px 0 16px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.kuosou-market-ad-price b {
  color: #ffe27a;
  font-size: 18px;
  font-weight: 950;
}

.kuosou-market-ad-btn {
  min-width: 120px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #ffffff;
  color: #6d74ff;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.kuosou-market-ad-dot {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.kuosou-market-extra {
  margin-top: 28px;
}

.kuosou-market-extra .front-other-title {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.kuosou-market-extra .marketing-grid {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

@media (min-width: 1180px) {
  .kuosou-market-extra .marketing-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.kuosou-market-extra .marketing-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
  font-size: 13px;
}

.kuosou-market-extra .mc-title {
  margin-bottom: 4px;
  overflow: hidden;
  color: var(--ink);
  display: -webkit-box;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.kuosou-market-extra .mc-desc {
  margin-bottom: 8px;
  overflow: hidden;
  color: #6b7280;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kuosou-market-extra .mc-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  font-size: 12px;
}

.kuosou-market-extra .mc-action {
  padding: 4px 10px;
  border: 1px solid #2c7be5;
  border-radius: 999px;
  background: #2c7be5;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.kuosou-market-extra .mc-action--disabled {
  border-color: #cbd5f5;
  background: #cbd5f5;
  cursor: not-allowed;
}

.kuosou-proof-section {
  padding-top: 18px;
  padding-bottom: 60px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 180, 130, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.kuosou-proof-section .section-shell {
  max-width: 1220px;
}

.kuosou-proof-head {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

.kuosou-proof-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #22345a;
  font-size: clamp(30px, 2.45vw, 40px);
  line-height: 1.14;
  letter-spacing: -0.01em;
  font-weight: 950;
}

.kuosou-proof-head p {
  margin: 0;
  color: #8d96aa;
  font-size: 14px;
  line-height: 1.65;
}

.kuosou-proof-decor {
  width: 46px;
  height: 46px;
  display: inline-block;
  position: relative;
  flex: 0 0 46px;
  transform: translateY(3px);
}

.kuosou-proof-decor::before,
.kuosou-proof-decor::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  transform: rotate(45deg);
}

.kuosou-proof-decor::before {
  inset: 10px;
  background: linear-gradient(135deg, #ff8d34, #ff6e1f);
  box-shadow: 0 10px 22px rgba(255, 116, 40, 0.18);
}

.kuosou-proof-decor::after {
  inset: 18px 6px 6px 18px;
  background: linear-gradient(135deg, #3f7dff, #8cb3ff);
}

.kuosou-proof-decor-right {
  transform: translateY(3px) scaleX(-1);
}

.kuosou-proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto 22px;
  padding: 0 4px;
}

.kuosou-proof-metric {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.kuosou-proof-metric-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  border: 1px solid #f1e4dc;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff7f3 0%, #ffffff 100%);
  color: #ff742f;
  box-shadow: 0 8px 18px rgba(255, 120, 66, 0.08);
}

.kuosou-proof-metric-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kuosou-proof-metric.is-blue .kuosou-proof-metric-icon {
  border-color: #e0e8fb;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
  color: #3f7dff;
  box-shadow: 0 8px 18px rgba(63, 125, 255, 0.08);
}

.kuosou-proof-metric-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kuosou-proof-metric-copy::after {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #ff6b1f;
}

.kuosou-proof-metric.is-blue .kuosou-proof-metric-copy::after {
  background: #3f7dff;
}

.kuosou-proof-metric-num {
  margin: 0;
  color: #ff6b1f;
  font-size: clamp(32px, 2.9vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.kuosou-proof-metric.is-blue .kuosou-proof-metric-num {
  color: #3f7dff;
}

.kuosou-proof-metric-text {
  margin: 0;
  color: #263556;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.kuosou-proof-layout {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  margin: 30px auto 0;
  padding: 18px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(31, 47, 82, 0.07);
}

.kuosou-proof-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 20%),
    radial-gradient(circle at 18% 14%, rgba(255, 180, 130, 0.10) 0, transparent 18%);
  pointer-events: none;
}

.kuosou-proof-left,
.kuosou-proof-right {
  position: relative;
  z-index: 1;
}

.kuosou-proof-reason-panel {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 22px 18px;
  border: 1px solid #edf1f7;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(26, 38, 68, 0.045);
}

.kuosou-proof-reason-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  opacity: 0.6;
  background: radial-gradient(circle, rgba(255, 166, 115, 0.28) 0 1.5px, transparent 1.5px) 0 0 / 12px 12px;
  transform: translate(18px, -14px);
  pointer-events: none;
}

.kuosou-proof-side-title {
  margin: 0 0 16px;
  color: #22345a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.kuosou-proof-reason-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0 15px;
  border-bottom: 1px solid #f0f2f7;
}

.kuosou-proof-reason-num {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 140, 82, 0.22);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff9f4, #ffffff);
  color: #ff7a2f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.kuosou-proof-reason-title {
  margin: 2px 0 8px;
  color: #243454;
  font-size: 15px;
  line-height: 1.3;
}

.kuosou-proof-reason-desc {
  margin: 0;
  color: #8a94aa;
  font-size: 13px;
  line-height: 1.75;
}

.kuosou-proof-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.kuosou-proof-btn {
  min-width: 148px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kuosou-proof-btn:hover {
  transform: translateY(-1px);
}

.kuosou-proof-btn-primary {
  border: 1px solid rgba(255, 118, 40, 0.9);
  background: linear-gradient(180deg, #ff8d34 0%, #ff6e1f 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(255, 121, 54, 0.18);
}

.kuosou-proof-btn-secondary {
  border: 1px solid #dfe5ef;
  background: #ffffff;
  color: #44536f;
}

.kuosou-proof-case-panel {
  background: transparent;
}

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

.kuosou-proof-case-card {
  min-height: 194px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 14px;
  border: 1px solid #ebeff6;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 8px 20px rgba(28, 31, 44, 0.035);
}

.kuosou-proof-case-top {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

.kuosou-proof-case-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #f5e3db;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff8f3, #ffffff);
  color: #ff7a2f;
}

.kuosou-proof-case-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kuosou-proof-case-icon.is-geo {
  border-color: #dbe3f4;
  background: linear-gradient(180deg, #f4f7ff, #ffffff);
  color: #5e78c8;
}

.kuosou-proof-case-icon.is-media {
  border-color: #f0e3db;
  background: linear-gradient(180deg, #fff8f3, #ffffff);
  color: #ef7d2f;
}

.kuosou-proof-case-icon.is-site {
  border-color: #e1e5ef;
  background: linear-gradient(180deg, #f7f9fd, #ffffff);
  color: #394f87;
}

.kuosou-proof-case-name {
  margin: 2px 0 6px;
  color: #243454;
  font-size: 15px;
  font-weight: 900;
}

.kuosou-proof-case-desc {
  margin: 0;
  color: #8d97aa;
  font-size: 12px;
  line-height: 1.6;
}

.kuosou-proof-case-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}

.kuosou-proof-case-result {
  min-width: 92px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kuosou-proof-case-result strong {
  position: relative;
  width: max-content;
  padding-right: 13px;
  display: inline-block;
  color: #ff6923;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.kuosou-proof-case-result strong::after {
  content: "↑";
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 12px;
  line-height: 1;
  animation: kuosouProofArrowFloat 1.35s ease-in-out infinite;
  will-change: transform;
}

.kuosou-proof-case-card.is-geo .kuosou-proof-case-result strong,
.kuosou-proof-case-card.is-media .kuosou-proof-case-result strong {
  color: #3f7dff;
}

.kuosou-proof-case-result span {
  color: #6f7688;
  font-size: 12px;
  line-height: 1.4;
}

.kuosou-proof-case-thumb {
  position: relative;
  overflow: hidden;
  flex: 0 0 156px;
  width: 156px;
  height: 88px;
  border: 1px dashed #d9dfeb;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.kuosou-proof-case-thumb::before,
.kuosou-proof-case-thumb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.kuosou-proof-case-thumb::before {
  left: 16px;
  right: 16px;
  top: 22px;
  height: 8px;
  background: linear-gradient(90deg, #ff8d34, #3f7dff);
  opacity: 0.55;
}

.kuosou-proof-case-thumb::after {
  left: 18px;
  right: 42px;
  bottom: 20px;
  height: 26px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(63,125,255,.2) 0 10px, rgba(255,125,47,.2) 10px 20px);
}

.kuosou-proof-case-thumb-geo::before,
.kuosou-proof-case-thumb-media::before {
  background: linear-gradient(90deg, #3f7dff, #80b0ff);
}

.kuosou-proof-case-thumb-site::before {
  background: linear-gradient(90deg, #22345a, #3f7dff);
}

.kuosou-proof-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  background: #ffffff;
}

.kuosou-proof-service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #ffffff;
}

.kuosou-proof-service-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border: 1px solid #e5eaf4;
  border-radius: 50%;
  background: #ffffff;
  color: #2b3d68;
  font-size: 15px;
  font-weight: 700;
}

.kuosou-proof-service-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.kuosou-proof-service-item strong {
  display: block;
  color: #243454;
  font-size: 14px;
  line-height: 1.35;
}

.kuosou-proof-service-item p {
  margin: 4px 0 0;
  color: #8d97aa;
  font-size: 12px;
  line-height: 1.55;
}

.kuosou-startup-path {
  position: relative;
  padding: 44px 24px 38px;
  overflow: hidden;
  background: transparent;
}

.kuosou-startup-path::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 118px;
  width: min(1680px, calc(100vw - 40px));
  height: 96px;
  border-top: 1px solid rgba(246, 184, 125, 0.12);
  border-radius: 50% / 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.kuosou-startup-head {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.kuosou-startup-head h2 {
  margin: 0;
  color: #253a5e;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.kuosou-startup-head p {
  margin: 16px 0 0;
  color: #7b8da9;
  font-size: 20px;
  line-height: 1.8;
}

.kuosou-startup-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 398px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.kuosou-startup-steps-card,
.kuosou-startup-portal-panel {
  position: relative;
  min-height: 456px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(228, 233, 245, 0.96);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 52px rgba(42, 64, 110, 0.10);
}

.kuosou-startup-steps-card::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 78px;
  bottom: 78px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 190, 142, 0.48) 0%, rgba(230, 235, 244, 0.88) 100%);
}

.kuosou-startup-steps-card::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 28px;
  width: 118px;
  height: 84px;
  opacity: 0.52;
  background-image: radial-gradient(circle, rgba(255, 174, 122, 0.26) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  pointer-events: none;
}

.kuosou-startup-step {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 6px 0 24px;
}

.kuosou-startup-step + .kuosou-startup-step {
  padding-top: 24px;
  border-top: 1px solid rgba(235, 239, 247, 0.9);
}

.kuosou-startup-step-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  border: 1px solid rgba(255, 192, 150, 0.74);
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf6 0%, #fff2e8 100%);
  color: #ff7b34;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.kuosou-startup-step-copy h3 {
  margin: 0 0 10px;
  color: #253a5e;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.kuosou-startup-step-copy p {
  margin: 0;
  color: #7f8fa8;
  font-size: 15px;
  line-height: 1.75;
}

.kuosou-startup-portal-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

.kuosou-startup-portal-head h3 {
  margin: 0;
  color: #253a5e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.kuosou-startup-portal-chrome {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 18px;
  padding: 0 12px;
  border: 1px solid rgba(231, 236, 246, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, #f7f9ff 0%, #f2f5fc 100%);
}

.kuosou-startup-portal-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(223, 229, 240, 0.92);
}

.kuosou-startup-portal-chrome i {
  display: block;
  flex: 1 1 auto;
  height: 8px;
  margin-left: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(236, 240, 248, 0.98) 0%, rgba(243, 246, 251, 0.96) 100%);
}

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

.kuosou-startup-portal-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 16px;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(231, 236, 246, 0.96);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 14px 28px rgba(37, 58, 94, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.kuosou-startup-portal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 177, 115, 0.56);
  box-shadow: 0 20px 36px rgba(37, 58, 94, 0.10);
}

.kuosou-startup-portal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.kuosou-startup-portal-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.kuosou-startup-portal-icon.is-orange {
  background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

.kuosou-startup-portal-icon.is-blue {
  background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
}

.kuosou-startup-portal-icon.is-cyan {
  background: linear-gradient(180deg, #f3fbff 0%, #ecf8ff 100%);
}

.kuosou-startup-portal-icon.is-amber {
  background: linear-gradient(180deg, #fff9f1 0%, #fff3e6 100%);
}

.kuosou-startup-portal-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #253a5e;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.kuosou-startup-portal-copy p {
  margin: 0;
  color: #7f8fa8;
  font-size: 14px;
  line-height: 1.7;
}

.kuosou-startup-portal-arrow {
  justify-self: end;
  color: #b7c1d6;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.22s ease, color 0.22s ease;
}

.kuosou-startup-portal-card:hover .kuosou-startup-portal-arrow {
  color: #ff7d36;
  transform: translateX(3px);
}

.kuosou-startup-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.kuosou-startup-action-primary,
.kuosou-startup-action-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kuosou-startup-action-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9a35 0%, #ff742f 100%);
  box-shadow: 0 16px 28px rgba(255, 132, 58, 0.24);
}

.kuosou-startup-action-secondary {
  color: #5c6e8c;
  border: 1px solid rgba(212, 220, 235, 0.96);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(37, 58, 94, 0.05);
}

.kuosou-startup-action-primary:hover,
.kuosou-startup-action-secondary:hover {
  transform: translateY(-2px);
}

.kuosou-startup-action-primary span,
.kuosou-startup-action-secondary span {
  margin-left: 10px;
  font-size: 22px;
  line-height: 1;
}

.kuosou-scenario-solutions {
  position: relative;
  padding: 40px 24px 42px;
  overflow: hidden;
  background: transparent;
}

.kuosou-scenario-solutions::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 110px;
  width: min(1700px, calc(100vw - 40px));
  height: 96px;
  border-top: 1px solid rgba(246, 184, 125, 0.12);
  border-radius: 50% / 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.kuosou-scenario-head {
  position: relative;
  z-index: 1;
  margin: 0 auto 34px;
  text-align: center;
}

.kuosou-scenario-head h2 {
  margin: 0;
  color: #253a5e;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.kuosou-scenario-head p {
  margin: 16px 0 0;
  color: #7b8da9;
  font-size: 20px;
  line-height: 1.8;
}

.kuosou-scenario-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kuosou-scenario-card {
  display: flex;
  flex-direction: column;
  min-height: 232px;
  padding: 24px 24px 20px;
  border: 1px solid rgba(231, 236, 246, 0.96);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 252, 255, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(37, 58, 94, 0.08);
}

.kuosou-scenario-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.kuosou-scenario-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.kuosou-scenario-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.kuosou-scenario-icon.is-orange {
  background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

.kuosou-scenario-icon.is-blue {
  background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
}

.kuosou-scenario-icon.is-cyan {
  background: linear-gradient(180deg, #f2fbff 0%, #ebf8ff 100%);
}

.kuosou-scenario-icon.is-amber {
  background: linear-gradient(180deg, #fff9f2 0%, #fff2e6 100%);
}

.kuosou-scenario-icon.is-purple {
  background: linear-gradient(180deg, #f7f3ff 0%, #f0ecff 100%);
}

.kuosou-scenario-icon.is-gold {
  background: linear-gradient(180deg, #fff8f1 0%, #fff3e8 100%);
}

.kuosou-scenario-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffefe 0%, #f8f9fe 100%);
  color: #8d96ab;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.kuosou-scenario-card h3 {
  margin: 0 0 12px;
  color: #253a5e;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 900;
}

.kuosou-scenario-desc {
  min-height: 52px;
  margin: 0;
  color: #7f8fa8;
  font-size: 15px;
  line-height: 1.8;
}

.kuosou-scenario-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.kuosou-scenario-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 999px;
  background: linear-gradient(180deg, #fbfbff 0%, #f4f6fb 100%);
  color: #8894a9;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.kuosou-scenario-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  color: #5d708f;
  font-size: 16px;
  line-height: 1.5;
}

.kuosou-scenario-foot i {
  color: #b7c1d6;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
}

.kuosou-scenario-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(231, 236, 246, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(37, 58, 94, 0.06);
}

.kuosou-scenario-action-primary,
.kuosou-scenario-action-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 252px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kuosou-scenario-action-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9a35 0%, #ff742f 100%);
  box-shadow: 0 16px 28px rgba(255, 132, 58, 0.24);
}

.kuosou-scenario-action-secondary {
  color: #5c6e8c;
  border: 1px solid rgba(212, 220, 235, 0.96);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(37, 58, 94, 0.05);
}

.kuosou-scenario-action-primary:hover,
.kuosou-scenario-action-secondary:hover {
  transform: translateY(-2px);
}

.kuosou-scenario-action-primary span,
.kuosou-scenario-action-secondary span {
  margin-left: 10px;
  font-size: 22px;
  line-height: 1;
}

.kuosou-geo-ai-section {
  position: relative;
  padding: 46px 24px 44px;
  overflow: hidden;
  background: transparent;
}

.kuosou-geo-ai-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 116px;
  width: min(1700px, calc(100vw - 40px));
  height: 96px;
  border-top: 1px solid rgba(246, 184, 125, 0.12);
  border-radius: 50% / 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.kuosou-geo-ai-head,
.kuosou-conversion-head {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin: 0 auto 34px;
  text-align: center;
}

.kuosou-geo-ai-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 178, 124, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
  color: #ff7b34;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.kuosou-geo-ai-head h2,
.kuosou-conversion-head h2 {
  margin: 0;
  color: #253a5e;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.kuosou-geo-ai-head p,
.kuosou-conversion-head p {
  max-width: 900px;
  margin: 16px auto 0;
  color: #7b8da9;
  font-size: 20px;
  line-height: 1.8;
}

.kuosou-geo-ai-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 18px;
  align-items: stretch;
}

.kuosou-geo-ai-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.kuosou-geo-ai-capability,
.kuosou-geo-ai-resource,
.kuosou-geo-ai-console {
  border: 1px solid rgba(231, 236, 246, 0.96);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 252, 255, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(37, 58, 94, 0.08);
}

.kuosou-geo-ai-capability {
  min-height: 176px;
  padding: 22px 22px 20px;
  border-radius: 22px;
}

.kuosou-geo-ai-capability span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 192, 150, 0.74);
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf6 0%, #fff2e8 100%);
  color: #ff7b34;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.kuosou-geo-ai-capability:nth-child(2n) span {
  border-color: rgba(144, 178, 255, 0.54);
  background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
  color: #3f7dff;
}

.kuosou-geo-ai-capability h3 {
  margin: 0 0 10px;
  color: #253a5e;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.kuosou-geo-ai-capability p {
  margin: 0;
  color: #7f8fa8;
  font-size: 15px;
  line-height: 1.75;
}

.kuosou-geo-ai-resource {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
}

.kuosou-geo-ai-resource-col strong {
  display: block;
  margin-bottom: 14px;
  color: #253a5e;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.kuosou-geo-ai-resource-col ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kuosou-geo-ai-resource-col li {
  position: relative;
  padding-left: 18px;
  color: #7f8fa8;
  font-size: 14px;
  line-height: 1.7;
}

.kuosou-geo-ai-resource-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9a35, #ff742f);
}

.kuosou-geo-ai-console {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  padding: 24px;
  border-radius: 26px;
  box-sizing: border-box;
}

.kuosou-geo-ai-console::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 151, 70, 0.18), transparent 68%);
  pointer-events: none;
}

.kuosou-geo-console-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.kuosou-geo-console-head span {
  display: block;
  margin-bottom: 8px;
  color: #8d96ab;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.kuosou-geo-console-head strong {
  display: block;
  color: #253a5e;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.kuosou-geo-console-head i {
  display: block;
  flex: 0 0 76px;
  height: 18px;
  border: 1px solid rgba(231, 236, 246, 0.9);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12px 50%, #ff8d40 0 4px, transparent 4.5px),
    radial-gradient(circle at 34px 50%, #f0c44f 0 4px, transparent 4.5px),
    radial-gradient(circle at 56px 50%, #49c978 0 4px, transparent 4.5px),
    linear-gradient(180deg, #f7f9ff 0%, #f2f5fc 100%);
}

.kuosou-geo-flow {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: repeat(5, minmax(72px, 1fr));
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.kuosou-geo-flow-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 7px 12px;
  align-content: center;
  align-items: center;
  height: 100%;
  min-height: 78px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(233, 238, 247, 0.96);
  background: transparent;
}

.kuosou-geo-flow-row:last-child {
  border-bottom: 0;
}

.kuosou-geo-flow-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
  color: #ff7b34;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.kuosou-geo-flow-row:nth-child(even) b {
  background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
  color: #3f7dff;
}

.kuosou-geo-flow-row span {
  display: block;
  color: #253a5e;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

.kuosou-geo-flow-row em {
  display: block;
  grid-column: 2;
  color: #7f8fa8;
  font-size: 12px;
  line-height: 1.45;
  font-style: normal;
}

.kuosou-geo-console-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.kuosou-geo-console-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(233, 238, 247, 0.96);
  border-radius: 999px;
  background: linear-gradient(180deg, #fbfbff 0%, #f4f6fb 100%);
  color: #8894a9;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.kuosou-geo-console-note {
  display: none;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 192, 150, 0.36);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffaf6 0%, #fff4ed 100%);
  color: #8b6b55;
  font-size: 13px;
  line-height: 1.7;
}

.section {
  padding: 70px 24px;
}

.section-shell {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-alt { background: var(--surface-alt); }

.value-strip {
  padding-top: 24px;
  padding-bottom: 24px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  position: relative;
}

.value-grid::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 2px;
  background: rgba(37, 99, 235, 0.35);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}

.value-item {
  text-align: center;
  padding: 10px 12px;
  position: relative;
}

.value-item::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: var(--line);
}

.value-item:last-child::after {
  display: none;
}

.value-num {
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-strong);
  letter-spacing: 0.01em;
}

.value-label {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}

.section-media {
  position: relative;
  color: #e2e8f0;
  overflow: hidden;
}

.section-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: heroPan 24s ease-in-out infinite;
}

.section-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 30, 0.68);
  z-index: 0;
}

.section-visual {
  position: relative;
  overflow: hidden;
}

.section-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: heroPan 26s ease-in-out infinite;
}

.section-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 247, 251, 0.92);
  z-index: 0;
}

.section-solutions::before {
  background-image: url("../images/front/solutions-bg.jpg");
}

.section-head h2,
.section-head h1 {
  font-size: clamp(26px, 4vw, 36px);
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.section-head p {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}

.section-media .section-head h2,
.section-media .section-head h1 {
  color: #f8fafc;
}

.section-media .section-head p {
  color: rgba(226, 232, 240, 0.8);
}

.section-media .section-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.intro-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
}

.intro-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--line);
  min-height: 140px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.section-media .card,
.section-media .process-card {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(226, 232, 240, 0.8);
  color: var(--ink);
}

.card-title { font-weight: 700; margin-bottom: 8px; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.module-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  border-radius: 20px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 126, 42, 0.16);
  min-height: 176px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.module-card::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(255, 126, 42, 0.08);
}

.module-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #fff2e8;
  color: var(--accent);
  font-size: 17px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 126, 42, 0.18);
}

.module-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--ink);
}

.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.module-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.template-section { margin-top: 40px; }
.template-head h3 { margin: 0 0 8px; }

.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.template-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.template-card {
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 360px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.template-cover {
  height: 160px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.template-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.template-card:hover .template-cover img {
  transform: scale(1.04);
}

.template-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.0) 30%, rgba(15, 23, 42, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.template-card:hover .template-cover-overlay {
  opacity: 1;
}

.template-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  background: rgba(37, 99, 235, 0.9);
  z-index: 2;
}

.template-cover-placeholder {
  color: var(--muted);
  font-size: 14px;
}

.template-body {
  padding: 18px;
  display: grid;
  gap: 10px;
}
.template-title { font-weight: 700; }
.template-summary {
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template-price { color: var(--accent-strong); font-weight: 700; }

.front-other-business {
  margin-top: 26px;
}

.front-other-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}

.front-other-business .marketing-grid {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 12px;
}

.front-other-business .marketing-card {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  font-size: 13px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.front-other-business .mc-title {
  font-weight: 600;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.front-other-business .mc-desc {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.front-other-business .mc-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  margin-top: auto;
}

.front-other-business .mc-action {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #2c7be5;
  background: #2c7be5;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

.front-other-business .mc-action--disabled {
  border-color: #cbd5f5;
  background: #cbd5f5;
  cursor: not-allowed;
}

@media (max-width: 1100px) {
  .front-other-business .marketing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .front-other-business .marketing-grid {
    grid-template-columns: 1fr;
  }
  .front-other-business .marketing-card {
    padding: 12px 14px;
  }
  .front-other-business .mc-desc {
    -webkit-line-clamp: 4;
  }
  .front-other-business .mc-action {
    padding: 6px 14px;
    font-size: 13px;
  }
}
.template-empty { color: var(--muted); }

.template-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
}

.template-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent-strong);
}

.template-footer {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.process-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.process-card ol {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.news-hub-section {
  padding: 30px 0 20px;
  min-height: 400px;
  background: transparent !important;
  font-family: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.news-hub-wrap {
  width: min(1320px, calc(100vw - 48px));
  max-width: none;
  display: grid;
  gap: 12px;
}

.news-hub-header {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-right: 2px;
}

.news-hub-tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-left: 14px;
  height: 100%;
}

.news-hub-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 30px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ff8d2e 0%, #ff5f25 100%);
  box-shadow: 0 4px 12px rgba(255, 106, 35, 0.24);
}

.news-hub-tab {
  position: relative;
  border: 0;
  background: transparent;
  color: #2a2a2a;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease;
}

.news-hub-tab.is-active {
  color: #111111;
}

.news-hub-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #ff6d1c;
}

.news-hub-more {
  color: #ff6d1c;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.25s ease, color 0.25s ease;
}

.news-hub-more:hover {
  color: #ff5210;
  transform: translateX(2px);
}

.news-hub-card {
  display: grid;
  grid-template-columns: 350px 370px 1fr;
  gap: 26px;
  min-height: 284px;
  padding: 14px 14px 16px;
  border: 1px solid #f0f0f0;
  background: #f7f7f7;
  overflow: hidden;
}

.news-hub-card::before {
  content: none;
}

.news-hub-banner,
.news-hub-featured,
.news-hub-list-panel {
  min-width: 0;
}

.news-hub-banner {
  position: relative;
  height: 254px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #ffffff;
}

.news-hub-slides {
  display: flex;
  height: 100%;
  transition: transform 0.6s cubic-bezier(.22, .61, .36, 1);
}

.news-hub-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #fafafa 0%, #f2f2f2 100%);
}

.news-hub-slide-thumb {
  display: block;
  background: #f4f6fb;
  color: #ffffff;
  text-decoration: none;
}

.news-hub-thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f4f6fb;
}

.news-hub-banner-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(83, 83, 83, 0.92) 0%, rgba(117, 117, 117, 0.9) 100%);
}

.news-hub-banner-caption {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.news-hub-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.news-hub-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.news-hub-dot.is-active {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.news-hub-featured {
  padding: 4px 0 0;
}

.news-hub-featured-sub {
  display: none;
}

.news-hub-featured-title {
  margin: 4px 0 18px;
  color: #111111;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hub-featured-title a,
.news-hub-featured-desc a {
  color: inherit;
  text-decoration: none;
}

.news-hub-featured-desc {
  min-height: 122px;
  margin: 0 0 18px;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}

.news-hub-featured-desc a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hub-featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-hub-meta-chip {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  background: #ffffff;
  color: #888888;
  font-size: 12px;
  border: 1px solid #ececec;
}

.news-hub-meta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  background: #ff781f;
  box-shadow: none;
}

.news-hub-list-panel {
  padding: 2px 0 0 4px;
}

.news-hub-list {
  display: grid;
  gap: 0;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-hub-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  min-height: 30px;
  padding-left: 14px;
}

.news-hub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a2b, #ff6221);
}

.news-hub-list a {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.25s ease, transform 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hub-list a:hover,
.news-hub-featured-title a:hover,
.news-hub-featured-desc a:hover {
  color: #ff6522;
}

.news-hub-list a:hover {
  transform: translateX(2px);
}

.news-hub-list time {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
  color: #9a9a9a;
  font-size: 12px;
  white-space: nowrap;
}

.academy-empty {
  color: var(--muted);
}

.capability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  margin-top: 32px;
}

.capability-main {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 32px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.capability-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='%23d7e0ea' stroke-width='1' opacity='0.4'><path d='M0 40h160'/><path d='M0 80h160'/><path d='M0 120h160'/><path d='M40 0v160'/><path d='M80 0v160'/><path d='M120 0v160'/></g></svg>");
  opacity: 0.35;
}

.capability-main > * {
  position: relative;
  z-index: 1;
}

.capability-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--accent-strong);
  background: rgba(37, 99, 235, 0.1);
  margin-bottom: 12px;
}

.capability-main h3 {
  margin: 0 0 12px;
}

.capability-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.capability-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.capability-meta-item {
  display: grid;
  gap: 6px;
}

.capability-meta-label {
  font-size: 12px;
  color: var(--muted);
}

.capability-meta-value {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}

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

.capability-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  position: relative;
  display: grid;
  gap: 6px;
}

.capability-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  background: rgba(37, 99, 235, 0.08);
  margin-bottom: 10px;
  position: relative;
}

.capability-icon::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(37, 99, 235, 0.6);
  border-radius: 4px;
}

.capability-card-title {
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 8px;
}

.capability-card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.site-footer {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 91, 72, 0.14), transparent 26%),
    linear-gradient(135deg, #11131a 0%, #090b10 100%);
  color: #f4f6fb;
}

.site-footer a {
  color: rgba(244, 246, 251, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #ff7045;
}

.footer-simple {
  display: grid;
  grid-template-columns: 1.15fr .78fr .82fr .9fr 1.25fr;
  gap: 34px;
  align-items: start;
  padding: 64px 0 48px;
}

.footer-simple-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.footer-simple-brand p {
  max-width: 240px;
  margin: 12px 0 0;
  color: rgba(233, 238, 248, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.footer-simple .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 150px;
  height: 54px;
  padding: 0;
  overflow: hidden;
}

.footer-simple .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footer-simple .footer-logo.has-text {
  width: max-content;
  overflow: visible;
}

.footer-simple .footer-logo-mark {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff855d 0%, #ff3d55 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 20px 38px rgba(255, 70, 76, 0.2);
}

.footer-simple .footer-logo strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
}

.footer-simple .footer-logo em {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.42em;
}

.footer-simple h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.footer-simple-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer-simple-links a,
.footer-simple-contact p {
  margin: 0;
  color: rgba(233, 238, 248, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.footer-simple-links a:hover {
  transform: translateX(3px);
}

.footer-simple-contact p {
  margin: 0 0 10px;
}

.footer-simple-contact strong {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.footer-simple-qr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 34px;
}

.footer-qr-mini {
  min-width: 0;
  width: 132px;
  padding: 0;
  text-align: center;
}

.footer-qr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.footer-qr-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.footer-qr-mini p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.72;
  text-align: center;
}

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

.footer-qr-mini strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

.site-footer .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  color: rgba(233, 238, 248, 0.58);
  font-size: 13px;
}

.footer-bottom-inner p {
  margin: 0;
}

.footer-record-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.footer-record-links a,
.footer-record-links span {
  color: rgba(244, 246, 251, 0.58);
}

.footer-record-links a:hover {
  color: #ff7045;
}

.post-list {
  display: grid;
  gap: 20px;
}

.post-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  display: grid;
  gap: 8px;
}

.post-card h2 { margin: 0; font-size: 20px; }
.post-card p { margin: 0; color: var(--muted); }
.post-meta { font-size: 12px; color: var(--muted); }
.post-empty { color: var(--muted); }

.post-hero { padding: 120px 24px 20px; }
.post-content {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 30px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  line-height: 1.75;
}

.post-content img { max-width: 100%; height: auto; }

.front-pager {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.front-pager.front-pager-center {
  justify-content: center;
}

.pager-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.pager-btn.is-active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.pager-btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.metric-num {
  font-variant-numeric: tabular-nums;
}

.front-logout-form { margin: 0; }

@media (max-width: 1024px) {
  .front-topbar { flex-wrap: nowrap; }
  .front-nav { order: 0; width: auto; justify-content: flex-start; }
  .front-nav-list { flex-wrap: wrap; }
}

@media (max-width: 860px) {
  .front-nav { display: none; width: 100%; }
  .front-nav.is-open { display: block; }
  .front-nav-list { flex-direction: column; align-items: flex-start; gap: 10px; }
  .front-nav-dropdown { position: static; opacity: 1; transform: none; box-shadow: none; padding: 0; }
  .front-nav-toggle { display: inline-flex; }
  .front-actions { margin-left: auto; }
  .hero { padding-top: 110px; }
}

@media (max-width: 600px) {
  .front-topbar { padding: 12px 16px; }
  .hero { min-height: 460px; }
  .section { padding: 60px 16px; }
  .post-content { padding: 20px; }
}


.card, .module-card, .intro-card, .process-card, .template-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover, .module-card:hover, .intro-card:hover, .process-card:hover, .template-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  border-color: rgba(37, 99, 235, 0.35);
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-right {
    justify-content: flex-start;
  }
  .hero-panel {
    width: 100%;
  }
  .capability-layout {
    grid-template-columns: 1fr;
  }
  .capability-cards {
    grid-template-columns: 1fr;
  }
  .capability-meta {
    grid-template-columns: 1fr;
  }
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .value-item::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }
  .hero-pill {
    font-size: 11px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes heroPan {
  0% { transform: scale(1) translateX(0); }
  50% { transform: scale(1.04) translateX(-1.5%); }
  100% { transform: scale(1) translateX(0); }
}

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

@keyframes panelFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes panelCard {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-pill,
  .kuosou-proof-case-result strong::after {
    animation: none !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
