:root {
  --bg: #0b0f15;
  --bg-2: #111721;
  --panel: #171d27;
  --panel-2: #0f141d;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f7fb;
  --muted: #aeb7c6;
  --paper: #f5f6f8;
  --ink: #1d2633;
  --ink-2: #647080;
  --blue: #2f80ed;
  --red: #d83a34;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

/* Final premium skin: must stay at end of file */
body {
  background: radial-gradient(circle at 70% 0%, rgba(50, 126, 210, 0.18), transparent 34%), linear-gradient(180deg, #05070b 0%, #090d13 48%, #05070b 100%);
  color: #f7f8fb;
}

.site-header {
  height: 68px;
  padding: 0 clamp(22px, 5vw, 86px);
  background: rgba(5, 7, 11, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.logo {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.logo::after {
  content: "AI Systems";
  display: block;
  margin-top: 2px;
  color: #7c8797;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  gap: clamp(16px, 2vw, 34px);
  color: #aab3c2;
  font-size: 13px;
  font-weight: 650;
}

.main-nav a {
  position: relative;
  padding: 24px 0 22px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 1px;
  transform: scaleX(0);
  background: linear-gradient(90deg, transparent, #69b7ff, transparent);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.button,
button.button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(103, 183, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, #2b98ff 0%, #0969d8 100%);
  box-shadow: 0 14px 34px rgba(31, 143, 255, 0.25);
  font-size: 14px;
  font-weight: 850;
}

.button.secondary,
.button.dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.hero,
.section,
.page-hero {
  padding-left: clamp(22px, 5vw, 86px);
  padding-right: clamp(22px, 5vw, 86px);
}

.cinematic-hero {
  min-height: min(900px, calc(100vh - 68px));
  grid-template-columns: minmax(360px, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(28px, 4vw, 70px);
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.82) 38%, rgba(5, 7, 11, 0.38) 100%), url("assets/generated/hero-ai-studio.jpg") center / cover;
}

.eyebrow {
  color: #82c7ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.cinematic-hero h1 {
  max-width: 900px;
  color: #f8fbff;
  font-size: clamp(46px, 6.8vw, 104px);
  font-weight: 900;
  line-height: 0.98;
}

.lead {
  color: #c7d0dd;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.82;
}

.product-stage {
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 48%, rgba(42, 119, 208, 0.18), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: none;
}

.product-stage img {
  width: min(92%, 760px);
  max-height: 620px;
  filter: drop-shadow(0 42px 70px rgba(0, 0, 0, 0.58));
}

.glass-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(6, 9, 14, 0.72);
}

.stats,
.section.light,
.section.dark,
.page-hero {
  background: radial-gradient(circle at 84% 18%, rgba(46, 108, 188, 0.11), transparent 34%), linear-gradient(180deg, #090d13 0%, #05070b 100%);
  color: #eef3f8;
}

.section {
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
}

.section-title h2 {
  color: #f5f8fc;
  font-size: clamp(34px, 4.5vw, 68px);
  font-weight: 900;
}

.section-title p {
  color: #9da8b8;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.case-feature,
.matrix-card,
.article,
.spec-card,
.auth-card,
.sidebar-card,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.admin-main,
.admin-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
  color: #eef3f8;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-card h3,
.resource-card h3,
.case-card h3,
.matrix-card h3,
.article h3,
.contact-card h3,
.video-copy h3,
.solution-card h3 {
  color: #f8fbff;
}

.product-card p,
.resource-card p,
.case-card p,
.matrix-card p,
.article p,
.contact-card p,
.video-copy p,
.video-card p,
.solution-card p {
  color: #a9b5c4;
}

.product-card,
.resource-card,
.case-card,
.matrix-card,
.article {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card:hover,
.resource-card:hover,
.case-card:hover,
.matrix-card:hover,
.article:hover {
  transform: translateY(-4px);
  border-color: rgba(105, 183, 255, 0.38);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
}

.tag {
  border: 1px solid rgba(105, 183, 255, 0.24);
  background: rgba(31, 143, 255, 0.12);
  color: #8eccff;
  font-weight: 850;
}

.text-link {
  color: #69b7ff;
}

.case-card img,
.case-spotlight-media img,
.case-hero-link img,
.resource-card img,
.product-media img {
  filter: saturate(0.84) contrast(1.08);
}

.contact-card input,
.contact-card textarea,
.contact-card select,
.field input,
.field textarea,
.field select {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f6f8fb;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #738093;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #05070b;
  color: #7f8b9b;
}

.quick-contact a {
  background: rgba(5, 7, 11, 0.82);
  border-color: rgba(105, 183, 255, 0.24);
  backdrop-filter: blur(18px);
}

@media (max-width: 900px) {
  .site-header {
    height: 62px;
  }

  .main-nav {
    background: rgba(5, 7, 11, 0.96);
  }

  .main-nav a {
    padding: 12px 0;
  }

  .cinematic-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }

  .hero h1,
  .page-hero h1,
  .cinematic-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }
}

/* International premium visual pass */
:root {
  --bg: #05070b;
  --bg-2: #090d13;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-2: rgba(255, 255, 255, 0.035);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f7f8fb;
  --muted: #9aa6b6;
  --paper: #080c12;
  --ink: #eef3f8;
  --ink-2: #a7b2c0;
  --blue: #1f8fff;
  --red: #d73b36;
  --radius: 6px;
  --shadow: 0 36px 90px rgba(0, 0, 0, 0.48);
}

body {
  background:
    radial-gradient(circle at 68% 0%, rgba(52, 116, 198, 0.18), transparent 34%),
    linear-gradient(180deg, #05070b 0%, #0a0e14 48%, #05070b 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  text-rendering: geometricPrecision;
}

.site-header {
  height: 68px;
  padding: 0 clamp(22px, 5vw, 86px);
  background: rgba(5, 7, 11, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 44px rgba(0, 0, 0, 0.22);
}

.logo {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.logo::after {
  content: "AI Systems";
  display: block;
  margin-top: 2px;
  color: #7c8797;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  gap: clamp(16px, 2vw, 34px);
  color: #aab3c2;
  font-size: 13px;
  font-weight: 650;
}

.main-nav a {
  position: relative;
  padding: 24px 0 22px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, #69b7ff, transparent);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  color: #b7c1ce;
  font-weight: 650;
}

.button,
button.button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(103, 183, 255, 0.42);
  background: linear-gradient(180deg, #2b98ff 0%, #0969d8 100%);
  box-shadow: 0 14px 34px rgba(31, 143, 255, 0.25);
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
button.button:hover {
  transform: translateY(-1px);
  border-color: rgba(154, 211, 255, 0.72);
}

.button.secondary,
.button.dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.hero {
  padding-inline: clamp(22px, 5vw, 86px);
}

.cinematic-hero {
  position: relative;
  min-height: min(900px, calc(100vh - 68px));
  isolation: isolate;
  grid-template-columns: minmax(360px, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(28px, 4vw, 70px);
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.82) 38%, rgba(5, 7, 11, 0.38) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover;
}

.cinematic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(67, 154, 255, 0.22), transparent 32%);
}

.cinematic-hero::after {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  right: clamp(22px, 5vw, 86px);
  bottom: 34px;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
}

.eyebrow {
  color: #82c7ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.cinematic-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 6.8vw, 104px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.lead {
  color: #c7d0dd;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.82;
}

.product-stage {
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(42, 119, 208, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: none;
}

.product-stage::before {
  inset: 0;
  border-color: rgba(255, 255, 255, 0.08);
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.product-stage img {
  width: min(92%, 760px);
  max-height: 620px;
  filter: drop-shadow(0 42px 70px rgba(0, 0, 0, 0.58));
}

.glass-card {
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(6, 9, 14, 0.72);
}

.stats {
  background: #05070b;
  border-color: rgba(255, 255, 255, 0.08);
}

.stat {
  padding-block: 34px;
}

.stat strong {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
}

.section {
  padding: clamp(72px, 8vw, 124px) clamp(22px, 5vw, 86px);
}

.section.light,
.section.dark,
.page-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(46, 108, 188, 0.11), transparent 34%),
    linear-gradient(180deg, #090d13 0%, #05070b 100%);
  color: var(--ink);
}

.section-title {
  margin-bottom: clamp(30px, 4vw, 58px);
}

.section-title h2 {
  color: #f5f8fc;
  font-size: clamp(34px, 4.5vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
}

.section-title p {
  color: #9da8b8;
  font-size: 16px;
}

.product-grid,
.resource-grid,
.case-grid,
.solution-grid,
.matrix-grid,
.video-list {
  gap: 22px;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.case-feature,
.matrix-card,
.article,
.spec-card,
.auth-card,
.sidebar-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
  color: #eef3f8;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-card,
.resource-card,
.case-card,
.matrix-card,
.article {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card:hover,
.resource-card:hover,
.case-card:hover,
.matrix-card:hover,
.article:hover {
  transform: translateY(-4px);
  border-color: rgba(105, 183, 255, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
}

.product-card h3,
.resource-card h3,
.case-card h3,
.matrix-card h3,
.article h3,
.contact-card h3 {
  color: #f8fbff;
  font-weight: 880;
}

.product-card p,
.resource-card p,
.case-card p,
.matrix-card p,
.article p,
.contact-card p,
.spec-table,
.field label {
  color: #a9b5c4;
}

.product-media,
.resource-card img,
.case-card img,
.article img {
  background: #05070b;
}

.product-card {
  min-height: 460px;
}

.product-media img {
  filter: saturate(0.96) contrast(1.05);
}

.tag {
  border: 1px solid rgba(105, 183, 255, 0.24);
  background: rgba(31, 143, 255, 0.12);
  color: #8eccff;
  font-weight: 850;
}

.text-link {
  color: #69b7ff;
  font-weight: 850;
}

.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.34);
}

.video-copy h3,
.solution-card h3,
.solution-feature h2,
.product-feature h2,
.case-spotlight h2 {
  color: #f8fbff;
}

.video-copy p,
.video-card p,
.solution-card p,
.solution-feature p,
.product-feature p,
.case-spotlight p {
  color: #aeb9c8;
}

.case-spotlight-media img,
.case-card img,
.case-hero-link img,
.case-mini-list img {
  filter: saturate(0.78) contrast(1.08);
}

.case-card img {
  height: 245px;
}

.case-masonry .case-card:first-child img,
.case-masonry .case-card:nth-child(3) img {
  height: 390px;
}

.resource-card img {
  height: 220px;
  object-position: center;
  filter: saturate(0.92) contrast(1.06);
}

.contact-card input,
.contact-card textarea,
.contact-card select,
.field input,
.field textarea,
.field select {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f6f8fb;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #738093;
}

.wechat-box {
  border-color: rgba(105, 183, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(105, 183, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(105, 183, 255, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
  color: #b8c6d6;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #05070b;
  color: #7f8b9b;
}

.quick-contact a {
  background: rgba(5, 7, 11, 0.82);
  border-color: rgba(105, 183, 255, 0.24);
  backdrop-filter: blur(18px);
}

.admin-main,
.admin-sidebar {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  color: #eef3f8;
}

.admin-sidebar a {
  color: #a9b5c4;
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
  background: rgba(31, 143, 255, 0.14);
  color: #fff;
}

@media (max-width: 900px) {
  .site-header {
    height: 62px;
  }

  .main-nav {
    background: rgba(5, 7, 11, 0.96);
  }

  .main-nav a {
    padding: 12px 0;
  }

  .cinematic-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero h1,
  .page-hero h1,
  .cinematic-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .product-stage {
    min-height: 420px;
  }

  .section-title {
    display: block;
  }

  .section-title p {
    margin-top: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(12, 16, 22, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.logo {
  font-size: 18px;
  font-weight: 850;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: 24px;
  color: #c8cfda;
  font-size: 14px;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
}

.language-select {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}

.language-select option {
  color: #111721;
}

.menu-button {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 20px;
}

.button,
button.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.button.dark {
  background: #111721;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 74px 5vw 86px;
  background:
    radial-gradient(circle at 80% 24%, rgba(47, 128, 237, 0.24), transparent 30%),
    radial-gradient(circle at 20% 78%, rgba(216, 58, 52, 0.15), transparent 24%),
    linear-gradient(135deg, #0b0f15 0%, #161b24 54%, #252a33 100%);
}

.eyebrow {
  margin-bottom: 16px;
  color: #8fbdff;
  font-size: 14px;
  font-weight: 850;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 1.06;
  font-weight: 900;
}

.lead {
  max-width: 680px;
  margin: 24px 0 30px;
  color: #cbd2df;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #111721;
  box-shadow: var(--shadow);
}

.stage img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.glass-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(11, 15, 21, 0.76);
  backdrop-filter: blur(16px);
}

.glass-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.glass-card span {
  color: #c8d0dd;
  font-size: 14px;
  line-height: 1.55;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #080c12;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  padding: 28px 5vw;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 34px;
}

.stat span {
  color: var(--muted);
}

.section {
  padding: 76px 5vw;
}

.section.light {
  background: var(--paper);
  color: var(--ink);
}

.section.dark {
  background:
    linear-gradient(180deg, #101722 0%, #0a0e15 100%);
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.12;
}

.section-title p {
  max-width: 590px;
  margin: 0;
  color: var(--ink-2);
  line-height: 1.7;
}

.dark .section-title p,
.section-title.dark-title p {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cinematic-hero {
  min-height: 760px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(480px, 1.18fr);
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.97) 0%, rgba(12, 16, 23, 0.76) 45%, rgba(8, 11, 16, 0.56) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover;
}

.cinematic-hero h1 {
  max-width: 860px;
  font-size: clamp(44px, 5.6vw, 86px);
  letter-spacing: 0;
}

.product-stage {
  min-height: 590px;
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, #080b10, #171e29 58%, #080b10);
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-stage img {
  width: min(82%, 720px);
  height: auto;
  min-height: 0;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 36px 54px rgba(0, 0, 0, 0.46));
}

.video-showcase {
  display: grid;
  grid-template-columns: minmax(420px, 1.2fr) minmax(320px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

.video-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #070a0f;
  box-shadow: var(--shadow);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #05070a;
}

.video-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.video-copy h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.15;
}

.video-copy p {
  margin: 0;
  color: #c6cfdd;
  line-height: 1.7;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #05070a;
}

.video-card div {
  padding: 16px;
}

.video-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.video-card p {
  margin: 0;
  color: #b8c1cf;
  font-size: 14px;
  line-height: 1.55;
}

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

.resource-card,
.contact-card {
  overflow: hidden;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.resource-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center top;
  background: #111721;
}

.resource-card div,
.contact-card {
  padding: 18px;
}

.resource-card h3,
.contact-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.resource-card p,
.contact-card p {
  margin: 0 0 16px;
  color: var(--ink-2);
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.wechat-box {
  min-height: 230px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px dashed #bdc8d7;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(47, 128, 237, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(47, 128, 237, 0.08) 1px, transparent 1px),
    #f7f9fc;
  background-size: 18px 18px;
  color: #536071;
  text-align: center;
  font-weight: 800;
}

.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  gap: 8px;
}

.quick-contact a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
  border-radius: 999px;
  background: #101721;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  font-weight: 800;
}

.product-card {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(20, 28, 40, 0.08);
}

.showcase-grid,
.product-gallery {
  align-items: stretch;
}

.hero-product-card,
.product-gallery .product-card:first-child {
  grid-column: span 2;
}

.hero-product-card .product-media,
.product-gallery .product-card:first-child .product-media {
  height: 360px;
}

.product-card.dark-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.product-media {
  height: 270px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(145deg, #070a0f 0%, #151d29 54%, #0b0f16 100%);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.36));
  transition: transform 0.28s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-body {
  padding: 20px;
}

.tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2f67bd;
  font-size: 12px;
  font-weight: 850;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.25;
}

.product-body p {
  margin: 0 0 16px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.62;
}

.dark-card .product-body p {
  color: #b9c2cf;
}

.text-link {
  color: var(--blue);
  font-weight: 850;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solution-feature,
.product-feature,
.case-spotlight,
.case-editorial {
  display: grid;
  gap: 28px;
  align-items: center;
}

.solution-feature,
.product-feature {
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.solution-feature h2,
.product-feature h2,
.case-spotlight h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.08;
}

.solution-feature p,
.product-feature p,
.case-spotlight p {
  margin: 0 0 24px;
  color: #c3ccd9;
  font-size: 17px;
  line-height: 1.75;
}

.solution-feature-media,
.product-feature-media,
.case-spotlight-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: #05070b;
}

.solution-feature-media img,
.product-feature-media img {
  width: 100%;
  height: 440px;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(145deg, #05070b, #192231);
}

.solution-showcase .solution-card {
  min-height: 310px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
}

.solution-card {
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.solution-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.solution-card p {
  margin: 0 0 18px;
  color: #b7bfcc;
  line-height: 1.65;
}

.solution-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dde4ef;
  font-size: 14px;
  line-height: 1.9;
}

.case-strip,
.case-grid {
  display: grid;
  gap: 16px;
}

.case-strip,
.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-feature,
.case-card {
  overflow: hidden;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(20, 28, 40, 0.09);
}

.case-feature img,
.case-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #111721;
  filter: saturate(0.9) contrast(1.04);
}

.case-feature div,
.case-card div {
  padding: 18px;
}

.case-feature h3,
.case-card h3 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.35;
}

.case-feature p,
.case-card p {
  margin: 0 0 14px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.7;
}

.case-editorial {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.case-hero-link {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: var(--radius);
  background: #05070b;
  color: #fff;
}

.case-hero-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}

.case-hero-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.05), rgba(5, 7, 11, 0.86));
}

.case-hero-link div {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 34px;
}

.case-hero-link h3 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.04;
}

.case-hero-link p {
  margin: 0;
  max-width: 620px;
  color: #d9e0ea;
  line-height: 1.7;
}

.case-mini-list {
  display: grid;
  gap: 14px;
}

.case-mini-list a {
  min-height: 154px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 18px;
  border-radius: var(--radius);
  background: #070a0f;
  color: #fff;
}

.case-mini-list img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
  opacity: 0.76;
}

.case-mini-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 11, 0.8));
}

.case-mini-list span {
  position: relative;
  z-index: 1;
  font-weight: 850;
  line-height: 1.35;
}

.case-spotlight {
  grid-template-columns: minmax(420px, 1.15fr) minmax(320px, 0.85fr);
}

.case-spotlight-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
}

.case-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.case-facts span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #e5ebf5;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 800;
}

.case-masonry .case-card:first-child,
.case-masonry .case-card:nth-child(3) {
  grid-column: span 2;
}

.case-masonry .case-card:first-child img,
.case-masonry .case-card:nth-child(3) img {
  height: 360px;
}

.section-cta {
  margin-top: 24px;
  text-align: center;
}

.page-hero {
  padding: 78px 5vw 54px;
  background:
    linear-gradient(135deg, rgba(8, 12, 18, 0.96), rgba(22, 29, 39, 0.96)),
    url("assets/generated/hero-ai-studio.jpg") center / cover;
}

.crumbs {
  margin-bottom: 18px;
  color: #91a0b5;
  font-size: 13px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #dce2eb;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.filter.active {
  background: #111721;
  color: #fff;
}

.content-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.article-list,
.cta-panel,
.spec-card,
.admin-panel {
  overflow: hidden;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
}

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

.matrix-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.matrix-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.matrix-card p {
  margin: 0 0 18px;
  color: var(--ink-2);
  line-height: 1.65;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}

.article-page {
  padding: 34px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.article-page h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.18;
}

.article-meta {
  margin-bottom: 22px;
  color: var(--ink-2);
}

.article-page p {
  color: #3d4858;
  font-size: 17px;
  line-height: 1.9;
}

.article-page img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  margin: 22px 0;
}

.sidebar-card {
  padding: 22px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.sidebar-card h3 {
  margin: 0 0 14px;
}

.sidebar-card a {
  display: block;
  padding: 10px 0;
  color: #526073;
  border-bottom: 1px solid #edf0f4;
}

.sidebar-card a:last-child {
  border-bottom: 0;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  padding: 18px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.timeline-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.mobile-shell {
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dce2eb;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(20, 28, 40, 0.18);
}

.mobile-top {
  padding: 18px;
  background: #101721;
  color: #fff;
}

.mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 16px;
}

.mobile-tile {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border-radius: var(--radius);
  background: #f5f7fa;
  color: var(--ink);
  font-weight: 800;
}

.mobile-tile span {
  margin-top: 6px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
}

.auth-card {
  max-width: 620px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid #edf0f4;
}

.article:last-child {
  border-bottom: 0;
}

.article img {
  width: 130px;
  height: 86px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center top;
}

.article h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.article p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}

.cta-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: #101721;
  color: #fff;
}

.cta-panel h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.15;
}

.cta-panel p {
  color: #c8d0dd;
  line-height: 1.7;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  gap: 36px;
  align-items: start;
}

.detail-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #121821;
  box-shadow: var(--shadow);
}

.detail-image img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center top;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.feature strong {
  display: block;
  margin-bottom: 8px;
}

.feature span {
  color: #b9c2cf;
  line-height: 1.6;
  font-size: 14px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
}

.spec-table th {
  width: 180px;
  color: var(--ink-2);
  font-weight: 700;
}

.admin-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
}

.admin-sidebar,
.admin-main {
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.admin-sidebar {
  padding: 16px;
}

.admin-sidebar a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  color: #536071;
  font-weight: 700;
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
  background: #edf4ff;
  color: #2f67bd;
}

.admin-main {
  padding: 22px;
}

.admin-section {
  display: none;
}

.admin-section.active {
  display: block;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.metric {
  padding: 18px;
  border-radius: var(--radius);
  background: #f5f7fa;
}

.metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #526073;
  font-size: 13px;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #dce2eb;
  border-radius: 6px;
  font: inherit;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.upload-preview {
  min-height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #c7d0dd;
  border-radius: var(--radius);
  background: #f5f7fa;
  color: #6a7484;
}

.upload-preview img,
.upload-preview video {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

.admin-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.admin-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e1e5ec;
  border-radius: var(--radius);
  background: #fff;
}

.admin-thumb {
  width: 88px;
  height: 62px;
  overflow: hidden;
  border-radius: 6px;
  background: #edf0f4;
}

.admin-thumb img,
.admin-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf-thumb,
.pdf-preview {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(44, 132, 255, 0.24);
  background: rgba(44, 132, 255, 0.08);
  color: #1f6fe5;
  font-weight: 800;
}

.admin-item h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.admin-item p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.45;
}

.danger-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #f0c4c1;
  border-radius: 999px;
  background: #fff2f1;
  color: #b42318;
  cursor: pointer;
  font-weight: 700;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: none;
  max-width: 320px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: #101721;
  color: #fff;
  box-shadow: var(--shadow);
}

.toast.show {
  display: block;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .hero,
html[dir="rtl"] .product-detail,
html[dir="rtl"] .content-row,
html[dir="rtl"] .admin-layout,
html[dir="rtl"] .article {
  direction: rtl;
}

html[dir="rtl"] .main-nav,
html[dir="rtl"] .header-actions,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .filters {
  flex-direction: row-reverse;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .section-title,
html[dir="rtl"] .site-footer {
  direction: rtl;
}

html[dir="rtl"] .spec-table th,
html[dir="rtl"] .spec-table td {
  text-align: right;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 5vw;
  background: #070a0f;
  color: #8f98a8;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .main-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 5vw;
    background: rgba(12, 16, 22, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 0;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero,
  .product-detail,
  .product-feature,
  .solution-feature,
  .case-editorial,
  .case-spotlight {
    grid-template-columns: 1fr;
  }

  .product-feature-media img,
  .solution-feature-media img {
    height: 360px;
  }

  .case-spotlight-media img {
    height: 430px;
  }

  .product-grid,
  .video-list,
  .resource-grid,
  .matrix-grid,
  .case-strip,
  .case-grid,
  .solution-grid,
  .stats,
  .dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-row,
  .video-showcase,
  .article-layout,
  .admin-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .site-header {
    padding: 0 18px;
  }

  .header-actions span {
    display: none;
  }

  .hero,
  .section,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stage,
  .stage img {
    min-height: 400px;
  }

  .section-title {
    display: block;
  }

  .section-title p {
    margin-top: 12px;
  }

  .product-grid,
  .video-list,
  .resource-grid,
  .matrix-grid,
  .case-strip,
  .case-grid,
  .solution-grid,
  .stats,
  .feature-list,
  .dashboard-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cinematic-hero {
    min-height: auto;
    padding-top: 54px;
  }

  .cinematic-hero h1 {
    font-size: 42px;
  }

  .product-stage {
    min-height: 420px;
  }

  .product-stage img {
    width: 92%;
    max-height: 360px;
  }

  .hero-product-card,
  .product-gallery .product-card:first-child,
  .case-masonry .case-card:first-child,
  .case-masonry .case-card:nth-child(3) {
    grid-column: span 1;
  }

  .hero-product-card .product-media,
  .product-gallery .product-card:first-child .product-media,
  .case-masonry .case-card:first-child img,
  .case-masonry .case-card:nth-child(3) img {
    height: 270px;
  }

  .product-feature,
  .solution-feature {
    padding: 20px;
  }

  .product-feature-media img,
  .solution-feature-media img {
    height: 300px;
    padding: 18px;
  }

  .case-hero-link {
    min-height: 430px;
  }

  .case-hero-link div {
    padding: 24px;
  }

  .case-hero-link h3 {
    font-size: 32px;
  }

  .case-spotlight-media img {
    height: 320px;
  }

  .quick-contact {
    left: 12px;
    right: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .quick-contact a {
    padding: 0 10px;
    font-size: 13px;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .article {
    grid-template-columns: 1fr;
  }

  .article img {
    width: 100%;
    height: 170px;
  }

  .site-footer {
    display: block;
  }
}

/* Ultimate visual override - intentionally last */
body {
  background: radial-gradient(circle at 70% 0%, rgba(50, 126, 210, 0.18), transparent 34%), linear-gradient(180deg, #05070b 0%, #090d13 48%, #05070b 100%) !important;
  color: #f7f8fb;
}

.site-header {
  height: 68px !important;
  padding: 0 clamp(22px, 5vw, 86px) !important;
  background: rgba(5, 7, 11, 0.74) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.logo::after {
  content: "AI Systems";
  display: block;
  margin-top: 2px;
  color: #7c8797;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  gap: clamp(16px, 2vw, 34px);
  color: #aab3c2;
  font-size: 13px;
  font-weight: 650;
}

.button,
button.button {
  border: 1px solid rgba(103, 183, 255, 0.42);
  background: linear-gradient(180deg, #2b98ff 0%, #0969d8 100%);
  box-shadow: 0 14px 34px rgba(31, 143, 255, 0.25);
}

.button.secondary,
.button.dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.cinematic-hero {
  min-height: min(900px, calc(100vh - 68px));
  grid-template-columns: minmax(360px, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(28px, 4vw, 70px);
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.82) 38%, rgba(5, 7, 11, 0.38) 100%), url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.hero h1,
.page-hero h1,
.cinematic-hero h1 {
  color: #f8fbff;
  font-size: clamp(46px, 6.8vw, 104px);
  font-weight: 900;
  line-height: 0.98;
}

.eyebrow {
  color: #82c7ff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead {
  color: #c7d0dd;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.82;
}

.product-stage {
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 48%, rgba(42, 119, 208, 0.18), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: none;
}

.section.light,
.section.dark,
.page-hero,
.stats {
  background: radial-gradient(circle at 84% 18%, rgba(46, 108, 188, 0.11), transparent 34%), linear-gradient(180deg, #090d13 0%, #05070b 100%) !important;
  color: #eef3f8;
}

.section-title h2 {
  color: #f5f8fc;
  font-size: clamp(34px, 4.5vw, 68px);
  font-weight: 900;
}

.section-title p {
  color: #9da8b8;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.matrix-card,
.article,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.admin-main,
.admin-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)) !important;
  color: #eef3f8 !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-card h3,
.resource-card h3,
.case-card h3,
.matrix-card h3,
.article h3,
.contact-card h3,
.video-copy h3,
.solution-card h3 {
  color: #f8fbff !important;
}

.product-card p,
.resource-card p,
.case-card p,
.matrix-card p,
.article p,
.contact-card p,
.video-copy p,
.video-card p,
.solution-card p {
  color: #a9b5c4 !important;
}

.tag {
  border: 1px solid rgba(105, 183, 255, 0.24);
  background: rgba(31, 143, 255, 0.12) !important;
  color: #8eccff !important;
}

.text-link {
  color: #69b7ff !important;
}

.case-card img,
.case-spotlight-media img,
.case-hero-link img,
.resource-card img,
.product-media img {
  filter: saturate(0.84) contrast(1.08);
}

@media (max-width: 900px) {
  .site-header {
    height: 62px !important;
  }

  .cinematic-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero h1,
  .page-hero h1,
  .cinematic-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }
}

.product-lines-section {
  padding-top: clamp(64px, 8vw, 112px);
}

.product-line-layout {
  display: grid;
  gap: 34px;
}

.product-line,
.line-summary-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.032));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.product-line::before,
.line-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(106, 190, 255, 0.18), transparent 36%, rgba(255, 255, 255, 0.055));
}

.product-line {
  padding: clamp(22px, 3vw, 42px);
}

.product-line-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}

.product-line-header h2,
.line-summary-body h3 {
  margin: 12px 0;
  color: #f8fbff;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
}

.product-line-header p,
.line-summary-body p,
.line-summary-body li {
  color: #aeb9c8;
  line-height: 1.78;
}

.line-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(105, 183, 255, 0.28);
  background: rgba(31, 143, 255, 0.13);
  color: #91ceff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.product-line-products .product-card {
  min-height: 100%;
}

.product-line-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.line-summary-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  min-height: 430px;
  color: inherit;
  text-decoration: none;
}

.line-summary-media {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.line-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08);
}

