/*
Theme Name: Shengshi Corporate
Theme URI: https://www.shengshiai.cn/
Description: 盛世影云企业官网全站子主题
Author: Shengshi Yingyun
Template: ceonova
Version: 2.2.1
Text Domain: shengshi-corporate
*/

:root {
  --ss-navy: #071729;
  --ss-navy-2: #0a223d;
  --ss-blue: #1769e0;
  --ss-cyan: #3db8e8;
  --ss-gold: #c9a96e;
  --ss-ink: #142236;
  --ss-muted: #66758a;
  --ss-line: #dfe6ef;
  --ss-soft: #f4f7fb;
  --ss-white: #ffffff;
  --ss-shadow: 0 24px 64px rgba(8, 31, 57, 0.12);
  --ss-radius: 20px;
  --ss-container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body.ss-corporate-home {
  margin: 0;
  color: var(--ss-ink);
  background: var(--ss-white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ss-site,
.ss-site * {
  box-sizing: border-box;
}

.ss-site a {
  color: inherit;
  text-decoration: none;
}

.ss-site img {
  display: block;
  max-width: 100%;
}

.ss-site h1,
.ss-site h2,
.ss-site h3,
.ss-site h4,
.ss-site p {
  margin-top: 0;
}

.ss-site button,
.ss-site input,
.ss-site textarea,
.ss-site select {
  font: inherit;
}

.ss-container {
  width: min(calc(100% - 48px), var(--ss-container));
  margin: 0 auto;
}

.ss-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 82px;
  color: var(--ss-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.25s ease, box-shadow 0.25s ease, height 0.25s ease;
}

.ss-header.is-scrolled {
  height: 72px;
  background: rgba(6, 22, 39, 0.96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.ss-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ss-brand {
  flex: 0 0 auto;
}

.ss-brand img {
  width: 210px;
  height: auto;
}

.ss-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
}

.ss-nav a {
  position: relative;
  padding: 29px 0 26px;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}

.ss-nav a:not(.ss-nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 19px;
  height: 2px;
  background: var(--ss-cyan);
  transition: right 0.2s ease;
}

.ss-nav a:hover {
  color: var(--ss-white);
}

.ss-nav a:hover::after {
  right: 0;
}

.ss-nav .ss-nav-cta {
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
}

.ss-nav .ss-nav-cta:hover {
  background: var(--ss-white);
  color: var(--ss-navy);
}

.ss-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ss-nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ss-white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ss-hero {
  position: relative;
  min-height: 780px;
  color: var(--ss-white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 18, 34, 0.96) 0%, rgba(7, 31, 57, 0.87) 48%, rgba(8, 36, 67, 0.5) 100%),
    url("assets/images/hero.webp") center / cover no-repeat;
}

.ss-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.ss-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 100px;
  border: 1px solid rgba(78, 188, 238, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(35, 120, 223, 0.07), 0 0 0 180px rgba(35, 120, 223, 0.04);
}

.ss-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 780px;
  padding-top: 152px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 72px;
}

.ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8ddcff;
}

.ss-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--ss-cyan);
}

.ss-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ss-white);
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ss-hero h1 span {
  color: #7bd7ff;
}

.ss-hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
}

.ss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.ss-btn {
  min-height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ss-btn:hover {
  transform: translateY(-2px);
}

.ss-btn-primary {
  background: linear-gradient(135deg, #247ceb, #1557c8);
  box-shadow: 0 16px 36px rgba(20, 92, 203, 0.35);
  color: var(--ss-white) !important;
}

.ss-btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--ss-white) !important;
  background: rgba(255, 255, 255, 0.06);
}

.ss-hero-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--ss-radius);
  background: linear-gradient(145deg, rgba(12, 44, 78, 0.82), rgba(7, 27, 50, 0.74));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.ss-panel-label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.ss-capability {
  padding: 21px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ss-capability:first-of-type {
  border-top: 0;
}

.ss-capability-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(61, 184, 232, 0.14);
  color: #84dbff;
  font-size: 13px;
  font-weight: 700;
}

.ss-capability h3 {
  margin: 0 0 7px;
  color: var(--ss-white);
  font-size: 19px;
}

.ss-capability p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  font-size: 14px;
}

.ss-trustbar {
  position: relative;
  z-index: 3;
  margin-top: -74px;
}

.ss-trustbar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ss-white);
  border-radius: 10px;
  box-shadow: var(--ss-shadow);
  overflow: hidden;
}

.ss-trust-item {
  min-height: 142px;
  padding: 30px;
  border-right: 1px solid var(--ss-line);
}

.ss-trust-item:last-child {
  border-right: 0;
}

.ss-trust-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ss-blue);
  font-size: 26px;
}

.ss-trust-item span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.ss-trust-item small {
  display: block;
  margin-top: 8px;
  color: var(--ss-muted);
  line-height: 1.6;
}

.ss-section {
  padding: 112px 0;
}

.ss-section-soft {
  background: var(--ss-soft);
}

.ss-section-dark {
  color: var(--ss-white);
  background: var(--ss-navy);
}

.ss-section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.ss-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ss-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--ss-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ss-section-dark .ss-eyebrow {
  color: #76d3fb;
}

.ss-section h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.ss-section-intro {
  margin: 20px 0 0;
  color: var(--ss-muted);
  font-size: 17px;
  line-height: 1.9;
}

.ss-section-dark .ss-section-intro {
  color: rgba(255, 255, 255, 0.62);
}

