
.prod-why-text-sub {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--theme-color2, #3465df);
  background: rgba(52,101,223,.1);
  border: 1px solid rgba(52,101,223,.35);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.sol-module-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-color2, #3465df);
  background: rgba(52,101,223,.08);
  border: 1px solid rgba(52,101,223,.2);
  border-radius: 100px;
  padding: 4px 12px;
  margin: 0 6px 6px 0;
}

/* Scenario row (about-section-ten): full-width image column */
.sol-sc-row { align-items: center; }
.sol-sc-row .image-column .inner-column { margin-right: 0 !important; }
.sol-sc-row .image-column .image-2 { width: 100% !important; max-width: 100%; }
.sol-sc-row--no-frame .image-column .icon-dots-3 { display: none !important; }
.sol-sc-row--no-frame .image-column .image-2::before { display: none !important; }
.sol-sc-row--cover-img .image-column .image-2 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.sol-sc-img-flip .image-2:before { left: auto; right: -60px; }
.sol-sc-img-flip .icon-dots-3 { right: auto; left: 0; }

@media (max-width: 991px) {
  .sol-sc-row--mob-img-first .image-column {
    order: 1 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 0;
  }
  .sol-sc-row--mob-img-first .content-column { order: 2 !important; }
  .sol-sc-row--mob-content-first .content-column { order: 1 !important; }
  .sol-sc-row--mob-content-first .image-column {
    order: 2 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 36px;
  }
  .sol-sc-row .image-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .sol-sc-img-flip .image-2:before,
  .sol-sc-img-flip .icon-dots-3 { display: none; }
}

@media (max-width: 767px) {
  .sol-sc-row .image-column { margin-bottom: 0; }
  .sol-sc-row--cover-img .image-column .image-2 img { height: 260px; }
}