.line-summary-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.line-summary-body ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.line-summary-body li {
  padding-left: 18px;
  background: linear-gradient(90deg, #69b7ff 0 6px, transparent 6px) 0 0.75em / 10px 2px no-repeat;
}

@media (max-width: 1100px) {
  .product-line-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .line-summary-card {
    grid-template-columns: 1fr;
  }

  .line-summary-media {
    min-height: 240px;
  }
}

@media (max-width: 760px) {
  .product-line-header,
  .product-line-summary,
  .product-line-products {
    grid-template-columns: 1fr;
  }

  .product-line-header .button {
    width: 100%;
  }
}

/* Sobey-inspired broadcast technology edition */
:root {
  --broadcast-navy: #071a33;
  --broadcast-blue: #005baa;
  --broadcast-cyan: #00a8e8;
  --broadcast-page: #f4f6f9;
  --broadcast-ink: #111827;
  --broadcast-muted: #5f6b7a;
  --broadcast-line: #dce2ea;
}

body {
  background: var(--broadcast-page) !important;
  color: var(--broadcast-ink) !important;
}

.site-header {
  height: 72px !important;
  background: rgba(7, 26, 51, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.logo {
  font-size: 21px;
  color: #fff !important;
}

.logo::after {
  color: #6fd3ff !important;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 14px;
}

.main-nav a.active,
.main-nav a:hover {
  color: #fff !important;
}

.header-actions span {
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.button,
button.button {
  min-height: 44px;
  border-radius: 3px !important;
  border-color: var(--broadcast-blue) !important;
  background: var(--broadcast-blue) !important;
  font-weight: 800;
}

.button.secondary,
.button.dark {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  color: var(--broadcast-navy) !important;
}

.cinematic-hero {
  min-height: min(820px, calc(100vh - 72px)) !important;
  grid-template-columns: minmax(380px, 0.82fr) minmax(520px, 1.18fr) !important;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.94) 0%, rgba(7, 26, 51, 0.78) 42%, rgba(7, 26, 51, 0.24) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.cinematic-hero h1 {
  max-width: 900px;
  font-size: clamp(44px, 6vw, 88px) !important;
  line-height: 1.02 !important;
}

.cinematic-hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84) !important;
}

.eyebrow {
  color: #77d9ff !important;
}

.hero-capabilities span {
  border-radius: 3px !important;
  border-color: rgba(119, 217, 255, 0.35) !important;
  background: rgba(0, 91, 170, 0.28) !important;
}

.product-stage {
  min-height: clamp(500px, 48vw, 700px);
}

.product-stage img {
  width: min(46vw, 660px);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.32)) !important;
}