.ss-section-dark h2,
.ss-section-dark h3 {
  color: var(--ss-white);
}

.ss-business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.ss-business-card {
  position: relative;
  min-height: 520px;
  padding: 46px;
  border-radius: var(--ss-radius);
  overflow: hidden;
  color: var(--ss-white);
  box-shadow: var(--ss-shadow);
}

.ss-business-card.education {
  background:
    radial-gradient(circle at 82% 12%, rgba(77, 201, 255, 0.3), transparent 30%),
    linear-gradient(145deg, #0b4e95, #082947 75%);
}

.ss-business-card.content {
  background:
    radial-gradient(circle at 80% 10%, rgba(212, 177, 105, 0.28), transparent 30%),
    linear-gradient(145deg, #17375d, #0b192b 78%);
}

.ss-business-no {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.ss-business-card h3 {
  margin: 38px 0 15px;
  color: var(--ss-white);
  font-size: 32px;
}

.ss-business-card > p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
}

.ss-service-list {
  margin: 34px 0 0;
  padding: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.ss-service-list li {
  position: relative;
  padding-left: 17px;
  line-height: 1.55;
}

.ss-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ss-cyan);
}

.ss-business-card.content .ss-service-list li::before {
  background: var(--ss-gold);
}

.ss-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.ss-process-item {
  position: relative;
  min-height: 245px;
  padding: 30px 26px;
  border: 1px solid var(--ss-line);
  border-radius: 14px;
  background: var(--ss-white);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ss-process-item:hover {
  transform: translateY(-6px);
  border-color: #b8d0ef;
  box-shadow: 0 20px 48px rgba(20, 49, 82, 0.1);
}

.ss-process-step {
  display: block;
  color: var(--ss-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ss-process-item h3 {
  margin: 55px 0 12px;
  font-size: 21px;
}

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

.ss-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ss-scenario-card {
  position: relative;
  min-height: 300px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  overflow: hidden;
}

.ss-scenario-card::after {
  content: attr(data-index);
  position: absolute;
  right: -4px;
  bottom: -20px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 118px;
  font-weight: 800;
}

.ss-scenario-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(61, 184, 232, 0.13);
  color: #7bd8ff;
  font-size: 18px;
  font-weight: 800;
}

.ss-scenario-card h3 {
  margin: 62px 0 14px;
  font-size: 21px;
}

.ss-scenario-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.8;
}

.ss-advantage-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 82px;
  align-items: start;
}

.ss-about-block {
  position: sticky;
  top: 110px;
}

.ss-about-block p {
  margin: 26px 0 0;
  color: var(--ss-muted);
  font-size: 16px;
  line-height: 2;
}

.ss-about-meta {
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  gap: 40px;
  border-top: 1px solid var(--ss-line);
}

.ss-about-meta strong {
  display: block;
  color: var(--ss-blue);
  font-size: 28px;
}

.ss-about-meta span {
  color: var(--ss-muted);
  font-size: 13px;
}

.ss-advantage-list {
  display: grid;
  gap: 16px;
}

.ss-advantage-item {
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  border: 1px solid var(--ss-line);
  border-radius: 14px;
  background: var(--ss-white);
}

.ss-advantage-item b {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--ss-blue);
  font-size: 13px;
}

.ss-advantage-item h3 {
  margin: 2px 0 8px;
  font-size: 20px;
}

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

.ss-contact {
  position: relative;
  padding: 94px 0;
  color: var(--ss-white);
  overflow: hidden;
  background: linear-gradient(135deg, #0b4f96, #082946 72%);
}

.ss-contact::after {
  content: "";
  position: absolute;
  inset: -60% -10% auto 55%;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 199, 245, 0.25), transparent 66%);
}

.ss-contact-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}

.ss-contact h2 {
  max-width: 760px;
  color: var(--ss-white);
  font-size: clamp(34px, 4vw, 48px);
}

.ss-contact p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.ss-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ss-contact .ss-btn-primary {
  background: var(--ss-white);
  color: #0b4f96 !important;
  box-shadow: none;
}

.ss-footer {
  padding: 62px 0 26px;
  color: rgba(255, 255, 255, 0.66);
  background: #061321;
}

.ss-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 70px;
  padding-bottom: 46px;
}

.ss-footer-logo {
  width: 185px;
}