/* Nav: light hero → dark text (scope: .sol-nav-light on .page-wrapper) */
.sol-nav-light .navigation > li > a { color: #0a1628 !important; }
.sol-nav-light .navigation > li > a:hover { color: #3465df !important; }
.sol-nav-light .dropdown-btn { color: #0a1628 !important; }
.sol-nav-light .outer-box .info-btn:hover,
.sol-nav-light .outer-box .info-btn:hover i { color: #3465df !important; }
.sol-nav-light .outer-box .mobile-nav-toggler { color: #0a1628 !important; }
.sol-nav-light .outer-box .search-btn {
  color: #0a1628 !important;
  border-right-color: rgba(10,22,40,0.12) !important;
}
.sol-nav-light .header-lower { border-bottom-color: rgba(10,22,40,0.10) !important; }
@media (max-width: 991.98px) {
  .sol-nav-light .header-lower { background-color: rgba(255,255,255,0.95) !important; }
}

.sol-nav-dark .main-header .header-lower .navigation > li > a { color: rgba(255,255,255,.9) !important; }
.sol-nav-dark .main-header .header-lower .navigation > li > a:hover { color: #fff !important; }
.sol-nav-dark .main-header .header-lower .dropdown-btn { color: rgba(255,255,255,.7) !important; }
.sol-nav-dark .main-header .header-lower .dropdown-btn i { color: rgba(255,255,255,.7) !important; }
.sol-nav-dark .main-header:not(.fixed-header) .outer-box .info-btn {
  color: rgba(255,255,255,.9) !important;
  border-color: rgba(255,255,255,.35) !important;
}
.sol-nav-dark .main-header:not(.fixed-header) .mobile-nav-toggler,
.sol-nav-dark .main-header:not(.fixed-header) .mobile-nav-toggler span { color: #fff !important; }
.sol-nav-dark .main-header:not(.fixed-header) .logo img { content: url('/assets/img/logo/logo-with-text.png'); }
.sol-nav-dark .main-header.fixed-header .navigation > li > a { color: #0a1628 !important; }
.sol-nav-dark .main-header.fixed-header .dropdown-btn { color: #0a1628 !important; border-color: rgba(10,22,40,.22) !important; }
.sol-nav-dark .main-header.fixed-header .dropdown-btn i { color: #0a1628 !important; }
.sol-nav-dark .main-header.fixed-header .mobile-nav-toggler,
.sol-nav-dark .main-header.fixed-header .mobile-nav-toggler span { color: #0a1628 !important; }
.sol-nav-dark .main-header.fixed-header { background: #fff !important; box-shadow: 0 2px 16px rgba(0,0,0,.08) !important; }


.ai-hero {
  position: relative;
  background: #f5f7ff;
  display: flex;
  align-items: center;
  padding: 120px 0 120px;
  overflow: hidden;
}
.ai-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.ai-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}
.ai-blob.is-purple {
  width: 560px;
  height: 480px;
  background: radial-gradient(circle, rgba(168,85,247,0.20) 0%, rgba(236,72,153,0.13) 45%, transparent 70%);
  bottom: -120px;
  left: -60px;
}
.ai-blob.is-blue {
  width: 360px;
  height: 280px;
  background: radial-gradient(circle, rgba(52,101,223,0.10) 0%, transparent 70%);
  top: 20px;
  right: 60px;
}
.ai-hero .auto-container { position: relative; z-index: 1; }
.ai-tag {
  display: inline-block;
  background: rgba(52,101,223,0.10);
  color: #3465df;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 24px;
  border: 1px solid rgba(52,101,223,0.20);
  margin-bottom: 24px;
}
.ai-hero .hl-blue { color: #3465df; font-style: normal; }
.ai-hero .hl-red  { color: #e53935; font-style: normal; }

.ai-monitor {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 48px rgba(52,101,223,0.11), 0 2px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  margin-bottom: 18px;
}
.ai-monitor-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  background: #fafbff;
  border-bottom: 1px solid #eef0f8;
}
.win-dots { display: flex; gap: 6px; flex-shrink: 0; }
.win-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
}
.win-dot.is-red    { background: #ff5f57; }
.win-dot.is-yellow { background: #febc2e; }
.win-dot.is-green  { background: #28c840; }
.ai-monitor-bar .bar-title {
  font-size: 12px;
  font-weight: 600;
  color: #7a8a9e;
  letter-spacing: 0.02em;
}
.ai-monitor-body {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 18px;
}
.ai-monitor-body > div[id] {
  flex: 1;
  height: 130px;
  min-width: 0;
}
.ai-monitor-body > div[id] + div[id] {
  border-left: 1px solid #eef0f8;
  margin-left: 8px;
  padding-left: 8px;
}
.ai-metrics {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 96px;
  flex-shrink: 0;
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #eef0f8;
}
.ai-metrics > div { text-align: center; }
.ai-metrics > div + div {
  border-top: 1px solid #eef0f8;
  margin-top: 2px;
  padding-top: 2px;
}
.ai-metrics dt {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2px;
}
.ai-metrics dt.is-green { color: #22c55e; }
.ai-metrics dt.is-blue  { color: #3465df; }
.ai-metrics dd {
  font-size: 10px;
  color: #9aa5b4;
  line-height: 1.3;
  margin: 0;
}

.ai-hero-foot {
  position: relative;
  height: 210px;
}
.ai-logos {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  right: 190px;
  background-image:
    linear-gradient(rgba(52,101,223,0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52,101,223,0.14) 1px, transparent 1px);
  background-size: 25% 33.33%;
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at 38% 50%, black 35%, transparent 100%);
  mask-image: radial-gradient(ellipse 85% 85% at 38% 50%, black 35%, transparent 100%);
}
.ai-logo {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(0,0,0,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.13);
  transform: translate(-50%, -50%);
  user-select: none;
}
.ai-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.float-1 { animation: ai-float-1 5.2s ease-in-out infinite; }
.float-2 { animation: ai-float-2 6.4s ease-in-out infinite; }
.float-3 { animation: ai-float-3 5.8s ease-in-out infinite 0.6s; }
.float-4 { animation: ai-float-4 7.1s ease-in-out infinite 0.3s; }
.float-5 { animation: ai-float-5 4.9s ease-in-out infinite 1s; }

@keyframes ai-float-1 {
  0%,100% { transform: translate(-50%,-50%) translateY(0); }
  50%     { transform: translate(-50%,-50%) translateY(-10px); }
}
@keyframes ai-float-2 {
  0%,100% { transform: translate(-50%,-50%) translateY(0) translateX(0); }
  40%     { transform: translate(-50%,-50%) translateY(-9px) translateX(5px); }
  75%     { transform: translate(-50%,-50%) translateY(6px) translateX(-4px); }
}
@keyframes ai-float-3 {
  0%,100% { transform: translate(-50%,-50%) translateY(0); }
  55%     { transform: translate(-50%,-50%) translateY(11px); }
}
@keyframes ai-float-4 {
  0%,100% { transform: translate(-50%,-50%) translateY(0) translateX(0); }
  40%     { transform: translate(-50%,-50%) translateY(-7px) translateX(-6px); }
}
@keyframes ai-float-5 {
  0%,100% { transform: translate(-50%,-50%) translateY(0); }
  50%     { transform: translate(-50%,-50%) translateY(-12px) translateX(4px); }
}

.ai-risk {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 178px;
  background: #1a2844;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 36px rgba(26,40,68,0.28);
}
.risk-hd {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #e53935;
  flex-shrink: 0;
  animation: ai-pulse-dot 1.6s ease-in-out infinite;
}
@keyframes ai-pulse-dot {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.35; }
}
.risk-val {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
.risk-note {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  line-height: 1.45;
  margin-bottom: 12px;
}
.ai-risk .tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.ai-risk .tags span {
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(52,101,223,0.28);
  color: #7ca3f5;
  letter-spacing: 0.04em;
}

.ai-threats {
  max-width: 900px;
  margin: 20px auto 0;
}
.ai-threats .row { padding: 40px 0; }
.ai-threats .idx {
  font-size: 80px;
  font-weight: 900;
  color: rgba(52, 101, 223, 0.08);
  line-height: 1;
  min-width: 110px;
  text-align: right;
  padding-right: 28px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -4px;
}
.ai-threats .tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #3465df;
  font-weight: 700;
  margin-bottom: 8px;
}
.ai-threats h3 { margin-bottom: 10px; }
.ai-threats p { max-width: 560px; margin: 0; }
.ai-threats .side-icon {
  font-size: 52px;
  color: rgba(52, 101, 223, 0.1);
  padding-left: 20px;
}
.ai-threats hr {
  border: none;
  border-top: 1px solid #e8ecf2;
  margin: 0;
}

.ai-cmp-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dde3ee;
  margin-top: 40px;
}
.ai-cmp-table table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
}
.ai-cmp-table thead { background: #f0f4fa; }
.ai-cmp-table th,
.ai-cmp-table td {
  padding: 14px 12px;
  border-top: 1px solid #e8ecf2;
  vertical-align: middle;
}
.ai-cmp-table thead th {
  border-top: none;
  color: #333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.ai-cmp-table thead th:first-child { background: #f0f4fa; }
.ai-cmp-table thead th:last-child {
  background: #eef3ff;
  color: #3465df;
}
.ai-cmp-table tbody th {
  padding: 14px 20px;
  color: #333;
  font-weight: 500;
  background: #f8fafd;
  width: 42%;
}
.ai-cmp-table tbody td {
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  color: #d32f2f;
}
.ai-cmp-table tbody td:last-child {
  background: #eef3ff;
  color: #1a9c3e;
}
.ai-cmp-table tbody td.ct-yes { color: #1a9c3e; }
.ai-cmp-table tbody td.ct-warn {
  color: #f0a500;
  font-size: 13px;
  font-weight: 700;
}
.ai-cmp-table tbody tr:nth-child(even) th { background: #f0f4fa; }
.ai-cmp-table tbody tr:nth-child(even) td { background: #fafbff; }
.ai-cmp-table tbody tr:nth-child(even) td:last-child { background: #e8eeff; }
.ai-cmp-table + p {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  font-style: italic;
}

.layer-card {
  background: #ffffff;
  padding: 32px;
  height: 100%;
  border: 1px solid #e8edf6;
  border-top: 3px solid transparent;
  transition: box-shadow 0.25s, transform 0.25s;
}
.layer-card:hover {
  box-shadow: 0 14px 44px rgba(52,101,223,0.10);
  transform: translateY(-3px);
}
.layer-card.t-blue {
  border-top-color: #3465df;
  background-image: url(/assets/img/solutions/ai-training-data-security/s4-bg-encryption.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 52% auto;
}
.layer-card.t-green {
  border-top-color: #22c55e;
  background-image: url(/assets/img/solutions/ai-training-data-security/s4-bg-access-control.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 52% auto;
}
.layer-card.t-orange {
  border-top-color: #f59e0b;
  background-image: url(/assets/img/solutions/ai-training-data-security/s4-bg-channel-control.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 52% auto;
}
.layer-card.t-purple {
  border-top-color: #7c3aed;
  background-image: url(/assets/img/solutions/ai-training-data-security/s4-bg-watermark.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 52% auto;
}
.layer-card .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.layer-card .ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.layer-card.t-blue   .ico { background: rgba(52,101,223,0.10); color: #3465df; }
.layer-card.t-green  .ico { background: rgba(34,197,94,0.10);  color: #22c55e; }
.layer-card.t-orange .ico { background: rgba(245,158,11,0.10); color: #f59e0b; }
.layer-card.t-purple .ico { background: rgba(124,58,237,0.10); color: #7c3aed; }
.layer-card .idx {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
}
.layer-card.t-blue   .idx { color: rgba(52,101,223,0.10); }
.layer-card.t-green  .idx { color: rgba(34,197,94,0.12); }
.layer-card.t-orange .idx { color: rgba(245,158,11,0.12); }
.layer-card.t-purple .idx { color: rgba(124,58,237,0.10); }
.layer-card > .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 10px;
}
.layer-card.t-blue   > .label { color: #3465df; }
.layer-card.t-green  > .label { color: #22c55e; }
.layer-card.t-orange > .label { color: #f59e0b; }
.layer-card.t-purple > .label { color: #7c3aed; }
.layer-card h3 { margin-bottom: 12px; }
.layer-card p { margin-bottom: 18px; }
.layer-card p code {
  background: #f0f4fa;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 12px;
  color: #3465df;
}
.layer-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.layer-card ul li {
  font-size: 13px;
  color: #4a5a74;
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #f0f4fa;
  line-height: 1.55;
}
.layer-card ul li:last-child { border-bottom: none; }
.layer-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 12px;
}
.layer-card.t-blue   ul li::before { color: #3465df; }
.layer-card.t-green  ul li::before { color: #22c55e; }
.layer-card.t-orange ul li::before { color: #f59e0b; }
.layer-card.t-purple ul li::before { color: #7c3aed; }
.layer-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-pipeline {
  position: relative;
  overflow: hidden;
}
.pipe-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}
.pipe-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.step-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d4e0f8;
  box-shadow: 0 4px 18px rgba(52,101,223,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pipe-step:hover .step-ico {
  background: #eef3ff;
  border-color: #3465df;
  box-shadow: 0 6px 24px rgba(52,101,223,0.18);
}
.step-ico i { font-size: 24px; color: #3465df; }
.pipe-step .name {
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 10px;
}
.step-tags { display: flex; flex-direction: column; gap: 4px; }
.step-tags span {
  font-size: 11px;
  font-weight: 600;
  color: #3465df;
  background: #ffffff;
  border: 1px solid #d4e0f8;
  padding: 2px 8px;
  border-radius: 10px;
  line-height: 1.5;
}
.pipe-step::after {
  content: '';
  position: absolute;
  top: 31px;
  left: calc(50% + 32px);
  width: calc(100% - 64px);
  height: 1px;
  background: linear-gradient(90deg, #c0d0f0, #d8e4f8);
  z-index: 1;
}
.pipe-step:last-child::after { display: none; }

.ai-reg {
  border: 1px solid #dde3ee;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
}
.reg-item {
  padding: 22px 28px;
  transition: background 0.18s;
  margin: 0;
}
.reg-item + .reg-item { border-top: 1px solid #e8ecf2; }
.reg-item:nth-child(even) { background: #f8fafd; }
.reg-item:hover { background: #eef3ff; }
.ai-reg img {
  height: 44px;
  width: auto;
  max-width: 140px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.reg-item > .col-lg-3 {
  font-weight: 700;
  color: #1a2844;
  padding: 0 20px;
}
.reg-item > .col:last-child { color: #555; }

@media (max-width: 991px) {
  .ai-hero { padding: 120px 0 60px; min-height: auto; }
  .ai-hero-foot { height: auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .ai-logos { position: relative; right: unset; width: 100%; height: 180px; -webkit-mask-image: none; mask-image: none; }
  .ai-risk { position: relative; top: unset; transform: none; right: unset; width: 100%; max-width: 320px; margin: 0 auto; }
  .ai-cmp-table table { min-width: 580px; }
  .pipe-track { flex-direction: column; align-items: center; gap: 30px; }
  .pipe-step { width: 100%; max-width: 320px; flex-direction: row; text-align: left; gap: 16px; padding: 0; }
  .pipe-step::after { display: none; }
  .step-ico { flex-shrink: 0; margin-bottom: 0; }
  .step-tags { flex-direction: row; flex-wrap: wrap; }
  .reg-item > .col-lg-3 { padding: 6px 0; }
}

@media (max-width: 767px) {
  .ai-threats .idx { font-size: 52px; min-width: 72px; padding-right: 16px; }
  .ai-monitor-body { flex-direction: row; flex-wrap: wrap; padding: 12px 14px; }
  .ai-monitor-body > div[id] {
    flex: 0 0 50%;
    width: 50%;
    height: 90px;
  }
  .ai-monitor-body > div[id] + div[id] {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .ai-metrics {
    width: 100%; flex: none;
    flex-direction: row !important;
    justify-content: space-around;
    min-width: unset; gap: 0;
    border-top: 1px solid #eef0f8;
    border-left: none;
    padding-top: 8px; margin-top: 4px;
    padding-left: 0;
  }
  .ai-metrics > div + div {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .ai-cmp-table tbody th { font-size: 13px; padding: 12px 14px; }
  .ai-cmp-table thead th { font-size: 12px; padding: 12px 8px; }
  .ai-cmp-table tbody td { font-size: 15px; padding: 12px 8px; }
  .reg-item { padding: 16px; }
  .reg-item > .col:last-child { margin-top: 6px; }
  .ai-reg img { height: 36px; max-width: 120px; }
}

@media (max-width: 575px) {
  .ai-hero { padding: 100px 0 50px; }
  .ai-threats .idx { font-size: 40px; min-width: 56px; letter-spacing: -2px; }
}

.gs-hero-section {
  position: relative;
  overflow: hidden;
  padding: 168px 0 0;
  background: linear-gradient(140deg, #05101f 0%, #0c1e3a 60%, #071428 100%);
}

.gs-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .18;
  z-index: 0;
}

.gs-hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}

.gs-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(52,101,223,.15);
  color: #7ba4ff;
  border: 1px solid rgba(52,101,223,.3);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.gs-hero-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: gs-pulse 2s ease-in-out infinite;
}

@keyframes gs-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(.7); }
}

.gs-h1-accent { color: #7ba4ff; }
.gs-h1-danger { color: #ff6b6b; }

/* KPI row pinned at bottom of hero */
.gs-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(5,14,28,.55);
  backdrop-filter: blur(10px);
}

.gs-kpi-box {
  padding: 28px 32px;
  border-right: 1px solid rgba(255,255,255,.07);
}

.gs-kpi-box:last-child { border-right: none; }

.gs-kpi-num {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.gs-kpi-box:nth-child(2) .gs-kpi-num { color: #7ba4ff; }
.gs-kpi-box:nth-child(3) .gs-kpi-num { color: #4ade80; }
.gs-kpi-box:nth-child(4) .gs-kpi-num { color: #fbbf24; }

.gs-kpi-label {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  line-height: 1.4;
}

/* ════════════════════════════════════════════════════════════════
   S1 · HERO v2 — Stage glow + Card fan (Hoorobes-inspired)
════════════════════════════════════════════════════════════════ */

/* Dot grid overlay (replaces photographic bg) */
.gs-hero-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(52,101,223,.14) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

/* Centered hero text tweaks */
.gs-hero-v2 .gs-hero-inner   { padding-bottom: 52px; }
.gs-hero-v2 .gs-hero-inner h1 { max-width: 860px; }
.gs-hero-v2 .gs-hero-inner p  { max-width: 620px; }

/* Fan wrapper — gives space for translated outer cards + arc glow */
.gs-fan-wrap {
  position: relative;
  padding-bottom: 94px;
}

/* Stage glow: elliptical blue radial from bottom-center */
.gs-hero-arc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1160px;
  height: 360px;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(52,101,223,.56) 0%,
    rgba(52,101,223,.22) 28%,
    rgba(52,101,223,.06) 54%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
}

/* Card fan flex container */
.gs-fan {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}

/* Individual fan card */
.gs-fan-card {
  flex-shrink: 0;
  width: 192px;
  height: 258px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, #0d1e38 0%, #091220 100%);
  border: 1px solid rgba(52,101,223,.22);
  box-shadow:
    0 24px 72px rgba(0,0,0,.64),
    0 0 0 1px rgba(255,255,255,.04);
  transition:
    transform .32s cubic-bezier(.34,1.56,.64,1),
    box-shadow .28s;
  cursor: pointer;
}

.gs-fan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fan positional transforms — outer cards tilt + drop; center stays upright */
.gs-fan-card:nth-child(1) { transform: rotate(-22deg) translateY(88px); margin-right: -46px; z-index: 1; }
.gs-fan-card:nth-child(2) { transform: rotate(-11deg) translateY(38px); margin-right: -30px; z-index: 2; }
.gs-fan-card:nth-child(3) { transform: rotate(0deg)   translateY(0);    z-index: 5; }
.gs-fan-card:nth-child(4) { transform: rotate(11deg)  translateY(38px); margin-left:  -30px; z-index: 2; }
.gs-fan-card:nth-child(5) { transform: rotate(22deg)  translateY(88px); margin-left:  -46px; z-index: 1; }

/* Hover: lift and flatten any card */
.gs-fan-card:hover {
  transform: rotate(0deg) translateY(-18px) scale(1.06) !important;
  z-index: 10 !important;
  box-shadow:
    0 48px 96px rgba(0,0,0,.72),
    0 0 32px rgba(52,101,223,.32),
    0 0 0 1px rgba(52,101,223,.45);
}

/* Center card gets highlighted border */
.gs-fan-card--center {
  border-color: rgba(52,101,223,.5);
  box-shadow:
    0 36px 90px rgba(0,0,0,.70),
    0 0 28px rgba(52,101,223,.24),
    0 0 0 1px rgba(52,101,223,.28);
}

/* ── Card inner layout (position context for badge + footer) ── */
.gs-fan-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Status badge — upper-right (image's 留白 zone) */
.gs-fan-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 8px 4px 7px;
  border-radius: 5px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
  z-index: 2;
}

/* Game-matched badge colors — each complements the card image palette */
.gs-fan-card-badge--cyber    { background: rgba(109,40,217,.88); color: #fff; }  /* Cyberpunk — violet vs cyan neon */
.gs-fan-card-badge--survivor { background: rgba(154,52,18,.88);  color: #fff; }  /* TLOU II — rust vs forest green */
.gs-fan-card-badge--lore     { background: rgba(55,48,163,.88);  color: #fff; }  /* Elden Ring — indigo vs gold */
.gs-fan-card-badge--nordic   { background: rgba(180,83,9,.88);   color: #fff; }  /* God of War — amber vs ice blue */
.gs-fan-card-badge--urban    { background: rgba(185,28,28,.88);  color: #fff; }  /* GTA VI — crimson vs Miami teal */

.gs-fan-card-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: .85;
  flex-shrink: 0;
  animation: gs-pulse 2s ease-in-out infinite;
}

/* Bottom gradient footer */
.gs-fan-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.38) 55%,
    transparent 100%
  );
  padding: 36px 11px 11px;
  z-index: 2;
}

.gs-fan-card-game {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3px;
  text-shadow: 0 1px 6px rgba(0,0,0,.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gs-fan-card-label {
  font-size: 9px;
  color: rgba(255,255,255,.58);
  letter-spacing: .4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hero v2 background collage — slightly higher opacity than default .18 */
.gs-hero-v2 .gs-hero-bg {
  opacity: .24;
  background-position: center top;
}

/* Responsive fan adjustments */
@media (max-width: 1199px) {
  .gs-fan-card { width: 168px; height: 228px; }
  .gs-fan-card:nth-child(1) { margin-right: -38px; }
  .gs-fan-card:nth-child(5) { margin-left:  -38px; }
}

@media (max-width: 991px) {
  .gs-fan-card { width: 152px; height: 206px; border-radius: 12px; }
  .gs-fan-card:nth-child(1),
  .gs-fan-card:nth-child(5) { display: none; }
  .gs-fan-card:nth-child(2) { margin-right: -22px; }
  .gs-fan-card:nth-child(4) { margin-left:  -22px; }
  .gs-fan-wrap { padding-bottom: 70px; }
  .gs-fan-card-game { font-size: 10px; }
}

@media (max-width: 575px) {
  /* flat scroll handled by 767px block; just trim badge on very small phones */
  .gs-fan-card-badge { font-size: 7.5px; padding: 3px 6px; }
}

/* ════════════════════════════════════════════════════════════════
   S2 · THREAT — about-section-eight overrides
   (about-block-layout-h3 connector line and icon accent)
════════════════════════════════════════════════════════════════ */

/* Threat item title icon color */
.gs-threat-icon { color: var(--theme-color2, #3465df); font-size: 20px; flex-shrink: 0; }
.gs-threat-icon--danger { color: #ef4444; }
.gs-threat-icon--warn   { color: #f59e0b; }
.gs-threat-icon--blue   { color: #3465df; }


/* ════════════════════════════════════════════════════════════════
   S3 · THREE PILLARS (3-col editorial, no cards)
════════════════════════════════════════════════════════════════ */
.gs-pillar-row {
  border-top: 2px solid rgba(52,101,223,.1);
  padding-top: 48px;
}

.gs-pillar {
  padding: 0 40px 0 0;
}

.gs-pillar + .gs-pillar {
  border-left: 1px solid rgba(52,101,223,.1);
  padding-left: 40px;
  padding-right: 40px;
}

.gs-pillar:last-child { padding-right: 0; }

.gs-pillar-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
  color: var(--theme-color2, #3465df);
}

/* S8 studio coverage — icon + text, no card styling */
.gs-cover-icon { font-size: 38px; color: var(--theme-color2, #3465df); margin-bottom: 16px; display: block; }
.gs-cover-row { border-top: 2px solid rgba(52,101,223,.1); padding-top: 48px; }
.gs-cover-col { padding: 0 32px; }
.gs-cover-col + .gs-cover-col { border-left: 1px solid rgba(52,101,223,.1); }
/* Deployment scope — 2×2 at tablet: left border within row, top border between rows */
@media (max-width: 991px) {
  .gs-cover-col { padding: 0 16px; }
  .gs-cover-col + .gs-cover-col { border-left: none; border-top: none; }
  .gs-cover-col:nth-child(even) { border-left: 1px solid rgba(52,101,223,.1); }
  .gs-cover-col:nth-child(n+3)  { border-top: 1px solid rgba(52,101,223,.1); padding-top: 32px; margin-top: 32px; }
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  /* KPI + stat layout */
  .gs-kpi-row { grid-template-columns: repeat(2, 1fr); }
  /* Pillars: stack below lg (col-md-4 otherwise stays 3-up from 768px) */
  .gs-pillar-row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
  .gs-pillar { padding-right: 20px; }
  .gs-pillar + .gs-pillar { padding-left: 20px; padding-right: 20px; }
  .gs-pillar:last-child { padding-right: 0; }
}

@media (max-width: 767px) {
  /* — HERO — */
  .gs-hero-section { padding: 120px 0 0; }
  .gs-kpi-box { padding: 20px; }
  .gs-kpi-num { font-size: 26px; }
  /* — FAN CARDS: flat horizontal scroll — */
  .gs-fan-wrap { padding-bottom: 16px; }
  .gs-hero-arc { height: 130px; }
  .gs-fan {
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: visible;
    gap: 10px;
    padding: 8px 16px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .gs-fan-card {
    flex-shrink: 0;
    width: 128px !important;
    height: 172px !important;
    border-radius: 10px;
    transform: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    scroll-snap-align: start;
  }
  /* Re-enable all cards hidden by higher breakpoints */
  .gs-fan-card:nth-child(1),
  .gs-fan-card:nth-child(2),
  .gs-fan-card:nth-child(4),
  .gs-fan-card:nth-child(5) { display: block; }
  .gs-fan-card-footer { display: block; }

  /* — PILLARS: proper horizontal clearance when stacked — */
  .gs-pillar { padding: 0 12px !important; }
  .gs-pillar + .gs-pillar {
    border-left: none !important;
    border-top: 1px solid rgba(52,101,223,.1);
    padding: 32px 12px 0 !important;
    margin-top: 8px;
  }

  /* — IN PRACTICE: remove HUD decoration on mobile — */
  .gs-hud-wrap::before, .gs-hud-wrap::after { display: none; }

  /* — DEPLOYMENT SCOPE: single column with proper clearance — */
  .gs-cover-col { padding: 0 12px; }
  .gs-cover-col:nth-child(even) { border-left: none !important; }
  .gs-cover-col:nth-child(n+3)  { border-top: none; padding-top: 0; margin-top: 0; }
  .gs-cover-col + .gs-cover-col {
    border-left: none !important;
    border-top: 1px solid rgba(52,101,223,.1);
    padding: 28px 12px 0 !important;
    margin-top: 28px;
  }
}

@media (max-width: 575px) {
  .gs-kpi-row { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   GAMING AESTHETICS v2 — Scanlines · Glitch · HUD · Breach Log
════════════════════════════════════════════════════════════════ */


/* Glitch clip animation on H1 danger line */
@keyframes gs-glitch-clip {
  0%, 86%, 100% { clip-path: inset(100% 0 0 0); transform: none; }
  87%  { clip-path: inset(18% 0 62% 0); transform: translateX(-4px); }
  89%  { clip-path: inset(66% 0  8% 0); transform: translateX(4px); }
  91%  { clip-path: inset(38% 0 44% 0); transform: translateX(-3px); }
  93%  { clip-path: inset(78% 0  6% 0); transform: translateX(3px); }
}

.gs-h1-danger {
  position: relative;
  display: inline;
}

.gs-h1-danger::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #ff9090;
  clip-path: inset(100% 0 0 0);
  animation: gs-glitch-clip 8s ease-in-out infinite;
  pointer-events: none;
}

/* Neon glow on KPI numbers */
.gs-kpi-box:nth-child(1) .gs-kpi-num { text-shadow: 0 0 22px rgba(255,255,255,.28); }
.gs-kpi-box:nth-child(2) .gs-kpi-num { text-shadow: 0 0 22px rgba(123,164,255,.55); }
.gs-kpi-box:nth-child(3) .gs-kpi-num { text-shadow: 0 0 22px rgba(74,222,128,.55); }
.gs-kpi-box:nth-child(4) .gs-kpi-num { text-shadow: 0 0 22px rgba(251,191,36,.5); }

/* ════════════════════════════════════════════════════════════════
   BREACH INCIDENT LOG  (light gray section, game-color card accents)
════════════════════════════════════════════════════════════════ */
.gs-breach-section {
  background: #f4f5f8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle dot grid on light section */
.gs-breach-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(52,101,223,.09) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.gs-breach-section .sub-title    { color: #3465df !important; }

/* Individual breach card — white, game-color top accent, bg-image ready */
.gs-breach-card {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)),
    var(--gs-card-img, none);
  background-size: cover;
  background-position: top right;
  border: 1px solid rgba(0,0,0,.08);
  border-top: 3px solid var(--gs-sc, #dc2626);
  border-radius: 8px;
  padding: 26px 26px 22px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .28s;
}

.gs-breach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.06);
}

/* White-fade overlay — horizontal to guarantee full left-edge coverage */
.gs-breach-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,1)   0%,
    rgba(255,255,255,1)   50%,
    rgba(255,255,255,.85) 65%,
    rgba(255,255,255,.22) 82%,
    rgba(255,255,255,.00) 100%
  );
  pointer-events: none;
  z-index: 0;
}

/* Corner glow — game accent color bleeds from top-right */
.gs-breach-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(ellipse at top right,
    var(--gs-sc-glow, rgba(220,38,38,.07)), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

/* Ensure text content sits above the bg-image and overlays */
.gs-breach-card > * { position: relative; z-index: 1; }

/* Severity badge — darker text for readability on white card */
.gs-sev {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 13px;
  width: fit-content;
}

.gs-sev-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  animation: gs-pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

.gs-sev--critical { background: rgba(239,68,68,.08);  color: #b91c1c; border: 1px solid rgba(239,68,68,.22); }
.gs-sev--high     { background: rgba(251,191,36,.10); color: #b45309; border: 1px solid rgba(251,191,36,.28); }

/* Incident metadata */
.gs-breach-meta {
  font-family: 'Courier New', Courier, monospace;
  font-size: 9.5px;
  color: #9ca3af;
  letter-spacing: .5px;
  margin-bottom: 5px;
}

.gs-breach-card h6 {
  margin-bottom: 12px;
}


.gs-breach-stats {
  display: flex;
  gap: 18px;
  border-top: 1px solid rgba(0,0,0,.07);
  padding-top: 14px;
  margin-bottom: 14px;
}

.gs-breach-stat-item { flex: 1; }

.gs-breach-stat-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--gs-sc, #0a1628);
  line-height: 1;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.gs-breach-stat-num i { font-size: 13px; opacity: .75; }

.gs-breach-stat-lbl {
  font-size: 9.5px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.gs-breach-link {
  font-size: 11px;
  color: #3465df;
  text-decoration: none;
  letter-spacing: .2px;
  transition: color .2s;
}

.gs-breach-link:hover { color: #1e40af; text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════
   HUD CORNER BRACKETS — scenario image wrappers
════════════════════════════════════════════════════════════════ */
.gs-hud-wrap {
  position: relative;
}

.gs-hud-wrap::before,
.gs-hud-wrap::after {
  content: '';
  position: absolute;
  width: 22px; height: 22px;
  border-style: solid;
  border-color: rgba(52,101,223,.55);
  z-index: 10;
  pointer-events: none;
  transition: border-color .3s, width .3s, height .3s;
}

.gs-hud-wrap:hover::before,
.gs-hud-wrap:hover::after {
  border-color: rgba(52,101,223,.85);
  width: 28px; height: 28px;
}

.gs-hud-wrap::before { top: -6px;    left: -6px;    border-width: 2px 0 0 2px; }
.gs-hud-wrap::after  { bottom: -6px; right: -6px;   border-width: 0 2px 2px 0; }

@media (max-width: 991px) {
  .gs-breach-section { padding: 70px 0; }
}

@media (max-width: 767px) {
  .gs-breach-section { padding: 55px 0; }
  .gs-breach-card    { padding: 20px; }
}

/* ════════════════════════════════════════════════════════════════
   S2 · RISK LANDSCAPE  (alternating image + icon-box-style rows)
════════════════════════════════════════════════════════════════ */
.gs-risk-row { margin-bottom: 72px; }
.gs-risk-row:last-child { margin-bottom: 0; }

.gs-risk-img {
  width: 100%;
  border-radius: 14px;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .10);
}

/* Use about-section-nine as a CSS scope wrapper only — strip section-level chrome */
#gs-risk .about-section-nine { padding: 0; }
#gs-risk .about-section-nine::before { display: none; }

/* Stat block below the description text */
.gs-risk-num {
  display: block;
  font-size: 34px;
  color: var(--theme-color2);
  line-height: 1;
  margin: 20px 0 4px;
}

.gs-risk-num-label {
  font-size: 12px;
  color: #797582;
  text-transform: uppercase;
  letter-spacing: .05em;
}

@media (max-width: 991px) {
  .gs-risk-row { margin-bottom: 48px; }
  .gs-risk-img { margin-bottom: 28px; }
}

/* ── S9 Why AnySecura: reset responsive.css width overrides on service-block-three.
   responsive.css sets width:33.333% at ≤1199px and width:50% at ≤767px, which
   shrinks the card inside its Bootstrap column. Bootstrap col-* already controls
   column sizing — service-block-three must be 100% of whatever column it sits in. ── */
.gs-why-row .service-block-three {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .gs-why-row .service-block-three .inner-box { min-height: auto; }
}

/* ============================================================
   Chip IP Protection
   Source: chip-ip-protection.css
   Scope: .chip-page wrapper, .chip-hero-sec hero
   ============================================================ */

/* ══════════════════════════════════════════════════════════════
   chip-ip-protection.css
   Styles exclusive to solutions/chip-ip-protection.html
   Migrated from new-style.css + scenario image-frame flip fix
   ══════════════════════════════════════════════════════════════ */

/* ── Mobile hero text fix ── */
@media (max-width: 575.98px) {
  .chip-hero-sec .content-box .title { overflow-wrap: break-word; }
  .chip-hero-sec .content-box .sub-title { max-width: calc(100% - 30px); white-space: normal; word-break: break-word; box-sizing: border-box; }
  .chip-page .sec-title h2,
  .chip-page .title-area h2,
  .chip-page h2.scrub-each-word { overflow-wrap: break-word; word-break: break-word; }
}

/* ── Hero stats bar ── */
.chip-hero-stats { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 32px; justify-content: center; }
.chip-hero-stats .stat-item { min-width: 120px; }
.chip-hero-stats .stat-number { display: block; font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.chip-hero-stats .stat-label { display: block; font-size: .82rem; color: rgba(255,255,255,.75); margin-top: 4px; }
.chip-hero-stats .stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,.2); padding-left: 32px; }
@media (max-width: 575.98px) { .chip-hero-stats .stat-item + .stat-item { border-left: none; padding-left: 0; } }

/* ── S2 Core Capabilities cards ── */
/* ── S3 IP Leak Journey (rbac-flow) ── */
.rbac-icon--primary { color: var(--theme-color2, #3465df); }
.chip-rbac-check { margin-top: 10px; font-size: 11px; color: var(--theme-color2, #3465df); font-weight: 600; }
.rbac-step--threat { border-color: #fee2e2; box-shadow: 0 10px 15px 5px rgba(239,68,68,.12); }
.rbac-step--threat .rbac-icon, .rbac-step--threat .rbac-step-title { color: #dc2626; }
.chip-rbac-check--threat { color: #dc2626; }

/* ── S7 Feature tabs ── */
.feature-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 3px solid #cbdcfb;
  position: relative;
  margin-bottom: 50px;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-tab {
  flex: 1 1 22%;
  padding: 40px 20px 30px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.35s ease;
  border-bottom: 5px solid transparent;
  border-radius: 12px;
}
.feature-tab h3 {
  color: #00264d;
  margin: 12px 0 18px;
}
.feature-tab p {
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 auto;
  max-width: 320px;
}
.feature-tab.active {
  background-color: #0074e8;
  border-bottom: 5px solid #004a9f;
  color: #e6f0ff;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0,116,232,.6), inset 0 -6px 12px rgba(0,116,232,.9);
}
.feature-tab.active h3,
.feature-tab.active p { color: #e6f0ff; }
.feature-tab.active::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #004a9f;
  z-index: 3;
}
.feature-details { margin-top: 35px; }
.feature-detail-block { display: none; }
.feature-detail-block.active { display: block; animation: chip-fadeIn 0.35s ease; }
@keyframes chip-fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.detail-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
.detail-item {
  flex: 1 1 calc(20% - 20px);
  background: #f3f8ff;
  border-radius: 18px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1.5px solid #a3c2ff;
  box-shadow: 0 3px 8px rgba(0,100,220,.12);
}
.detail-item:hover {
  background-color: #dbe7ff;
  box-shadow: 0 6px 20px rgba(0,100,220,.25);
}
.detail-item span {
  display: block;
  font-size: 15px;
  color: #003366;
  font-weight: 700;
}
.chip-tab-icon { font-size: 48px; color: inherit; display: block; margin-bottom: 16px; }
.detail-item i { font-size: 28px; color: var(--theme-color2, #3465df); display: block; margin-bottom: 10px; }
@media (max-width: 992px) {
  .feature-tab { flex: 1 1 45%; padding: 32px 15px 24px; }
  .detail-item { flex: 1 1 calc(33.333% - 20px); }
}
@media (max-width: 576px) {
  .feature-tab { flex: 1 1 100%; }
  .detail-item { flex: 1 1 calc(48% - 20px); }
}

/* ── S7b Value cards ── */
.chip-value-card { background-color: #fff; background-repeat: no-repeat; background-position: top right; background-size: 52% auto; border: 1px solid rgba(52,101,223,.12); border-radius: 12px; padding: 32px 28px; height: 100%; box-shadow: 0 4px 20px rgba(52,101,223,.06); transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease; }
.chip-vc--eda      { background-image: url(/assets/img/solutions/chip-ip-protection/diff-eda-native.webp); }
.chip-vc--policy   { background-image: url(/assets/img/solutions/chip-ip-protection/diff-policy-travels.webp); }
.chip-vc--perf     { background-image: url(/assets/img/solutions/chip-ip-protection/diff-performance.webp); }
.chip-vc--audit    { background-image: url(/assets/img/solutions/chip-ip-protection/diff-audit-trail.webp); }
.chip-vc--platform { background-image: url(/assets/img/solutions/chip-ip-protection/diff-one-platform.webp); }
.chip-vc--foundry  { background-image: url(/assets/img/solutions/chip-ip-protection/diff-foundry-ready.webp); }
.chip-value-card:hover { box-shadow: 0 8px 32px rgba(52,101,223,.14); border-color: rgba(52,101,223,.3); transform: translateY(-3px); }
.chip-value-card .cv-icon { font-size: 36px; color: var(--theme-color2, #3465df); display: block; margin-bottom: 18px; }
.chip-value-card code { color: var(--theme-color2, #3465df); background: rgba(52,101,223,.08); padding: 1px 5px; border-radius: 4px; }
.chip-value-card .cv-stat { margin-top: 18px; padding-top: 14px; border-top: 1px solid #e8ecf4; font-size: 12px; color: #9b9aa4; line-height: 1.6; }
.chip-value-card .cv-stat strong { color: var(--theme-color2, #3465df); font-weight: 700; }

/* ── S8 Real-World Cases ── */
.chip-case-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-radius: 100px; padding: 4px 14px; margin-bottom: 14px; }
.chip-case-badge--blue   { color: var(--theme-color2, #3465df); background: rgba(52,101,223,.12); border: 1px solid rgba(52,101,223,.3); }
.chip-case-badge--red    { color: #c0392b; background: rgba(192,57,43,.08); border: 1px solid rgba(192,57,43,.25); }
.chip-case-badge--orange { color: #c0660a; background: rgba(192,102,10,.08); border: 1px solid rgba(192,102,10,.25); }
.chip-case-meta {
  font-size: 12px;
  color: #555;
  text-align: center;
  line-height: 1.5;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  position: relative;
  z-index: 2;
}
.chip-case-meta--blue   strong { color: var(--theme-color2, #3465df); }
.chip-case-meta--red    strong { color: #c0392b; }
.chip-case-meta--orange strong { color: #c0660a; }
.service-block-three .inner-box:hover .chip-case-meta { color: rgba(255,255,255,.75); border-top-color: rgba(255,255,255,.15); }
.service-block-three .inner-box:hover .chip-case-meta strong { color: #fff; }
.service-block-three.accent-red    .inner-box { border-top-color: #dc2626; }
.service-block-three.accent-orange .inner-box { border-top-color: #e67e22; }

/* ── Background pattern overlay ── */
.chip-bg-pattern { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: repeat; background-size: auto; opacity: .50; pointer-events: none; z-index: 0; }

/* ── S7 Mobile accordion (replaces tab interface on < lg) ── */
.chip-mob-acc { display: flex; flex-direction: column; gap: 10px; }
.chip-mob-acc-item {
  border: 1px solid rgba(52,101,223,.18);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.chip-mob-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: none;
  padding: 16px 18px;
  cursor: pointer;
  text-align: left;
  transition: background 200ms ease;
}
.chip-mob-acc-btn[aria-expanded="true"] { background: rgba(52,101,223,.05); }
.chip-mob-acc-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.chip-mob-acc-left > i { font-size: 20px; color: var(--theme-color2, #3465df); flex-shrink: 0; }
.chip-mob-acc-left > span { font-weight: 700; color: var(--headings-color, #24201f); }
.chip-mob-acc-arrow { font-size: 16px; color: var(--theme-color2, #3465df); flex-shrink: 0; transition: transform 300ms ease; }
.chip-mob-acc-btn[aria-expanded="true"] .chip-mob-acc-arrow { transform: rotate(180deg); }
.chip-mob-acc-body { padding: 4px 16px 18px; background: rgba(52,101,223,.03); }
.chip-mob-acc-desc { margin-bottom: 12px; }
.chip-mob-acc-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.chip-mob-acc-mod {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(52,101,223,.14);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--headings-color, #24201f);
  line-height: 1.3;
}
.chip-mob-acc-mod i { font-size: 15px; color: var(--theme-color2, #3465df); flex-shrink: 0; }


/* ── S8 Real-World Cases: override responsive.css width on service-block-three ── */
.chip-cases-row .service-block-three {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 991.98px) {
  .chip-cases-row .service-block-three {
    flex: 0 0 100% !important;
  }
}

/* ── Stats glance section ── */
.chip-stat-block { padding: 28px 20px 24px; border: 1px solid rgba(52,101,223,.1); border-radius: 12px; height: 100%; background: #fff; box-shadow: 0 4px 20px rgba(52,101,223,.06); text-align: center; transition: box-shadow 300ms ease, border-color 300ms ease, transform 300ms ease; }
.chip-stat-block:hover { box-shadow: 0 8px 32px rgba(52,101,223,.14); border-color: rgba(52,101,223,.3); transform: translateY(-3px); }
.chip-stat-num { font-size: 54px; font-weight: 800; color: var(--theme-color2, #3465df); line-height: 1; }
.chip-stat-num sup { font-size: 22px; font-weight: 700; vertical-align: super; }
.chip-stat-label { font-weight: 700; color: var(--headings-color, #24201f); margin: 10px 0 8px; }
.chip-stat-desc { color: var(--text-color, #6d6c74); margin: 0; }
@media (max-width: 991px) { .chip-stat-block { margin-bottom: 24px; } }

/* ============================================================
   BPO Data Security
   Source: bpo-data-security.css
   BPO Data Security (no page-scoped overrides)
   ============================================================ */

/* ---------- Applicable Scenarios ---------- */
.bpo-scenarios {
    padding: 90px 0;
    background: #f8f9fc;
}
.bpo-use-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 52px;
}
@media (max-width: 991px)  { .bpo-use-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .bpo-use-grid { grid-template-columns: 1fr; } }
.bpo-use-card {
    background: #fff;
    padding: 28px 22px;
    border: 1px solid #e8ecf4;
    transition: box-shadow 0.25s, border-color 0.25s;
}
.bpo-use-card:hover {
    box-shadow: 0 6px 24px rgba(52,101,223,0.1);
    border-color: #c7d5f8;
}
.bpo-use-card .uc-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    background: #edf1ff;
    color: var(--theme-color2);
}

/* ============================================================
   Source Code Security
   Scoped on .sc-page wrapper — no global resets
   ============================================================ */

.sc-page {
    --blue: #3465DF;
    --blue-dark: #2850B8;
    --blue-pale: #E3E8F4;
    --blue-pale-2: #EEF1FA;
    --ink: #151618;
    --ink-soft: #3A3D42;
    --grey: #5C6470;
    --grey-light: #8B92A0;
    --bg: #FFFFFF;
    --bg-soft: #F7F8FA;
    --border: #E5E7EB;
    --radius: 12px;
    --max-w: 1180px;
  }

  /* ============ PAIN POINTS ============ */
  .pain {
    background: var(--bg-soft);
  }
  .pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .pain-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 26px;
    transition: border-color .15s, transform .15s;
  }
  .pain-card:hover {
    border-color: var(--blue);
    transform: translateY(-2px);
  }
  .pain-icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    background: var(--blue-pale-2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .pain-icon svg { width: 22px; height: 22px; stroke: var(--blue); }

/* comparison block */
  .compare {
    background: var(--ink);
    border-radius: 20px;
    padding: 48px 48px;
    margin-top: 56px;
    color: #fff;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: center;
  }
  .compare h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .compare-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--blue);
    margin-bottom: 12px;
    display: block;
  }
  .compare p.lead {
    color: #B8BCC4;
    font-size: 15px;
  }
  .compare-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .compare-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
  }
  .compare-point svg {
    width: 18px; height: 18px;
    stroke: var(--blue);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .compare-point span { font-size: 14.5px; color: #E5E7EB; line-height: 1.55; }
  .compare-point strong { color: #fff; }
  
  /* ============ VALUE ============ */

.value-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.value-card{
    background:#fff;
    border-top:4px solid var(--blue);
    border-radius:0 0 16px 16px;
    padding:32px 28px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s ease;
}

.value-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.value-num {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a37;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

  /* ============ ROLES ============ */
.roles {
  background: var(--bg-soft);
}

/* grid 不动 */
.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* card 不动 */
.role-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: left;
}

.role-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px; 
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.role-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}

/* worry（弱信息） */
.role-card .role-worry {
  font-size: 15px;
  font-weight: 400;
  color: #9ca3af;
  margin-bottom: 14px;
  font-style: normal; 
  line-height: 1.4;
}

/* focus */
.role-card .role-focus {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  line-height: 1.4;
  letter-spacing: 0.2px;
}

@media (max-width: 980px) {
  .sc-page .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-page .value-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-page .roles-grid { grid-template-columns: 1fr; }
  .sc-page .compare { grid-template-columns: 1fr; padding: 32px; }
}

@media (max-width: 640px) {
  .sc-page .pain-grid { grid-template-columns: 1fr; }
  .sc-page .value-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Telecom Network Security
   ============================================================ */

.telecom-painpoints .text {
  text-align: left;
  line-height: 1.8;
}

/* Floating comparison card */
.telecom-security-card-section {
  position: relative;
  z-index: 10;
  margin-bottom: -90px;
}

.telecom-security-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0,0,0,.12);
}

.telecom-security-card .card-header {
  margin-bottom: 25px;
}

.telecom-security-card .sub-title {
  display: inline-block;
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.telecom-security-card h2 {
  color: #111827;
  margin-bottom: 15px;
}

.telecom-security-card p {
  color: #6b7280;
}

.telecom-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.telecom-cmp-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.telecom-cmp-table thead {
  background: #0f172a;
}

.telecom-cmp-table th {
  color: #fff;
  padding: 16px 20px;
  text-align: left;
}

.telecom-cmp-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.telecom-cmp-table tbody tr:hover {
  background: #f8fafc;
}

.telecom-funfact {
  padding-top: 170px;
  position: relative;
}

/* Scenario sections */
.telecom-solution {
  position: relative;
  padding: 100px 0;
}

.telecom-solution:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #e5e7eb;
  transform: translateX(-50%);
}

.telecom-sol--odd { background: #ffffff; }
.telecom-sol--even { background: #f8fafc; }

.telecom-solution h3 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #111827;
}

.telecom-solution .text {
  color: #4b5563;
  line-height: 1.9;
}

.telecom-solution .image-column {
  text-align: center;
}

.telecom-sol-img {
  position: relative;
  display: inline-block;
  text-align: center;
}

.telecom-sol-img img {
  width: 420px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  transition: .4s ease;
}

.telecom-sol-img:hover img {
  transform: translateY(-6px);
}

.telecom-sol-img::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(37,99,235,.08);
  z-index: -1;
}

@media (max-width: 991px) {
  .telecom-solution {
    padding: 70px 0;
  }

  .telecom-solution h3 {
    font-size: 28px;
  }

  .telecom-security-card-section { margin-bottom: -40px; }
  .telecom-security-card { padding: 28px 20px; }
}

/* Deployment steps */
.telecom-deployment-section {
  background: #0f172a;
  padding: 180px 0 100px;
  position: relative;
}

.telecom-deploy-hd {
  text-align: center;
  margin-bottom: 70px;
}

.telecom-deploy-hd .sub-title {
  display: inline-block;
  color: #60a5fa;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.telecom-deploy-hd h2 {
  color: #fff;
  margin-bottom: 15px;
}

.telecom-deploy-hd p {
  color: rgba(255,255,255,.75);
  max-width: 760px;
  margin: 0 auto;
}

.telecom-deploy-steps {
  display: flex;
  gap: 30px;
}

.telecom-deploy-step {
  flex: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 35px;
  transition: all .3s ease;
}

.telecom-deploy-step:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,.08);
}

.telecom-deploy-num {
  font-size: 48px;
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  margin-bottom: 25px;
}

.telecom-deploy-body h4 {
  color: #fff;
  margin-bottom: 15px;
}

.telecom-deploy-body p {
  color: rgba(255,255,255,.75);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .telecom-deployment-section { padding: 100px 0 70px; }
  .telecom-deploy-steps {
    flex-direction: column;
  }
}

/* ============================================================
   Ask AI (shared by ai-training, game-studio, chip-ip pages)
   Source: ask-ai.css
   ============================================================ */

.as-ask-ai-section { padding: 80px 0; }

.as-ask-ai-section .sec-title { text-align: left; max-width: none; }
.as-ask-ai-section .sec-title h2 { font-size: 30px; line-height: 1.25; }

.as-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.as-ai-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px 24px 28px;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,.08);
  border-radius: 14px;
  text-decoration: none !important;
  color: inherit;
  text-align: center;
  min-height: 152px;
  transition: border-color .22s, box-shadow .22s, transform .22s;
}

.as-ai-card:hover {
  border-color: #3465df;
  box-shadow: 0 10px 36px rgba(52,101,223,.13);
  transform: translateY(-4px);
  text-decoration: none !important;
  color: inherit;
}

.as-ai-card-logo-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.as-ai-card-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.as-ai-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
  margin: 0;
}

.as-ai-card-cta {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1;
  margin: 0;
  transition: color .2s;
}

.as-ai-card:hover .as-ai-card-cta { color: #3465df; }

@media (max-width: 991px) {
  .as-ask-ai-section .sec-title { text-align: center; margin-bottom: 36px; }
  .as-ai-grid { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 575px) {
  .as-ask-ai-section { padding: 55px 0; }
  .as-ai-card { padding: 26px 18px 22px; min-height: 130px; }
  .as-ai-card-logo-wrap, .as-ai-card-logo { width: 44px; height: 44px; }
}