.glass-card {
  width: min(380px, 82%);
  border-left: 4px solid var(--broadcast-cyan) !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff !important;
  border-bottom: 1px solid var(--broadcast-line) !important;
}

.stat {
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--broadcast-line);
  text-align: left;
}

.stat strong {
  color: var(--broadcast-blue) !important;
}

.home-solution-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1240px, calc(100% - 44px));
  margin: 34px auto 0;
  background: #fff;
  border: 1px solid var(--broadcast-line);
}

.home-solution-band a {
  display: grid;
  gap: 9px;
  min-height: 172px;
  padding: clamp(22px, 2.4vw, 34px);
  border-right: 1px solid var(--broadcast-line);
  color: var(--broadcast-ink);
}

.home-solution-band a:last-child {
  border-right: 0;
}

.home-solution-band span {
  color: var(--broadcast-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-solution-band strong {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.home-solution-band em {
  color: var(--broadcast-muted);
  font-style: normal;
  line-height: 1.7;
}

.home-solution-band a:hover {
  background: var(--broadcast-navy);
  color: #fff;
}

.home-solution-band a:hover span,
.home-solution-band a:hover em {
  color: rgba(255, 255, 255, 0.78);
}

.section,
.section.light,
.section.dark,
.page-hero {
  background: var(--broadcast-page) !important;
}

.home-feature-video {
  margin-top: 0;
}

.section-title h2 {
  max-width: 860px;
  color: var(--broadcast-ink) !important;
  font-size: clamp(34px, 4vw, 62px) !important;
}

.section-title p,
.section p,
.line-summary-body p,
.line-summary-body li,
.solution-card p,
.matrix-card p {
  color: var(--broadcast-muted) !important;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.matrix-card,
.article,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.product-line,
.line-summary-card,
.case-hero-link {
  border: 1px solid var(--broadcast-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.solution-card,
.matrix-card {
  min-height: 260px;
  padding: clamp(24px, 2.6vw, 38px);
}

.solution-card h3,
.matrix-card h3,
.line-summary-body h3 {
  color: var(--broadcast-navy) !important;
}

.solution-card:hover,
.matrix-card:hover,
.line-summary-card:hover,
.case-hero-link:hover,
.product-card:hover {
  border-color: rgba(0, 91, 170, 0.32) !important;
  box-shadow: 0 18px 42px rgba(7, 26, 51, 0.10) !important;
}

.line-summary-card {
  min-height: 560px;
}

.line-summary-media {
  min-height: 320px;
  background: #e7ebf1 !important;
}

.line-summary-media img,
.product-media img,
.case-hero-link img,
.resource-card img {
  filter: saturate(1.04) contrast(1.02) brightness(1) !important;
}

.line-badge,
.tag {
  border-radius: 2px !important;
  background: #e8f2ff !important;
  color: var(--broadcast-blue) !important;
}

.text-link {
  color: var(--broadcast-blue) !important;
}

.site-footer {
  background: var(--broadcast-navy) !important;
}

@media (max-width: 1080px) {
  .home-solution-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solution-band a:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .cinematic-hero {
    min-height: auto !important;
  }

  .stats,
  .home-solution-band {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
  }

  .stat,
  .home-solution-band a {
    border-right: 0;
    border-bottom: 1px solid var(--broadcast-line);
  }

  .home-solution-band a:last-child {
    border-bottom: 0;
  }

  .line-summary-card {
    min-height: 0;
  }
}

.ai-promotion-hero {
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.98), rgba(5, 7, 11, 0.74)), url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.automation-flow,
.automation-system,
.promotion-lane-grid,
.ai-output-grid {
  display: grid;
  gap: 18px;
}

.automation-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.automation-system {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.promotion-lane-grid,
.ai-output-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.automation-flow article,
.automation-system article,
.promotion-lane,
.ai-output-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.032));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.automation-flow article::before,
.automation-system article::before,
.promotion-lane::before,
.ai-output-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(74, 166, 255, 0.18), transparent 42%);
}

.automation-flow span,
.automation-system span,
.ai-output-grid span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  color: #8eccff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.automation-flow h3,
.automation-system h3,
.promotion-lane h3,
.ai-output-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #f8fbff;
  font-size: 24px;
}

.automation-flow p,
.automation-system p,
.promotion-lane p,
.promotion-lane li,
.ai-output-grid p,
.ai-output-grid li {
  position: relative;
  z-index: 1;
  color: #aeb9c8;
  line-height: 1.72;
}

.promotion-lane ul,
.ai-output-grid ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.promotion-lane li,
.ai-output-grid li {
  padding-left: 18px;
  background: linear-gradient(90deg, #69b7ff 0 6px, transparent 6px) 0 0.75em / 10px 2px no-repeat;
}

.section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.homepage-ai-lanes {
  margin-top: 24px;
}

.crawler-status {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(105, 183, 255, 0.22);
  background: rgba(31, 143, 255, 0.1);
  color: #bcd7ed;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .automation-flow,
  .automation-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .automation-flow,
  .automation-system,
  .promotion-lane-grid,
  .ai-output-grid {
    grid-template-columns: 1fr;
  }
}

/* Enterprise flagship visual system - latest override */
:root {
  --premium-bg: #f4f8fc;
  --premium-panel: rgba(255, 255, 255, 0.86);
  --premium-panel-strong: rgba(255, 255, 255, 0.96);
  --premium-line: rgba(17, 43, 77, 0.12);
  --premium-blue: #1677ff;
  --premium-cyan: #00a6d6;
  --premium-text: #102033;
  --premium-muted: #5d6d80;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 50% -10%, rgba(84, 178, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0, 166, 214, 0.09), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 44%, #f7fbff 100%) !important;
  color: var(--premium-text);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 32, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 51, 0.026) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 68%);
}