.ss-footer-brand p {
  max-width: 420px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.ss-footer h3 {
  margin: 3px 0 20px;
  color: var(--ss-white);
  font-size: 15px;
}

.ss-footer-links {
  display: grid;
  gap: 12px;
  font-size: 14px;
}

.ss-footer-links a:hover {
  color: var(--ss-white);
}

.ss-contact-list {
  display: grid;
  gap: 14px;
  font-size: 14px;
  line-height: 1.7;
}

.ss-footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.ss-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ss-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .ss-nav {
    gap: 22px;
  }

  .ss-hero-inner {
    grid-template-columns: 1fr 0.72fr;
    gap: 40px;
  }

  .ss-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .ss-scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .ss-header,
  .ss-header.is-scrolled {
    height: 68px;
  }

  .ss-brand img {
    width: 172px;
  }

  .ss-nav-toggle {
    display: block;
  }

  .ss-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 18px 24px 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(6, 22, 39, 0.98);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }

  .ss-nav.is-open {
    display: flex;
  }

  .ss-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ss-nav a::after {
    display: none;
  }

  .ss-nav .ss-nav-cta {
    margin-top: 12px;
    text-align: center;
  }

  .ss-hero,
  .ss-hero-inner {
    min-height: auto;
  }

  .ss-hero-inner {
    padding-top: 132px;
    padding-bottom: 142px;
    grid-template-columns: 1fr;
  }

  .ss-hero-panel {
    display: none;
  }

  .ss-trustbar-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .ss-trust-item:nth-child(2) {
    border-right: 0;
  }

  .ss-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--ss-line);
  }

  .ss-business-grid,
  .ss-advantage-layout,
  .ss-contact-inner,
  .ss-footer-main {
    grid-template-columns: 1fr;
  }

  .ss-about-block {
    position: static;
  }

  .ss-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ss-container {
    width: min(calc(100% - 32px), var(--ss-container));
  }

  .ss-hero h1 {
    font-size: 40px;
  }

  .ss-hero-lead {
    font-size: 16px;
  }

  .ss-trust-item {
    min-height: 124px;
    padding: 23px 20px;
  }

  .ss-trust-item strong {
    font-size: 21px;
  }

  .ss-section {
    padding: 82px 0;
  }

  .ss-business-card {
    min-height: auto;
    padding: 34px 26px;
  }

  .ss-business-card h3 {
    font-size: 27px;
  }

  .ss-service-list,
  .ss-process,
  .ss-scenario-grid {
    grid-template-columns: 1fr;
  }

  .ss-process-item {
    min-height: 200px;
  }

  .ss-process-item h3 {
    margin-top: 36px;
  }

  .ss-scenario-card {
    min-height: 250px;
  }

  .ss-scenario-card h3 {
    margin-top: 42px;
  }

  .ss-advantage-item {
    padding: 24px;
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .ss-advantage-item b {
    width: 42px;
    height: 42px;
  }

  .ss-about-meta {
    gap: 24px;
  }

  .ss-footer-main {
    gap: 38px;
  }

  .ss-footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ss-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* 2.0：全站页面体系 */
body.ss-corporate-site {
  margin: 0 !important;
  background: #fff;
  color: var(--ss-ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

body.ss-corporate-site.admin-bar .ss-header { top: 32px; }
.ss-corporate-site .ss-site { overflow: clip; }
.ss-corporate-site .ss-header { background: rgba(6, 20, 36, .94); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.ss-corporate-site .ss-header.is-scrolled { background: rgba(6, 20, 36, .98); }
.ss-nav a { position: relative; }
.ss-nav > a:not(.ss-nav-cta)::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -11px; height: 2px; background: var(--ss-cyan); transform: scaleX(0); transition: transform .25s ease; }
.ss-nav > a:hover::after, .ss-nav > a.is-active::after { transform: scaleX(1); }
.ss-nav > a.is-active { color: #fff; }
.ss-nav-cta.is-active { box-shadow: 0 0 0 2px rgba(255,255,255,.45); }
.ss-footer-mail { color: #9cc9ff !important; display: inline-block; margin-top: 12px; font-size: 14px; }

.ss-capability { color: inherit; }
.ss-capability i { color: #8fdcff; font-style: normal; font-size: 20px; margin-left: auto; transition: transform .2s ease; }
.ss-capability:hover i { transform: translate(4px,-4px); }
.ss-hero { position: relative; }
.ss-hero-scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.ss-hero-scroll span { width: 32px; height: 1px; background: currentColor; animation: ssScroll 2s ease-in-out infinite; }
@keyframes ssScroll { 50% { width: 52px; color: #fff; } }
.ss-business-symbol { position: absolute; right: 26px; top: 24px; color: rgba(255,255,255,.12); font-weight: 800; font-size: 38px; letter-spacing: .08em; }
.ss-business-card .ss-text-link { color: #fff; margin-top: 30px; }
.ss-center-action { text-align: center; margin-top: 42px; }
.ss-btn-dark { color: #fff !important; background: var(--ss-navy); border: 1px solid var(--ss-navy); }
.ss-btn-dark:hover { background: var(--ss-blue); border-color: var(--ss-blue); }
.ss-scenario-card { color: #fff !important; text-decoration: none; }
.ss-scenario-card > span { position: absolute; top: 25px; right: 25px; color: rgba(255,255,255,.35); font-size: 12px; }
.ss-scenario-card:hover { transform: translateY(-8px); border-color: rgba(61,184,232,.72); background: rgba(255,255,255,.08); }
.ss-section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ss-news-home { background: #f5f8fc; }
.ss-proof-section { background:linear-gradient(180deg,#fff,#f4f8fc); }
.ss-proof-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:46px; }
.ss-proof-card { position:relative; min-height:260px; padding:34px; display:flex; flex-direction:column; color:var(--ss-ink) !important; background:#fff; border:1px solid #dfe7f0; overflow:hidden; transition:.25s; }
.ss-proof-card::before { content:""; position:absolute; width:180px; height:180px; border:1px solid #e5edf6; border-radius:50%; right:-65px; top:-75px; transition:.35s; }
.ss-proof-card:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(15,46,79,.1); border-color:#bed2e9; }
.ss-proof-card:hover::before { transform:scale(1.14); border-color:#91cff0; }
.ss-proof-card > span { position:relative; z-index:1; color:var(--ss-blue); font-weight:800; }
.ss-proof-card small { margin-top:48px; color:#8b98a9; }
.ss-proof-card h3 { position:relative; z-index:1; font-size:21px; line-height:1.55; margin:12px 0 24px; }
.ss-proof-card b { margin-top:auto; color:var(--ss-blue); font-size:13px; }

/* 内页头图 */
.ss-page-hero { position: relative; min-height: 510px; padding: 178px 0 92px; color: #fff; overflow: hidden; background: radial-gradient(circle at 78% 32%, rgba(34,124,234,.45), transparent 33%), linear-gradient(120deg,#061628 0%,#0b3157 56%,#0b5ea5 100%); }
.ss-page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,transparent,#000); }
.ss-page-hero-split { background: radial-gradient(circle at 76% 40%,rgba(39,180,221,.34),transparent 34%),linear-gradient(120deg,#061628,#0a345d 58%,#0b6c9e); }
.ss-page-hero-education { background: radial-gradient(circle at 80% 40%,rgba(35,190,196,.30),transparent 35%),linear-gradient(120deg,#061628,#0b3450 57%,#086a76); }
.ss-page-hero-content { background: radial-gradient(circle at 80% 35%,rgba(126,78,221,.35),transparent 36%),linear-gradient(120deg,#061628,#172d5f 56%,#4b2f7d); }
.ss-page-hero-process { background: radial-gradient(circle at 80% 35%,rgba(16,119,236,.4),transparent 34%),linear-gradient(120deg,#071727,#092f5c 58%,#0a55a0); }
.ss-page-hero-about { background: radial-gradient(circle at 80% 35%,rgba(207,161,87,.32),transparent 34%),linear-gradient(120deg,#071727,#193046 58%,#68502d); }
.ss-page-hero-contact { background: radial-gradient(circle at 80% 35%,rgba(61,184,232,.32),transparent 34%),linear-gradient(120deg,#071727,#0c3155 58%,#0a6685); }
.ss-page-hero-news { background: radial-gradient(circle at 80% 35%,rgba(24,119,223,.42),transparent 34%),linear-gradient(120deg,#071727,#0b2c50 58%,#174e81); }
.ss-page-hero-cases { background: radial-gradient(circle at 78% 35%,rgba(55,186,213,.34),transparent 34%),linear-gradient(120deg,#061628,#113250 54%,#145d68); }
.ss-page-hero-inner { position: relative; z-index: 2; }
.ss-page-hero .ss-breadcrumb { margin-bottom: 58px; }
.ss-breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.56); }
.ss-breadcrumb a { color: rgba(255,255,255,.74) !important; }
.ss-page-hero h1 { max-width: 870px; margin: 14px 0 22px; font-size: clamp(42px,5.2vw,72px); line-height: 1.12; letter-spacing: -.035em; color: #fff; }
.ss-page-hero h1 span { color: #81d9ff; }
.ss-page-hero p { max-width: 750px; margin: 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.9; }
.ss-page-orb { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; z-index: 1; }
.ss-page-orb-one { width: 420px; height: 420px; right: 7%; top: 18%; animation: ssFloat 8s ease-in-out infinite; }
.ss-page-orb-two { width: 220px; height: 220px; right: 22%; top: 38%; border-color: rgba(100,213,255,.25); animation: ssFloat 6s ease-in-out infinite reverse; }
@keyframes ssFloat { 50% { transform: translateY(-18px) scale(1.03); } }

/* 通用内容组件 */
.ss-pillar-showcase { display: grid; gap: 26px; margin-top: 50px; }
.ss-pillar { position: relative; display: grid; grid-template-columns: 170px 1fr; gap: 42px; padding: 54px; border-radius: 18px; overflow: hidden; color: #fff; }
.ss-pillar::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,.05)); pointer-events:none; }
.ss-pillar-education { background: linear-gradient(125deg,#082442,#0d6682); }
.ss-pillar-content { background: linear-gradient(125deg,#101d41,#523b85); }
.ss-pillar-number { font-size: 68px; font-weight: 800; color: rgba(255,255,255,.16); }
.ss-pillar span { color: #83dfff; font-size: 12px; letter-spacing: .18em; }
.ss-pillar h2 { color: #fff; font-size: 34px; margin: 10px 0 14px; }
.ss-pillar p { color: rgba(255,255,255,.72); max-width: 760px; line-height: 1.9; }
.ss-pillar .ss-text-link { color: #fff; margin-top: 28px; }
.ss-tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.ss-tag-row span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.84); letter-spacing: 0; }
.ss-feature-grid { display: grid; gap: 18px; margin-top: 48px; }
.ss-feature-grid-3 { grid-template-columns: repeat(3,1fr); }
.ss-feature-grid-4 { grid-template-columns: repeat(4,1fr); }
.ss-feature-card { position: relative; min-height: 230px; padding: 34px; background: #fff; border: 1px solid #e3eaf3; border-radius: 12px; transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; overflow: hidden; }
.ss-feature-card::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background:linear-gradient(90deg,var(--ss-blue),var(--ss-cyan)); transform:scaleX(0); transform-origin:left; transition:transform .25s; }
.ss-feature-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(20,46,78,.1); border-color:#c8d8ed; }
.ss-feature-card:hover::after { transform:scaleX(1); }
.ss-feature-card > b { color: var(--ss-blue); font-size: 13px; }
.ss-feature-card h3 { font-size: 22px; margin: 36px 0 12px; }
.ss-feature-card p { color: var(--ss-muted); line-height: 1.8; }
.ss-card-icon { width: 48px; height: 48px; display:grid; place-items:center; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--ss-blue),var(--ss-cyan)); font-size:20px; font-weight:700; }
.ss-decision-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 42px; }
.ss-decision-grid a { min-height: 280px; padding: 46px; color:#fff !important; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.05); transition:.25s; display:flex; flex-direction:column; }
.ss-decision-grid a:hover { transform:translateY(-6px); background:rgba(255,255,255,.1); border-color:rgba(89,208,255,.5); }
.ss-decision-grid small { color:#74d6ff; }
.ss-decision-grid h3 { color:#fff; font-size:30px; margin:48px 0 16px; }
.ss-decision-grid span { color:rgba(255,255,255,.62); margin-top:auto; }
.ss-intro-split { display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:center; }
.ss-stat-stack { display:grid; gap:1px; background:#e1e8f1; border:1px solid #e1e8f1; }
.ss-stat-stack div { display:flex; align-items:center; gap:25px; padding:24px 28px; background:#fff; }
.ss-stat-stack strong { font-size:25px; color:var(--ss-blue); }
.ss-stat-stack span { font-size:17px; font-weight:600; }
.ss-learning-path { display:grid; gap:0; margin-top:50px; border-top:1px solid #dfe7f0; }
.ss-learning-level { display:grid; grid-template-columns:180px 1fr; gap:50px; padding:46px 0; border-bottom:1px solid #dfe7f0; }
.ss-learning-level > span { color:var(--ss-blue); font-size:12px; letter-spacing:.16em; font-weight:700; }
.ss-learning-level h3 { font-size:30px; margin:0 0 10px; }
.ss-learning-level p { color:var(--ss-muted); max-width:760px; line-height:1.8; }
.ss-learning-level ul { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0 0; padding:0; list-style:none; }
.ss-learning-level li { padding:7px 13px; background:#eef4fb; border-radius:5px; font-size:13px; }
.ss-format-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:45px; background:rgba(255,255,255,.12); }
.ss-format-grid article { padding:36px 28px; background:#0a2139; }
.ss-format-grid b { color:#6cd6ff; }
.ss-format-grid h3 { color:#fff; font-size:22px; margin:42px 0 12px; }
.ss-format-grid p { color:rgba(255,255,255,.6); line-height:1.8; }
.ss-service-matrix { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:50px; }
.ss-service-panel { min-height:390px; padding:42px; border:1px solid #dde6f0; background:linear-gradient(145deg,#fff,#f7f9fc); border-radius:14px; transition:.25s; }
.ss-service-panel:hover { transform:translateY(-6px); box-shadow:0 24px 60px rgba(16,41,71,.1); }
.ss-service-panel > span { color:var(--ss-blue); font-size:12px; letter-spacing:.13em; }
.ss-service-panel h3 { font-size:29px; margin:50px 0 15px; }
.ss-service-panel p { color:var(--ss-muted); line-height:1.8; }
.ss-service-panel ul { display:grid; grid-template-columns:1fr 1fr; gap:10px; list-style:none; padding:22px 0 0; margin:0; border-top:1px solid #e2e8ef; }
.ss-service-panel li { font-size:14px; }
.ss-service-panel li::before { content:"·"; color:var(--ss-blue); margin-right:7px; }
.ss-content-flow { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:50px; }
.ss-content-flow div { flex:1; min-height:150px; padding:30px 20px; text-align:center; background:#fff; border:1px solid #e1e8f0; border-radius:10px; }
.ss-content-flow b { display:block; font-size:22px; margin:18px 0 12px; }
.ss-content-flow span { color:var(--ss-muted); font-size:13px; }
.ss-content-flow i { color:var(--ss-blue); font-style:normal; }
.ss-deliverable-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.ss-deliverable-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ss-deliverable-list span { padding:18px 20px; border:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.8); }
.ss-deliverable-list span::before { content:"✓"; color:#67d8ff; margin-right:10px; }
.ss-process-detail { border-top:1px solid #dfe6ee; }
.ss-process-stage { display:grid; grid-template-columns:100px 1fr 300px; gap:50px; padding:55px 0; border-bottom:1px solid #dfe6ee; }
.ss-stage-no { font-size:42px; font-weight:800; color:#d6e1ee; }
.ss-stage-main > span { color:var(--ss-blue); font-size:11px; letter-spacing:.18em; }
.ss-stage-main h2 { font-size:32px; margin:10px 0 12px; }
.ss-stage-main p { color:var(--ss-muted); max-width:620px; line-height:1.85; }
.ss-stage-output { display:flex; flex-direction:column; gap:8px; padding:20px 24px; background:#f4f7fb; border-left:3px solid var(--ss-blue); }
.ss-stage-output b { margin-bottom:4px; font-size:13px; }
.ss-stage-output span { color:var(--ss-muted); font-size:14px; }
.ss-about-story { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; align-items:start; }
.ss-about-year { padding:50px; min-height:330px; background:linear-gradient(145deg,#08213b,#0c6092); color:#fff; display:flex; flex-direction:column; justify-content:space-between; }
.ss-about-year strong { font-size:80px; line-height:1; }
.ss-about-year span { color:rgba(255,255,255,.6); letter-spacing:.15em; }
.ss-value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:50px; }
.ss-value-grid article { padding:35px 30px; border-top:3px solid var(--ss-blue); background:#f5f8fc; min-height:230px; }
.ss-value-grid b { color:var(--ss-blue); }
.ss-value-grid h3 { font-size:22px; margin:40px 0 12px; }
.ss-value-grid p { color:var(--ss-muted); line-height:1.8; }
.ss-location-block { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.ss-location-block h2 { font-size:36px; margin:12px 0; }
.ss-location-block p { color:var(--ss-muted); line-height:1.9; }
.ss-contact-page { display:grid; grid-template-columns:1.1fr .9fr; gap:25px; }
.ss-contact-card { padding:52px; color:#fff; background:linear-gradient(145deg,#071b31,#0a5c91); }
.ss-contact-card h2 { color:#fff; font-size:38px; margin:16px 0; }
.ss-contact-card p { color:rgba(255,255,255,.7); line-height:1.9; }
.ss-contact-card > a { display:flex; flex-direction:column; gap:8px; margin-top:70px; padding:24px; color:#fff !important; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); }
.ss-contact-card > a small { color:#83dfff; }
.ss-contact-card > a strong { font-size:20px; }
.ss-contact-card > a span { color:rgba(255,255,255,.6); }
.ss-contact-details { padding:38px 45px; border:1px solid #e0e7f0; }
.ss-contact-details div { padding:22px 0; border-bottom:1px solid #e5ebf1; }
.ss-contact-details div:last-child { border-bottom:0; }
.ss-contact-details small { display:block; color:var(--ss-muted); margin-bottom:9px; }
.ss-contact-details strong { line-height:1.8; }
.ss-inquiry-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:45px; }
.ss-inquiry-grid article { padding:30px; background:#fff; border:1px solid #e1e8f0; }
.ss-inquiry-grid b { color:var(--ss-blue); }
.ss-inquiry-grid h3 { margin:38px 0 10px; }
.ss-inquiry-grid p { color:var(--ss-muted); line-height:1.75; }
.ss-contact-final { text-align:center; }
.ss-contact-final > span { color:#65d5ff; letter-spacing:.18em; font-size:11px; }
.ss-contact-final h2 { color:#fff; font-size:38px; margin:20px 0 35px; }
.ss-inner-cta { margin:0; }

/* 新闻与文章 */
.ss-news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.ss-news-grid-archive { margin-top:40px; }
.ss-news-card { background:#fff; border:1px solid #e0e7ef; transition:transform .25s,box-shadow .25s; overflow:hidden; }
.ss-news-card:hover { transform:translateY(-7px); box-shadow:0 22px 60px rgba(15,43,74,.11); }
.ss-news-cover { display:block; aspect-ratio:16/9; overflow:hidden; background:#0a2948; }
.ss-news-cover img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.ss-news-card:hover .ss-news-cover img { transform:scale(1.045); }
.ss-news-placeholder { position:relative; display:flex; height:100%; padding:25px; flex-direction:column; justify-content:space-between; color:#fff; background:radial-gradient(circle at 80% 25%,rgba(66,194,239,.35),transparent 30%),linear-gradient(135deg,#071a2f,#0d5a91); }
.ss-news-placeholder::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:35px 35px; }
.ss-news-placeholder i,.ss-news-placeholder b { position:relative; z-index:1; }
.ss-news-placeholder i { color:#65d6ff; font-size:11px; letter-spacing:.18em; }
.ss-news-placeholder b { font-size:21px; }
.ss-news-body { padding:26px; }
.ss-news-meta { display:flex; justify-content:space-between; gap:12px; color:#8a97a8; font-size:12px; }
.ss-news-body h2 { font-size:20px; line-height:1.5; margin:15px 0 10px; min-height:60px; }
.ss-news-body h2 a { color:var(--ss-ink); }
.ss-news-body p { color:var(--ss-muted); line-height:1.75; font-size:14px; min-height:73px; }
.ss-news-body .ss-text-link { margin-top:18px; }
.ss-news-tabs { display:flex; flex-wrap:wrap; gap:8px; padding-bottom:22px; border-bottom:1px solid #e0e7ef; }
.ss-news-tabs a { padding:10px 18px; color:var(--ss-muted) !important; border-radius:999px; background:#f2f5f9; }
.ss-news-tabs a:hover,.ss-news-tabs a.is-active { color:#fff !important; background:var(--ss-blue); }
.ss-pagination { margin-top:48px; }
.ss-pagination .nav-links { display:flex; justify-content:center; gap:8px; }
.ss-pagination .page-numbers { padding:10px 15px; border:1px solid #dce4ed; color:var(--ss-ink); }
.ss-pagination .current { color:#fff; background:var(--ss-blue); border-color:var(--ss-blue); }
.ss-article-header { padding:175px 0 80px; color:#fff; background:linear-gradient(120deg,#061528,#0b365f); }
.ss-article-header .ss-breadcrumb { margin-bottom:55px; }
.ss-article-header h1 { max-width:920px; color:#fff; font-size:clamp(36px,5vw,62px); line-height:1.3; margin:18px 0 0; }
.ss-article-meta { display:flex; gap:20px; color:rgba(255,255,255,.56); font-size:13px; }
.ss-article-meta a { color:rgba(255,255,255,.7) !important; }
.ss-article-cover { margin-top:60px; }
.ss-article-cover img { width:100%; max-height:650px; object-fit:cover; }
.ss-article-layout { display:grid; grid-template-columns:minmax(0,780px) 260px; justify-content:space-between; gap:70px; padding-top:75px; padding-bottom:90px; }
.ss-article-content { font-size:17px; line-height:2; color:#334258; }
.ss-article-content h2,.ss-article-content h3 { color:var(--ss-ink); margin-top:2em; }
.ss-article-content img { height:auto; }
.ss-article-aside { position:sticky; top:120px; align-self:start; padding:25px 0; border-top:3px solid var(--ss-blue); }
.ss-article-aside span { color:var(--ss-blue); font-size:11px; letter-spacing:.15em; }
.ss-article-aside p { color:var(--ss-muted); line-height:1.7; }
.ss-article-aside a { font-size:13px; color:var(--ss-blue); }
.ss-post-nav { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding-bottom:80px; }
.ss-post-nav > div { padding:24px; border:1px solid #e0e7ef; }
.ss-post-nav small { display:block; color:var(--ss-muted); margin-bottom:8px; }
.ss-post-nav a { color:var(--ss-ink); font-weight:600; }
.ss-generic-content { max-width:900px; font-size:17px; line-height:2; }

/* 典型案例场景 */
.ss-case-intro { background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%); }
.ss-case-notice { display:grid; grid-template-columns:120px 1fr; gap:28px; align-items:start; margin-bottom:72px; padding:25px 30px; border-left:4px solid var(--ss-blue); background:#eef5fc; }
.ss-case-notice b { color:var(--ss-blue); font-size:15px; }
.ss-case-notice p { margin:0; color:#5d6e82; font-size:14px; line-height:1.85; }
.ss-case-filters { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.ss-case-filters button { padding:10px 17px; color:var(--ss-muted); border:1px solid #dce5ef; border-radius:999px; background:#fff; cursor:pointer; transition:.2s; }
.ss-case-filters button:hover,.ss-case-filters button.is-active { color:#fff; border-color:var(--ss-blue); background:var(--ss-blue); }
.ss-case-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:46px; }
.ss-case-card { display:flex; min-height:690px; flex-direction:column; padding:40px; border:1px solid #dce5ee; border-radius:14px; background:#fff; box-shadow:0 12px 35px rgba(12,40,70,.04); scroll-margin-top:105px; transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,opacity .2s ease; }
.ss-case-card:hover { transform:translateY(-7px); border-color:#b9d1e9; box-shadow:0 25px 65px rgba(12,40,70,.11); }
.ss-case-card.is-filtered-out { display:none; }
.ss-case-card > header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:22px; border-bottom:1px solid #e4eaf1; }
.ss-case-card > header span { color:var(--ss-blue); font-size:12px; font-weight:800; letter-spacing:.14em; }
.ss-case-card > header small { color:#8896a7; }
.ss-case-title { display:grid; grid-template-columns:58px 1fr; gap:20px; align-items:center; padding:30px 0 22px; }
.ss-case-title h2 { margin:0; font-size:28px; line-height:1.35; }
.ss-case-mark { width:58px; height:58px; display:grid; place-items:center; color:#fff; border-radius:15px; background:linear-gradient(135deg,#1165d6,#29a9d3); font-size:22px; font-weight:800; box-shadow:0 12px 25px rgba(23,105,224,.2); }
.ss-case-facts { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:28px; }
.ss-case-facts span { padding:7px 10px; color:#52657b; border-radius:5px; background:#eef3f8; font-size:12px; }
.ss-case-detail { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.ss-case-detail > div { padding:22px; background:#f7f9fc; border-top:2px solid #cad9e9; }
.ss-case-detail b { display:block; margin-bottom:10px; color:var(--ss-ink); font-size:14px; }
.ss-case-detail p { margin:0; color:var(--ss-muted); font-size:14px; line-height:1.8; }
.ss-case-card > footer { display:grid; grid-template-columns:1.2fr .8fr; gap:25px; margin-top:auto; padding-top:28px; border-top:1px solid #e2e8ef; }
.ss-case-card > footer > div { display:flex; align-content:flex-start; flex-wrap:wrap; gap:7px; }
.ss-case-card > footer b { width:100%; margin-bottom:5px; font-size:13px; }
.ss-case-card > footer span { padding:6px 9px; color:#285b8c; border:1px solid #cfe0ef; border-radius:4px; font-size:11px; }
.ss-case-card > footer p { margin:0; padding-left:20px; color:#4c6076; border-left:1px solid #dce4ec; font-size:13px; line-height:1.75; }
.ss-case-card > footer p small { display:block; margin-bottom:5px; color:var(--ss-blue); font-weight:700; }
.ss-case-method { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:48px; background:rgba(255,255,255,.13); }
.ss-case-method article { min-height:245px; padding:34px 28px; background:#0a2139; }
.ss-case-method b { color:#67d6ff; }
.ss-case-method h3 { margin:55px 0 12px; color:#fff; font-size:22px; }
.ss-case-method p { color:rgba(255,255,255,.6); line-height:1.8; }
.ss-case-preview { background:#f5f8fc; }
.ss-case-preview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.ss-case-preview-card { position:relative; min-height:320px; padding:32px; display:flex; flex-direction:column; color:#fff !important; border-radius:12px; overflow:hidden; background:linear-gradient(145deg,#08203a,#0d5780); transition:.25s; }
.ss-case-preview-card:nth-child(2) { background:linear-gradient(145deg,#101f40,#4a3b78); }
.ss-case-preview-card:nth-child(3) { background:linear-gradient(145deg,#0c263d,#156872); }
.ss-case-preview-card::after { content:""; position:absolute; width:230px; height:230px; right:-95px; top:-100px; border:1px solid rgba(255,255,255,.14); border-radius:50%; transition:.35s; }
.ss-case-preview-card:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(10,43,73,.16); }
.ss-case-preview-card:hover::after { transform:scale(1.15); }
.ss-case-preview-card > span { position:relative; z-index:1; color:#77dcff; font-size:11px; letter-spacing:.15em; }
.ss-case-preview-card h3 { position:relative; z-index:1; margin:55px 0 15px; color:#fff; font-size:25px; line-height:1.45; }
.ss-case-preview-card p { color:rgba(255,255,255,.67); line-height:1.8; }
.ss-case-preview-card b { margin-top:auto; color:#fff; font-size:13px; }
.ss-error-page { min-height:760px; display:grid; place-items:center; padding:150px 0 90px; text-align:center; color:#fff; background:radial-gradient(circle at 50% 40%,rgba(25,119,224,.35),transparent 34%),linear-gradient(135deg,#061528,#0b3f6d); }
.ss-error-inner > span { color:#68d6ff; letter-spacing:.16em; font-size:12px; }
.ss-error-inner > strong { display:block; font-size:clamp(110px,20vw,230px); line-height:.9; color:rgba(255,255,255,.08); }
.ss-error-inner h1 { color:#fff; font-size:40px; margin:-40px 0 16px; }
.ss-error-inner p { color:rgba(255,255,255,.68); margin-bottom:34px; }
.ss-error-inner > div { display:flex; justify-content:center; gap:12px; }

@media (max-width: 1024px) {
  .ss-feature-grid-4,.ss-value-grid,.ss-inquiry-grid,.ss-format-grid,.ss-case-method { grid-template-columns:repeat(2,1fr); }
  .ss-nav { gap:22px; font-size:14px; }
  .ss-process-stage { grid-template-columns:80px 1fr; }
  .ss-stage-output { grid-column:2; }
  .ss-about-story,.ss-deliverable-layout { gap:50px; }
  .ss-article-layout { grid-template-columns:minmax(0,1fr) 220px; }
}

@media (max-width: 800px) {
  body.ss-corporate-site.admin-bar .ss-header { top:46px; }
  .ss-nav > a:not(.ss-nav-cta)::after { display:none; }
  .ss-page-hero { min-height:440px; padding:145px 0 72px; }
  .ss-page-hero .ss-breadcrumb { margin-bottom:40px; }
  .ss-page-hero h1 { font-size:42px; }
  .ss-page-hero p { font-size:16px; }
  .ss-pillar,.ss-learning-level { grid-template-columns:1fr; gap:20px; }
  .ss-pillar-number { font-size:46px; }
  .ss-feature-grid-3,.ss-service-matrix,.ss-decision-grid,.ss-intro-split,.ss-deliverable-layout,.ss-about-story,.ss-contact-page,.ss-news-grid,.ss-proof-grid,.ss-case-grid,.ss-case-preview-grid { grid-template-columns:1fr; }
  .ss-case-notice { grid-template-columns:1fr; gap:9px; margin-bottom:50px; }
  .ss-case-filters { justify-content:flex-start; }
  .ss-content-flow { display:grid; grid-template-columns:1fr; }
  .ss-content-flow i { transform:rotate(90deg); text-align:center; }
  .ss-process-stage { grid-template-columns:60px 1fr; gap:20px; }
  .ss-article-layout { grid-template-columns:1fr; padding-top:55px; }
  .ss-article-aside { position:static; }
  .ss-section-head-row,.ss-location-block { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 560px) {
  .ss-page-hero { min-height:410px; }
  .ss-page-hero h1 { font-size:36px; }
  .ss-page-orb-one { right:-45%; }
  .ss-pillar { padding:32px 24px; }
  .ss-pillar h2,.ss-service-panel h3 { font-size:25px; }
  .ss-feature-grid-4,.ss-value-grid,.ss-inquiry-grid,.ss-format-grid,.ss-deliverable-list { grid-template-columns:1fr; }
  .ss-service-panel { min-height:auto; padding:32px 24px; }
  .ss-service-panel ul { grid-template-columns:1fr; }
  .ss-learning-level { padding:34px 0; }
  .ss-process-stage { grid-template-columns:1fr; }
  .ss-stage-output { grid-column:1; }
  .ss-about-year { min-height:250px; padding:35px; }
  .ss-about-year strong { font-size:62px; }
  .ss-contact-card,.ss-contact-details { padding:34px 24px; }
  .ss-contact-card > a { margin-top:40px; }
  .ss-contact-card > a strong { font-size:15px; }
  .ss-article-header { padding:145px 0 60px; }
  .ss-article-header h1 { font-size:34px; }
  .ss-post-nav { grid-template-columns:1fr; }
  .ss-case-card { min-height:auto; padding:28px 22px; }
  .ss-case-card > header { align-items:flex-start; flex-direction:column; gap:7px; }
  .ss-case-title { grid-template-columns:48px 1fr; }
  .ss-case-mark { width:48px; height:48px; border-radius:12px; }
  .ss-case-title h2 { font-size:23px; }
  .ss-case-detail,.ss-case-card > footer,.ss-case-method { grid-template-columns:1fr; }
  .ss-case-card > footer { margin-top:28px; }
  .ss-case-card > footer p { padding:18px 0 0; border-top:1px solid #dce4ec; border-left:0; }
}