.site-header {
  height: 74px !important;
  padding: 0 clamp(20px, 4.8vw, 92px) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  border-bottom: 1px solid rgba(17, 43, 77, 0.10) !important;
  backdrop-filter: blur(28px) saturate(1.28);
  box-shadow: 0 18px 56px rgba(30, 76, 125, 0.12);
}

.logo {
  color: #102033;
  font-size: 20px;
  font-weight: 950;
}

.logo::after {
  color: #7fd8ff;
  opacity: 0.82;
}

.main-nav {
  gap: clamp(14px, 1.7vw, 30px) !important;
}

.main-nav a {
  color: rgba(16, 32, 51, 0.70);
  font-weight: 780;
}

.main-nav a:hover,
.main-nav a.active {
  color: #0d69df;
}

.header-actions span {
  border: 1px solid rgba(17, 43, 77, 0.12);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.74);
  color: #31445a;
}

.button,
button.button {
  min-height: 46px;
  border: 1px solid rgba(119, 213, 255, 0.50) !important;
  background: linear-gradient(180deg, #5fc4ff 0%, #1584f5 52%, #0759c7 100%) !important;
  box-shadow: 0 18px 46px rgba(35, 149, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
  color: white !important;
}

.button.secondary,
.button.dark {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(17, 43, 77, 0.15) !important;
  color: #12304f !important;
  box-shadow: 0 12px 32px rgba(20, 71, 120, 0.10) !important;
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.cinematic-hero {
  position: relative;
  min-height: min(920px, calc(100vh - 74px)) !important;
  padding-top: clamp(72px, 8vw, 128px);
  padding-bottom: clamp(54px, 7vw, 104px);
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr) !important;
  background:
    linear-gradient(90deg, rgba(10, 20, 34, 0.92) 0%, rgba(14, 31, 50, 0.72) 44%, rgba(239, 247, 255, 0.22) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.cinematic-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  right: clamp(22px, 5vw, 86px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(113, 213, 255, 0.42), transparent);
}

.hero h1,
.page-hero h1,
.cinematic-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7.4vw, 116px) !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
  text-wrap: balance;
}

.lead {
  max-width: 780px;
  color: rgba(67, 82, 100, 0.88) !important;
  font-size: clamp(16px, 1.28vw, 21px) !important;
}

.cinematic-hero .lead,
.cinematic-hero h1,
.cinematic-hero .eyebrow {
  color: #f7fbff !important;
}

.eyebrow {
  color: var(--premium-cyan) !important;
  font-weight: 950;
}

.hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.hero-capabilities span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(127, 231, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #eefaff;
  font-size: 13px;
  font-weight: 800;
}

.product-stage {
  position: relative;
  min-height: clamp(520px, 50vw, 740px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(83, 182, 255, 0.20), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42), transparent 48%) !important;
}

.product-stage::before {
  content: "";
  position: absolute;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(127, 231, 255, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(83, 182, 255, 0.08), 0 0 110px rgba(42, 151, 255, 0.12);
}

.product-stage img {
  position: relative;
  z-index: 1;
  width: min(46vw, 650px);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 36px 72px rgba(24, 73, 123, 0.24)) saturate(1.02) contrast(1.02) !important;
  transform: perspective(1200px) rotateY(-9deg) rotateX(3deg);
}

.stage-orbit {
  position: absolute;
  z-index: 2;
  min-height: 36px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  color: #12304f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 48px rgba(22, 83, 145, 0.13);
}

.orbit-a {
  top: 18%;
  right: 12%;
}

.orbit-b {
  left: 6%;
  top: 44%;
}

.orbit-c {
  right: 18%;
  bottom: 20%;
}

.glass-card {
  right: 7%;
  bottom: 8%;
  width: min(360px, 80%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(239, 247, 255, 0.72));
  backdrop-filter: blur(24px);
  box-shadow: 0 28px 80px rgba(24, 73, 123, 0.17);
}

.stats {
  width: min(1180px, calc(100% - 44px));
  margin: -34px auto 0;
  padding: 0 !important;
  border: 1px solid rgba(17, 43, 77, 0.10);
  background: rgba(255, 255, 255, 0.84) !important;
  backdrop-filter: blur(24px);
  box-shadow: 0 28px 80px rgba(24, 73, 123, 0.14);
}

.stat {
  min-height: 112px;
}

.stat strong {
  font-size: clamp(28px, 3vw, 46px);
}

.section.light,
.section.dark,
.page-hero {
  background:
    radial-gradient(circle at 85% 0%, rgba(83, 182, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf5fc 100%) !important;
}

.section {
  padding-top: clamp(86px, 9vw, 150px);
  padding-bottom: clamp(86px, 9vw, 150px);
}

.section-title {
  margin-bottom: clamp(30px, 4vw, 58px);
}

.section-title h2 {
  max-width: 980px;
  font-size: clamp(36px, 5vw, 76px) !important;
  line-height: 0.98;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.section-title p {
  max-width: 760px;
  color: rgba(67, 82, 100, 0.80) !important;
  font-size: 17px;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.matrix-card,
.article,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.product-line,
.line-summary-card,
.automation-flow article,
.automation-system article,
.promotion-lane,
.ai-output-grid article {
  border: 1px solid var(--premium-line) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.82)) !important;
  box-shadow: 0 24px 70px rgba(24, 73, 123, 0.10) !important;
}

.product-card:hover,
.solution-card:hover,
.matrix-card:hover,
.line-summary-card:hover,
.article:hover,
.case-hero-link:hover,
.resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 231, 255, 0.25) !important;
  box-shadow: 0 32px 90px rgba(24, 73, 123, 0.17) !important;
}

.product-media,
.line-summary-media,
.resource-card > img,
.case-hero-link img,
.article img,
.video-card video,
.video-frame video {
  background: #eef5fb;
}

.product-media img,
.line-summary-media img,
.case-hero-link img,
.article img,
.resource-card img {
  filter: saturate(1.02) contrast(1.03) brightness(1.02) !important;
  transition: transform 380ms ease, filter 380ms ease;
}

.product-card:hover .product-media img,
.line-summary-card:hover .line-summary-media img,
.article:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.1) brightness(1) !important;
}

.video-showcase {
  gap: clamp(24px, 4vw, 62px);
}

.video-frame {
  overflow: hidden;
}

.video-frame video,
.video-card video {
  display: block;
  width: 100%;
  background: #eef5fb;
}

.product-line,
.line-summary-card {
  border-radius: 8px !important;
}

.line-summary-card {
  min-height: 500px;
}

.line-summary-body h3,
.product-line-header h2 {
  font-size: clamp(34px, 4.4vw, 66px) !important;
}

.line-badge,
.tag {
  border-radius: 999px;
}

.page-hero {
  position: relative;
  min-height: 430px;
  padding-top: clamp(92px, 10vw, 150px);
  padding-bottom: clamp(64px, 8vw, 100px);
}

.product-page-hero {
  background:
    linear-gradient(90deg, rgba(10, 20, 34, 0.90), rgba(10, 20, 34, 0.54)),
    url("assets/generated/ai-dream-factory-cover.jpg") center / cover !important;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  padding: clamp(28px, 5vw, 72px);
}

.product-feature-media img {
  height: min(560px, 52vw);
  object-fit: contain;
  filter: drop-shadow(0 28px 68px rgba(24, 73, 123, 0.22));
}

.case-editorial {
  gap: 24px;
}

.quick-contact {
  border: 1px solid rgba(17, 43, 77, 0.12);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px);
}

@media (max-width: 1080px) {
  .cinematic-hero,
  .product-feature {
    grid-template-columns: 1fr !important;
  }

  .product-stage {
    min-height: 520px;
  }

  .product-stage img {
    width: min(86vw, 620px);
  }

  .stats {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 64px !important;
  }

  .cinematic-hero {
    padding-top: 56px;
  }

  .hero h1,
  .page-hero h1,
  .cinematic-hero h1 {
    font-size: clamp(42px, 12vw, 64px) !important;
  }

  .product-stage {
    min-height: 420px;
  }

  .stage-orbit {
    display: none;
  }

  .glass-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -44px;
  }

  .line-summary-card {
    min-height: auto;
  }

  .stats {
    width: calc(100% - 28px);
  }
}

/* Bright international theme final polish */
.section,
.section.light,
.section.dark,
.product-card,
.resource-card,
.contact-card,
.case-card,
.matrix-card,
.article,
.solution-card,
.solution-feature,
.product-feature,
.product-line,
.line-summary-card,
.case-spotlight,
.admin-main,
.admin-sidebar,
.spec-card,
.auth-card {
  color: #102033 !important;
}

.section p,
.product-card p,
.resource-card p,
.contact-card p,
.case-card p,
.matrix-card p,
.article p,
.solution-card p,
.solution-feature p,
.product-feature p,
.product-line p,
.line-summary-card p,
.case-spotlight p,
.admin-main p,
.spec-table td,
.field label {
  color: rgba(58, 75, 94, 0.82) !important;
}

.section h1,
.section h2,
.section h3,
.section h4,
.product-card h3,
.resource-card h3,
.case-card h3,
.matrix-card h3,
.article h3,
.solution-card h3,
.line-summary-body h3,
.product-line-header h2,
.admin-main h2,
.admin-main h3 {
  color: #102033 !important;
}

.cinematic-hero h1,
.cinematic-hero h2,
.cinematic-hero h3,
.cinematic-hero p,
.cinematic-hero .lead,
.product-page-hero h1,
.product-page-hero p,
.product-page-hero .lead {
  color: #f7fbff !important;
}

.stats .stat,
.glass-card,
.quick-contact {
  color: #102033 !important;
}

.stats .stat span,
.glass-card p,
.quick-contact p {
  color: rgba(58, 75, 94, 0.82) !important;
}

.page-hero .lead {
  color: rgba(58, 75, 94, 0.84) !important;
}

/* Sony-inspired corporate product portal polish */
:root {
  --sony-ink: #111;
  --sony-muted: #5f6670;
  --sony-page: #f2f3f5;
  --sony-line: #d9dde3;
  --sony-blue: #1c64d8;
}

body {
  background: var(--sony-page) !important;
  color: var(--sony-ink) !important;
}

body::before {
  display: none !important;
}

.site-header {
  height: 68px !important;
  background: rgba(0, 0, 0, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: none !important;
}

.logo {
  color: #fff !important;
  letter-spacing: 0.02em;
}

.logo::after {
  color: rgba(255, 255, 255, 0.62) !important;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff !important;
}

.header-actions span {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: rgba(255, 255, 255, 0.80) !important;
}

.button,
button.button {
  border: 1px solid #1657bf !important;
  border-radius: 4px !important;
  background: #1657bf !important;
  box-shadow: none !important;
  color: #fff !important;
}

.button:hover {
  background: #0f49a6 !important;
  transform: none !important;
}

.button.secondary,
.button.dark {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
  color: #111 !important;
  box-shadow: none !important;
}

.cinematic-hero {
  min-height: min(780px, calc(100vh - 68px)) !important;
  padding-top: clamp(72px, 8vw, 112px) !important;
  padding-bottom: clamp(48px, 7vw, 92px) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.45) 42%, rgba(0, 0, 0, 0.10) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.cinematic-hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 6.2vw, 92px) !important;
  line-height: 1 !important;
  font-weight: 850;
}

.cinematic-hero .lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.86) !important;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.72) !important;
  letter-spacing: 0.14em;
}

.hero-capabilities span {
  border-color: rgba(255, 255, 255, 0.30) !important;
  background: rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
}

.product-stage {
  background: transparent !important;
}

.product-stage::before,
.stage-orbit {
  display: none !important;
}

.product-stage img {
  width: min(44vw, 620px);
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.28)) !important;
  transform: none !important;
}

.glass-card {
  right: 4%;
  bottom: 6%;
  border-radius: 4px !important;
  border-color: rgba(255, 255, 255, 0.74) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #111 !important;
  box-shadow: none !important;
}

.stats {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.stat {
  border-right: 1px solid var(--sony-line);
}

.stat:last-child {
  border-right: 0;
}

.section,
.section.light,
.section.dark,
.page-hero {
  background: var(--sony-page) !important;
}

.section {
  padding-top: clamp(62px, 7vw, 104px);
  padding-bottom: clamp(62px, 7vw, 104px);
}

.section-title {
  margin-bottom: clamp(24px, 3.4vw, 42px);
}

.section-title h2 {
  max-width: 900px;
  font-size: clamp(34px, 4.2vw, 60px) !important;
  line-height: 1.04 !important;
  font-weight: 850;
  color: #111 !important;
}

.section-title p,
.section p,
.line-summary-body p,
.line-summary-body li,
.solution-card p,
.matrix-card p,
.case-card p,
.resource-card p,
.product-card p {
  color: var(--sony-muted) !important;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.matrix-card,
.article,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.product-line,
.line-summary-card,
.case-hero-link,
.automation-flow article,
.automation-system article,
.promotion-lane,
.ai-output-grid article {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.product-card:hover,
.solution-card:hover,
.matrix-card:hover,
.line-summary-card:hover,
.article:hover,
.case-hero-link:hover,
.resource-card:hover {
  transform: none !important;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.10) !important;
}

.product-media,
.line-summary-media,
.resource-card > img,
.case-hero-link img,
.article img,
.video-card video,
.video-frame video {
  background: #e8eaee !important;
}

.product-media img,
.line-summary-media img,
.case-hero-link img,
.article img,
.resource-card img {
  filter: saturate(1.02) contrast(1.02) brightness(1) !important;
}

.product-card:hover .product-media img,
.line-summary-card:hover .line-summary-media img,
.article:hover img {
  transform: scale(1.02) !important;
}

.line-summary-card {
  min-height: 0;
}

.line-summary-body {
  padding: clamp(24px, 3vw, 42px) !important;
}

.line-summary-body h3,
.product-line-header h2 {
  font-size: clamp(30px, 3.8vw, 54px) !important;
  color: #111 !important;
}

.line-badge,
.tag {
  border-radius: 2px !important;
  background: #edf1f7 !important;
  color: #32455f !important;
}

.text-link {
  color: var(--sony-blue) !important;
  font-weight: 800;
}

.quick-contact {
  border: 1px solid var(--sony-line) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #111 !important;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.12);
}

.site-footer {
  background: #050505 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  border-top: 0 !important;
}

@media (max-width: 1080px) {
  .product-stage img {
    width: min(82vw, 620px);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 62px !important;
  }

  .cinematic-hero h1 {
    font-size: clamp(38px, 10vw, 58px) !important;
  }

  .glass-card {
    margin-top: 0;
  }

  .stats {
    width: 100%;
  }
}

/* Sobey-style solution planning edition */
.sobey-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(2, 11, 24, 0.86) 0%, rgba(6, 24, 48, 0.72) 46%, rgba(7, 35, 70, 0.32) 100%),
    url("assets/generated/hero-ai-studio.jpg") center / cover !important;
}

.sobey-hero .product-stage {
  min-height: 520px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.sobey-hero .product-stage img {
  width: min(42vw, 680px);
  max-height: 520px;
  object-fit: contain;
}

.sobey-solution-nav {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  background: #061526;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-nav-item {
  min-height: 260px;
  padding: clamp(28px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    #071b30;
}

.solution-nav-item.primary {
  background:
    linear-gradient(135deg, rgba(32, 114, 230, 0.86), rgba(5, 24, 46, 0.92)),
    url("assets/generated/holographic-cabin-cover.jpg") center / cover;
}

.solution-nav-item span,
.cluster-card span,
.taxonomy-grid span,
.solution-lane-grid span,
.planning-timeline span,
.sobey-planning-grid span,
.sobey-system-list span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #62b7ff;
}

.solution-nav-item strong {
  display: block;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.12;
}

.solution-nav-item em {
  max-width: 380px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.sobey-overview {
  background: #f5f7fb !important;
}

.sobey-planning-grid,
.taxonomy-grid,
.solution-lane-grid,
.planning-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #dfe5ee;
  border: 1px solid #dfe5ee;
}

.sobey-planning-grid article,
.taxonomy-grid article,
.solution-lane-grid article,
.planning-timeline article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 40px);
  background: #fff;
}

.sobey-planning-grid h3,
.taxonomy-grid h3,
.solution-lane-grid h3,
.planning-timeline h3 {
  margin-top: 22px;
  margin-bottom: 14px;
  font-size: clamp(22px, 2vw, 30px);
  color: #0b1220;
}

.sobey-planning-grid p,
.taxonomy-grid p,
.solution-lane-grid p,
.planning-timeline p,
.taxonomy-grid li,
.solution-lane-grid li {
  color: #647083;
  line-height: 1.75;
}

.sobey-product-matrix {
  background: #fff !important;
}

.sobey-product-clusters {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}

.cluster-card {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(24px, 3vw, 42px);
  background: #081928;
  color: #fff;
}

.cluster-card.large {
  grid-row: span 2;
  min-height: 740px;
}

.cluster-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  transform: scale(1.01);
}

.cluster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.06), rgba(5, 11, 20, 0.88));
}

.cluster-card div {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.cluster-card h3 {
  margin: 12px 0;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.08;
}

.cluster-card p {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.75;
}

.sobey-systems-section {
  background: #eef3f8 !important;
}

.sobey-system-list {
  display: grid;
  border-top: 1px solid #d6dee9;
}

.sobey-system-list a {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 3vw, 42px) 0;
  border-bottom: 1px solid #d6dee9;
}

.sobey-system-list strong {
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.16;
  color: #0b1220;
}

.sobey-system-list em {
  font-style: normal;
  color: #647083;
  line-height: 1.7;
}

.product-taxonomy {
  background: #f5f7fb !important;
}

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

.taxonomy-grid article {
  min-height: 360px;
}

.taxonomy-grid ul,
.solution-lane-grid ul {
  padding-left: 18px;
  margin: 18px 0 0;
}

.solution-lanes {
  background: #071526 !important;
}

.solution-lane-grid {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.14);
}

.solution-lane-grid article {
  background: #0b2036;
}

.solution-lane-grid h3,
.solution-lane-grid p,
.solution-lane-grid li {
  color: rgba(255, 255, 255, 0.78) !important;
}

.solution-lane-grid h3 {
  color: #fff !important;
}

.planning-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1120px) {
  .sobey-hero {
    grid-template-columns: 1fr;
  }

  .sobey-solution-nav,
  .sobey-product-clusters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sobey-planning-grid,
  .solution-lane-grid,
  .planning-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sobey-system-list a {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .sobey-system-list em {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .sobey-solution-nav,
  .sobey-product-clusters,
  .sobey-planning-grid,
  .taxonomy-grid,
  .solution-lane-grid,
  .planning-timeline {
    grid-template-columns: 1fr;
  }

  .solution-nav-item,
  .cluster-card,
  .cluster-card.large {
    min-height: 300px;
  }

  .sobey-system-list a {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sobey-system-list em {
    grid-column: auto;
  }
}

/* Hero cleanup after visual review */
.sobey-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.62fr) !important;
  min-height: min(720px, calc(100vh - 68px)) !important;
  padding: clamp(72px, 7vw, 104px) clamp(28px, 5vw, 88px) clamp(58px, 6vw, 86px) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.sobey-hero h1,
.cinematic-hero.sobey-hero h1 {
  max-width: 780px !important;
  font-size: clamp(46px, 5.15vw, 78px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.sobey-hero .lead {
  max-width: 720px !important;
  font-size: clamp(17px, 1.35vw, 23px) !important;
  line-height: 1.85 !important;
}

.hero-system-panel {
  align-self: center;
  max-width: 520px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(7, 18, 34, 0.82), rgba(5, 12, 24, 0.62));
  color: #fff;
  backdrop-filter: blur(16px);
}

.hero-system-panel .panel-kicker {
  margin-bottom: 20px;
  color: #6dbbff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-system-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.16;
}

.hero-system-panel p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76) !important;
  line-height: 1.8;
}

.panel-lines {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.panel-lines span {
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

@media (max-width: 1080px) {
  .sobey-hero {
    grid-template-columns: 1fr !important;
  }

  .hero-system-panel {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .sobey-hero h1,
  .cinematic-hero.sobey-hero h1 {
    font-size: clamp(36px, 10vw, 52px) !important;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }
}

/* Clean premium homepage direction */
.clean-hero {
  min-height: auto !important;
  padding: clamp(72px, 8vw, 118px) clamp(24px, 5vw, 90px) clamp(66px, 7vw, 104px) !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.88fr) !important;
  background:
    linear-gradient(115deg, #f7f9fc 0%, #f7f9fc 48%, #e9f1fb 100%) !important;
  color: #0b1220 !important;
}

.clean-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 87, 191, 0.08), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(48, 139, 255, 0.20), transparent 32%);
  pointer-events: none;
}

.clean-hero > * {
  position: relative;
  z-index: 1;
}

.clean-hero .eyebrow {
  color: #1657bf !important;
}

.clean-hero h1,
.cinematic-hero.clean-hero h1 {
  max-width: 760px !important;
  color: #0b1220 !important;
  font-size: clamp(44px, 5vw, 76px) !important;
  line-height: 1.06 !important;
  font-weight: 850 !important;
}

.clean-hero .lead {
  max-width: 700px !important;
  color: #526174 !important;
  font-size: clamp(17px, 1.25vw, 22px) !important;
}

.clean-hero .hero-capabilities span {
  border-color: #cbd7e6 !important;
  background: #fff !important;
  color: #26364a !important;
}

.clean-hero .button.secondary {
  background: #fff !important;
  border-color: #d8e0eb !important;
  color: #0b1220 !important;
}

.clean-hero-visual {
  position: relative;
  align-self: center;
  min-height: 520px;
}

.clean-hero-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(11, 18, 32, 0.10);
  box-shadow: 0 28px 68px rgba(22, 45, 78, 0.18);
}

.visual-caption {
  position: absolute;
  left: clamp(18px, 2vw, 30px);
  bottom: 130px;
  width: min(330px, 68%);
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 18, 32, 0.08);
  backdrop-filter: blur(14px);
}

.visual-caption span {
  display: block;
  margin-bottom: 8px;
  color: #1657bf;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-caption strong {
  display: block;
  color: #0b1220;
  font-size: 20px;
  line-height: 1.32;
}

.visual-mini-grid {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(520px, 92%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #dce4ef;
  background: #fff;
  box-shadow: 0 18px 44px rgba(22, 45, 78, 0.12);
}

.visual-mini-grid div {
  min-height: 122px;
  padding: 18px;
  border-right: 1px solid #dce4ef;
}

.visual-mini-grid div:last-child {
  border-right: 0;
}

.visual-mini-grid strong,
.visual-mini-grid span {
  display: block;
}

.visual-mini-grid strong {
  margin-bottom: 10px;
  color: #0b1220;
  font-size: 16px;
}

.visual-mini-grid span {
  color: #657386;
  line-height: 1.6;
  font-size: 14px;
}

.stats {
  border-top: 1px solid #e3e8f0 !important;
  border-bottom: 1px solid #e3e8f0 !important;
}

.stat strong {
  font-size: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 1080px) {
  .clean-hero {
    grid-template-columns: 1fr !important;
  }

  .clean-hero-visual {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .clean-hero {
    padding-top: 54px !important;
  }

  .clean-hero h1,
  .cinematic-hero.clean-hero h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .clean-hero-visual {
    min-height: auto;
  }

  .clean-hero-visual img {
    height: 300px;
  }

  .visual-caption,
  .visual-mini-grid {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .visual-mini-grid {
    grid-template-columns: 1fr;
  }

  .visual-mini-grid div {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }
}

/* Segmented education and AV solution navigation */
.segmented-solutions {
  background: #fff !important;
}

.segment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
}

.segment-column {
  border: 1px solid #dce4ef;
  background: #f8fafc;
}

.segment-heading {
  padding: clamp(24px, 3vw, 38px);
  border-bottom: 1px solid #dce4ef;
  background: #fff;
}

.segment-heading span {
  display: block;
  margin-bottom: 10px;
  color: #1657bf;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.segment-heading h3 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(28px, 3vw, 44px);
}

.segment-column a {
  display: grid;
  gap: 8px;
  padding: clamp(20px, 2.4vw, 30px) clamp(24px, 3vw, 38px);
  border-bottom: 1px solid #dce4ef;
  background: #fff;
}

.segment-column a:last-child {
  border-bottom: 0;
}

.segment-column a strong {
  color: #0b1220;
  font-size: clamp(19px, 1.7vw, 25px);
}

.segment-column a em {
  color: #657386;
  font-style: normal;
  line-height: 1.68;
}

.segment-column a:hover {
  background: #eef5ff;
}

.detailed-taxonomy {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.detailed-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1080px) {
  .segment-columns,
  .detailed-taxonomy,
  .detailed-solution-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {
  .segment-columns,
  .detailed-taxonomy,
  .detailed-solution-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Final responsive polish: keep floating actions from covering hero content */
@media (max-width: 980px) {
  .quick-contact {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    z-index: 20 !important;
  }

  .quick-contact a {
    min-height: 50px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
  }

  .visual-mini-grid {
    position: static !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  .clean-hero-visual {
    min-height: auto !important;
  }
}

@media (max-width: 640px) {
  .visual-mini-grid {
    grid-template-columns: 1fr !important;
  }
}

/* International light skin - 2026-07-07 */
:root {
  --global-bg: #f5f8fc;
  --global-surface: #ffffff;
  --global-surface-soft: #edf4fb;
  --global-border: #d9e3ee;
  --global-ink: #07111f;
  --global-muted: #5d6b7c;
  --global-blue: #006fce;
  --global-blue-deep: #003b7a;
  --global-cyan: #46a8ff;
  --global-shadow: 0 22px 60px rgba(21, 52, 89, 0.12);
}

html {
  background: var(--global-bg) !important;
}

body {
  background:
    radial-gradient(circle at 76% 6%, rgba(74, 160, 255, 0.20), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 44%, #ffffff 100%) !important;
  color: var(--global-ink) !important;
}

.site-header {
  height: 72px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(8, 26, 49, 0.10) !important;
  box-shadow: 0 12px 36px rgba(18, 41, 72, 0.08) !important;
  backdrop-filter: blur(18px);
}

.logo,
.main-nav a,
.header-actions span,
.header-actions select,
.language-select,
select {
  color: #07111f !important;
}

.header-actions span {
  opacity: 1 !important;
}

.logo::after {
  color: #627183 !important;
}

.main-nav {
  color: #4d5c6f !important;
}

.main-nav a::after {
  background: linear-gradient(90deg, transparent, var(--global-blue), transparent) !important;
}

.button,
button.button {
  background: linear-gradient(180deg, #1087ee 0%, #0069c7 100%) !important;
  border-color: rgba(0, 111, 206, 0.45) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 111, 206, 0.24) !important;
}

.button.secondary,
.button.dark {
  background: #ffffff !important;
  border-color: #c9d6e5 !important;
  color: #102033 !important;
  box-shadow: 0 10px 26px rgba(17, 47, 82, 0.08) !important;
}

.button.secondary:hover,
.button.dark:hover {
  border-color: rgba(0, 111, 206, 0.50) !important;
  background: #f3f8ff !important;
}

.hero,
.section,
.page-hero {
  padding-left: clamp(22px, 5vw, 92px) !important;
  padding-right: clamp(22px, 5vw, 92px) !important;
}

.cinematic-hero.clean-hero,
.clean-hero {
  min-height: min(820px, calc(100vh - 72px)) !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 72% 12%, rgba(70, 168, 255, 0.25), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f2f7fd 48%, #eaf4ff 100%) !important;
  color: var(--global-ink) !important;
  overflow: hidden !important;
}

.clean-hero::before {
  opacity: 0.42 !important;
  background:
    linear-gradient(90deg, rgba(0, 111, 206, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(0, 111, 206, 0.05) 1px, transparent 1px) !important;
  background-size: 46px 46px !important;
}

.clean-hero .eyebrow,
.eyebrow {
  color: var(--global-blue) !important;
  letter-spacing: 0.16em !important;
}

.clean-hero h1,
.cinematic-hero.clean-hero h1,
.page-hero h1,
.hero h1 {
  max-width: 820px !important;
  color: #07111f !important;
  font-size: clamp(44px, 5.6vw, 86px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.clean-hero .lead,
.lead {
  max-width: 760px !important;
  color: #4f6175 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.88 !important;
}

.hero-capabilities {
  gap: 10px !important;
}

.clean-hero .hero-capabilities span {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid #cbd8e7 !important;
  color: #23364c !important;
  box-shadow: 0 10px 24px rgba(29, 63, 101, 0.07) !important;
}

.hero-actions {
  gap: 14px !important;
}

.clean-hero-visual {
  padding: clamp(10px, 1.4vw, 18px) !important;
  border: 1px solid rgba(9, 37, 70, 0.12) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 28px 80px rgba(24, 71, 122, 0.16) !important;
}

.clean-hero-visual img,
.cluster-card img,
.case-editorial img,
.product-media img,
.product-feature-media img,
.resource-card img,
.article img,
.video-card video,
.video-frame video {
  filter: brightness(1.13) saturate(1.08) contrast(0.98) !important;
}

.clean-hero-visual img {
  height: 480px !important;
  object-position: 62% center !important;
  filter: brightness(1.24) saturate(1.08) contrast(0.92) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.visual-caption,
.visual-mini-grid {
  border-color: rgba(10, 39, 73, 0.10) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 22px 60px rgba(18, 50, 86, 0.12) !important;
}

.visual-caption strong,
.visual-mini-grid strong {
  color: #07111f !important;
}

.visual-mini-grid span {
  color: #5f6d7e !important;
}

.stats,
.section.light,
.section.dark,
.page-hero,
.sobey-overview,
.sobey-product-matrix,
.sobey-systems-section,
.home-feature-video,
.segmented-solutions {
  background: var(--global-surface) !important;
  color: var(--global-ink) !important;
}

.stats {
  border-top: 1px solid var(--global-border) !important;
  border-bottom: 1px solid var(--global-border) !important;
}

.stat {
  background: #ffffff !important;
}

.stat strong {
  color: var(--global-blue) !important;
}

.stat span {
  color: #617084 !important;
}

.section:nth-of-type(even) {
  background: #f6f9fd !important;
}

.section-title h2,
.section-title.dark-title h2,
.product-card h3,
.resource-card h3,
.case-card h3,
.matrix-card h3,
.article h3,
.contact-card h3,
.video-copy h3,
.solution-card h3,
.cluster-card h3,
.sobey-planning-grid h3,
.sobey-system-list strong {
  color: var(--global-ink) !important;
}

.section-title p,
.section-title.dark-title p,
.product-card p,
.resource-card p,
.case-card p,
.matrix-card p,
.article p,
.contact-card p,
.video-copy p,
.video-card p,
.solution-card p,
.cluster-card p,
.sobey-planning-grid p,
.sobey-system-list em {
  color: var(--global-muted) !important;
}

.product-card,
.resource-card,
.contact-card,
.case-card,
.case-feature,
.matrix-card,
.article,
.spec-card,
.auth-card,
.sidebar-card,
.video-frame,
.video-card,
.video-copy,
.solution-card,
.solution-feature,
.product-feature,
.case-spotlight,
.admin-main,
.admin-sidebar,
.sobey-planning-grid article,
.segment-column,
.cluster-card,
.case-hero-link,
.case-mini-list a {
  border: 1px solid var(--global-border) !important;
  background: #ffffff !important;
  color: var(--global-ink) !important;
  box-shadow: 0 18px 48px rgba(28, 64, 104, 0.08) !important;
}

.product-card:hover,
.resource-card:hover,
.matrix-card:hover,
.article:hover,
.solution-card:hover,
.cluster-card:hover,
.sobey-planning-grid article:hover,
.case-mini-list a:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(0, 111, 206, 0.28) !important;
  box-shadow: 0 28px 70px rgba(20, 69, 123, 0.13) !important;
}

.tag,
.cluster-card span,
.sobey-planning-grid span,
.sobey-system-list span,
.segment-heading span {
  background: #eaf4ff !important;
  color: var(--global-blue) !important;
}

.segment-column,
.segment-heading,
.segment-column a {
  background: #ffffff !important;
  border-color: var(--global-border) !important;
}

.segment-column a:hover {
  background: #f1f7ff !important;
}

.sobey-system-list a {
  background: #ffffff !important;
  border-color: var(--global-border) !important;
}

.quick-contact {
  display: none !important;
}

.quick-contact a {
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #07111f !important;
  color: #ffffff !important;
  font-size: 13px !important;
}

.site-footer {
  background: #07111f !important;
  color: #a9b6c6 !important;
  border-top: 0 !important;
}

@media (max-width: 980px) {
  .site-header {
    height: auto !important;
  }

  .clean-hero {
    padding-top: 48px !important;
  }

  .clean-hero-visual img {
    height: 340px !important;
  }
}

@media (max-width: 640px) {
  .clean-hero h1,
  .cinematic-hero.clean-hero h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .button,
  button.button {
    width: 100%;
    justify-content: center;
  }
}

/* Readability corrections after visual review */
.clean-hero-visual {
  padding: 16px !important;
}

.clean-hero-visual img {
  height: 520px !important;
  object-position: 68% center !important;
}

.clean-caption {
  left: clamp(28px, 3vw, 44px) !important;
  bottom: clamp(28px, 3vw, 44px) !important;
  width: min(430px, 74%) !important;
  padding: 22px 26px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 20px 52px rgba(13, 42, 78, 0.14) !important;
}

.visual-mini-grid {
  display: none !important;
}

.stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  background: #ffffff !important;
}

.stats .stat {
  min-height: 120px !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  border-right: 1px solid var(--global-border) !important;
}

.stats .stat:last-child {
  border-right: 0 !important;
}

.stats .stat strong {
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1 !important;
}

.stats .stat span {
  margin-top: 12px !important;
  color: #5f7085 !important;
  font-size: 15px !important;
}

.sobey-product-clusters {
  align-items: stretch !important;
}

.cluster-card,
.cluster-card.large {
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: 280px 1fr !important;
  align-items: stretch !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: var(--global-ink) !important;
}

.cluster-card.large {
  grid-row: span 2 !important;
  grid-template-rows: 520px 1fr !important;
}

.cluster-card img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  opacity: 1 !important;
  transform: none !important;
  filter: brightness(1.10) saturate(1.06) contrast(0.98) !important;
}

.cluster-card::after {
  display: none !important;
}

.cluster-card div {
  position: static !important;
  z-index: auto !important;
  max-width: none !important;
  padding: clamp(24px, 2.6vw, 36px) !important;
  background: #ffffff !important;
}

.cluster-card span {
  display: inline-flex !important;
  width: fit-content !important;
  margin-bottom: 14px !important;
  padding: 4px 8px !important;
  border-radius: 2px !important;
}

.cluster-card h3 {
  margin: 0 0 12px !important;
  color: var(--global-ink) !important;
  font-size: clamp(24px, 2.4vw, 38px) !important;
  line-height: 1.15 !important;
}

.cluster-card p {
  color: var(--global-muted) !important;
}

.case-editorial {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr) !important;
  align-items: stretch !important;
}

.case-hero-link {
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: 410px 1fr !important;
  align-items: stretch !important;
  background: #ffffff !important;
  color: var(--global-ink) !important;
}

.case-hero-link img {
  position: static !important;
  inset: auto !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: brightness(1.08) saturate(1.06) contrast(0.98) !important;
}

.case-hero-link::after {
  display: none !important;
}

.case-hero-link div {
  position: static !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(26px, 3vw, 42px) !important;
  background: #ffffff !important;
}

.case-hero-link h3 {
  color: var(--global-ink) !important;
  font-size: clamp(26px, 3vw, 44px) !important;
}

.case-hero-link p {
  color: var(--global-muted) !important;
}

.case-mini-list {
  display: grid !important;
  gap: 18px !important;
}

.case-mini-list a {
  grid-template-columns: 160px 1fr !important;
  min-height: 138px !important;
  display: grid !important;
  align-items: stretch !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.case-mini-list a::after {
  display: none !important;
}

.case-mini-list img {
  position: static !important;
  inset: auto !important;
  width: 160px !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: brightness(1.08) saturate(1.05) contrast(0.98) !important;
}

.case-mini-list span {
  align-self: center !important;
  padding: 20px 22px !important;
  color: var(--global-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
}

@media (max-width: 1080px) {
  .stats,
  .sobey-product-clusters,
  .case-editorial {
    grid-template-columns: 1fr 1fr !important;
  }

  .cluster-card.large {
    grid-row: auto !important;
    grid-template-rows: 320px 1fr !important;
  }
}

@media (max-width: 720px) {
  .stats,
  .sobey-product-clusters,
  .case-editorial {
    grid-template-columns: 1fr !important;
  }

  .stats .stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--global-border) !important;
  }

  .clean-caption {
    position: static !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  .case-mini-list a {
    grid-template-columns: 1fr !important;
  }

  .case-mini-list img {
    width: 100% !important;
    height: 180px !important;
  }
}

/* Video and WeChat usability fixes - 2026-07-07 */
.video-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #101827;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 20, 34, .18), rgba(12, 20, 34, .68));
}

.video-placeholder .button {
  position: relative;
  z-index: 1;
}

.video-card video,
.video-frame video {
  background: #0f172a;
}

.mobile-entry-page {
  min-height: 100vh;
  align-items: stretch;
}

.mobile-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mobile-actions {
  margin-top: 18px;
}

.wechat-menu-note {
  margin-top: 18px;
  padding: 16px;
  background: #eef5ff;
  border: 1px solid #cfe0f5;
  color: #122033;
}

.wechat-menu-note span {
  display: block;
  margin-top: 6px;
  word-break: break-all;
  color: #1264d8;
  font-weight: 800;
}

@media (max-width: 720px) {
  .mobile-grid {
    grid-template-columns: 1fr !important;
  }

  .mobile-actions .button,
  .button-row .button {
    width: 100%;
    justify-content: center;
  }
}
