: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);
}

/* DeepSeek AI online consultant */
.ai-assistant {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  font-family: inherit;
}
.ai-assistant-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0058c9, #002c69);
  box-shadow: 0 12px 32px rgba(0, 44, 105, .32);
  font-weight: 700;
  cursor: pointer;
}
.ai-assistant-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55e790;
  box-shadow: 0 0 0 5px rgba(85, 231, 144, .18);
}
.ai-assistant-panel {
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(0, 44, 105, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0, 27, 68, .25);
}
.ai-assistant-panel[hidden], .ai-assistant-launcher[hidden] { display: none; }
.ai-assistant-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  color: #fff;
  background: linear-gradient(135deg, #0058c9, #002c69);
}
.ai-assistant-panel header div { display: grid; gap: 2px; }
.ai-assistant-panel header strong { font-size: 16px; }
.ai-assistant-panel header small { color: rgba(255,255,255,.78); font-size: 11px; }
.ai-assistant-panel header button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.ai-assistant-messages {
  display: flex;
  flex-direction: column;
  gap: 9px;
  height: 280px;
  overflow-y: auto;
  padding: 14px;
  background: #f4f7fb;
}
.ai-message {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 13px;
  color: #23334a;
  background: #fff;
  box-shadow: 0 2px 8px rgba(20, 52, 91, .07);
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.ai-message.user { align-self: flex-end; color: #fff; background: #075cc7; border-bottom-right-radius: 4px; }
.ai-message.assistant { align-self: flex-start; border-bottom-left-radius: 4px; }
.ai-assistant-contact { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; padding: 11px 12px 6px; }
.ai-assistant-contact input,
.ai-assistant-form textarea {
  width: 100%;
  border: 1px solid #d7e0eb;
  border-radius: 9px;
  color: #1d2f46;
  background: #fff;
  font: inherit;
  outline: none;
}
.ai-assistant-contact input { height: 36px; padding: 0 9px; font-size: 12px; }
.ai-assistant-form { display: flex; align-items: flex-end; gap: 8px; padding: 6px 12px; }
.ai-assistant-form textarea { min-height: 48px; max-height: 110px; resize: vertical; padding: 9px; font-size: 13px; }
.ai-assistant-contact input:focus,
.ai-assistant-form textarea:focus { border-color: #0864d8; box-shadow: 0 0 0 3px rgba(8, 100, 216, .1); }
.ai-assistant-form button {
  flex: 0 0 auto;
  min-width: 60px;
  height: 42px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #075cc7;
  font-weight: 700;
  cursor: pointer;
}
.ai-assistant-form button:disabled { opacity: .55; cursor: wait; }
.ai-assistant-note { display: block; padding: 0 12px 11px; color: #7a8796; font-size: 10px; line-height: 1.45; }
.lead-ai-reply {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 3px solid #075cc7;
  border-radius: 8px;
  color: #18314f;
  background: #edf5ff;
  line-height: 1.65;
  white-space: pre-wrap;
}
@media (max-width: 700px) {
  .ai-assistant { right: 14px; bottom: 14px; }
  .ai-assistant-panel { width: calc(100vw - 28px); }
  .ai-assistant-messages { height: min(280px, 38vh); }
  .ai-assistant-contact { grid-template-columns: 1fr; }
  .ai-assistant-launcher { min-height: 44px; padding: 0 15px; }
}

/* 2026-07-11 V2 homepage image reset: brighter, customer-facing, no heavy PPT overlays */
.home-v2 .v2-hero {
  background:
    radial-gradient(circle at 76% 20%, rgba(25, 126, 223, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 56%, #ffffff 100%) !important;
}

.home-v2 .v2-hero h1,
.home-v2 .v2-section-head h2 {
  color: #061426 !important;
  letter-spacing: 0 !important;
}

.home-v2 .v2-hero-copy p,
.home-v2 .v2-section-head p {
  color: #52657a !important;
}

.home-v2 .v2-hero-carousel {
  display: block !important;
  min-height: clamp(430px, 36vw, 610px) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 73, 130, 0.16) !important;
  box-shadow: 0 32px 80px rgba(20, 78, 148, 0.16) !important;
}

.home-v2 .v2-hero-carousel-track {
  height: 100% !important;
}

.home-v2 .v2-hero-slide {
  min-height: clamp(430px, 36vw, 610px) !important;
  border-radius: 0 !important;
  background: #f5f9ff !important;
}

.home-v2 .v2-hero-slide::before {
  display: none !important;
}

.home-v2 .v2-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(180deg, rgba(6, 20, 38, 0) 54%, rgba(6, 20, 38, 0.14) 100%) !important;
  opacity: 1 !important;
}

.home-v2 .v2-hero-slide img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(430px, 36vw, 610px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.1) contrast(1.02) saturate(1.04) !important;
  opacity: 1 !important;
  transform: none !important;
}

.home-v2 .v2-hero-slide:nth-child(2) img,
.home-v2 .v2-hero-slide:nth-child(4) img,
.home-v2 .v2-hero-slide:nth-child(5) img,
.home-v2 .v2-hero-slide:nth-child(6) img {
  object-position: center center !important;
}

.home-v2 .v2-hero-slide figcaption {
  left: clamp(22px, 3vw, 44px) !important;
  right: auto !important;
  bottom: clamp(22px, 3vw, 42px) !important;
  width: min(500px, calc(100% - 44px)) !important;
  max-width: 500px !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border-radius: 10px !important;
  color: #071426 !important;
  background: rgba(255, 255, 255, 0.91) !important;
  border: 1px solid rgba(22, 92, 160, 0.16) !important;
  box-shadow: 0 22px 54px rgba(18, 63, 112, 0.18) !important;
  backdrop-filter: blur(14px) !important;
}

.home-v2 .v2-hero-slide figcaption span {
  display: block !important;
  width: fit-content !important;
  margin-bottom: 10px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  color: #0b73d9 !important;
  background: #eaf4ff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
}

.home-v2 .v2-hero-slide figcaption strong {
  display: block !important;
  color: #061426 !important;
  font-size: clamp(26px, 2.6vw, 42px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.home-v2 .v2-hero-slide figcaption em {
  display: block !important;
  margin-top: 10px !important;
  color: #536579 !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.home-v2 .v2-hero-carousel-dots {
  left: clamp(28px, 3vw, 48px) !important;
  bottom: clamp(150px, 14vw, 190px) !important;
  z-index: 3 !important;
}

.home-v2 .v2-hero-carousel-dots span {
  background: rgba(16, 40, 70, 0.35) !important;
}

.home-v2 .v2-hero-carousel-dots span:first-child {
  background: #ed2f3a !important;
}

.home-v2 .v2-industry-media img,
.home-v2 .v2-plan-grid img,
.home-v2 .v2-project-grid img,
.home-v2 .v2-platform-items img {
  filter: brightness(1.08) contrast(1.02) saturate(1.04) !important;
  opacity: 1 !important;
}

.home-v2 .v2-platform-group,
.home-v2 .v2-industry-card,
.home-v2 .v2-video-card,
.home-v2 .v2-global-card,
.home-v2 .v2-contact-strip {
  border-radius: 14px !important;
  border-color: rgba(21, 87, 154, 0.14) !important;
  box-shadow: 0 20px 54px rgba(23, 75, 128, 0.09) !important;
}

.home-v2 .v2-service-system {
  background: #f7fbff !important;
}

.home-v2 .v2-service-list article {
  background: #ffffff !important;
}

@media (max-width: 760px) {
  .home-v2 .v2-hero-carousel,
  .home-v2 .v2-hero-slide,
  .home-v2 .v2-hero-slide img {
    min-height: 360px !important;
  }

  .home-v2 .v2-hero-slide figcaption {
    left: 16px !important;
    bottom: 16px !important;
    width: calc(100% - 32px) !important;
    padding: 16px !important;
  }

  .home-v2 .v2-hero-carousel-dots {
    left: 22px !important;
    bottom: 136px !important;
  }
}

/* Homepage V2 refinement: customer-facing hero and service flow */
.home-v2 .v2-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}

.home-v2 .v2-hero-product-board {
  gap: 0;
}

.home-v2 .v2-hero-product-board .v2-showcase-main {
  min-height: clamp(430px, 36vw, 600px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(19, 66, 118, 0.14);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(20, 65, 116, 0.16);
}

.home-v2 .v2-hero-product-board .v2-showcase-main::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.82) 100%),
    linear-gradient(90deg, rgba(5, 19, 39, 0.16), rgba(5, 19, 39, 0));
}

.home-v2 .v2-hero-product-board .v2-showcase-main img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 36vw, 600px);
  object-fit: cover;
  filter: saturate(1.04) brightness(1.08) contrast(0.98);
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption {
  left: clamp(22px, 3vw, 42px);
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  max-width: 560px;
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: 8px;
  color: #071322;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 78, 148, 0.12);
  box-shadow: 0 20px 50px rgba(12, 48, 86, 0.16);
  backdrop-filter: blur(14px);
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption span {
  color: #0b73d9;
  letter-spacing: 0.12em;
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption strong {
  color: #071322;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.2;
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption em {
  color: #516173;
  font-style: normal;
}

.home-v2 .v2-hero-product-board .v2-showcase-strip {
  display: none !important;
}

.home-v2 .v2-capabilities {
  background: #ffffff;
}

.home-v2 .v2-capabilities .v2-section-head {
  max-width: 780px;
}

.home-v2 .v2-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 57, 96, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(12, 48, 86, 0.08);
}

.home-v2 .v2-capability-grid article {
  border: 0;
  border-right: 1px solid rgba(18, 57, 96, 0.1);
  border-radius: 0;
  box-shadow: none;
  padding: clamp(26px, 3vw, 42px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-v2 .v2-capability-grid article:last-child {
  border-right: 0;
}

.home-v2 .v2-capability-grid article span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf5ff;
  color: #0b73d9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.home-v2 .v2-capability-grid article h3 {
  margin-top: 22px;
  color: #071322;
  font-size: clamp(20px, 1.5vw, 25px);
}

.home-v2 .v2-capability-grid article p {
  color: #5d6b7a;
  line-height: 1.9;
}

@media (max-width: 980px) {
  .home-v2 .v2-hero {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-hero-product-board .v2-showcase-main,
  .home-v2 .v2-hero-product-board .v2-showcase-main img {
    min-height: 360px;
  }

  .home-v2 .v2-capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v2 .v2-capability-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .home-v2 .v2-capability-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-capability-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 57, 96, 0.1);
  }

  .home-v2 .v2-capability-grid article:last-child {
    border-bottom: 0;
  }
}

/* 2026-07-15 upload polish: improve readability and upload-facing layout. */
.site-header {
  min-height: 86px !important;
  padding: 10px clamp(28px, 4vw, 88px) !important;
}
.site-header .site-logo,
.site-header .logo { min-width: 148px !important; }
.site-header .site-logo img,
.site-header .logo img {
  width: 140px !important;
  height: 66px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.site-header .main-nav a {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.96) !important;
}
.site-header .header-actions .primary-btn,
.site-header .header-actions .button {
  min-height: 48px !important;
  padding: 0 28px !important;
  font-size: 16px !important;
}
.home-v2 .v2-hero {
  min-height: calc(100vh - 86px) !important;
  padding: clamp(70px, 6vw, 112px) clamp(32px, 5vw, 96px) clamp(62px, 5vw, 96px) !important;
  gap: clamp(40px, 5vw, 90px) !important;
  align-items: center !important;
}
.home-v2 .v2-hero-copy { max-width: 760px !important; }
.home-v2 .v2-hero h1 {
  font-size: clamp(54px, 4.7vw, 90px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}
.home-v2 .v2-hero p {
  font-size: clamp(19px, 1.25vw, 24px) !important;
  line-height: 1.9 !important;
  color: #44566d !important;
}
.home-v2 .v2-hero-tabs span {
  min-height: 64px !important;
  padding: 0 28px !important;
  font-size: 17px !important;
}
.home-v2 .v2-hero-showcase,
.home-v2 .v2-hero-carousel,
.home-v2 .v2-hero-slide {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
}
.home-v2 .v2-hero-carousel {
  width: min(100%, 980px) !important;
  max-height: 640px !important;
}
.home-v2 .v2-hero-slide > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: none !important;
  opacity: 1 !important;
}
.home-v2 .v2-hero-slide::before,
.home-v2 .v2-hero-slide::after {
  display: none !important;
}
.home-v2 .v2-hero-slide figcaption {
  background: rgba(255, 255, 255, 0.94) !important;
  color: #071324 !important;
  max-width: min(520px, 54%) !important;
  padding: 24px 30px !important;
  border: 1px solid rgba(159, 181, 206, 0.55) !important;
  box-shadow: 0 18px 45px rgba(16, 49, 86, 0.18) !important;
}
.home-v2 .v2-hero-slide figcaption strong {
  color: #071324 !important;
  font-size: clamp(30px, 2.4vw, 48px) !important;
  line-height: 1.15 !important;
}
.home-v2 .v2-hero-slide figcaption em {
  color: #50657d !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}
.home-v2 .v2-section {
  padding: clamp(56px, 5vw, 88px) clamp(32px, 5vw, 96px) !important;
}
.home-v2 .v2-section-head { margin-bottom: 30px !important; }
.home-v2 .v2-section-head h2 {
  font-size: clamp(40px, 3.4vw, 64px) !important;
  line-height: 1.15 !important;
}
.home-v2 .v2-section-head p {
  font-size: clamp(17px, 1vw, 21px) !important;
  line-height: 1.7 !important;
}
.home-v2 .v2-platform-grid { gap: 22px !important; }
.home-v2 .v2-platform-items a {
  min-height: 108px !important;
  align-items: center !important;
}
.home-v2 .v2-platform-items img {
  width: 116px !important;
  height: 74px !important;
  object-fit: cover !important;
}
.home-v2 .v2-service-system {
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 56px !important;
  align-items: center !important;
}
.home-v2 .v2-service-visual img {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  object-fit: cover !important;
}
.home-v2 .v2-plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}
.home-v2 .v2-plan-grid img {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
}
.home-v2 .v2-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
.home-v2 .v2-video-global {
  align-items: stretch !important;
  gap: 28px !important;
}
.site-footer-v2 {
  display: grid !important;
  grid-template-columns: minmax(360px, 1.1fr) auto minmax(420px, 1fr) !important;
  gap: 48px !important;
  align-items: center !important;
  padding: 44px clamp(32px, 5vw, 88px) 36px !important;
  background: #07182f !important;
}
.footer-brand-block {
  display: grid !important;
  grid-template-columns: 122px 1fr !important;
  gap: 10px 24px !important;
  align-items: center !important;
}
.footer-brand-block > img {
  width: 118px !important;
  height: 94px !important;
  object-fit: contain !important;
  grid-row: span 4 !important;
  background: transparent !important;
}
.footer-brand-block strong {
  font-size: 24px !important;
  line-height: 1.35 !important;
  color: #fff !important;
}
.footer-brand-block span,
.footer-brand-block a {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: rgba(231, 239, 248, 0.88) !important;
}
.footer-social-qr {
  justify-content: center !important;
  gap: 18px !important;
}
.footer-social-qr img {
  width: 108px !important;
  height: 108px !important;
  object-fit: cover !important;
  background: #fff !important;
  padding: 8px !important;
  border-radius: 10px !important;
}
.footer-social-qr span {
  font-size: 15px !important;
  color: rgba(231, 239, 248, 0.9) !important;
}
.footer-records {
  text-align: center !important;
  justify-items: center !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: rgba(231, 239, 248, 0.86) !important;
}
.footer-records a { color: rgba(231, 239, 248, 0.92) !important; }
@media (max-width: 1100px) {
  .home-v2 .v2-hero { grid-template-columns: 1fr !important; }
  .home-v2 .v2-hero-carousel { width: 100% !important; }
  .home-v2 .v2-plan-grid,
  .home-v2 .v2-project-grid { grid-template-columns: 1fr 1fr !important; }
  .site-footer-v2 { grid-template-columns: 1fr !important; text-align: center !important; }
  .footer-brand-block { grid-template-columns: 1fr !important; justify-items: center !important; }
  .footer-brand-block > img { grid-row: auto !important; }
}
@media (max-width: 720px) {
  .site-header { min-height: 72px !important; padding: 8px 16px !important; }
  .site-header .site-logo img,
  .site-header .logo img { width: 112px !important; height: 52px !important; }
  .home-v2 .v2-hero { min-height: auto !important; padding: 44px 18px 52px !important; }
  .home-v2 .v2-hero h1 { font-size: 40px !important; }
  .home-v2 .v2-hero-slide figcaption { max-width: calc(100% - 28px) !important; padding: 18px 20px !important; }
  .home-v2 .v2-hero-slide figcaption strong { font-size: 30px !important; }
  .home-v2 .v2-hero-tabs,
  .home-v2 .v2-plan-grid,
  .home-v2 .v2-project-grid { grid-template-columns: 1fr !important; }
}

/* 2026-07-13: homepage hero carousel must stay in a standard 16:9 frame. */
.home-v2 .v2-hero-showcase.v2-hero-carousel,
.home-v2 .v2-hero-product-board.v2-hero-carousel,
.home-v2 .v2-hero-carousel {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

.home-v2 .v2-hero-carousel-track,
.home-v2 .v2-hero-slide {
  height: 100% !important;
  min-height: 0 !important;
}

.home-v2 .v2-hero-slide > img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.home-v2 .v2-hero-slide--wireless > img {
  object-position: center center !important;
}

/* EOF priority repair: mobile content must stay inside the viewport. */
@media (max-width: 900px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .site-header { width: 100%; min-width: 0; padding: 10px 18px; gap: 12px; }
  .site-logo img { width: 58px; height: 46px; object-fit: contain; }
  .header-actions { margin-left: auto; flex: 0 0 auto; }
  .header-actions > span, .header-actions > .button { display: none !important; }
  .menu-button { display: inline-flex !important; width: 42px; height: 42px; align-items: center; justify-content: center; }
  .main-nav { display: none; position: absolute; top: 66px; left: 12px; right: 12px; z-index: 50; grid-template-columns: 1fr 1fr; padding: 8px; background: #fff; box-shadow: 0 18px 50px rgba(8,39,73,.16); }
  .main-nav.open { display: grid !important; }
  .main-nav a { padding: 13px 10px; white-space: nowrap; }
  .home-v2, .home-v2 section, .home-v2 article, .home-v2 div, .home-v2 figure { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .home-v2 .v2-hero { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr) !important; gap: 30px; padding: 48px 18px 42px; overflow: hidden; }
  .home-v2 .v2-hero-copy, .home-v2 .v2-hero-showcase, .home-v2 .v2-hero-product-board, .home-v2 .v2-hero-carousel { width: 100%; min-width: 0 !important; max-width: 100% !important; }
  .home-v2 .v2-kicker { display: block; width: 100%; overflow-wrap: anywhere; font-size: 10px; line-height: 1.6; letter-spacing: .12em; }
  .home-v2 .v2-hero h1 { width: 100%; margin-top: 14px; font-size: clamp(35px,10.2vw,44px); line-height: 1.12; overflow-wrap: break-word; }
  .home-v2 .v2-hero-copy > p { width: 100%; font-size: 16px; line-height: 1.9; }
  .home-v2 .v2-hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 10px; }
  .home-v2 .v2-hero-actions a { width: 100%; min-width: 0; padding: 14px 8px; white-space: nowrap; text-align: center; }
  .home-v2 .v2-hero-facts { grid-template-columns: 1fr 1fr; width: 100%; gap: 8px; }
  .home-v2 .v2-hero-facts span { width: 100%; min-width: 0; }
  .home-v2 .v2-hero-carousel-track { width: 600% !important; max-width: none !important; }
  .home-v2 .v2-hero-slide { width: calc(100% / 6) !important; min-width: calc(100% / 6) !important; max-width: calc(100% / 6) !important; height: 330px; min-height: 330px; }
  .home-v2 .v2-hero-slide img { width: 100%; height: 330px; min-height: 330px; object-fit: cover; }
  .home-v2 .v2-hero-slide figcaption { left: 14px; right: 14px; bottom: 14px; width: auto; max-width: none; padding: 16px; }
  .home-v2 .v2-hero-slide figcaption strong { font-size: 24px; }
}

@media (max-width: 420px) {
  .home-v2 .v2-hero h1 { font-size: 35px; }
  .home-v2 .v2-hero-actions a { font-size: 14px; }
}

/* 2026-07-12 final mobile containment and brand fixes. Keep at EOF. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo img {
  display: block;
  width: 78px;
  height: 58px;
  object-fit: contain;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .site-header {
    width: 100%;
    min-width: 0;
    padding: 10px 18px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .site-logo img {
    width: 58px;
    height: 46px;
  }

  .header-actions {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .header-actions > span,
  .header-actions > .button {
    display: none !important;
  }

  .menu-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 25px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 12px;
    right: 12px;
    z-index: 50;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(15, 57, 101, 0.12);
    background: #fff;
    box-shadow: 0 18px 50px rgba(8, 39, 73, 0.16);
  }

  .main-nav.open {
    display: grid !important;
  }

  .main-nav a {
    padding: 13px 10px;
    white-space: nowrap;
  }

  .home-v2,
  .home-v2 main,
  .home-v2 section,
  .home-v2 article,
  .home-v2 div,
  .home-v2 figure {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .home-v2 .v2-hero {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px;
    padding: 48px 18px 42px;
    overflow: hidden;
  }

  .home-v2 .v2-hero-copy,
  .home-v2 .v2-hero-showcase,
  .home-v2 .v2-hero-product-board,
  .home-v2 .v2-hero-carousel {
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .home-v2 .v2-kicker {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

  .home-v2 .v2-hero h1 {
    width: 100%;
    margin-top: 14px;
    font-size: clamp(35px, 10.2vw, 44px);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .home-v2 .v2-hero-copy > p {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }

  .home-v2 .v2-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }

  .home-v2 .v2-hero-actions a {
    width: 100%;
    min-width: 0;
    padding: 14px 8px;
    white-space: nowrap;
    text-align: center;
  }

  .home-v2 .v2-hero-facts {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .home-v2 .v2-hero-facts span {
    width: 100%;
    min-width: 0;
  }

  .home-v2 .v2-hero-carousel-track {
    width: 600% !important;
    max-width: none !important;
  }

  .home-v2 .v2-hero-slide {
    width: calc(100% / 6) !important;
    min-width: calc(100% / 6) !important;
    max-width: calc(100% / 6) !important;
  }

  .home-v2 .v2-hero-product-board .v2-showcase-main,
  .home-v2 .v2-hero-product-board .v2-showcase-main img,
  .home-v2 .v2-hero-slide,
  .home-v2 .v2-hero-slide img {
    min-height: 330px;
    height: 330px;
  }

  .home-v2 .v2-hero-slide img {
    width: 100%;
    object-fit: cover;
  }

  .home-v2 .v2-hero-product-board .v2-showcase-main figcaption,
  .home-v2 .v2-hero-slide figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    max-width: none;
    padding: 16px;
  }

  .home-v2 .v2-hero-slide figcaption strong {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .home-v2 .v2-hero h1 {
    font-size: 35px;
  }

  .home-v2 .v2-hero-actions a {
    font-size: 14px;
  }
}

/* 2026-07-12 final brand, footer and responsive repair */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.site-header {
  width: 100%;
  max-width: 100%;
}

.site-logo {
  display: inline-flex !important;
  align-items: center;
  flex: 0 0 auto;
  width: 78px;
  height: 58px;
  padding: 4px !important;
  border-radius: 6px;
  overflow: hidden;
  background: #061b67;
}

.site-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v2 .v2-hero {
  width: 100%;
  max-width: 100%;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(36px, 4vw, 68px) !important;
  padding: clamp(56px, 6vw, 94px) 5vw !important;
}

.home-v2 .v2-hero-copy,
.home-v2 .v2-hero-product-board,
.home-v2 .v2-hero-carousel {
  min-width: 0 !important;
  max-width: 100% !important;
}

.home-v2 .v2-hero h1 {
  max-width: 760px !important;
  margin: 20px 0 24px !important;
  font-size: clamp(46px, 4.15vw, 70px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.home-v2 .v2-hero h1 span {
  white-space: nowrap;
}

.home-v2 .v2-kicker {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.site-footer-v2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 34px 5vw !important;
  color: #dce8f7;
  background: #071b35 !important;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.footer-brand-block > img {
  width: 86px;
  height: 80px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 6px;
}

.footer-brand-block > div,
.footer-records {
  display: grid;
  gap: 8px;
}

.footer-brand-block strong {
  color: #fff;
  font-size: 18px;
}

.footer-brand-block span,
.footer-records span {
  line-height: 1.65;
}

.footer-brand-block span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

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

.footer-records {
  justify-items: end;
  color: #9fb1c7;
  text-align: right;
}

@media (max-width: 1380px) {
  .home-v2 .v2-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-v2 .v2-hero-copy {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .site-footer-v2 {
    grid-template-columns: 1fr;
  }

  .footer-records {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px !important;
    padding: 8px 14px !important;
    gap: 8px !important;
  }

  .site-logo {
    width: 58px;
    height: 52px;
  }

  .site-header .header-actions {
    justify-self: end;
  }

  .site-header .header-actions .button {
    display: none !important;
  }

  .site-header .menu-button {
    display: inline-grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 6px;
    font-size: 23px;
  }

  .site-header .main-nav.open {
    position: absolute;
    z-index: 100;
    top: 68px;
    left: 0;
    right: 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 10px 14px 16px;
    background: #fff;
    border-top: 1px solid #dce6f0;
    box-shadow: 0 18px 40px rgba(7, 33, 64, .14);
  }

  .site-header .main-nav.open a {
    min-width: 0;
    padding: 12px 10px;
    white-space: normal;
  }

  .home-v2 .v2-hero {
    display: grid !important;
    width: 100% !important;
    min-height: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
    padding: 38px 18px 48px !important;
  }

  .home-v2 .v2-hero-copy,
  .home-v2 .v2-hero-product-board,
  .home-v2 .v2-hero-carousel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .home-v2 .v2-kicker {
    font-size: 10px !important;
    letter-spacing: 1px !important;
  }

  .home-v2 .v2-hero h1 {
    max-width: 100% !important;
    margin: 14px 0 18px !important;
    font-size: clamp(31px, 9.2vw, 39px) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
  }

  .home-v2 .v2-hero h1 br {
    display: none;
  }

  .home-v2 .v2-hero h1 span {
    white-space: normal;
  }

  .home-v2 .v2-hero-copy p {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .home-v2 .v2-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
  }

  .home-v2 .v2-button {
    width: 100%;
    min-width: 0;
    padding: 0 10px !important;
    text-align: center;
  }

  .home-v2 .v2-hero-carousel,
  .home-v2 .v2-hero-slide,
  .home-v2 .v2-hero-slide img {
    min-height: 330px !important;
  }

  .home-v2 .v2-hero-carousel {
    border-width: 6px !important;
    border-radius: 12px !important;
  }

  .home-v2 .v2-hero-slide:nth-child(5) img,
  .home-v2 .v2-hero-slide:nth-child(6) img {
    padding: 14px !important;
  }

  .home-v2 .v2-hero-slide figcaption {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 14px !important;
  }

  .home-v2 .v2-hero-slide figcaption span {
    margin-bottom: 6px !important;
    font-size: 10px !important;
  }

  .home-v2 .v2-hero-slide figcaption strong {
    font-size: 25px !important;
  }

  .home-v2 .v2-hero-slide figcaption em {
    margin-top: 6px !important;
    font-size: 13px !important;
  }

  .home-v2 .v2-hero-carousel-dots {
    left: 18px !important;
    bottom: 126px !important;
  }

  .site-footer-v2 {
    padding: 28px 18px !important;
  }

  .footer-brand-block {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-brand-block > img {
    width: 66px;
    height: 62px;
  }

  .footer-brand-block strong {
    font-size: 16px;
  }

  .footer-brand-block span,
  .footer-records span {
    font-size: 13px;
  }
}

/* 2026-07-11 final homepage visual fix: this block intentionally stays last. */
.home-v2 .v2-hero {
  background:
    radial-gradient(circle at 76% 20%, rgba(25, 126, 223, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 56%, #ffffff 100%) !important;
}

.home-v2 .v2-hero h1,
.home-v2 .v2-section-head h2 {
  color: #061426 !important;
  letter-spacing: 0 !important;
}

.home-v2 .v2-hero-copy p,
.home-v2 .v2-section-head p {
  color: #52657a !important;
}

.home-v2 .v2-hero-carousel {
  display: block !important;
  min-height: clamp(430px, 36vw, 610px) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 73, 130, 0.16) !important;
  box-shadow: 0 32px 80px rgba(20, 78, 148, 0.16) !important;
}

.home-v2 .v2-hero-carousel-track {
  height: 100% !important;
}

.home-v2 .v2-hero-slide {
  min-height: clamp(430px, 36vw, 610px) !important;
  border-radius: 0 !important;
  background: #f5f9ff !important;
}

.home-v2 .v2-hero-slide::before {
  display: none !important;
}

.home-v2 .v2-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(180deg, rgba(6, 20, 38, 0) 54%, rgba(6, 20, 38, 0.14) 100%) !important;
  opacity: 1 !important;
}

.home-v2 .v2-hero-slide img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(430px, 36vw, 610px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.1) contrast(1.02) saturate(1.04) !important;
  opacity: 1 !important;
  transform: none !important;
}

.home-v2 .v2-hero-slide figcaption {
  left: clamp(22px, 3vw, 44px) !important;
  right: auto !important;
  bottom: clamp(22px, 3vw, 42px) !important;
  width: min(500px, calc(100% - 44px)) !important;
  max-width: 500px !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border-radius: 10px !important;
  color: #071426 !important;
  background: rgba(255, 255, 255, 0.91) !important;
  border: 1px solid rgba(22, 92, 160, 0.16) !important;
  box-shadow: 0 22px 54px rgba(18, 63, 112, 0.18) !important;
  backdrop-filter: blur(14px) !important;
}

.home-v2 .v2-hero-slide figcaption span {
  display: block !important;
  width: fit-content !important;
  margin-bottom: 10px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  color: #0b73d9 !important;
  background: #eaf4ff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
}

.home-v2 .v2-hero-slide figcaption strong {
  display: block !important;
  color: #061426 !important;
  font-size: clamp(26px, 2.6vw, 42px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.home-v2 .v2-hero-slide figcaption em {
  display: block !important;
  margin-top: 10px !important;
  color: #536579 !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.home-v2 .v2-hero-carousel-dots {
  left: clamp(28px, 3vw, 48px) !important;
  bottom: clamp(150px, 14vw, 190px) !important;
  z-index: 3 !important;
}

.home-v2 .v2-hero-carousel-dots span {
  background: rgba(16, 40, 70, 0.35) !important;
}

.home-v2 .v2-hero-carousel-dots span:first-child {
  background: #ed2f3a !important;
}

.home-v2 .v2-industry-media img,
.home-v2 .v2-plan-grid img,
.home-v2 .v2-project-grid img,
.home-v2 .v2-platform-items img {
  filter: brightness(1.08) contrast(1.02) saturate(1.04) !important;
  opacity: 1 !important;
}

.home-v2 .v2-platform-group,
.home-v2 .v2-industry-card,
.home-v2 .v2-video-card,
.home-v2 .v2-global-card,
.home-v2 .v2-contact-strip {
  border-radius: 14px !important;
  border-color: rgba(21, 87, 154, 0.14) !important;
  box-shadow: 0 20px 54px rgba(23, 75, 128, 0.09) !important;
}

.home-v2 .v2-service-system {
  background: #f7fbff !important;
}

.home-v2 .v2-service-list article {
  background: #ffffff !important;
}

@media (max-width: 760px) {
  .home-v2 .v2-hero-carousel,
  .home-v2 .v2-hero-slide,
  .home-v2 .v2-hero-slide img {
    min-height: 360px !important;
  }

  .home-v2 .v2-hero-slide figcaption {
    left: 16px !important;
    bottom: 16px !important;
    width: calc(100% - 32px) !important;
    padding: 16px !important;
  }

  .home-v2 .v2-hero-carousel-dots {
    left: 22px !important;
    bottom: 136px !important;
  }
}

/* 2026-07-11 visual cleanup: remove over-dark PPT feeling and use stable product/brochure assets */
.home-v2 {
  background: #f7fbff !important;
  color: #071322 !important;
}

.home-v2 .v2-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(16, 128, 222, 0.18), transparent 34%),
    linear-gradient(180deg, #f8fcff 0%, #eef7ff 100%) !important;
}

.home-v2 .v2-hero-copy p,
.home-v2 .v2-section-head p,
.home-v2 .v2-platform-items span,
.home-v2 .v2-industry-body p,
.home-v2 .v2-industry-body h4 {
  color: #53677d !important;
}

.home-v2 .v2-hero-carousel {
  min-height: clamp(520px, 42vw, 680px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(25, 80, 135, 0.14) !important;
  background: #ffffff !important;
  box-shadow: 0 28px 80px rgba(16, 75, 136, 0.18) !important;
  overflow: hidden !important;
}

.home-v2 .v2-hero-carousel-track {
  min-height: inherit !important;
}

.home-v2 .v2-hero-slide {
  background: linear-gradient(135deg, #ffffff 0%, #eaf5ff 100%) !important;
}

.home-v2 .v2-hero-slide::before {
  opacity: 0.12 !important;
}

.home-v2 .v2-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(248, 252, 255, 0.9) 100%) !important;
}

.home-v2 .v2-hero-slide img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(520px, 42vw, 680px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.1) contrast(0.98) saturate(1.04) !important;
}

.home-v2 .v2-hero-slide:nth-child(1) img,
.home-v2 .v2-hero-slide:nth-child(2) img,
.home-v2 .v2-hero-slide:nth-child(3) img {
  object-position: center 58% !important;
}

.home-v2 .v2-hero-slide:nth-child(5),
.home-v2 .v2-hero-slide:nth-child(6) {
  background:
    linear-gradient(135deg, #f8fbff 0%, #e7f3ff 100%) !important;
}

.home-v2 .v2-hero-slide:nth-child(5) img,
.home-v2 .v2-hero-slide:nth-child(6) img {
  object-fit: contain !important;
  padding: clamp(26px, 4vw, 58px) !important;
  background: transparent !important;
}

.home-v2 .v2-hero-slide figcaption {
  left: clamp(28px, 4vw, 64px) !important;
  bottom: clamp(28px, 4vw, 60px) !important;
  max-width: min(520px, 72%) !important;
  padding: clamp(22px, 2.6vw, 34px) !important;
  border-radius: 14px !important;
  color: #071322 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(29, 91, 156, 0.16) !important;
  box-shadow: 0 24px 56px rgba(9, 55, 105, 0.16) !important;
  backdrop-filter: blur(14px);
}

.home-v2 .v2-hero-slide figcaption span {
  color: #0b73d9 !important;
  background: #edf6ff !important;
}

.home-v2 .v2-hero-slide figcaption strong {
  color: #071322 !important;
  font-size: clamp(30px, 3.4vw, 54px) !important;
  line-height: 1.08 !important;
}

.home-v2 .v2-hero-slide figcaption em {
  color: #52677d !important;
  font-style: normal !important;
}

.home-v2 .v2-hero-carousel-dots {
  left: clamp(30px, 4vw, 64px) !important;
  bottom: clamp(210px, 17vw, 250px) !important;
  z-index: 5 !important;
}

.home-v2 .v2-hero-carousel-dots span {
  background: rgba(7, 19, 34, 0.28) !important;
}

.home-v2 .v2-hero-carousel-dots span:first-child {
  background: #ee3342 !important;
}

.home-v2 .v2-industry-card,
.home-v2 .v2-platform-group,
.home-v2 .v2-video-feature,
.home-v2 .v2-contact-strip {
  border-radius: 16px !important;
  border: 1px solid rgba(21, 72, 130, 0.12) !important;
  background: #ffffff !important;
  box-shadow: 0 24px 60px rgba(14, 62, 116, 0.08) !important;
}

.home-v2 .v2-industry-media img {
  filter: brightness(1.08) contrast(0.98) saturate(1.04) !important;
}

.home-v2 .v2-product-system-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.home-v2 .v2-product-system-grid .v2-platform-group {
  padding: 22px !important;
}

.home-v2 .v2-product-system-grid .v2-platform-group h3 {
  margin-bottom: 16px !important;
  color: #071322 !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items,
.home-v2 .v2-feature-product .v2-platform-items {
  display: grid !important;
  gap: 14px !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items a,
.home-v2 .v2-feature-product .v2-platform-items a {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  min-height: 250px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(23, 83, 145, 0.12) !important;
  box-shadow: 0 14px 34px rgba(15, 65, 120, 0.08) !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items img,
.home-v2 .v2-feature-product .v2-platform-items img {
  width: 100% !important;
  height: 158px !important;
  padding: 16px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(135deg, #f7fbff 0%, #edf6ff 100%) !important;
  border-bottom: 1px solid rgba(23, 83, 145, 0.1) !important;
  filter: brightness(1.06) contrast(0.98) saturate(1.03) !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items strong,
.home-v2 .v2-feature-product .v2-platform-items strong {
  padding: 16px 16px 4px !important;
  color: #071322 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items span,
.home-v2 .v2-feature-product .v2-platform-items span {
  padding: 0 16px 18px !important;
  color: #5c6f83 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  .home-v2 .v2-product-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .home-v2 .v2-hero-carousel {
    min-height: 460px !important;
  }

  .home-v2 .v2-hero-slide img {
    min-height: 460px !important;
  }

  .home-v2 .v2-hero-slide figcaption {
    left: 18px !important;
    right: 18px !important;
    bottom: 22px !important;
    max-width: none !important;
  }

  .home-v2 .v2-hero-carousel-dots {
    left: 22px !important;
    bottom: 190px !important;
  }

  .home-v2 .v2-product-system-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-11 V2 homepage: global contact, video channels, clearer carousel and product layout */
.home-v2 {
  background: #f6f9fc;
}

.home-v2 .v2-hero {
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(460px, 0.82fr) minmax(640px, 1.18fr) !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(18, 119, 220, 0.15), transparent 34%),
    linear-gradient(100deg, #ffffff 0%, #f4f9ff 48%, #e6f3ff 100%) !important;
}

.home-v2 .v2-hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 5.2vw, 88px);
  letter-spacing: 0;
}

.home-v2 .v2-hero-copy p {
  max-width: 760px;
  color: #3f5268;
}

.home-v2 .v2-hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 42vw, 720px);
  border-radius: 20px;
  border: 10px solid #fff;
  background: #fff;
  box-shadow: 0 36px 90px rgba(26, 85, 142, 0.18);
}

.home-v2 .v2-hero-carousel-track {
  display: flex;
  width: 600%;
  min-height: inherit;
  animation: ssfyHeroCarousel 42s infinite;
}

.home-v2 .v2-hero-carousel:hover .v2-hero-carousel-track {
  animation-play-state: paused;
}

.home-v2 .v2-hero-slide {
  position: relative;
  flex: 0 0 16.6667%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #eef6ff, #ffffff);
}

.home-v2 .v2-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 20, 40, 0.08), rgba(5, 20, 40, 0));
  pointer-events: none;
}

.home-v2 .v2-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.12) saturate(1.06) contrast(1.01);
}

.home-v2 .v2-hero-slide:nth-child(5) img,
.home-v2 .v2-hero-slide:nth-child(6) img {
  object-fit: cover;
  padding: 0;
  background: #eef6ff;
}

.home-v2 .v2-hero-slide figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 3.2vw, 58px);
  right: clamp(28px, 3.2vw, 58px);
  bottom: clamp(28px, 3.2vw, 56px);
  max-width: 620px;
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: 12px;
  border: 1px solid rgba(20, 78, 148, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 54px rgba(12, 48, 86, 0.16);
  backdrop-filter: blur(14px);
}

.home-v2 .v2-hero-slide figcaption span,
.home-v2 .v2-hero-slide figcaption strong,
.home-v2 .v2-hero-slide figcaption em {
  display: block;
}

.home-v2 .v2-hero-slide figcaption span {
  color: #0b73d9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-v2 .v2-hero-slide figcaption strong {
  margin-top: 12px;
  color: #071322;
  font-size: clamp(26px, 2.5vw, 42px);
  line-height: 1.12;
}

.home-v2 .v2-hero-slide figcaption em {
  margin-top: 10px;
  color: #4d6075;
  font-size: 16px;
  font-style: normal;
  line-height: 1.65;
}

.home-v2 .v2-hero-carousel-dots {
  position: absolute;
  z-index: 3;
  left: clamp(32px, 3.6vw, 64px);
  bottom: clamp(150px, 11vw, 190px);
  display: flex;
  gap: 10px;
}

.home-v2 .v2-hero-carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(7, 19, 34, 0.3);
}

.home-v2 .v2-hero-carousel-dots span:nth-child(1) { animation: ssfyHeroDot1 42s infinite; }
.home-v2 .v2-hero-carousel-dots span:nth-child(2) { animation: ssfyHeroDot2 42s infinite; }
.home-v2 .v2-hero-carousel-dots span:nth-child(3) { animation: ssfyHeroDot3 42s infinite; }
.home-v2 .v2-hero-carousel-dots span:nth-child(4) { animation: ssfyHeroDot4 42s infinite; }
.home-v2 .v2-hero-carousel-dots span:nth-child(5) { animation: ssfyHeroDot5 42s infinite; }
.home-v2 .v2-hero-carousel-dots span:nth-child(6) { animation: ssfyHeroDot6 42s infinite; }

@keyframes ssfyHeroCarousel {
  0%, 13% { transform: translateX(0); }
  16.666%, 29.666% { transform: translateX(-16.6667%); }
  33.333%, 46.333% { transform: translateX(-33.3334%); }
  50%, 63% { transform: translateX(-50%); }
  66.666%, 79.666% { transform: translateX(-66.6668%); }
  83.333%, 96.333% { transform: translateX(-83.3335%); }
  100% { transform: translateX(0); }
}

@keyframes ssfyHeroDot1 { 0%, 13%, 100% { width: 34px; background: #ef3342; } 16.666%, 96.333% { width: 10px; background: rgba(7, 19, 34, 0.3); } }
@keyframes ssfyHeroDot2 { 16.666%, 29.666% { width: 34px; background: #ef3342; } 0%, 13%, 33.333%, 100% { width: 10px; background: rgba(7, 19, 34, 0.3); } }
@keyframes ssfyHeroDot3 { 33.333%, 46.333% { width: 34px; background: #ef3342; } 0%, 29.666%, 50%, 100% { width: 10px; background: rgba(7, 19, 34, 0.3); } }
@keyframes ssfyHeroDot4 { 50%, 63% { width: 34px; background: #ef3342; } 0%, 46.333%, 66.666%, 100% { width: 10px; background: rgba(7, 19, 34, 0.3); } }
@keyframes ssfyHeroDot5 { 66.666%, 79.666% { width: 34px; background: #ef3342; } 0%, 63%, 83.333%, 100% { width: 10px; background: rgba(7, 19, 34, 0.3); } }
@keyframes ssfyHeroDot6 { 83.333%, 96.333% { width: 34px; background: #ef3342; } 0%, 79.666%, 100% { width: 10px; background: rgba(7, 19, 34, 0.3); } }

.home-v2 .v2-product-system-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px;
}

.home-v2 .v2-product-system-grid .v2-platform-group,
.home-v2 .v2-product-system-grid .v2-feature-product {
  grid-row: auto !important;
  min-height: 100%;
  padding: 22px !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.home-v2 .v2-product-system-grid .v2-platform-group h3 {
  min-height: 58px;
  margin-bottom: 18px;
  font-size: 23px !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items {
  gap: 12px;
}

.home-v2 .v2-product-system-grid .v2-platform-items a,
.home-v2 .v2-feature-product .v2-platform-items a {
  display: grid !important;
  grid-template-columns: 94px 1fr !important;
  align-items: center;
  min-height: 112px !important;
  padding: 12px !important;
  overflow: hidden;
  border-radius: 12px !important;
  border: 1px solid rgba(20, 78, 148, 0.1) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%) !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items img,
.home-v2 .v2-feature-product .v2-platform-items img {
  position: static !important;
  width: 94px !important;
  height: 82px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  object-fit: contain !important;
  background: #eef5fc;
}

.home-v2 .v2-product-system-grid .v2-platform-items strong,
.home-v2 .v2-feature-product .v2-platform-items strong {
  margin: 0 !important;
  padding: 0 !important;
  color: #071322 !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items span,
.home-v2 .v2-feature-product .v2-platform-items span {
  margin-top: 6px !important;
  padding: 0 !important;
  color: #607184 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.home-v2 .v2-category-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.home-v2 .v2-category-map article {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(20, 78, 148, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(13, 55, 102, 0.06);
}

.home-v2 .v2-category-map span {
  color: #0b73d9;
  font-size: 13px;
  font-weight: 900;
}

.home-v2 .v2-category-map strong {
  display: block;
  margin-top: 10px;
  color: #071322;
  font-size: 20px;
  line-height: 1.45;
}

.home-v2 .v2-category-map p {
  margin: 10px 0 0;
  color: #627184;
  line-height: 1.7;
}

.home-v2 .v2-video-platforms,
.home-v2 .v2-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2 .v2-video-platforms a,
.home-v2 .v2-contact-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(20, 78, 148, 0.12);
  background: #ffffff;
  color: #0b4f9f;
  font-weight: 800;
  text-decoration: none;
}

.home-v2 .v2-global-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(11, 115, 217, 0.14), transparent 28%),
    #ffffff;
}

.quick-contact {
  gap: 8px !important;
}

.quick-contact a {
  min-width: 108px;
}

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

  .home-v2 .v2-product-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .home-v2 .v2-hero-carousel,
  .home-v2 .v2-hero-slide,
  .home-v2 .v2-hero-slide img {
    min-height: 390px !important;
  }

  .home-v2 .v2-hero-slide figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
  }

  .home-v2 .v2-hero-carousel-dots {
    left: 22px;
    bottom: 138px;
  }

  .home-v2 .v2-product-system-grid,
  .home-v2 .v2-category-map {
    grid-template-columns: 1fr !important;
  }

  .home-v2 .v2-product-system-grid .v2-platform-items a,
  .home-v2 .v2-feature-product .v2-platform-items a {
    grid-template-columns: 84px 1fr !important;
  }

  .home-v2 .v2-product-system-grid .v2-platform-items img,
  .home-v2 .v2-feature-product .v2-platform-items img {
    width: 84px !important;
    height: 74px !important;
  }
}

/* 2026-07-11 homepage V2: customer-facing AV brand refinement */
.home-v2 .v2-hero {
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(420px, 0.82fr) minmax(620px, 1.18fr);
  background:
    radial-gradient(circle at 74% 22%, rgba(38, 145, 231, 0.18), transparent 32%),
    linear-gradient(90deg, #f8fbff 0%, #eef6ff 56%, #e4f1ff 100%),
    linear-gradient(rgba(12, 95, 180, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 95, 180, 0.045) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}

.home-v2 .v2-hero h1 {
  max-width: 780px;
  font-size: clamp(48px, 5vw, 82px);
}

.home-v2 .v2-hero-copy p {
  max-width: 720px;
  color: #40556d;
}

.home-v2 .v2-scene-showcase {
  min-height: clamp(500px, 43vw, 700px) !important;
  border-radius: 18px !important;
  border: 10px solid #ffffff !important;
  background: #ffffff !important;
  box-shadow: 0 34px 90px rgba(27, 83, 141, 0.18) !important;
}

.home-v2 .v2-scene-showcase img {
  min-height: clamp(500px, 43vw, 700px) !important;
  object-position: center center;
  filter: brightness(1.12) saturate(1.05) contrast(1.01) !important;
}

.home-v2 .v2-scene-showcase::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.90) 100%),
    linear-gradient(90deg, rgba(9, 27, 52, 0.15), rgba(9, 27, 52, 0.02) 54%, transparent) !important;
}

.home-v2 .v2-scene-showcase figcaption {
  left: clamp(28px, 3.2vw, 56px) !important;
  right: clamp(28px, 3.2vw, 56px) !important;
  bottom: clamp(26px, 3.2vw, 52px) !important;
  max-width: 620px !important;
  padding: clamp(24px, 2.6vw, 38px) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

.home-v2 .v2-scene-showcase figcaption span {
  color: #d92735 !important;
}

.home-v2 .v2-scene-showcase figcaption strong {
  font-size: clamp(24px, 2.35vw, 38px) !important;
}

.home-v2 .v2-product-system-grid {
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.home-v2 .v2-product-system-grid .v2-platform-group {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(13, 55, 102, 0.08);
}

.home-v2 .v2-product-system-grid .v2-platform-group h3 {
  font-size: 24px;
}

.home-v2 .v2-feature-product {
  grid-row: span 2;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
}

.home-v2 .v2-product-system-grid .v2-platform-items a {
  grid-template-columns: 126px 1fr;
  min-height: 138px;
  padding: 14px;
  border: 1px solid rgba(20, 78, 148, 0.08);
  background: #ffffff;
}

.home-v2 .v2-product-system-grid .v2-platform-items img {
  width: 126px;
  height: 108px;
  border-radius: 10px;
}

.home-v2 .v2-feature-product .v2-platform-items a {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
}

.home-v2 .v2-feature-product .v2-platform-items img {
  width: 100%;
  height: 250px;
  border-radius: 0;
}

.home-v2 .v2-feature-product .v2-platform-items strong,
.home-v2 .v2-feature-product .v2-platform-items span {
  padding: 0 22px;
}

.home-v2 .v2-feature-product .v2-platform-items strong {
  margin-top: 20px;
  font-size: 28px;
}

.home-v2 .v2-feature-product .v2-platform-items span {
  padding-bottom: 24px;
  font-size: 16px;
}

.home-v2 .v2-service-system {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  background:
    linear-gradient(90deg, #ffffff 0%, #f7fbff 100%) !important;
}

.home-v2 .v2-service-visual {
  overflow: hidden;
  min-height: 520px;
  border-radius: 16px;
  border: 1px solid rgba(17, 64, 112, 0.12);
  box-shadow: 0 34px 84px rgba(15, 59, 106, 0.12);
  background: #eef5fc;
}

.home-v2 .v2-service-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: brightness(1.08) saturate(1.04);
}

.home-v2 .v2-service-copy .v2-section-head {
  margin-bottom: 26px;
}

.home-v2 .v2-service-copy .v2-section-head h2 {
  font-size: clamp(38px, 4vw, 62px);
}

.home-v2 .v2-service-copy .v2-section-head p {
  max-width: 720px;
  font-size: 18px;
}

.home-v2 .v2-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-v2 .v2-service-list article {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(18, 57, 96, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 55, 102, 0.07);
}

.home-v2 .v2-service-list strong {
  display: block;
  color: #071322;
  font-size: 22px;
}

.home-v2 .v2-service-list p {
  margin: 10px 0 0;
  color: #5a6979;
  line-height: 1.75;
}

@media (max-width: 1280px) {
  .home-v2 .v2-hero,
  .home-v2 .v2-service-system {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-product-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-v2 .v2-product-system-grid,
  .home-v2 .v2-service-list {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-scene-showcase,
  .home-v2 .v2-scene-showcase img,
  .home-v2 .v2-service-visual,
  .home-v2 .v2-service-visual img {
    min-height: 360px !important;
  }

  .home-v2 .v2-product-system-grid .v2-platform-items a {
    grid-template-columns: 104px 1fr;
  }

  .home-v2 .v2-product-system-grid .v2-platform-items img {
    width: 104px;
    height: 88px;
  }
}

/* 2026-07-09 final override: clearer public navigation and brighter product carousel */
.site-header .main-nav a,
.main-nav a {
  color: #071426 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.site-header .main-nav a::before,
.site-header .main-nav a::after,
.main-nav a::before,
.main-nav a::after {
  opacity: 0 !important;
}

.site-header .main-nav a.active,
.site-header .main-nav a:hover,
.main-nav a.active,
.main-nav a:hover {
  color: #116ed1 !important;
}

.home-v4-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(42, 170, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(255, 65, 75, 0.16), transparent 30%),
    linear-gradient(135deg, #0d326b 0%, #10517e 48%, #122a58 100%) !important;
}

.home-v4-carousel {
  background: #f4f9ff !important;
}

.home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(6, 22, 50, 0.42) 0%, rgba(6, 22, 50, 0.18) 30%, rgba(6, 22, 50, 0.02) 62%, rgba(6, 22, 50, 0.02) 100%) !important;
}

.home-v4-slide::after {
  opacity: 0.14 !important;
}

.home-v4-slide img,
.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img,
.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  filter: brightness(1.08) contrast(1.02) saturate(1.04) !important;
}

.home-v4-slide-caption {
  border: 1px solid rgba(202, 224, 248, 0.92) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 20px 50px rgba(11, 42, 86, 0.18) !important;
}

.home-v4-slide-caption strong,
.home-v4-slide-caption span {
  text-shadow: none !important;
}

.footer-bottom a[href*="beian"] {
  color: #5d6b7a !important;
  text-decoration: none !important;
}

/* 2026-07-10 V2.0 final EOF override */
.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption {
  background: rgba(5, 22, 49, 0.88) !important;
  border: 1px solid rgba(150, 206, 255, 0.42) !important;
  box-shadow: 0 24px 54px rgba(8, 34, 72, 0.32) !important;
}

.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption::before {
  color: #b9e7ff !important;
  background: rgba(111, 196, 255, 0.18) !important;
}

.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption strong {
  color: #ffffff !important;
  text-shadow: none !important;
}

.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption span {
  color: #dcecff !important;
  text-shadow: none !important;
}

/* 2026-07-10 V2.0 industry landing pages */
.industry-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(92px, 10vw, 150px) clamp(28px, 5vw, 90px);
  color: #07111f !important;
  background:
    linear-gradient(rgba(204, 224, 247, 0.36) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204, 224, 247, 0.36) 1px, transparent 1px),
    radial-gradient(circle at 86% 16%, rgba(37, 137, 229, 0.22), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto !important;
}

.industry-v2-hero.av {
  background:
    linear-gradient(rgba(197, 221, 247, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 221, 247, 0.32) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(0, 107, 214, 0.22), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto !important;
}

.industry-v2-hero.edu {
  background:
    linear-gradient(rgba(204, 224, 247, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204, 224, 247, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(53, 165, 218, 0.20), transparent 33%),
    linear-gradient(180deg, #fbfdff 0%, #eef7ff 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto !important;
}

.industry-v2-hero h1 {
  margin: 16px 0 24px;
  max-width: 900px;
  color: #07111f !important;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}

.industry-v2-hero p {
  max-width: 780px;
  color: #526477 !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.9;
}

.industry-v2-visual {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #d3e0ee;
  background: #fff;
  box-shadow: 0 36px 88px rgba(25, 83, 147, 0.16);
}

.industry-v2-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
  filter: brightness(1.08) contrast(1.03) saturate(1.06);
}

.industry-v2-visual div {
  position: absolute;
  left: clamp(28px, 4vw, 56px);
  bottom: clamp(28px, 4vw, 56px);
  max-width: min(560px, 74%);
  padding: 22px 26px;
  border: 1px solid rgba(194, 218, 245, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(13, 48, 91, 0.18);
}

.industry-v2-visual strong,
.industry-v2-visual span {
  display: block;
}

.industry-v2-visual strong {
  color: #07111f;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 950;
}

.industry-v2-visual span {
  margin-top: 8px;
  color: #5b6f84;
  line-height: 1.7;
}

.industry-v2-band,
.industry-v2-section,
.industry-v2-flow,
.industry-v2-cta {
  padding: clamp(64px, 8vw, 112px) clamp(24px, 5vw, 90px);
  background: #f8fbff !important;
  color: #07111f !important;
}

.industry-v2-section {
  background: #ffffff !important;
}

.industry-v2-points,
.industry-v2-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.industry-v2-points article,
.industry-v2-flow-grid article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #dce6f2;
  background: #fff !important;
  box-shadow: 0 20px 56px rgba(22, 74, 128, 0.08);
}

.industry-v2-points span,
.industry-v2-flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  margin-bottom: 24px;
  padding: 0 14px;
  background: #eaf3ff;
  color: #176bd4;
  font-weight: 950;
}

.industry-v2-points h3,
.industry-v2-flow-grid h3 {
  margin: 0 0 12px;
  color: #07111f !important;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 950;
}

.industry-v2-points p,
.industry-v2-flow-grid p {
  margin: 0;
  color: #5d6f84 !important;
  line-height: 1.78;
}

.industry-v2-solution-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.industry-v2-solution-grid article {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #dce6f2;
  background: #fff !important;
  box-shadow: 0 22px 62px rgba(22, 74, 128, 0.08);
}

.industry-v2-solution-grid article:nth-child(1),
.industry-v2-solution-grid article:nth-child(2) {
  grid-column: span 3;
}

.industry-v2-solution-grid img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: brightness(1.06) contrast(1.03) saturate(1.05);
}

.industry-v2-solution-grid div {
  padding: clamp(24px, 3vw, 34px);
}

.industry-v2-solution-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 11px;
  background: #eaf3ff;
  color: #1264d8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.industry-v2-solution-grid h3 {
  margin: 0 0 12px;
  color: #07111f !important;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.18;
  font-weight: 950;
}

.industry-v2-solution-grid p {
  margin: 0 0 18px;
  color: #5d6f84 !important;
  line-height: 1.78;
}

.industry-v2-solution-grid strong {
  display: block;
  color: #1264d8 !important;
  line-height: 1.7;
}

.industry-v2-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #dce6f2;
  border-bottom: 1px solid #dce6f2;
  background:
    radial-gradient(circle at 86% 20%, rgba(25, 114, 218, 0.14), transparent 32%),
    #f8fbff !important;
}

.industry-v2-cta span {
  color: #1264d8;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.industry-v2-cta h2 {
  margin: 10px 0 12px;
  color: #07111f !important;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 950;
}

.industry-v2-cta p {
  max-width: 760px;
  color: #5d6f84 !important;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .industry-v2-hero {
    grid-template-columns: 1fr;
  }

  .industry-v2-points,
  .industry-v2-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .industry-v2-solution-grid article,
  .industry-v2-solution-grid article:nth-child(1),
  .industry-v2-solution-grid article:nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .industry-v2-hero {
    min-height: auto;
    padding: 96px 20px 56px;
  }

  .industry-v2-band,
  .industry-v2-section,
  .industry-v2-flow,
  .industry-v2-cta {
    padding: 56px 20px;
  }

  .industry-v2-points,
  .industry-v2-flow-grid,
  .industry-v2-solution-grid,
  .industry-v2-cta {
    grid-template-columns: 1fr;
  }

  .industry-v2-visual {
    padding: 10px;
  }

  .industry-v2-visual div {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -30px 12px 12px;
  }

  .industry-v2-solution-grid img {
    height: 220px;
  }
}

/* 2026-07-11 V2.0 industry entry pages */
.industry-entry.v3 {
  color: #081426;
  background: #f5f9fe;
}

.entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 5vw, 88px);
  background:
    linear-gradient(rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(39, 133, 220, 0.20), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.av-entry .entry-hero {
  background:
    linear-gradient(rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(28, 115, 214, 0.22), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.edu-entry .entry-hero {
  background:
    linear-gradient(rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 223, 246, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 82% 16%, rgba(20, 151, 206, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.entry-copy h1 {
  max-width: 880px;
  margin: 16px 0 22px;
  color: #07111f;
  font-size: clamp(44px, 5.7vw, 82px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.entry-copy p {
  max-width: 760px;
  margin: 0;
  color: #52677c;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.9;
}

.entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.entry-visual {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #d6e3f0;
  background: #fff;
  box-shadow: 0 34px 82px rgba(18, 82, 152, 0.16);
}

.entry-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: brightness(1.08) contrast(1.04) saturate(1.08);
}

.entry-visual-panel {
  position: absolute;
  left: clamp(28px, 4vw, 54px);
  bottom: clamp(28px, 4vw, 54px);
  width: min(560px, 72%);
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid rgba(196, 219, 245, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(14, 52, 96, 0.18);
}

.entry-visual-panel strong,
.entry-visual-panel span {
  display: block;
}

.entry-visual-panel strong {
  color: #07111f;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.26;
  font-weight: 950;
}

.entry-visual-panel span {
  margin-top: 8px;
  color: #5b6f83;
  line-height: 1.7;
}

.entry-section,
.entry-cta {
  padding: clamp(66px, 8vw, 112px) clamp(24px, 5vw, 88px);
}

.entry-section {
  background: #fff;
}

.entry-section:nth-of-type(even) {
  background: #f6faff;
}

.entry-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.entry-section-head span,
.entry-cta span {
  color: #176bd4;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-section-head h2,
.entry-cta h2 {
  margin: 10px 0 0;
  color: #07111f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 950;
}

.entry-section-head p,
.entry-cta p {
  margin: 0;
  color: #5b6f83;
  font-size: 17px;
  line-height: 1.8;
}

.entry-need-grid,
.entry-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.entry-need-grid article,
.entry-step-grid article {
  min-height: 220px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid #dce7f3;
  background: #fff;
  box-shadow: 0 18px 52px rgba(20, 79, 142, 0.07);
}

.entry-need-grid span,
.entry-step-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 13px;
  background: #eaf3ff;
  color: #176bd4;
  font-weight: 950;
}

.entry-need-grid h3 {
  margin: 0 0 12px;
  color: #07111f;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.24;
  font-weight: 950;
}

.entry-need-grid p,
.entry-step-grid p {
  margin: 0;
  color: #5b6f83;
  line-height: 1.76;
}

.entry-solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.entry-solution-list a {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  min-height: 300px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border: 1px solid #dce7f3;
  background: #fff;
  box-shadow: 0 20px 58px rgba(20, 79, 142, 0.08);
}

.entry-solution-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.07) contrast(1.03) saturate(1.06);
}

.entry-solution-list div {
  padding: clamp(24px, 3.4vw, 42px);
}

.entry-solution-list em {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  background: #eaf3ff;
  color: #176bd4;
  font-style: normal;
  font-weight: 950;
}

.entry-solution-list h3 {
  margin: 0 0 14px;
  color: #07111f;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.16;
  font-weight: 950;
}

.entry-solution-list p {
  margin: 0 0 18px;
  color: #5b6f83;
  line-height: 1.76;
}

.entry-solution-list strong {
  display: block;
  color: #176bd4;
  line-height: 1.7;
}

.entry-product-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.entry-product-rail a {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid #dce7f3;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 79, 142, 0.07);
}

.entry-product-rail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: #edf5ff;
  filter: brightness(1.08) contrast(1.03) saturate(1.04);
}

.entry-product-rail strong {
  margin: 22px 20px 8px;
  color: #07111f;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 950;
}

.entry-product-rail span {
  margin: 0 20px 22px;
  color: #5b6f83;
  font-size: 14px;
  line-height: 1.55;
}

.entry-delivery {
  background:
    radial-gradient(circle at 84% 14%, rgba(25, 114, 218, 0.12), transparent 32%),
    #f6faff;
}

.entry-step-grid article {
  min-height: 190px;
}

.entry-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #dce7f3;
  background: #fff;
}

@media (max-width: 1180px) {
  .entry-hero,
  .entry-section-head,
  .entry-cta {
    grid-template-columns: 1fr;
  }

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

  .entry-product-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .entry-hero {
    min-height: auto;
    padding: 94px 20px 58px;
  }

  .entry-section,
  .entry-cta {
    padding: 56px 20px;
  }

  .entry-solution-list,
  .entry-solution-list a,
  .entry-need-grid,
  .entry-step-grid,
  .entry-product-rail {
    grid-template-columns: 1fr;
  }

  .entry-visual {
    padding: 10px;
  }

  .entry-visual-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -28px 12px 12px;
  }

  .entry-solution-list img {
    height: 230px;
  }

  .entry-product-rail img {
    height: 190px;
  }
}

/* 2026-07-10 V2.0 product center and product detail refresh */
.product-v2-hero,
.product-detail-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(86px, 10vw, 150px) clamp(28px, 5vw, 90px);
  background:
    linear-gradient(rgba(213, 229, 248, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 229, 248, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 84% 16%, rgba(39, 132, 225, 0.18), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto !important;
  color: #07111f !important;
}

.product-v2-hero h1,
.product-detail-v2 h1 {
  margin: 16px 0 24px;
  color: #07111f !important;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}

.product-v2-hero p,
.product-detail-v2 p {
  max-width: 760px;
  color: #536579 !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.9;
}

.product-v2-visual,
.product-detail-v2 > img {
  position: relative;
  overflow: hidden;
  border: 1px solid #d5e1ef;
  background: #ffffff;
  box-shadow: 0 36px 88px rgba(25, 83, 147, 0.16);
}

.product-v2-visual {
  padding: 18px;
}

.product-v2-visual img,
.product-detail-v2 > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.03) brightness(1.06);
}

.product-v2-visual div {
  position: absolute;
  left: clamp(28px, 4vw, 56px);
  bottom: clamp(28px, 4vw, 56px);
  max-width: 560px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(13, 48, 91, 0.16);
}

.product-v2-visual strong,
.product-v2-visual span {
  display: block;
}

.product-v2-visual strong {
  color: #07111f;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
}

.product-v2-visual span {
  margin-top: 8px;
  color: #61738a;
}

.product-v2-overview,
.product-v2-list,
.product-v2-cta,
.product-detail-grid {
  background: #f8fbff !important;
  color: #07111f !important;
}

.product-v2-overview .section-title h2,
.product-v2-list .section-title h2,
.product-detail-grid h2,
.product-v2-cta h2 {
  color: #07111f !important;
}

.product-v2-overview .section-title p,
.product-v2-list .section-title p,
.product-detail-grid p,
.product-v2-cta p {
  color: #5d6f84 !important;
}

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

.product-v2-group-grid article,
.product-detail-grid article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #dce6f2;
  background: #ffffff !important;
  box-shadow: 0 22px 60px rgba(22, 74, 128, 0.08);
}

.product-v2-group-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  background: #eaf3ff;
  color: #176bd4;
  font-weight: 900;
}

.product-v2-group-grid h3,
.product-detail-grid h2 {
  margin: 0 0 14px;
  color: #07111f !important;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
  font-weight: 900;
}

.product-v2-group-grid p,
.product-v2-group-grid strong {
  display: block;
  color: #5d6f84 !important;
  line-height: 1.75;
}

.product-v2-group-grid strong {
  margin-top: 24px;
  color: #1264d8 !important;
}

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

.product-v2-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #dce6f2;
  background: #ffffff !important;
  color: #07111f !important;
  box-shadow: 0 22px 62px rgba(22, 74, 128, 0.08);
}

.product-v2-card.featured {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.product-v2-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03) brightness(1.05);
}

.product-v2-card.featured img {
  height: 100%;
  min-height: 420px;
}

.product-v2-card div {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
}

.product-v2-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 5px 10px;
  background: #eaf3ff;
  color: #1264d8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-v2-card h3 {
  margin: 0 0 14px;
  color: #07111f !important;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 950;
}

.product-v2-card p {
  margin: 0 0 24px;
  color: #5d6f84 !important;
  line-height: 1.78;
}

.product-v2-card a {
  margin-top: auto;
  color: #1264d8;
  font-weight: 900;
  text-decoration: none;
}

.product-v2-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #dce6f2;
  border-bottom: 1px solid #dce6f2;
}

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

.detail-subtitle {
  margin: 0 0 10px !important;
  color: #1264d8 !important;
  font-weight: 900;
}

.product-detail-rich {
  background: #f8fbff !important;
  color: #07111f !important;
}

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

.detail-list-grid article,
.detail-panel,
.detail-spec-table,
.detail-media-card,
.detail-flow article {
  border: 1px solid #dce6f2;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(22, 74, 128, 0.08);
}

.detail-list-grid article {
  min-height: 170px;
  padding: clamp(22px, 2.6vw, 34px);
}

.detail-list-grid span,
.detail-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 36px;
  margin-bottom: 22px;
  padding: 0 12px;
  background: #eaf3ff;
  color: #1264d8;
  font-weight: 950;
}

.detail-list-grid h3,
.detail-panel h3 {
  margin: 0;
  color: #07111f !important;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
}

.detail-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.detail-panel {
  padding: clamp(24px, 3vw, 38px);
}

.detail-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-panel li {
  position: relative;
  padding-left: 24px;
  color: #536579;
  line-height: 1.72;
}

.detail-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: #176bd4;
}

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

.detail-flow article {
  min-height: 150px;
  padding: 22px;
}

.detail-flow strong {
  display: block;
  color: #07111f;
  font-size: 20px;
  line-height: 1.35;
}

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

.detail-spec-table th,
.detail-spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e3ebf5;
  text-align: left;
  line-height: 1.65;
}

.detail-spec-table th {
  width: 150px;
  color: #07111f;
  font-weight: 900;
  background: #f1f6fd;
}

.detail-spec-table td {
  color: #536579;
}

.detail-media-card {
  min-height: 100%;
  overflow: hidden;
}

.detail-media-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  background: #07111f;
}

.detail-video-placeholder {
  display: grid;
  min-height: 360px;
  align-content: center;
  gap: 14px;
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(rgba(213, 229, 248, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 229, 248, 0.42) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(39, 132, 225, 0.18), transparent 28%),
    #ffffff;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.detail-video-placeholder strong {
  color: #07111f;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
}

.detail-video-placeholder span {
  max-width: 520px;
  color: #536579;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .product-v2-hero,
  .product-detail-v2,
  .product-v2-card.featured {
    grid-template-columns: 1fr;
  }

  .product-v2-group-grid,
  .product-v2-card-grid,
  .product-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-list-grid,
  .detail-flow,
  .detail-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-v2-hero,
  .product-detail-v2 {
    min-height: auto;
    padding: 96px 20px 56px;
  }

  .product-v2-group-grid,
  .product-v2-card-grid,
  .product-detail-grid,
  .product-v2-cta {
    grid-template-columns: 1fr;
  }

  .product-v2-card.featured {
    grid-column: auto;
  }

  .product-v2-card.featured img,
  .product-v2-card img {
    min-height: 0;
    height: 230px;
  }

  .detail-list-grid,
  .detail-flow,
  .detail-two-col {
    grid-template-columns: 1fr;
  }

  .detail-media-card video,
  .detail-video-placeholder {
    min-height: 240px;
  }
}

/* 2026-07-10 V2.0 video center */
.video-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(86px, 10vw, 150px) clamp(28px, 5vw, 90px);
  background:
    linear-gradient(rgba(213, 229, 248, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 229, 248, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(39, 132, 225, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto !important;
  color: #07111f !important;
}

.video-v2-hero h1 {
  margin: 16px 0 24px;
  color: #07111f !important;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1.04;
  font-weight: 950;
}

.video-v2-hero p {
  max-width: 720px;
  color: #536579 !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.9;
}

.video-v2-feature,
.video-v2-grid article,
.video-v2-category-grid article {
  border: 1px solid #dce6f2;
  background: #ffffff !important;
  box-shadow: 0 28px 70px rgba(22, 74, 128, 0.1);
}

.video-v2-feature {
  overflow: hidden;
}

.video-v2-feature video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07111f;
}

.video-v2-feature div {
  padding: 24px 28px;
}

.video-v2-feature strong,
.video-v2-feature span {
  display: block;
}

.video-v2-feature strong {
  color: #07111f;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 900;
}

.video-v2-feature span {
  margin-top: 8px;
  color: #5d6f84;
}

.video-v2-section,
.video-v2-social {
  background: #f8fbff !important;
  color: #07111f !important;
}

.video-v2-section .section-title h2,
.video-v2-social h2 {
  color: #07111f !important;
}

.video-v2-section .section-title p,
.video-v2-social p {
  color: #5d6f84 !important;
}

.video-v2-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.video-v2-category-grid article {
  min-height: 230px;
  padding: 26px;
}

.video-v2-category-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  background: #eaf3ff;
  color: #1264d8;
  font-weight: 900;
}

.video-v2-category-grid h3,
.video-v2-grid h3 {
  margin: 0 0 12px;
  color: #07111f !important;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.video-v2-category-grid p,
.video-v2-grid p {
  color: #5d6f84 !important;
  line-height: 1.75;
}

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

.video-v2-grid article {
  overflow: hidden;
}

.video-v2-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07111f;
}

.video-v2-grid div {
  padding: 24px;
}

.video-v2-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  background: #eaf3ff;
  color: #1264d8;
  font-size: 12px;
  font-weight: 900;
}

.video-v2-grid a {
  color: #1264d8;
  font-weight: 900;
  text-decoration: none;
}

.video-v2-social {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.video-v2-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.video-v2-social-grid a {
  padding: 18px 20px;
  border: 1px solid #dce6f2;
  background: #ffffff;
  color: #07111f;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .video-v2-hero,
  .video-v2-social {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .video-v2-hero {
    min-height: auto;
    padding: 96px 20px 56px;
  }

  .video-v2-category-grid,
  .video-v2-grid,
  .video-v2-social-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-10 V2.0 true final override: readable carousel captions */
.home-v6-position-carousel .home-v4-slide-caption {
  background: rgba(5, 22, 49, 0.88) !important;
  border: 1px solid rgba(150, 206, 255, 0.42) !important;
  box-shadow: 0 24px 54px rgba(8, 34, 72, 0.32) !important;
}

.home-v6-position-carousel .home-v4-slide-caption::before {
  color: #b9e7ff !important;
  background: rgba(111, 196, 255, 0.18) !important;
}

.home-v6-position-carousel .home-v4-slide-caption strong,
.home-v6-position-carousel .home-v4-slide-caption span {
  text-shadow: none !important;
}

.home-v4-carousel.home-v6-position-carousel .home-v4-carousel-track .home-v4-slide .home-v4-slide-caption strong {
  color: #ffffff !important;
}

.home-v4-carousel.home-v6-position-carousel .home-v4-carousel-track .home-v4-slide .home-v4-slide-caption span {
  color: #dcecff !important;
}

/* 2026-07-10 V2.0 stage 1 final: full-bleed hero, brighter AV brand tone */
.home-v2-hero .home-v4-carousel {
  min-height: clamp(440px, 52vw, 620px) !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 76% 18%, rgba(42, 151, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #0a2a52, #102f5a 48%, #f5f9ff 49%, #ffffff) !important;
  border: 1px solid rgba(112, 158, 210, 0.46) !important;
  box-shadow: 0 30px 80px rgba(25, 80, 150, 0.16) !important;
}

.home-v2-hero .home-v4-slide {
  padding: 0 !important;
  place-items: stretch !important;
  background: #edf5ff !important;
}

.home-v2-hero .home-v4-slide::before {
  inset: 0 !important;
  z-index: 2 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(5, 20, 44, 0.68), rgba(5, 20, 44, 0.08) 58%, rgba(5, 20, 44, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 20, 44, 0.26)) !important;
}

.home-v2-hero .home-v4-slide::after {
  z-index: 3 !important;
  background:
    linear-gradient(rgba(128, 176, 224, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 176, 224, 0.17) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  opacity: 0.42 !important;
}

.home-v2-hero .home-v4-slide img,
.home-v2-hero .home-v4-slide:nth-child(1) img,
.home-v2-hero .home-v4-slide:nth-child(2) img,
.home-v2-hero .home-v4-slide:nth-child(3) img,
.home-v2-hero .home-v4-slide:nth-child(4) img,
.home-v2-hero .home-v4-slide:nth-child(5) img,
.home-v2-hero .home-v4-slide:nth-child(6) img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: brightness(1.08) contrast(1.02) saturate(1.06) !important;
}

.home-v2-hero .home-v4-slide:nth-child(1) img { object-position: center 48% !important; }
.home-v2-hero .home-v4-slide:nth-child(2) img { object-position: center 52% !important; }
.home-v2-hero .home-v4-slide:nth-child(3) img { object-position: center 48% !important; }
.home-v2-hero .home-v4-slide:nth-child(4) img { object-position: center 48% !important; }
.home-v2-hero .home-v4-slide:nth-child(5) img { object-position: center 50% !important; }
.home-v2-hero .home-v4-slide:nth-child(6) img { object-position: center 50% !important; }

.home-v2-hero .home-v4-slide-caption {
  left: 42px !important;
  bottom: 42px !important;
  max-width: min(540px, calc(100% - 84px)) !important;
  padding: 24px 26px !important;
  border-radius: 22px !important;
  background: rgba(5, 20, 44, 0.78) !important;
  border: 1px solid rgba(190, 220, 255, 0.35) !important;
  box-shadow: 0 24px 54px rgba(4, 18, 40, 0.26) !important;
}

.home-v2-hero .home-v4-slide-caption strong {
  color: #ffffff !important;
  font-size: clamp(30px, 3.4vw, 52px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.home-v2-hero .home-v4-slide-caption span {
  margin-top: 12px !important;
  color: rgba(238, 246, 255, 0.94) !important;
  font-size: clamp(14px, 1.35vw, 20px) !important;
  line-height: 1.55 !important;
}

.home-v2-hero .home-v4-carousel-dots {
  left: 46px !important;
  bottom: 158px !important;
  z-index: 5 !important;
}

.home-v2-products {
  background: #f6faff !important;
}

.home-v2-product-card {
  border-color: rgba(157, 190, 225, 0.58) !important;
  box-shadow: 0 18px 44px rgba(24, 78, 142, 0.1) !important;
}

.home-v2-product-card img {
  background: linear-gradient(135deg, #eef6ff, #ffffff) !important;
  filter: brightness(1.05) contrast(1.02) saturate(1.04) !important;
}

.home-v2-product-card.product-matrix img {
  object-fit: cover !important;
  object-position: center 54% !important;
}

.home-v2-product-card.product-wireless img,
.home-v2-product-card.product-tripod img {
  object-fit: contain !important;
  padding: 18px !important;
}

@media (max-width: 900px) {
  .home-v2-hero .home-v4-carousel {
    min-height: 360px !important;
  }

  .home-v2-hero .home-v4-slide-caption {
    left: 18px !important;
    right: 18px !important;
    bottom: 24px !important;
    padding: 18px !important;
  }

  .home-v2-hero .home-v4-carousel-dots {
    left: 22px !important;
    bottom: 124px !important;
  }
}

/* 2026-07-10 V2.0 refinement: brighter professional AV + smart education homepage */
body {
  background: #f7fbff;
}

.home-v2-hero {
  background:
    radial-gradient(circle at 73% 15%, rgba(68, 184, 255, 0.28), transparent 32%),
    radial-gradient(circle at 36% 91%, rgba(255, 63, 72, 0.17), transparent 31%),
    linear-gradient(135deg, #0b2f61 0%, #0f4d84 48%, #0a203f 100%) !important;
}

.home-v2-hero .home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(3, 15, 34, 0.42) 0%, rgba(3, 15, 34, 0.08) 50%, rgba(3, 15, 34, 0.02) 100%) !important;
}

.home-v2-hero .home-v4-slide-caption {
  background: rgba(5, 24, 52, 0.78) !important;
}

.home-v5-industries {
  background: #f5f9fe !important;
}

.home-v5-industry-card {
  min-height: 360px !important;
  border-radius: 24px !important;
  box-shadow: 0 26px 70px rgba(13, 56, 104, 0.14) !important;
}

.home-v5-industry-card::before {
  background:
    linear-gradient(90deg, rgba(4, 21, 48, 0.78), rgba(4, 21, 48, 0.38)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)) !important;
}

.home-v5-industry-card h3,
.home-v5-industry-card p,
.home-v5-industry-card strong {
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.home-v2-products {
  max-width: none;
  background:
    radial-gradient(circle at 8% 2%, rgba(30, 129, 224, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-v2-products > .home-v4-section-head,
.home-v2-products > .home-v2-product-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.home-v2-product-card {
  min-height: 500px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.home-v2-product-card img {
  height: 246px;
  background: #eef6ff;
  filter: brightness(1.12) contrast(1.04) saturate(1.08);
}

.home-v2-product-card.product-dream img {
  object-position: 24% 50%;
}

.home-v2-product-card.product-super-dream img {
  object-position: center 46%;
}

.home-v2-product-card.product-matrix img {
  object-position: center center;
}

.home-v2-product-card.product-wireless img {
  object-position: center 54%;
}

.home-v2-product-card.product-tripod img,
.home-v2-product-card.product-prompter img {
  object-position: center 52%;
  background: #f5fbff;
}

.home-v2-product-card h3 {
  font-size: 28px;
}

.home-v2-product-card p {
  min-height: 54px;
}

.home-v2-solutions {
  background:
    linear-gradient(180deg, #f5f9fe 0%, #ffffff 100%) !important;
}

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

@media (max-width: 980px) {
  .home-v2-product-card {
    min-height: auto;
  }

  .home-v2-product-card img {
    height: 220px;
  }
}

/* 2026-07-10 V2.0 homepage structure: professional AV + smart education */
.home-v2-products,
.home-v2-solutions,
.home-v2-categories,
.home-v2-media,
.home-v2-cases,
.home-v2-global-contact {
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 24px;
}

.home-v2-products {
  padding-top: 86px;
}

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

.home-v2-product-card {
  display: flex;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  border: 1px solid #dbe6f2;
  border-radius: 18px;
  background: #fff;
  color: #071426;
  text-decoration: none;
  box-shadow: 0 20px 48px rgba(27, 67, 122, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-v2-product-card:hover {
  transform: translateY(-4px);
  border-color: #b8d5f4;
  box-shadow: 0 28px 70px rgba(21, 89, 174, 0.16);
}

.home-v2-product-card img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  background: #eef5fc;
  filter: brightness(1.08) contrast(1.02) saturate(1.04);
}

.home-v2-product-card span {
  width: fit-content;
  margin: 24px 24px 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf5ff;
  color: #126ed1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-v2-product-card h3 {
  margin: 16px 24px 8px;
  color: #071426;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-v2-product-card p {
  margin: 0 24px;
  color: #52647a;
  font-size: 16px;
  line-height: 1.7;
}

.home-v2-product-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 24px 0;
  padding: 0;
  list-style: none;
}

.home-v2-product-card li {
  color: #203044;
  font-size: 14px;
  line-height: 1.45;
}

.home-v2-product-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: #ef3340;
  vertical-align: 2px;
}

.home-v2-product-card strong {
  margin: auto 24px 24px;
  padding-top: 22px;
  color: #126ed1;
  font-size: 14px;
}

.home-v2-solutions {
  max-width: none;
  background:
    linear-gradient(180deg, #f5f9fe 0%, #fff 100%);
}

.home-v2-solutions > .home-v4-section-head,
.home-v2-solutions > .home-v2-solution-columns {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.home-v2-solution-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-v2-solution-column {
  overflow: hidden;
  border: 1px solid #dbe6f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(23, 64, 120, 0.10);
}

.home-v2-solution-column > span {
  display: block;
  padding: 30px 34px 8px;
  color: #126ed1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.home-v2-solution-column h3 {
  margin: 0;
  padding: 0 34px 28px;
  color: #071426;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: 0;
}

.home-v2-solution-list {
  display: grid;
}

.home-v2-solution-list a {
  display: grid;
  gap: 8px;
  padding: 24px 34px;
  border-top: 1px solid #e5edf6;
  color: #071426;
  text-decoration: none;
}

.home-v2-solution-list a:hover {
  background: #f4f9ff;
}

.home-v2-solution-list strong {
  font-size: 20px;
}

.home-v2-solution-list em {
  color: #66788c;
  font-style: normal;
  line-height: 1.6;
}

.home-v2-categories {
  padding-top: 84px;
  padding-bottom: 36px;
}

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

.home-v2-category-grid a {
  display: grid;
  min-height: 178px;
  gap: 14px;
  align-content: start;
  padding: 26px;
  border: 1px solid #dbe8f5;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)),
    radial-gradient(circle at 88% 12%, rgba(30, 128, 255, 0.14), transparent 36%);
  color: #071426;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(24, 72, 128, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-v2-category-grid a:hover {
  transform: translateY(-3px);
  border-color: #b8d7f7;
  box-shadow: 0 26px 64px rgba(24, 92, 174, 0.14);
}

.home-v2-category-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #eaf4ff;
  color: #126ed1;
  font-size: 15px;
  font-weight: 900;
}

.home-v2-category-grid strong {
  color: #071426;
  font-size: 22px;
  line-height: 1.25;
}

.home-v2-category-grid em {
  color: #5e7086;
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

.solution-v2-hero {
  background:
    linear-gradient(90deg, rgba(6, 24, 52, 0.88), rgba(15, 72, 124, 0.72)),
    url("assets/hero-products/web/02-global-matrix.jpg?v=solution-v2") center / cover no-repeat;
  color: #fff;
}

.solution-v2-hero h1,
.solution-v2-hero .lead,
.solution-v2-hero .crumbs {
  color: #fff;
}

.solution-v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.solution-v2-hero-actions .secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.solution-v2-overview,
.solution-v2-lane {
  background: #f6faff;
}

.solution-v2-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.solution-v2-industry-grid a {
  display: grid;
  min-height: 260px;
  align-content: end;
  gap: 12px;
  padding: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(168, 198, 232, 0.65);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 23, 48, 0.20), rgba(7, 23, 48, 0.86)),
    url("assets/hero-products/web/02-global-matrix.jpg?v=solution-industry") center / cover no-repeat;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 62px rgba(20, 65, 126, 0.14);
}

.solution-v2-industry-grid a:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(7, 23, 48, 0.18), rgba(7, 23, 48, 0.82)),
    url("assets/generated/holographic-cabin-cover.png?v=solution-industry") center / cover no-repeat;
}

.solution-v2-industry-grid span,
.solution-v2-lane .section-title span {
  color: #79c6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.solution-v2-industry-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0;
}

.solution-v2-industry-grid p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.solution-v2-lane {
  padding-top: 84px;
}

.solution-v2-lane.education {
  background: #fff;
}

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

.solution-v2-grid article {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 390px;
  padding: 26px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 18px 46px rgba(29, 75, 132, 0.08);
}

.solution-v2-grid article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #eaf4ff;
  color: #126ed1;
  font-weight: 900;
}

.solution-v2-grid h3 {
  margin: 0;
  color: #071426;
  font-size: 22px;
  line-height: 1.24;
}

.solution-v2-grid p,
.solution-v2-grid li {
  color: #5c6e84;
  font-size: 15px;
  line-height: 1.65;
}

.solution-v2-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-v2-grid li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ef3340;
  vertical-align: 2px;
}

.home-v2-media {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.home-v2-media-copy span,
.home-v2-global-contact span {
  color: #126ed1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.home-v2-media-copy h2,
.home-v2-global-contact h2 {
  margin: 14px 0 16px;
  color: #071426;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-v2-media-copy p,
.home-v2-global-contact p {
  color: #52647a;
  font-size: 17px;
  line-height: 1.9;
}

.home-v2-video-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-v2-video-tags a {
  padding: 9px 14px;
  border: 1px solid #d2e0ef;
  border-radius: 999px;
  color: #203044;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
}

.home-v2-video-card {
  overflow: hidden;
  border: 1px solid #dbe6f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(22, 63, 115, 0.12);
}

.home-v2-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d1a2b;
  object-fit: cover;
}

.home-v2-video-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
}

.home-v2-video-card strong {
  color: #071426;
  font-size: 20px;
}

.home-v2-video-card a {
  color: #126ed1;
  font-weight: 900;
  text-decoration: none;
}

.home-v2-cases {
  max-width: none;
  background: #f6f9fd;
}

.home-v2-cases > .home-v4-section-head,
.home-v2-cases > .home-v2-case-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.home-v2-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-v2-case-grid a {
  display: grid;
  gap: 16px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid #dbe6f2;
  border-radius: 18px;
  background: #fff;
  color: #071426;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(21, 72, 132, 0.08);
}

.home-v2-case-grid span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff0f1;
  color: #ef3340;
  font-weight: 900;
}

.home-v2-case-grid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.home-v2-case-grid p {
  margin: 0;
  color: #647589;
  line-height: 1.7;
}

.home-v2-global-contact {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 0.75fr)) auto;
  gap: 0;
  align-items: stretch;
  margin-bottom: 70px;
  border: 1px solid #dbe6f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(22, 63, 115, 0.12);
}

.home-v2-global-contact > div,
.home-v2-global-contact > a {
  padding: 28px 30px;
}

.home-v2-global-contact > a {
  display: grid;
  gap: 10px;
  align-content: center;
  border-left: 1px solid #e5edf6;
  color: #071426;
  text-decoration: none;
}

.home-v2-global-contact strong {
  font-size: 18px;
}

.home-v2-global-contact em {
  color: #69798a;
  font-style: normal;
  line-height: 1.55;
}

.home-v2-quote {
  margin: 28px;
  align-self: center;
  padding: 15px 24px !important;
  border-radius: 12px;
  background: #ef3340 !important;
  color: #fff !important;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(239, 51, 64, 0.26);
}

.site-footer .footer-brand p {
  max-width: 360px;
}

@media (max-width: 1100px) {
  .home-v2-product-grid,
  .home-v2-category-grid,
  .home-v2-case-grid,
  .solution-v2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-media,
  .home-v2-solution-columns,
  .solution-v2-industry-grid,
  .home-v2-global-contact {
    grid-template-columns: 1fr;
  }

  .home-v2-global-contact > a {
    border-top: 1px solid #e5edf6;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .home-v2-products,
  .home-v2-solutions,
  .home-v2-media,
  .home-v2-cases,
  .home-v2-global-contact {
    padding: 48px 16px;
  }

  .home-v2-product-grid,
  .home-v2-category-grid,
  .home-v2-case-grid,
  .solution-v2-grid {
    grid-template-columns: 1fr;
  }

  .solution-v2-grid article,
  .solution-v2-industry-grid a {
    min-height: auto;
  }

  .home-v2-product-card {
    min-height: auto;
  }

  .home-v2-product-card img {
    height: 210px;
  }

  .home-v2-solution-column > span,
  .home-v2-solution-column h3,
  .home-v2-solution-list a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-v2-global-contact {
    margin-bottom: 40px;
  }
}

/* 2026-07-10 V2 stage 1: make dual-industry entry visible and more formal */
.home-v2-hero {
  min-height: auto !important;
  padding-top: clamp(72px, 7vw, 104px) !important;
  padding-bottom: clamp(54px, 5vw, 78px) !important;
  align-items: center !important;
}

.home-v2-hero .home-v4-hero-copy h1 {
  max-width: 760px !important;
}

.home-v2-hero .home-v4-carousel {
  min-height: clamp(440px, 38vw, 560px) !important;
}

.home-v5-industries {
  padding-top: clamp(42px, 5vw, 74px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 58%, #f7fbff 100%) !important;
}

.home-v5-industries .home-v4-section-head {
  align-items: end !important;
}

.home-v5-industries .home-v4-section-head h2 {
  color: #071426 !important;
  font-size: clamp(38px, 4.8vw, 64px) !important;
}

.home-v5-industries .home-v4-section-head p {
  max-width: 610px !important;
  color: #4f6073 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.home-v5-industry-grid {
  gap: clamp(18px, 2.4vw, 32px) !important;
  margin-top: 26px !important;
}

.home-v5-industry-card {
  min-height: clamp(250px, 25vw, 330px) !important;
  padding: clamp(28px, 3.6vw, 46px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(190, 214, 242, 0.82) !important;
  background:
    linear-gradient(120deg, rgba(8, 30, 67, 0.78) 0%, rgba(9, 67, 116, 0.58) 48%, rgba(8, 30, 67, 0.28) 100%),
    url("assets/hero-products/web/02-global-matrix.jpg?v=industry-v2") center / cover no-repeat !important;
  box-shadow: 0 26px 70px rgba(25, 75, 135, 0.18) !important;
}

.home-v5-industry-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    linear-gradient(90deg, rgba(5, 18, 42, 0.88) 0%, rgba(5, 18, 42, 0.66) 44%, rgba(5, 18, 42, 0.22) 100%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 34%) !important;
  pointer-events: none !important;
}

.home-v5-industry-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.home-v5-industry-card.edu {
  background:
    linear-gradient(120deg, rgba(8, 30, 67, 0.78) 0%, rgba(9, 78, 124, 0.54) 48%, rgba(8, 30, 67, 0.24) 100%),
    url("assets/hero-products/web/04-holographic-teaching.jpg?v=industry-v2") center / cover no-repeat !important;
}

.home-v5-industry-card h3 {
  margin: clamp(46px, 6vw, 76px) 0 14px !important;
  font-size: clamp(34px, 4.2vw, 56px) !important;
  letter-spacing: 0 !important;
}

.home-v5-industry-card p {
  max-width: 560px !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.home-v5-industry-card strong {
  margin-top: 22px !important;
  padding: 11px 16px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
}

@media (max-width: 980px) {
  .home-v2-hero {
    padding-top: 46px !important;
    padding-bottom: 44px !important;
  }

  .home-v5-industries .home-v4-section-head {
    align-items: start !important;
  }

  .home-v5-industry-grid {
    grid-template-columns: 1fr !important;
  }
}

.home-v2-hero .home-v4-features div strong,
.home-v2-hero .home-v4-features div span {
  text-shadow: none !important;
}

.home-v2-hero .home-v4-features div strong {
  color: #ffffff !important;
}

.home-v2-hero .home-v4-features div span {
  color: rgba(232, 243, 255, 0.9) !important;
}

/* SSFY V2.0 Stage 1: homepage structure and visual upgrade */
.site-header {
  height: 76px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(14, 42, 78, 0.1) !important;
  box-shadow: 0 10px 34px rgba(12, 43, 82, 0.08) !important;
  backdrop-filter: blur(18px);
}

.site-header .main-nav {
  gap: 30px !important;
}

.site-header .main-nav a {
  color: #081426 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  padding: 29px 0 27px !important;
}

.site-header .main-nav a::before {
  display: none !important;
}

.site-header .main-nav a::after {
  content: "" !important;
  display: block !important;
  width: 24px !important;
  height: 3px !important;
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  transform: translateX(-50%) scaleX(0) !important;
  border-radius: 999px !important;
  background: #ed2f3a !important;
  opacity: 1 !important;
  transition: transform 0.2s ease !important;
}

.site-header .main-nav a.active::after,
.site-header .main-nav a:hover::after {
  transform: translateX(-50%) scaleX(1) !important;
}

.home-v2-hero {
  min-height: calc(100vh - 76px) !important;
  padding: 86px max(54px, calc((100vw - 1480px) / 2)) 92px !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(580px, 1.08fr) !important;
  gap: clamp(42px, 5vw, 86px) !important;
  align-items: center !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 72% 16%, rgba(41, 173, 255, 0.22), transparent 31%),
    radial-gradient(circle at 38% 88%, rgba(237, 47, 58, 0.16), transparent 32%),
    linear-gradient(135deg, #0a2449 0%, #0d3768 45%, #07182f 100%) !important;
  overflow: hidden !important;
}

.home-v2-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  opacity: 0.82 !important;
}

.home-v2-hero .home-v4-kicker {
  width: fit-content !important;
  max-width: 100% !important;
  color: #c8e5ff !important;
  border: 1px solid rgba(197, 226, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  letter-spacing: 0.16em !important;
  font-size: 12px !important;
}

.home-v2-hero .home-v4-hero-copy h1 {
  max-width: 700px !important;
  margin: 28px 0 24px !important;
  color: #ffffff !important;
  font-size: clamp(44px, 4.2vw, 64px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.22) !important;
}

.home-v2-hero .home-v4-hero-copy h1 span {
  display: block !important;
  color: #ff3a45 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.home-v2-hero .home-v4-hero-copy p {
  max-width: 720px !important;
  color: rgba(232, 243, 255, 0.9) !important;
  font-size: 19px !important;
  line-height: 1.9 !important;
  text-shadow: none !important;
}

.home-v4-hero-features,
.home-v4-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 720px !important;
  margin: 34px 0 30px !important;
}

.home-v4-hero-features div,
.home-v4-features div {
  min-height: auto !important;
  padding: 0 20px 0 18px !important;
  border-left: 2px solid #17a8ff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-v4-hero-features strong,
.home-v4-features strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

.home-v4-hero-features span,
.home-v4-features span {
  display: block !important;
  color: rgba(232, 243, 255, 0.86) !important;
  font-size: 13px !important;
  margin-top: 7px !important;
}

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

.home-v2-hero .home-v4-button {
  height: 52px !important;
  padding: 0 26px !important;
  border-radius: 10px !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.home-v2-hero .home-v4-button.primary {
  background: #ed2f3a !important;
  border-color: #ed2f3a !important;
  box-shadow: 0 18px 34px rgba(237, 47, 58, 0.28) !important;
}

.home-v2-hero .home-v4-button.light {
  color: #10223b !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.home-v2-hero .home-v4-carousel {
  width: 100% !important;
  min-height: 520px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(213, 233, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: 0 36px 90px rgba(3, 14, 31, 0.34) !important;
  overflow: hidden !important;
}

.home-v2-hero .home-v4-slide {
  min-height: 520px !important;
  border-radius: 0 !important;
  background: #0a2449 !important;
}

.home-v2-hero .home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(3, 15, 34, 0.56) 0%, rgba(3, 15, 34, 0.12) 43%, rgba(3, 15, 34, 0.04) 100%) !important;
  opacity: 1 !important;
}

.home-v2-hero .home-v4-slide::after {
  opacity: 0.18 !important;
}

.home-v2-hero .home-v4-slide img,
.home-v2-hero .home-v4-slide:nth-child(1) img,
.home-v2-hero .home-v4-slide:nth-child(2) img,
.home-v2-hero .home-v4-slide:nth-child(3) img,
.home-v2-hero .home-v4-slide:nth-child(4) img,
.home-v2-hero .home-v4-slide:nth-child(5) img,
.home-v2-hero .home-v4-slide:nth-child(6) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.14) contrast(1.04) saturate(1.06) !important;
  transform: none !important;
}

.home-v2-hero .home-v4-slide-caption {
  left: 34px !important;
  right: auto !important;
  bottom: 34px !important;
  width: min(560px, calc(100% - 68px)) !important;
  min-height: 132px !important;
  padding: 24px 28px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(198, 225, 255, 0.32) !important;
  background: rgba(8, 25, 53, 0.86) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(18px) !important;
}

.home-v2-hero .home-v4-slide-caption::before {
  content: "PRODUCT SYSTEM" !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin-bottom: 12px !important;
  padding: 5px 12px !important;
  color: #aee0ff !important;
  background: rgba(174, 224, 255, 0.16) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
}

.home-v2-hero .home-v4-slide-caption strong {
  color: #ffffff !important;
  font-size: 38px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.home-v2-hero .home-v4-slide-caption span {
  color: rgba(232, 243, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.home-v2-hero .home-v4-carousel-dots {
  left: 36px !important;
  bottom: 184px !important;
  gap: 11px !important;
}

.home-v2-hero .home-v4-carousel-dots button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.home-v2-hero .home-v4-carousel-dots button.active {
  width: 34px !important;
  background: #ff3a45 !important;
}

.home-v4-products {
  background: #f6f9fd !important;
}

.home-v4-products-head h2,
.home-v4-panel h2,
.home-v4-section-head h2 {
  color: #071426 !important;
  letter-spacing: 0 !important;
}

.home-v4-products-head p,
.home-v4-panel p,
.home-v4-section-head p {
  color: #506073 !important;
}

.home-v4-product-card {
  min-height: 210px !important;
  padding: 28px !important;
  border: 1px solid #dbe7f4 !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(25, 126, 223, 0.14), transparent 30%),
    #ffffff !important;
  box-shadow: 0 20px 44px rgba(13, 48, 90, 0.08) !important;
}

.home-v4-product-card span {
  color: #1b73d9 !important;
  letter-spacing: 0.14em !important;
}

.home-v4-product-card h3 {
  color: #071426 !important;
  font-size: 25px !important;
  letter-spacing: 0 !important;
}

.home-v4-product-card p,
.home-v4-product-card em {
  color: #596b7e !important;
  line-height: 1.7 !important;
}

.home-v4-product-card strong {
  color: #ed2f3a !important;
}

@media (max-width: 1180px) {
  .home-v2-hero {
    grid-template-columns: 1fr !important;
    padding: 64px 28px 72px !important;
  }

  .home-v2-hero .home-v4-carousel,
  .home-v2-hero .home-v4-slide {
    min-height: 480px !important;
  }
}

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

  .site-header .main-nav a {
    padding: 14px 0 !important;
  }

  .home-v2-hero {
    padding: 44px 18px 58px !important;
  }

  .home-v2-hero .home-v4-hero-copy h1 {
    font-size: 38px !important;
  }

  .home-v2-hero .home-v4-hero-copy p {
    font-size: 16px !important;
  }

  .home-v4-hero-features,
  .home-v4-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 18px !important;
  }

  .home-v2-hero .home-v4-carousel,
  .home-v2-hero .home-v4-slide {
    min-height: 390px !important;
  }

  .home-v2-hero .home-v4-slide-caption {
    left: 18px !important;
    bottom: 20px !important;
    width: calc(100% - 36px) !important;
    min-height: 108px !important;
    padding: 18px !important;
  }

  .home-v2-hero .home-v4-slide-caption strong {
    font-size: 28px !important;
  }

  .home-v2-hero .home-v4-carousel-dots {
    left: 22px !important;
    bottom: 148px !important;
  }
}

/* 2026-07-10 homepage v5: dual-industry structure and brighter corporate styling */
:root {
  --ssfy-ink: #071426;
  --ssfy-muted: #5f7084;
  --ssfy-blue: #0f73d8;
  --ssfy-blue-dark: #0a2c62;
  --ssfy-red: #f3343f;
  --ssfy-line: #dbe7f4;
  --ssfy-soft: #f3f8fe;
}

.site-header {
  min-height: 74px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(210, 224, 241, 0.9) !important;
  box-shadow: 0 12px 34px rgba(22, 52, 92, 0.08) !important;
}

.site-header .logo {
  color: var(--ssfy-ink) !important;
  font-weight: 900 !important;
}

.site-header .logo::after {
  content: none;
  display: none;
  margin-top: 2px;
  color: #66778d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.site-header .main-nav {
  gap: clamp(18px, 2.1vw, 34px) !important;
}

.site-header .main-nav a,
.main-nav a {
  color: #071426 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: 1 !important;
}

.site-header .main-nav a.active,
.site-header .main-nav a:hover {
  color: var(--ssfy-blue) !important;
}

.header-actions .button,
.home-v4-button.primary,
.home-v4-quote {
  background: linear-gradient(135deg, #1789ec, #0f63c8) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 18px 38px rgba(15, 115, 216, 0.24) !important;
}

.home-v4 {
  color: var(--ssfy-ink) !important;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f6f9fd 100%) !important;
}

.home-v4-hero {
  min-height: 760px !important;
  padding: clamp(70px, 8vw, 116px) clamp(24px, 4.6vw, 80px) clamp(54px, 6vw, 86px) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 250, 255, 0.94) 44%, rgba(227, 241, 255, 0.86) 100%),
    linear-gradient(90deg, rgba(14, 108, 210, 0.06) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(14, 108, 210, 0.05) 1px, transparent 1px) 0 0 / 64px 64px !important;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr) !important;
  gap: clamp(42px, 5vw, 82px) !important;
}

.home-v4-kicker {
  color: #146cc9 !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
}

.home-v4-hero-copy h1 {
  max-width: 800px !important;
  color: var(--ssfy-ink) !important;
  font-size: clamp(52px, 6.5vw, 92px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.home-v4-hero-copy h1 span {
  display: block !important;
  color: var(--ssfy-red) !important;
}

.home-v4-hero-copy p {
  max-width: 760px !important;
  color: #4e6075 !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.9 !important;
}

.home-v4-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 32px !important;
}

.home-v4-features div {
  padding: 0 20px 0 16px !important;
  border-left: 3px solid #14a8e8 !important;
}

.home-v4-features strong {
  color: var(--ssfy-ink) !important;
}

.home-v4-features span {
  color: #66778b !important;
}

.home-v4-button.ghost {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: #c9d9ec !important;
  color: #092142 !important;
}

.home-v4-carousel {
  min-height: 440px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(169, 197, 229, 0.85) !important;
  background: #eff7ff !important;
  box-shadow: 0 34px 72px rgba(29, 73, 129, 0.20) !important;
}

.home-v4-slide img,
.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img,
.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  filter: brightness(1.17) contrast(1.03) saturate(1.08) !important;
}

.home-v4-slide::before {
  background: linear-gradient(90deg, rgba(8, 24, 52, 0.14) 0%, rgba(8, 24, 52, 0.06) 52%, rgba(8, 24, 52, 0.03) 100%) !important;
}

.home-v4-slide-caption {
  max-width: 460px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(195, 216, 240, 0.95) !important;
}

.home-v4-slide-caption strong {
  color: var(--ssfy-ink) !important;
}

.home-v4-slide-caption span {
  color: #526377 !important;
}

.home-v5-industries,
.home-v5-why {
  padding: clamp(58px, 7vw, 104px) clamp(24px, 4vw, 72px) !important;
  background: #fff !important;
}

.home-v5-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.home-v5-industry-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--ssfy-line);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(115deg, rgba(5, 22, 50, 0.88), rgba(10, 58, 109, 0.62)),
    url("assets/hero-products/web/02-global-matrix.jpg?v=industry-v1") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(23, 58, 100, 0.16);
}

.home-v5-industry-card.edu {
  background:
    linear-gradient(115deg, rgba(5, 22, 50, 0.84), rgba(16, 94, 154, 0.58)),
    url("assets/hero-products/web/04-holographic-teaching.jpg?v=industry-v1") center / cover no-repeat;
}

.home-v5-industry-card span {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid rgba(210, 230, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d7ebff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.home-v5-industry-card h3 {
  margin: 74px 0 16px;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.05;
}

.home-v5-industry-card p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.home-v5-industry-card strong {
  display: inline-flex;
  margin-top: 26px;
  color: #fff;
  font-size: 16px;
}

.home-v4-section {
  padding-left: clamp(24px, 4vw, 72px) !important;
  padding-right: clamp(24px, 4vw, 72px) !important;
}

.home-v4-section-head h2 {
  color: var(--ssfy-ink) !important;
  font-size: clamp(34px, 4.3vw, 58px) !important;
  line-height: 1.1 !important;
}

.home-v4-section-head span {
  color: var(--ssfy-blue) !important;
  background: #eaf4ff !important;
  border-color: #cfdef1 !important;
}

.home-v4-section-head p {
  color: #617287 !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

.home-v4-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.home-v4-product-card {
  min-height: 260px !important;
  padding: 24px 22px !important;
  border: 1px solid #dce8f5 !important;
  border-radius: 10px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 18px 46px rgba(35, 79, 126, 0.10) !important;
}

.home-v4-product-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 65% 30%, rgba(47, 154, 255, 0.75), transparent 25%),
    linear-gradient(135deg, #eef6ff, #d9eaff);
  box-shadow: inset 0 0 0 1px rgba(154, 190, 230, 0.45);
}

.home-v4-product-card span {
  color: var(--ssfy-blue) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
}

.home-v4-product-card h3 {
  color: var(--ssfy-ink) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.home-v4-product-card p,
.home-v4-product-card em {
  color: #5d6d80 !important;
}

.home-v4-product-card strong {
  color: var(--ssfy-red) !important;
}

.home-v4-three-up {
  background: #f6faff !important;
}

.home-v4-panel {
  border: 1px solid #dce8f5 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 20px 54px rgba(31, 73, 118, 0.10) !important;
}

.home-v4-panel h2,
.home-v4-panel h3 {
  color: var(--ssfy-ink) !important;
}

.home-v4-panel p,
.home-v4-panel em {
  color: #5f7084 !important;
}

.home-v4-category-grid a {
  border: 1px solid #dce8f5 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff, #f7fbff) !important;
}

.home-v5-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.home-v5-why-grid article {
  padding: 28px;
  border: 1px solid var(--ssfy-line);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 48px rgba(28, 68, 116, 0.09);
}

.home-v5-why-grid span {
  color: var(--ssfy-red);
  font-size: 15px;
  font-weight: 900;
}

.home-v5-why-grid h3 {
  margin: 18px 0 10px;
  color: var(--ssfy-ink);
  font-size: 22px;
}

.home-v5-why-grid p {
  margin: 0;
  color: var(--ssfy-muted);
  line-height: 1.75;
}

.home-v4-contact-strip {
  border: 1px solid var(--ssfy-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
}

@media (max-width: 1180px) {
  .home-v4-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .home-v4-product-grid,
  .home-v5-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 66px !important;
  }

  .site-header .main-nav {
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .home-v4-hero {
    padding-top: 46px !important;
  }

  .home-v4-hero-copy h1 {
    font-size: clamp(38px, 12vw, 56px) !important;
  }

  .home-v4-features,
  .home-v5-industry-grid,
  .home-v4-product-grid,
  .home-v5-why-grid {
    grid-template-columns: 1fr !important;
  }

  .home-v5-industry-card {
    min-height: 300px;
  }

  .home-v5-industry-card h3 {
    margin-top: 48px;
  }

  .home-v4-carousel {
    min-height: 380px !important;
  }
}

/* 2026-07-09: product-led homepage polish, clearer navigation and brighter carousel */
.site-header .main-nav a,
.main-nav a {
  color: #071426 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.site-header .main-nav a::before,
.site-header .main-nav a::after,
.main-nav a::before,
.main-nav a::after {
  opacity: 0 !important;
}

.site-header .main-nav a.active,
.site-header .main-nav a:hover,
.main-nav a.active,
.main-nav a:hover {
  color: #116ed1 !important;
}

.home-v4-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(42, 170, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(255, 65, 75, 0.16), transparent 30%),
    linear-gradient(135deg, #0d326b 0%, #10517e 48%, #122a58 100%) !important;
}

.home-v4-carousel {
  background: #f4f9ff !important;
}

.home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(6, 22, 50, 0.42) 0%, rgba(6, 22, 50, 0.18) 30%, rgba(6, 22, 50, 0.02) 62%, rgba(6, 22, 50, 0.02) 100%) !important;
}

.home-v4-slide::after {
  opacity: 0.14 !important;
}

.home-v4-slide img,
.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img,
.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  filter: brightness(1.08) contrast(1.02) saturate(1.04) !important;
}

.home-v4-slide-caption {
  border: 1px solid rgba(202, 224, 248, 0.92) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 20px 50px rgba(11, 42, 86, 0.18) !important;
}

.home-v4-slide-caption strong,
.home-v4-slide-caption span {
  text-shadow: none !important;
}

.footer-bottom a[href*="beian"] {
  color: #5d6b7a !important;
  text-decoration: none !important;
}

/* 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: none;
  display: none;
  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.png") 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: none;
  display: none;
  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.png") 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.png") 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.png") 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: none;
  display: none;
  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.png") 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.png") 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.png") 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.png") 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.png") 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;
}

.auth-card,
.admin-panel,
.admin-main,
.admin-sidebar {
  background: #ffffff !important;
  border-color: #dce5f0 !important;
  box-shadow: 0 18px 48px rgba(21, 45, 78, 0.08) !important;
}

.field input,
.field select,
.field textarea,
.contact-card input,
.contact-card select,
.contact-card textarea {
  background: #ffffff !important;
  border-color: #c9d5e4 !important;
  color: #102033 !important;
}

.field input::placeholder,
.field textarea::placeholder,
.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: #8090a4 !important;
}

.admin-sidebar a {
  color: #31445b !important;
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
  color: #0b67d1 !important;
  background: #eef6ff !important;
}

/* Homepage V4: customer-facing B2B product layout */
.home-v4 {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 42%, #f3f7fc 100%);
  color: #071326;
}

.home-v4 a {
  text-decoration: none;
}

.home-v4-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 46px;
  min-height: 560px;
  padding: 72px clamp(28px, 5vw, 72px) 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 40%, rgba(20, 213, 255, 0.24), transparent 22%),
    radial-gradient(circle at 82% 88%, rgba(230, 41, 47, 0.16), transparent 24%),
    linear-gradient(120deg, #061428 0%, #09214a 48%, #061428 100%);
}

.home-v4-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.42;
}

.home-v4-hero-copy,
.home-v4-device {
  position: relative;
  z-index: 1;
}

.home-v4-kicker {
  display: inline-flex;
  max-width: 100%;
  padding: 9px 16px;
  border: 1px solid rgba(190, 220, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #b8d8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.home-v4-hero h1 {
  max-width: 720px;
  margin: 26px 0 18px;
  color: #ffffff !important;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 950;
}

.home-v4-hero h1 span {
  display: block;
  color: #ff343c;
}

.home-v4-hero p {
  max-width: 650px;
  margin: 0;
  color: #d9e7f8 !important;
  font-size: 18px;
  line-height: 1.78;
}

.home-v4-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 700px;
  margin: 32px 0 34px;
}

.home-v4-features div {
  min-width: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(20, 213, 255, 0.7);
}

.home-v4-features strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.home-v4-features span {
  display: block;
  margin-top: 4px;
  color: #afc1d8;
  font-size: 12px;
  line-height: 1.45;
}

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

.home-v4-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 10px;
  font-weight: 900;
}

.home-v4-button.primary {
  border: 0;
  background: linear-gradient(90deg, #e6292f, #f04a42);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(230, 41, 47, 0.28);
}

.home-v4-button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.home-v4-device {
  display: grid;
  align-items: end;
}

.home-v4-device-panel {
  position: relative;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 42%, rgba(20, 213, 255, 0.24), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 30px 80px rgba(0, 0, 0, 0.36);
}

.home-v4-camera {
  position: absolute;
  right: 82px;
  top: 154px;
  width: 250px;
  height: 145px;
  border-radius: 20px;
  background: linear-gradient(135deg, #151c2b, #04070c);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.45);
}

.home-v4-camera span {
  position: absolute;
  right: 42px;
  top: 35px;
  width: 98px;
  height: 76px;
  border: 9px solid #080b11;
  border-radius: 42px;
  background: radial-gradient(circle at 42% 50%, #1bd1ff 0 6%, #0c283d 7% 22%, #02040a 23% 60%, #222b38 61% 100%);
  box-shadow: inset 0 0 16px rgba(20, 213, 255, 0.4);
}

.home-v4-transmitter {
  position: absolute;
  right: 218px;
  top: 42px;
  width: 132px;
  height: 156px;
  border-radius: 18px;
  background: linear-gradient(180deg, #111a29, #050910);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.home-v4-transmitter::before,
.home-v4-transmitter::after {
  content: "";
  position: absolute;
  top: -88px;
  width: 8px;
  height: 108px;
  border-radius: 12px;
  background: #111927;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v4-transmitter::before {
  left: 22px;
  transform: rotate(-12deg);
}

.home-v4-transmitter::after {
  right: 24px;
  transform: rotate(10deg);
}

.home-v4-transmitter span {
  position: absolute;
  left: 23px;
  top: 32px;
  width: 86px;
  height: 45px;
  border-radius: 8px;
  background: linear-gradient(135deg, #092a42, #0ad5ff);
  box-shadow: 0 0 18px rgba(20, 213, 255, 0.45);
}

.home-v4-transmitter i {
  position: absolute;
  bottom: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #334055;
}

.home-v4-transmitter i:nth-of-type(1) { left: 33px; }
.home-v4-transmitter i:nth-of-type(2) { left: 60px; }
.home-v4-transmitter i:nth-of-type(3) { left: 87px; }

.home-v4-tripod {
  position: absolute;
  right: 126px;
  bottom: 22px;
  width: 240px;
  height: 128px;
}

.home-v4-tripod::before {
  content: "";
  position: absolute;
  left: 105px;
  top: 0;
  width: 14px;
  height: 116px;
  border-radius: 9px;
  background: #121923;
}

.home-v4-tripod i {
  position: absolute;
  top: 46px;
  width: 9px;
  height: 98px;
  border-radius: 7px;
  background: #0c111a;
  transform-origin: top;
}

.home-v4-tripod i:nth-child(1) { left: 92px; transform: rotate(28deg); }
.home-v4-tripod i:nth-child(2) { left: 112px; }
.home-v4-tripod i:nth-child(3) { left: 128px; transform: rotate(-30deg); }

.home-v4-device-label {
  position: absolute;
  left: 28px;
  bottom: 30px;
  color: #ffffff;
}

.home-v4-device-label strong {
  display: block;
  font-size: 21px;
}

.home-v4-device-label span {
  display: block;
  margin-top: 6px;
  color: #b8c8da;
  font-size: 13px;
}

.home-v4-section {
  padding: 54px clamp(22px, 4.2vw, 58px) 0;
}

.home-v4-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 24px;
}

.home-v4-section-head h2,
.home-v4-panel h2,
.home-v4-contact-strip h2 {
  margin: 0;
  color: #071326 !important;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 950;
}

.home-v4-section-head span {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 12px;
  border: 1px solid #d9e8ff;
  border-radius: 999px;
  background: #eef5ff;
  color: #0b5cff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.home-v4-section-head p {
  max-width: 620px;
  margin: 0;
  color: #526176 !important;
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}

.home-v4-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-v4-product-card,
.home-v4-panel,
.home-v4-application-list,
.home-v4-contact-strip {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  box-shadow: 0 12px 30px rgba(7, 19, 38, 0.06);
}

.home-v4-product-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  border-radius: 18px;
  color: #071326;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-v4-product-card:hover {
  transform: translateY(-3px);
  border-color: #cfe0f8;
  box-shadow: 0 18px 48px rgba(7, 19, 38, 0.11);
}

.home-v4-product-card span,
.home-v4-panel-head a {
  color: #0b5cff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.home-v4-product-card h3 {
  min-height: 56px;
  margin: 16px 0 10px;
  color: #071326 !important;
  font-size: 23px;
  line-height: 1.22;
}

.home-v4-product-card p {
  margin: 0;
  color: #53647b !important;
  font-size: 14px;
  line-height: 1.65;
}

.home-v4-product-card em {
  display: block;
  margin-top: 16px;
  color: #26384d;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
}

.home-v4-product-card strong {
  margin-top: auto;
  padding-top: 18px;
  color: #e6292f;
  font-size: 14px;
}

.home-v4-three-up {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 18px;
}

.home-v4-panel {
  min-width: 0;
  border-radius: 18px;
  padding: 24px;
}

.home-v4-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.home-v4-panel h2 {
  font-size: 26px;
}

.home-v4-solutions > a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 15px;
  padding: 16px 0;
  border-top: 1px solid #eff3f8;
  color: #071326;
}

.home-v4-solutions > a:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.home-v4-solutions > a > span,
.home-v4-application-list i {
  display: block;
  min-height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(20, 213, 255, 0.55), transparent 32%),
    linear-gradient(135deg, #08172d, #185bba);
}

.home-v4-solutions h3,
.home-v4-demo-video h3,
.home-v4-application-list h3 {
  margin: 0 0 6px;
  color: #071326 !important;
  font-size: 18px;
  line-height: 1.3;
}

.home-v4-solutions p,
.home-v4-demo-video p,
.home-v4-application-list p,
.home-v4-contact-strip p,
.home-v4-contact-strip em {
  margin: 0;
  color: #53647b !important;
  font-size: 14px;
  line-height: 1.62;
}

.home-v4-solutions em {
  display: block;
  margin-top: 7px;
  color: #26384d;
  font-size: 12px;
  font-style: normal;
}

.home-v4-video-cover {
  position: relative;
  display: block;
  height: 228px;
  margin-bottom: 18px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 28%, rgba(20, 213, 255, 0.4), transparent 24%),
    linear-gradient(140deg, #061428, #0d3572);
}

.home-v4-video-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.09) 49%, transparent 51%);
  background-size: 34px 34px;
}

.home-v4-video-cover span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.home-v4-video-cover span::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 20px;
  border-left: 18px solid #0b5cff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.home-v4-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-v4-category-grid a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid #e3eaf4;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: #071326;
}

.home-v4-category-grid span {
  display: inline-grid;
  flex: 0 0 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: #eef5ff;
  color: #0b5cff;
  font-weight: 900;
}

.home-v4-category-grid strong {
  color: #071326;
  font-size: 15px;
  line-height: 1.35;
}

.home-v4-application-list {
  display: grid;
  gap: 13px;
  padding: 18px;
  border-radius: 18px;
}

.home-v4-application-list a {
  display: grid;
  grid-template-columns: 50px 82px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 12px;
  border: 1px solid #e3eaf4;
  border-radius: 15px;
  background: #ffffff;
  color: #071326;
}

.home-v4-application-list span {
  display: grid;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: #fff1f1;
  color: #e6292f;
  font-weight: 900;
}

.home-v4-contact-strip {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr) auto;
  gap: 0;
  align-items: stretch;
  margin-bottom: 54px;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
}

.home-v4-contact-strip > div,
.home-v4-contact-strip > a {
  padding: 26px 24px;
  border-right: 1px solid #edf2f8;
}

.home-v4-contact-strip h2 {
  font-size: 28px;
}

.home-v4-contact-strip a {
  display: grid;
  align-content: center;
  gap: 6px;
  color: #071326;
}

.home-v4-contact-strip span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #eef5ff;
  color: #0b5cff;
  font-weight: 900;
}

.home-v4-contact-strip strong {
  color: #071326;
  font-size: 17px;
}

.home-v4-contact-strip .home-v4-quote {
  align-self: center;
  margin: 0 22px;
  padding: 0 24px;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #e6292f, #f04a42);
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .home-v4-hero,
  .home-v4-three-up {
    grid-template-columns: 1fr;
  }

  .home-v4-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v4-contact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v4-contact-strip > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-v4-hero {
    min-height: auto;
    padding: 48px 20px 36px;
  }

  .home-v4-kicker {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .home-v4-hero h1 {
    font-size: 38px;
  }

  .home-v4-hero p {
    font-size: 16px;
  }

  .home-v4-features,
  .home-v4-product-grid,
  .home-v4-category-grid,
  .home-v4-contact-strip {
    grid-template-columns: 1fr;
  }

  .home-v4-device-panel {
    min-height: 300px;
    border-radius: 22px;
  }

  .home-v4-camera {
    right: 34px;
    top: 126px;
    width: 190px;
    height: 110px;
  }

  .home-v4-camera span {
    right: 28px;
    top: 28px;
    width: 76px;
    height: 58px;
  }

  .home-v4-transmitter {
    right: 150px;
    top: 48px;
    width: 96px;
    height: 118px;
  }

  .home-v4-transmitter span {
    left: 17px;
    width: 62px;
  }

  .home-v4-tripod {
    right: 36px;
    transform: scale(0.75);
    transform-origin: bottom right;
  }

  .home-v4-section {
    padding: 38px 18px 0;
  }

  .home-v4-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-v4-section-head p {
    text-align: left;
  }

  .home-v4-product-card {
    min-height: auto;
  }

  .home-v4-application-list a {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .home-v4-application-list i {
    display: none;
  }

  .home-v4-contact-strip > div,
  .home-v4-contact-strip > a {
    border-right: 0;
    border-bottom: 1px solid #edf2f8;
  }

  .home-v4-contact-strip .home-v4-quote {
    margin: 18px;
    justify-content: center;
  }
}

.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.png") 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.png") 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.png") 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;
  }
}

/* V2 homepage system */
.home-v2 {
  --v2-ink: #071324;
  --v2-muted: #5b6c82;
  --v2-blue: #0b73d9;
  --v2-red: #ef3340;
  --v2-line: #dfe7f1;
  --v2-soft: #f4f8fd;
  background: #fff;
  color: var(--v2-ink);
}

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

.v2-hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1fr);
  gap: 56px;
  align-items: center;
  padding: 74px 5vw 86px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(239,247,255,.92) 54%, rgba(225,241,255,.9)),
    linear-gradient(rgba(14,93,170,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,93,170,.05) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-kicker,
.v2-section-head span,
.v2-industry-body > span,
.v2-global-card > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.v2-hero h1 {
  margin: 24px 0 24px;
  max-width: 820px;
  font-size: clamp(46px, 5.4vw, 86px);
  line-height: 1.05;
  letter-spacing: 0;
}

.v2-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: #45566d;
  font-size: 20px;
  line-height: 1.9;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #c8d7e7;
}

.v2-button.primary {
  color: #fff;
  background: #0b73d9;
  box-shadow: 0 18px 36px rgba(11, 115, 217, .24);
}

.v2-button.secondary {
  color: var(--v2-ink);
  background: #fff;
}

.v2-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  max-width: 760px;
}

.v2-hero-facts span {
  padding: 16px 14px;
  border-left: 3px solid var(--v2-blue);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 38px rgba(26, 65, 110, .08);
  font-weight: 800;
}

.v2-hero-showcase {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.v2-showcase-main,
.v2-showcase-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 71, 113, .16);
  background: #fff;
  box-shadow: 0 26px 80px rgba(19, 55, 93, .16);
}

.v2-showcase-main {
  position: relative;
  min-height: 500px;
  border-radius: 10px;
}

.v2-showcase-main img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.v2-showcase-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,18,39,0), rgba(3,18,39,.12) 40%, rgba(3,18,39,.58));
}

.v2-showcase-main figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  width: min(500px, calc(100% - 56px));
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.v2-showcase-main span,
.v2-showcase-main em {
  display: block;
  color: var(--v2-blue);
  font-style: normal;
  font-weight: 800;
}

.v2-showcase-main strong {
  display: block;
  margin: 8px 0;
  font-size: 30px;
}

.v2-showcase-main em {
  color: #52657a;
  font-size: 16px;
}

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

.v2-showcase-strip figure {
  position: relative;
  height: 150px;
  border-radius: 8px;
}

.v2-showcase-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-showcase-strip figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 6px;
  color: #fff;
  background: rgba(4, 20, 43, .78);
  font-weight: 800;
}

.v2-section {
  padding: 86px 5vw;
}

.v2-section:nth-of-type(even) {
  background: #f7fbff;
}

.v2-section-head {
  margin-bottom: 34px;
}

.v2-section-head.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.v2-section-head h2,
.v2-global-card h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.1;
  letter-spacing: 0;
}

.v2-section-head p {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--v2-muted);
  line-height: 1.85;
  font-size: 17px;
}

.v2-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.v2-industry-card,
.v2-platform-group,
.v2-capability-grid article,
.v2-plan-grid a,
.v2-project-grid article,
.v2-video-card,
.v2-global-card {
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 66px rgba(8, 34, 69, .08);
}

.v2-industry-card {
  overflow: hidden;
}

.v2-industry-media {
  height: 300px;
  background: #eef5fc;
}

.v2-industry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-industry-body {
  padding: 30px;
}

.v2-industry-body h3 {
  margin: 12px 0 6px;
  font-size: 34px;
}

.v2-industry-body h4 {
  margin: 0 0 16px;
  color: #26384d;
  font-size: 18px;
}

.v2-industry-body p {
  color: var(--v2-muted);
  line-height: 1.8;
}

.v2-tag-row,
.v2-contact-list,
.v2-video-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-tag-row em,
.v2-contact-list a,
.v2-video-cats a {
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0b5fb2;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

.v2-product-row {
  margin: 22px 0;
  padding: 18px;
  border-radius: 8px;
  background: #f6f9fc;
}

.v2-product-row strong,
.v2-product-row span {
  display: block;
}

.v2-product-row span {
  margin-top: 8px;
  color: #4f6177;
  line-height: 1.7;
}

.v2-industry-body > a,
.v2-text-link,
.v2-project-grid a {
  color: var(--v2-blue);
  font-weight: 900;
  text-decoration: none;
}

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

.v2-platform-group {
  padding: 18px;
}

.v2-platform-group h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--v2-line);
  font-size: 22px;
}

.v2-platform-items {
  display: grid;
  gap: 14px;
}

.v2-platform-items a {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 102px;
  padding: 10px;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--v2-ink);
  text-decoration: none;
}

.v2-platform-items img {
  grid-row: span 2;
  width: 88px;
  height: 78px;
  border-radius: 7px;
  object-fit: cover;
  background: #eaf1f8;
}

.v2-platform-items strong,
.v2-platform-items span {
  display: block;
}

.v2-platform-items span {
  color: var(--v2-muted);
  line-height: 1.45;
}

.v2-capability-grid,
.v2-plan-grid,
.v2-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.v2-capability-grid article {
  padding: 28px;
}

.v2-capability-grid span {
  color: var(--v2-blue);
  font-size: 34px;
  font-weight: 900;
}

.v2-capability-grid h3 {
  margin: 18px 0 12px;
  font-size: 24px;
}

.v2-capability-grid p {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.8;
}

.v2-plan-grid a {
  overflow: hidden;
  color: var(--v2-ink);
  text-decoration: none;
}

.v2-plan-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.v2-plan-grid strong,
.v2-plan-grid span {
  display: block;
  padding: 0 22px;
}

.v2-plan-grid strong {
  padding-top: 22px;
  font-size: 21px;
}

.v2-plan-grid span {
  padding-top: 10px;
  padding-bottom: 24px;
  color: var(--v2-muted);
  line-height: 1.65;
}

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

.v2-project-grid article {
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 1fr;
}

.v2-project-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.v2-project-grid article > div {
  padding: 28px;
}

.v2-project-grid h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

.v2-project-grid dl {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px 12px;
  margin: 0 0 20px;
}

.v2-project-grid dt {
  color: #8a98aa;
  font-weight: 800;
}

.v2-project-grid dd {
  margin: 0;
  color: #33465d;
}

.v2-video-global {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
}

.v2-video-card,
.v2-global-card {
  padding: 34px;
}

.v2-social-row {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--v2-muted);
  font-weight: 800;
}

.v2-global-card {
  background: linear-gradient(135deg, #08244a, #0b69c7);
  color: #fff;
}

.v2-global-card p {
  color: rgba(255,255,255,.82);
  line-height: 1.85;
}

.v2-global-card .v2-contact-list a {
  color: #fff;
  background: rgba(255,255,255,.14);
}

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

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

@media (max-width: 900px) {
  .v2-hero {
    padding: 54px 22px 64px;
  }

  .v2-section {
    padding: 62px 22px;
  }

  .v2-section-head.split,
  .v2-industry-grid,
  .v2-capability-grid,
  .v2-plan-grid,
  .v2-project-grid,
  .v2-video-global,
  .v2-showcase-strip {
    grid-template-columns: 1fr;
    display: grid;
  }

  .v2-section-head.split {
    align-items: start;
  }

  .v2-platform-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .site-header {
    min-height: 64px !important;
    padding: 10px 18px !important;
    gap: 12px !important;
  }

  .site-header .main-nav {
    display: none !important;
  }

  .site-header .logo {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  .header-actions {
    gap: 10px !important;
  }

  .header-actions span {
    display: none !important;
  }

  .header-actions .button {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .v2-hero {
    min-height: auto;
    gap: 32px;
    padding: 44px 18px 52px;
  }

  .v2-hero h1 {
    margin: 16px 0 18px;
    font-size: 34px;
    line-height: 1.12;
  }

  .v2-hero-copy p {
    font-size: 16px;
    line-height: 1.78;
  }

  .v2-kicker,
  .v2-section-head span,
  .v2-industry-body > span,
  .v2-global-card > span {
    font-size: 11px;
    letter-spacing: 1.4px;
    line-height: 1.5;
  }

  .v2-hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .v2-button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .v2-hero-facts,
  .v2-platform-items a {
    grid-template-columns: 1fr;
  }

  .v2-hero-facts {
    gap: 10px;
    margin-top: 28px;
  }

  .v2-hero-facts span {
    padding: 12px 13px;
    font-size: 14px;
  }

  .v2-showcase-main,
  .v2-showcase-main img {
    min-height: 300px;
  }

  .v2-showcase-main figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 18px;
  }

  .v2-industry-body,
  .v2-video-card,
  .v2-global-card,
  .v2-project-grid article > div {
    padding: 22px;
  }

  .v2-section {
    padding: 48px 18px;
  }

  .v2-section-head {
    margin-bottom: 24px;
  }

  .v2-section-head h2,
  .v2-global-card h2 {
    font-size: 30px;
  }

  .v2-industry-media,
  .v2-plan-grid img {
    height: 210px;
  }

  .v2-industry-body h3 {
    font-size: 28px;
  }

  .v2-industry-body h4 {
    font-size: 16px;
  }

  .v2-platform-items img {
    width: 100%;
    height: 150px;
  }

  .v2-project-grid img {
    min-height: 220px;
  }

  .v2-project-grid dl {
    grid-template-columns: 1fr;
  }

  .v2-project-grid dt {
    margin-top: 8px;
  }
}

/* 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;
}

.video-direct-link {
  margin-top: 10px;
}

.video-open-card {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  background-color: #101827;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.video-open-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 20, 34, .1), rgba(12, 20, 34, .58));
}

.video-open-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(18, 100, 216, .92);
  box-shadow: 0 20px 42px rgba(18, 100, 216, .32);
  font-weight: 900;
}

.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;
  }
}

/* Excel content layout refresh - 2026-07-07 */
.product-home-entry,
.sales-kit-section {
  background:
    linear-gradient(rgba(208, 224, 244, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208, 224, 244, 0.26) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%) !important;
  background-size: 56px 56px, 56px 56px, auto !important;
  color: var(--global-ink) !important;
}

.product-home-entry .section-title h2,
.sales-kit-section .section-title h2 {
  color: #07111f !important;
  font-size: clamp(38px, 5vw, 72px) !important;
}

.product-home-entry .section-title p,
.sales-kit-section .section-title p {
  color: #5d6f84 !important;
}

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

.product-entry-card,
.sales-kit-grid article {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid #d7e2ee;
  background: rgba(255, 255, 255, 0.88);
  color: #07111f;
  text-decoration: none;
  box-shadow: 0 24px 60px rgba(27, 63, 105, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.product-entry-card::before,
.sales-kit-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(31, 117, 213, 0.11), transparent 34%);
}

.product-entry-card:hover,
.sales-kit-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 103, 204, 0.42);
  box-shadow: 0 32px 82px rgba(22, 83, 150, 0.14);
}

.product-entry-card.featured {
  background: linear-gradient(135deg, #0d2848 0%, #144f96 100%);
  color: #ffffff;
}

.product-entry-card > *,
.sales-kit-grid article > * {
  position: relative;
  z-index: 1;
}

.product-entry-card span,
.sales-kit-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 26px;
  padding: 5px 9px;
  background: #e7f1ff;
  color: #1264d8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-entry-card.featured span {
  background: rgba(255, 255, 255, 0.14);
  color: #bfe0ff;
}

.product-entry-card h3,
.sales-kit-grid h3 {
  margin: 0 0 14px;
  color: inherit !important;
  font-size: clamp(25px, 2.8vw, 42px);
  line-height: 1.12;
  font-weight: 900;
}

.product-entry-card p,
.sales-kit-grid p {
  margin: 0;
  color: #5f7085 !important;
  line-height: 1.78;
}

.product-entry-card.featured p,
.product-entry-card.featured em {
  color: rgba(255, 255, 255, 0.78) !important;
}

.product-entry-card em,
.sales-kit-grid em {
  margin-top: 28px;
  color: #1264d8;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

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

.sales-kit-grid article {
  min-height: 310px;
  background: #ffffff;
}

.sales-kit-grid h3 {
  font-size: clamp(28px, 3vw, 46px);
}

@media (max-width: 1080px) {
  .product-entry-grid,
  .sales-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-entry-grid,
  .sales-kit-grid {
    grid-template-columns: 1fr;
  }

  .product-entry-card,
  .sales-kit-grid article {
    min-height: 220px;
  }
}

/* Unified public footer */
.site-footer {
  display: block !important;
  padding: 0 !important;
  border-top: 1px solid #e2e8f0 !important;
  background:
    radial-gradient(circle at 9% 32%, rgba(226, 232, 240, 0.78) 0 17%, transparent 18%),
    #f7f9fc !important;
  color: #64748b !important;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 6vw 34px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.footer-brand strong {
  display: block;
  color: #0f172a;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.footer-brand p {
  max-width: 330px;
  margin: 0 0 18px;
  color: #64748b;
  line-height: 1.8;
}

.footer-heading {
  display: block;
  margin-bottom: 18px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 13px;
}

.footer-links a,
.footer-bottom a {
  color: #64748b;
  text-decoration: none;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: #1769d2;
}

.footer-qr {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid #dbe4ef;
  background:
    linear-gradient(90deg, #0f172a 8px, transparent 8px) 0 0 / 22px 22px,
    linear-gradient(#0f172a 8px, transparent 8px) 0 0 / 22px 22px,
    #ffffff;
}

.footer-qr span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: #ffffff;
  color: #1769d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.footer-contact p {
  margin: 0;
  line-height: 1.8;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #cbd5e1;
  color: #94a3b8;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 900px) {
  .footer-inner {
    padding: 42px 22px 28px;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Homepage V4 hero product carousel */
.home-v4-carousel {
  position: relative;
  z-index: 1;
  align-self: end;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 30px 80px rgba(0, 0, 0, 0.34);
}

.home-v4-carousel-track {
  display: flex;
  width: 400%;
  min-height: inherit;
  animation: homeV4Carousel 20s infinite;
}

.home-v4-carousel:hover .home-v4-carousel-track {
  animation-play-state: paused;
}

.home-v4-slide {
  position: relative;
  width: 25%;
  min-height: inherit;
  overflow: hidden;
  background: #071226;
}

.home-v4-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 13, 28, 0.04), rgba(5, 13, 28, 0.56)),
    linear-gradient(90deg, rgba(5, 13, 28, 0.28), rgba(5, 13, 28, 0.03) 52%, rgba(5, 13, 28, 0.22));
  pointer-events: none;
}

.home-v4-slide img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.home-v4-slide:nth-child(1) img {
  object-position: 18% 50%;
}

.home-v4-slide:nth-child(2) img {
  object-position: 68% 58%;
}

.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img {
  object-position: 50% 50%;
}

.home-v4-slide-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 520px;
  color: #ffffff;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.home-v4-slide-caption strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.home-v4-slide-caption span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.home-v4-carousel-dots {
  position: absolute;
  left: 28px;
  bottom: 104px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.home-v4-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.home-v4-carousel-dots span:nth-child(1) {
  animation: homeV4Dot1 20s infinite;
}

.home-v4-carousel-dots span:nth-child(2) {
  animation: homeV4Dot2 20s infinite;
}

.home-v4-carousel-dots span:nth-child(3) {
  animation: homeV4Dot3 20s infinite;
}

.home-v4-carousel-dots span:nth-child(4) {
  animation: homeV4Dot4 20s infinite;
}

@keyframes homeV4Carousel {
  0%, 20% { transform: translateX(0); }
  25%, 45% { transform: translateX(-25%); }
  50%, 70% { transform: translateX(-50%); }
  75%, 95% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

@keyframes homeV4Dot1 {
  0%, 20%, 100% { width: 22px; background: #f4353b; }
  25%, 95% { width: 8px; background: rgba(255, 255, 255, 0.5); }
}

@keyframes homeV4Dot2 {
  0%, 20%, 50%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  25%, 45% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot3 {
  0%, 45%, 75%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  50%, 70% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot4 {
  0%, 70%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  75%, 95% { width: 22px; background: #f4353b; }
}

@media (max-width: 900px) {
  .home-v4-carousel {
    min-height: 320px;
    border-radius: 22px;
  }

  .home-v4-slide img {
    height: 320px;
  }

  .home-v4-slide-caption {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .home-v4-slide-caption strong {
    font-size: 20px;
  }

  .home-v4-slide-caption span {
    font-size: 13px;
  }

  .home-v4-carousel-dots {
    left: 20px;
    bottom: 90px;
  }
}

/* Homepage hero carousel refinement - 6 product systems */
.home-v4-carousel {
  background:
    radial-gradient(circle at 76% 12%, rgba(27, 213, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(9, 21, 45, 0.26)) !important;
}

.home-v4-carousel-track {
  width: 600% !important;
  animation: homeV4Carousel 30s infinite !important;
}

.home-v4-slide {
  width: 16.666666% !important;
  display: grid;
  place-items: center;
  padding: 20px;
}

.home-v4-slide::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 80% 20%, rgba(244, 53, 59, 0.12), transparent 30%);
  z-index: 1;
}

.home-v4-slide::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 13, 28, 0), rgba(5, 13, 28, 0.48)),
    linear-gradient(90deg, rgba(5, 13, 28, 0.42), rgba(5, 13, 28, 0.05) 58%, rgba(5, 13, 28, 0.22)) !important;
}

.home-v4-slide img {
  position: relative;
  z-index: 1;
  width: min(88%, 560px) !important;
  height: 360px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.home-v4-slide-caption {
  left: 44px !important;
  right: 44px !important;
  bottom: 34px !important;
  max-width: 460px !important;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(5, 13, 28, 0.68);
  backdrop-filter: blur(14px);
}

.home-v4-slide-caption strong {
  color: #ffffff !important;
  font-size: 25px !important;
}

.home-v4-slide-caption span {
  color: rgba(255, 255, 255, 0.92) !important;
}

.home-v4-carousel-dots {
  bottom: 126px !important;
  left: 46px !important;
}

.home-v4-carousel-dots span:nth-child(1) { animation: homeV4Dot1 30s infinite !important; }
.home-v4-carousel-dots span:nth-child(2) { animation: homeV4Dot2 30s infinite !important; }
.home-v4-carousel-dots span:nth-child(3) { animation: homeV4Dot3 30s infinite !important; }
.home-v4-carousel-dots span:nth-child(4) { animation: homeV4Dot4 30s infinite !important; }
.home-v4-carousel-dots span:nth-child(5) { animation: homeV4Dot5 30s infinite !important; }
.home-v4-carousel-dots span:nth-child(6) { animation: homeV4Dot6 30s infinite !important; }

.site-header {
  min-height: 76px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(14, 33, 58, 0.08) !important;
  box-shadow: 0 10px 34px rgba(15, 42, 80, 0.07) !important;
}

.site-header .main-nav a {
  color: #07111f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  position: relative !important;
  padding: 26px 0 !important;
}

.site-header .main-nav a.active,
.site-header .main-nav a:hover {
  color: #07111f !important;
}

.site-header .main-nav a::after {
  left: 50% !important;
  bottom: 15px !important;
  width: 28px !important;
  height: 3px !important;
  border-radius: 999px !important;
  opacity: 0 !important;
  background: #f0353d !important;
  transform: translateX(-50%) scaleX(0) !important;
  transform-origin: center !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.site-header .main-nav a.active::after,
.site-header .main-nav a:hover::after {
  opacity: 1 !important;
  transform: translateX(-50%) scaleX(1) !important;
}

@keyframes homeV4Carousel {
  0%, 12% { transform: translateX(0); }
  16%, 28% { transform: translateX(-16.666666%); }
  32%, 44% { transform: translateX(-33.333333%); }
  48%, 60% { transform: translateX(-50%); }
  64%, 76% { transform: translateX(-66.666666%); }
  80%, 92% { transform: translateX(-83.333333%); }
  100% { transform: translateX(0); }
}

@keyframes homeV4Dot1 {
  0%, 12%, 100% { width: 22px; background: #f4353b; }
  16%, 92% { width: 8px; background: rgba(255, 255, 255, 0.5); }
}

@keyframes homeV4Dot2 {
  0%, 12%, 32%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  16%, 28% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot3 {
  0%, 28%, 48%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  32%, 44% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot4 {
  0%, 44%, 64%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  48%, 60% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot5 {
  0%, 60%, 80%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  64%, 76% { width: 22px; background: #f4353b; }
}

@keyframes homeV4Dot6 {
  0%, 76%, 100% { width: 8px; background: rgba(255, 255, 255, 0.5); }
  80%, 92% { width: 22px; background: #f4353b; }
}

@media (max-width: 900px) {
  .home-v4-slide {
    padding: 14px;
  }

  .home-v4-slide::before {
    inset: 14px;
    border-radius: 18px;
  }

  .home-v4-slide img {
    width: min(92%, 420px) !important;
    height: 250px !important;
  }

  .home-v4-slide-caption {
    left: 22px !important;
    right: 22px !important;
    bottom: 20px !important;
    padding: 12px 14px;
  }

  .home-v4-carousel-dots {
    left: 24px !important;
    bottom: 98px !important;
  }
}

/* Final hero visual treatment: full-bleed designed banner instead of brochure-in-card */
.home-v4-carousel {
  min-height: 430px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(148, 190, 235, 0.34) !important;
  background: #071226 !important;
  box-shadow: 0 34px 90px rgba(5, 16, 36, 0.38) !important;
}

.home-v4-slide {
  display: block !important;
  padding: 0 !important;
  isolation: isolate;
}

.home-v4-slide::before {
  inset: 0 !important;
  z-index: 2 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(25, 184, 255, 0.28), transparent 26%),
    radial-gradient(circle at 18% 88%, rgba(244, 53, 59, 0.20), transparent 28%),
    linear-gradient(90deg, rgba(4, 12, 29, 0.88) 0%, rgba(4, 12, 29, 0.42) 48%, rgba(4, 12, 29, 0.12) 100%) !important;
}

.home-v4-slide::after {
  z-index: 3 !important;
  background:
    linear-gradient(180deg, rgba(6, 16, 34, 0.06), rgba(6, 16, 34, 0.52)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgba(255, 255, 255, 0.08) 0 1px, transparent 1px) 0 0 / 52px 52px !important;
}

.home-v4-slide img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: saturate(1.08) contrast(1.04);
}

.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img {
  object-position: center center !important;
}

.home-v4-slide:nth-child(5) img {
  object-position: 16% 50% !important;
}

.home-v4-slide:nth-child(6) img {
  object-position: 62% 50% !important;
}

.home-v4-slide:nth-child(5),
.home-v4-slide:nth-child(6) {
  background: #f6faff !important;
}

.home-v4-slide:nth-child(5)::before,
.home-v4-slide:nth-child(6)::before {
  background:
    radial-gradient(circle at 86% 22%, rgba(0, 128, 224, 0.12), transparent 32%),
    radial-gradient(circle at 8% 92%, rgba(244, 53, 59, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(246, 250, 255, 0.08), rgba(246, 250, 255, 0.02)) !important;
}

.home-v4-slide:nth-child(5)::after,
.home-v4-slide:nth-child(6)::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(224, 237, 252, 0.15)),
    linear-gradient(90deg, rgba(16, 70, 130, 0.06) 0 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(rgba(16, 70, 130, 0.055) 0 1px, transparent 1px) 0 0 / 56px 56px !important;
}

.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  object-position: center center !important;
  filter: saturate(1.02) contrast(1.02) brightness(1.02) !important;
}

.home-v4-slide-caption {
  left: 34px !important;
  right: auto !important;
  bottom: 34px !important;
  z-index: 4 !important;
  max-width: 470px !important;
  padding: 22px 24px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  background:
    linear-gradient(135deg, rgba(9, 23, 47, 0.88), rgba(9, 23, 47, 0.60)),
    rgba(9, 23, 47, 0.72) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption,
.home-v4-slide:nth-child(6) .home-v4-slide-caption {
  border: 1px solid rgba(151, 179, 214, 0.72) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.88)),
    rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 24px 50px rgba(20, 64, 116, 0.16) !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption::before,
.home-v4-slide:nth-child(6) .home-v4-slide-caption::before {
  background: rgba(0, 116, 215, 0.10) !important;
  color: #126fc6 !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption strong,
.home-v4-slide:nth-child(6) .home-v4-slide-caption strong {
  color: #091527 !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption span,
.home-v4-slide:nth-child(6) .home-v4-slide-caption span {
  color: #52657a !important;
}

.home-v4-slide-caption::before {
  content: "PRODUCT SYSTEM";
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #9ed8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.home-v4-slide-caption strong {
  color: #ffffff !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.home-v4-slide-caption span {
  max-width: 360px;
  color: rgba(239, 246, 255, 0.92) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.home-v4-carousel-dots {
  left: 38px !important;
  bottom: 192px !important;
  z-index: 5 !important;
}

@media (max-width: 900px) {
  .home-v4-carousel {
    min-height: 360px !important;
  }

  .home-v4-slide img {
    min-height: 360px !important;
  }

  .home-v4-slide-caption {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    max-width: none !important;
    padding: 16px !important;
  }

  .home-v4-slide-caption strong {
    font-size: 24px !important;
  }

  .home-v4-slide-caption span {
    font-size: 13px !important;
  }

  .home-v4-carousel-dots {
    left: 22px !important;
    bottom: 152px !important;
  }
}

/* 2026-07-08 polish: brighter product-first carousel for public homepage */
.home-v4-carousel {
  min-height: 430px !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(150, 182, 222, 0.48) !important;
  background:
    radial-gradient(circle at 72% 18%, rgba(43, 167, 255, 0.24), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(255, 69, 80, 0.16), transparent 28%),
    linear-gradient(135deg, #09214b 0%, #0d3560 52%, #071428 100%) !important;
  box-shadow: 0 34px 80px rgba(11, 37, 79, 0.24) !important;
}

.home-v4-slide {
  padding: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(5, 18, 42, 0.96) 0%, rgba(8, 28, 61, 0.76) 42%, rgba(255, 255, 255, 0.02) 100%) !important;
}

.home-v4-slide::before {
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(5, 18, 42, 0.88) 0%, rgba(5, 18, 42, 0.52) 38%, rgba(5, 18, 42, 0.06) 72%, rgba(5, 18, 42, 0.16) 100%) !important;
}

.home-v4-slide::after {
  z-index: 3 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(255, 255, 255, 0.08) 0 1px, transparent 1px) 0 0 / 64px 64px !important;
  opacity: 0.38 !important;
}

.home-v4-slide img {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: brightness(1.18) contrast(1.04) saturate(1.08) !important;
  box-shadow: none !important;
}

.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img {
  object-fit: contain !important;
  object-position: 74% center !important;
  width: 58% !important;
  height: 84% !important;
  top: 8% !important;
  left: 39% !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24) !important;
}

.home-v4-slide:nth-child(5),
.home-v4-slide:nth-child(6) {
  background:
    radial-gradient(circle at 74% 32%, rgba(53, 151, 238, 0.20), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eaf4ff 100%) !important;
}

.home-v4-slide:nth-child(5)::before,
.home-v4-slide:nth-child(6)::before {
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.72) 38%, rgba(248, 251, 255, 0.08) 68%),
    radial-gradient(circle at 82% 20%, rgba(12, 121, 220, 0.12), transparent 34%) !important;
}

.home-v4-slide:nth-child(5)::after,
.home-v4-slide:nth-child(6)::after {
  background:
    linear-gradient(90deg, rgba(31, 86, 145, 0.08) 0 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(31, 86, 145, 0.07) 0 1px, transparent 1px) 0 0 / 64px 64px !important;
  opacity: 0.40 !important;
}

.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  object-fit: contain !important;
  object-position: 76% center !important;
  width: 58% !important;
  height: 86% !important;
  top: 7% !important;
  left: 40% !important;
  padding: 24px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  filter: brightness(1.06) contrast(1.04) saturate(1.03) !important;
  box-shadow: 0 28px 70px rgba(38, 79, 130, 0.18) !important;
}

.home-v4-slide-caption {
  z-index: 4 !important;
  left: 34px !important;
  right: auto !important;
  bottom: 34px !important;
  max-width: 510px !important;
  padding: 22px 24px 24px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: rgba(8, 23, 49, 0.78) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(16px) !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption,
.home-v4-slide:nth-child(6) .home-v4-slide-caption {
  border-color: rgba(169, 194, 224, 0.86) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 22px 54px rgba(28, 81, 137, 0.16) !important;
}

.home-v4-slide-caption::before {
  content: "PRODUCT SYSTEM";
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(147, 211, 255, 0.16);
  color: #a9dcff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption::before,
.home-v4-slide:nth-child(6) .home-v4-slide-caption::before {
  background: rgba(0, 112, 210, 0.10) !important;
  color: #126fc6 !important;
}

.home-v4-slide-caption strong {
  color: #ffffff !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.home-v4-slide-caption span {
  display: block !important;
  margin-top: 12px !important;
  max-width: 430px !important;
  color: rgba(241, 247, 255, 0.94) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption strong,
.home-v4-slide:nth-child(6) .home-v4-slide-caption strong {
  color: #091527 !important;
}

.home-v4-slide:nth-child(5) .home-v4-slide-caption span,
.home-v4-slide:nth-child(6) .home-v4-slide-caption span {
  color: #43586f !important;
}

.home-v4-carousel-dots {
  left: 42px !important;
  bottom: 196px !important;
  z-index: 5 !important;
}

@media (max-width: 900px) {
  .home-v4-carousel {
    min-height: 520px !important;
  }

  .home-v4-slide img,
  .home-v4-slide:nth-child(1) img,
  .home-v4-slide:nth-child(2) img,
  .home-v4-slide:nth-child(3) img,
  .home-v4-slide:nth-child(4) img,
  .home-v4-slide:nth-child(5) img,
  .home-v4-slide:nth-child(6) img {
    top: 22px !important;
    left: 5% !important;
    width: 90% !important;
    height: 300px !important;
    min-height: 0 !important;
    object-position: center center !important;
  }

  .home-v4-slide-caption {
    left: 18px !important;
    right: 18px !important;
    bottom: 20px !important;
    max-width: none !important;
    padding: 16px !important;
  }

  .home-v4-slide-caption strong {
    font-size: 28px !important;
  }

  .home-v4-slide-caption span {
    font-size: 13px !important;
  }

  .home-v4-carousel-dots {
    left: 24px !important;
    bottom: 188px !important;
  }
}

/* 2026-07-09: full-frame brochure visual, brighter and cleaner */
.home-v4-hero {
  background:
    radial-gradient(circle at 74% 20%, rgba(43, 168, 255, 0.26), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(255, 65, 76, 0.14), transparent 28%),
    linear-gradient(135deg, #0d2e62 0%, #0e4272 46%, #102851 100%) !important;
}

.home-v4-hero::before {
  opacity: 0.32 !important;
}

.home-v4-carousel {
  min-height: 450px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(188, 218, 250, 0.58) !important;
  background: #eef6ff !important;
  box-shadow: 0 30px 70px rgba(14, 54, 105, 0.28) !important;
}

.home-v4-slide {
  background: #edf6ff !important;
}

.home-v4-slide::before {
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(6, 22, 50, 0.72) 0%, rgba(6, 22, 50, 0.40) 31%, rgba(6, 22, 50, 0.04) 58%, rgba(6, 22, 50, 0.08) 100%) !important;
}

.home-v4-slide::after {
  z-index: 3 !important;
  opacity: 0.22 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(rgba(255, 255, 255, 0.14) 0 1px, transparent 1px) 0 0 / 70px 70px !important;
}

.home-v4-slide img,
.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img,
.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 450px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: brightness(1.26) contrast(1.04) saturate(1.10) !important;
}

.home-v4-slide:nth-child(1) img { object-position: center 48% !important; }
.home-v4-slide:nth-child(2) img { object-position: center 48% !important; }
.home-v4-slide:nth-child(3) img { object-position: center 48% !important; }
.home-v4-slide:nth-child(4) img { object-position: center 48% !important; }
.home-v4-slide:nth-child(5) img { object-position: center 50% !important; }
.home-v4-slide:nth-child(6) img { object-position: center 50% !important; }

.home-v4-slide:nth-child(5),
.home-v4-slide:nth-child(6) {
  background: #f7fbff !important;
}

.home-v4-slide:nth-child(5)::before,
.home-v4-slide:nth-child(6)::before {
  background:
    linear-gradient(90deg, rgba(248, 252, 255, 0.72) 0%, rgba(248, 252, 255, 0.44) 34%, rgba(248, 252, 255, 0.06) 68%) !important;
}

.home-v4-slide:nth-child(5)::after,
.home-v4-slide:nth-child(6)::after {
  background:
    linear-gradient(90deg, rgba(26, 93, 159, 0.06) 0 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(rgba(26, 93, 159, 0.055) 0 1px, transparent 1px) 0 0 / 70px 70px !important;
  opacity: 0.20 !important;
}

.home-v4-slide-caption {
  left: 30px !important;
  bottom: 30px !important;
  max-width: 440px !important;
  padding: 18px 20px 20px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(202, 224, 248, 0.82) !important;
  background: rgba(255, 255, 255, 0.90) !important;
  box-shadow: 0 20px 48px rgba(11, 42, 86, 0.20) !important;
  backdrop-filter: blur(14px) !important;
}

.home-v4-slide-caption::before {
  margin-bottom: 8px !important;
  background: rgba(12, 105, 204, 0.10) !important;
  color: #126fc6 !important;
}

.home-v4-slide-caption strong,
.home-v4-slide:nth-child(5) .home-v4-slide-caption strong,
.home-v4-slide:nth-child(6) .home-v4-slide-caption strong {
  color: #071426 !important;
  font-size: clamp(28px, 3.2vw, 48px) !important;
  line-height: 1.06 !important;
}

.home-v4-slide-caption span,
.home-v4-slide:nth-child(5) .home-v4-slide-caption span,
.home-v4-slide:nth-child(6) .home-v4-slide-caption span {
  margin-top: 9px !important;
  color: #43576f !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.home-v4-carousel-dots {
  left: 38px !important;
  bottom: 176px !important;
}

@media (max-width: 900px) {
  .home-v4-carousel {
    min-height: 430px !important;
  }

  .home-v4-slide img,
  .home-v4-slide:nth-child(1) img,
  .home-v4-slide:nth-child(2) img,
  .home-v4-slide:nth-child(3) img,
  .home-v4-slide:nth-child(4) img,
  .home-v4-slide:nth-child(5) img,
  .home-v4-slide:nth-child(6) img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 430px !important;
    object-fit: cover !important;
  }

  .home-v4-slide::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(8, 24, 52, 0.48)) !important;
  }

  .home-v4-slide-caption {
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
    max-width: none !important;
  }

  .home-v4-slide-caption strong {
    font-size: 28px !important;
  }

  .home-v4-carousel-dots {
    left: 24px !important;
    bottom: 156px !important;
  }
}

/* 2026-07-10 V2.0 stage 1: four-position hero carousel */
.home-v6-position-carousel {
  min-height: clamp(460px, 48vw, 640px) !important;
  background: linear-gradient(135deg, #f7fbff 0%, #eaf4ff 58%, #ffffff 100%) !important;
  box-shadow: 0 34px 76px rgba(12, 52, 100, 0.22) !important;
}

.home-v6-position-carousel .home-v4-carousel-track {
  width: 400% !important;
  animation: homeV6PositionCarousel 24s infinite !important;
}

.home-v6-position-carousel:hover .home-v4-carousel-track {
  animation-play-state: paused !important;
}

.home-v6-position-carousel .home-v4-slide {
  width: 25% !important;
  min-height: clamp(460px, 48vw, 640px) !important;
}

.home-v6-position-carousel .home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(3, 21, 48, 0.86) 0%, rgba(3, 21, 48, 0.55) 30%, rgba(3, 21, 48, 0.13) 62%, rgba(3, 21, 48, 0.06) 100%) !important;
}

.home-v6-position-carousel .home-v4-slide::after {
  opacity: 0.16 !important;
}

.home-v6-position-carousel .home-v4-slide img {
  filter: brightness(1.18) contrast(1.04) saturate(1.08) !important;
  transform: scale(1.01) !important;
}

.home-v6-position-carousel .home-v4-slide:nth-child(1) img {
  object-position: center center !important;
}

.home-v6-position-carousel .home-v4-slide:nth-child(2) img {
  object-position: center 48% !important;
}

.home-v6-position-carousel .home-v4-slide:nth-child(3) img {
  object-position: center center !important;
}

.home-v6-position-carousel .home-v4-slide:nth-child(4) img {
  object-fit: contain !important;
  object-position: 72% center !important;
  padding: clamp(26px, 4vw, 58px) !important;
  background:
    radial-gradient(circle at 72% 46%, rgba(255, 255, 255, 0.95), rgba(234, 245, 255, 0.58) 45%, rgba(10, 45, 88, 0.16) 76%),
    linear-gradient(135deg, #eaf5ff 0%, #f8fbff 100%) !important;
}

.home-v6-position-carousel .home-v4-slide-caption {
  left: clamp(24px, 4vw, 54px) !important;
  bottom: clamp(24px, 4vw, 54px) !important;
  max-width: min(520px, 48%) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(190, 216, 244, 0.92) !important;
}

.home-v6-position-carousel .home-v4-slide-caption strong {
  font-size: clamp(34px, 3.8vw, 58px) !important;
  letter-spacing: 0 !important;
}

.home-v6-position-carousel .home-v4-slide-caption span {
  color: #344861 !important;
  font-size: clamp(15px, 1.18vw, 18px) !important;
}

.home-v6-position-carousel .home-v4-carousel-dots span:nth-child(1) {
  animation: homeV6Dot1 24s infinite !important;
}

.home-v6-position-carousel .home-v4-carousel-dots span:nth-child(2) {
  animation: homeV6Dot2 24s infinite !important;
}

.home-v6-position-carousel .home-v4-carousel-dots span:nth-child(3) {
  animation: homeV6Dot3 24s infinite !important;
}

.home-v6-position-carousel .home-v4-carousel-dots span:nth-child(4) {
  animation: homeV6Dot4 24s infinite !important;
}

@keyframes homeV6PositionCarousel {
  0%, 20% { transform: translateX(0); }
  25%, 45% { transform: translateX(-25%); }
  50%, 70% { transform: translateX(-50%); }
  75%, 95% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

@keyframes homeV6Dot1 {
  0%, 20%, 100% { width: 28px; background: #f2383f; }
  25%, 95% { width: 9px; background: rgba(255, 255, 255, 0.58); }
}

@keyframes homeV6Dot2 {
  0%, 20%, 50%, 100% { width: 9px; background: rgba(255, 255, 255, 0.58); }
  25%, 45% { width: 28px; background: #f2383f; }
}

@keyframes homeV6Dot3 {
  0%, 45%, 75%, 100% { width: 9px; background: rgba(255, 255, 255, 0.58); }
  50%, 70% { width: 28px; background: #f2383f; }
}

@keyframes homeV6Dot4 {
  0%, 70%, 100% { width: 9px; background: rgba(255, 255, 255, 0.58); }
  75%, 95% { width: 28px; background: #f2383f; }
}

@media (max-width: 900px) {
  .home-v6-position-carousel,
  .home-v6-position-carousel .home-v4-slide {
    min-height: 430px !important;
  }

  .home-v6-position-carousel .home-v4-slide-caption {
    max-width: none !important;
  }

  .home-v6-position-carousel .home-v4-slide:nth-child(4) img {
    object-fit: cover !important;
    padding: 0 !important;
  }
}

/* 2026-07-09 final override at EOF: clearer public navigation and brighter product carousel */
.site-header .main-nav a,
.main-nav a {
  color: #071426 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.site-header .main-nav a::before,
.site-header .main-nav a::after,
.main-nav a::before,
.main-nav a::after {
  opacity: 0 !important;
}

.site-header .main-nav a.active,
.site-header .main-nav a:hover,
.main-nav a.active,
.main-nav a:hover {
  color: #116ed1 !important;
}

.home-v4-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(42, 170, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(255, 65, 75, 0.16), transparent 30%),
    linear-gradient(135deg, #0d326b 0%, #10517e 48%, #122a58 100%) !important;
}

.home-v4-carousel {
  background: #f4f9ff !important;
}

.home-v4-slide::before {
  background:
    linear-gradient(90deg, rgba(6, 22, 50, 0.42) 0%, rgba(6, 22, 50, 0.18) 30%, rgba(6, 22, 50, 0.02) 62%, rgba(6, 22, 50, 0.02) 100%) !important;
}

.home-v4-slide::after {
  opacity: 0.14 !important;
}

.home-v4-slide img,
.home-v4-slide:nth-child(1) img,
.home-v4-slide:nth-child(2) img,
.home-v4-slide:nth-child(3) img,
.home-v4-slide:nth-child(4) img,
.home-v4-slide:nth-child(5) img,
.home-v4-slide:nth-child(6) img {
  filter: brightness(1.08) contrast(1.02) saturate(1.04) !important;
}

.home-v4-slide-caption {
  border: 1px solid rgba(202, 224, 248, 0.92) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 20px 50px rgba(11, 42, 86, 0.18) !important;
}

.home-v4-slide-caption strong,
.home-v4-slide-caption span {
  text-shadow: none !important;
}

.footer-bottom a[href*="beian"] {
  color: #5d6b7a !important;
  text-decoration: none !important;
}

/* 2026-07-10 V2.0 final EOF override */
.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption {
  background: rgba(5, 22, 49, 0.88) !important;
  border: 1px solid rgba(150, 206, 255, 0.42) !important;
  box-shadow: 0 24px 54px rgba(8, 34, 72, 0.32) !important;
}
.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption::before {
  color: #b9e7ff !important;
  background: rgba(111, 196, 255, 0.18) !important;
}
.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption strong {
  color: #ffffff !important;
  text-shadow: none !important;
}
.home-v4-carousel.home-v6-position-carousel .home-v4-slide-caption span {
  color: #dcecff !important;
  text-shadow: none !important;
}
/* SSFY V2.0 Stage 1 homepage */
:root {
  --stage1-navy: #071a34;
  --stage1-navy-2: #0d2b4d;
  --stage1-blue: #1268d8;
  --stage1-red: #ee3342;
  --stage1-ink: #07111f;
  --stage1-muted: #5f7085;
  --stage1-line: #dbe5f2;
  --stage1-soft: #f3f7fc;
}

.home-stage1 {
  background: #f7fafd;
  color: var(--stage1-ink);
  overflow: hidden;
}

.stage1-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(72px, 8vw, 116px) clamp(28px, 5vw, 82px);
  background:
    radial-gradient(circle at 64% 40%, rgba(33, 151, 211, 0.34), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(238, 51, 66, 0.16), transparent 28%),
    linear-gradient(135deg, #071a34 0%, #0b2545 48%, #10233d 100%);
  position: relative;
  isolation: isolate;
}

.stage1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .5;
  z-index: -1;
}

.stage1-eyebrow,
.stage1-section-head span,
.stage1-product-card span,
.stage1-industry-card > span,
.stage1-bottom-copy span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  color: #146bd9;
  background: #eaf3ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 14px;
}

.stage1-hero .stage1-eyebrow {
  color: #cbe4ff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}

.stage1-hero h1 {
  margin: 28px 0 24px;
  color: #fff;
  font-size: clamp(46px, 5.6vw, 86px);
  line-height: 1.04;
  font-weight: 900;
  max-width: 760px;
}

.stage1-hero-copy p {
  color: rgba(239, 247, 255, .84);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.9;
  max-width: 760px;
}

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

.stage1-button,
.stage1-bottom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 850;
  border: 1px solid rgba(255,255,255,.22);
  text-decoration: none;
}

.stage1-button.primary,
.stage1-bottom-cta {
  background: linear-gradient(135deg, #f23948, #d91f32);
  color: #fff;
  box-shadow: 0 18px 34px rgba(238, 51, 66, .26);
}

.stage1-button.light {
  background: #fff;
  color: #09213d;
}

.stage1-button.ghost {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.stage1-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
  max-width: 780px;
}

.stage1-hero-points div {
  border-left: 3px solid #2da9ff;
  padding-left: 16px;
}

.stage1-hero-points strong,
.stage1-hero-points span {
  display: block;
}

.stage1-hero-points strong {
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.stage1-hero-points span {
  color: rgba(227, 238, 250, .72);
  font-size: 13px;
}

.stage1-hero-media {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  position: relative;
  min-height: clamp(400px, 46vw, 620px);
}

.stage1-hero-track {
  display: flex;
  width: 400%;
  height: 100%;
  min-height: inherit;
  animation: stage1Hero 28s infinite;
}

.stage1-hero-media:hover .stage1-hero-track {
  animation-play-state: paused;
}

.stage1-hero-slide {
  position: relative;
  flex: 0 0 25%;
  min-height: inherit;
}

.stage1-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,15,30,.08), rgba(3,15,30,.2) 44%, rgba(3,15,30,.66));
}

.stage1-hero-slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.stage1-hero-slide div {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  z-index: 2;
  border-radius: 18px;
  padding: 24px 26px;
  background: rgba(7, 26, 52, .82);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(12px);
}

.stage1-hero-slide strong,
.stage1-hero-slide span {
  display: block;
}

.stage1-hero-slide strong {
  color: #fff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.stage1-hero-slide span {
  color: rgba(240,247,255,.82);
  font-size: 16px;
}

.stage1-hero-dots {
  position: absolute;
  left: 34px;
  bottom: 166px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.stage1-hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
}

.stage1-hero-dots span:nth-child(1) { animation: stage1Dot1 28s infinite; }
.stage1-hero-dots span:nth-child(2) { animation: stage1Dot2 28s infinite; }
.stage1-hero-dots span:nth-child(3) { animation: stage1Dot3 28s infinite; }
.stage1-hero-dots span:nth-child(4) { animation: stage1Dot4 28s infinite; }

@keyframes stage1Hero {
  0%, 19% { transform: translateX(0); }
  25%, 44% { transform: translateX(-25%); }
  50%, 69% { transform: translateX(-50%); }
  75%, 94% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

@keyframes stage1Dot1 { 0%, 19%, 100% { width: 34px; background: #ef3342; } 25%, 94% { width: 10px; background: rgba(255,255,255,.62); } }
@keyframes stage1Dot2 { 25%, 44% { width: 34px; background: #ef3342; } 0%, 19%, 50%, 100% { width: 10px; background: rgba(255,255,255,.62); } }
@keyframes stage1Dot3 { 50%, 69% { width: 34px; background: #ef3342; } 0%, 44%, 75%, 100% { width: 10px; background: rgba(255,255,255,.62); } }
@keyframes stage1Dot4 { 75%, 94% { width: 34px; background: #ef3342; } 0%, 69%, 100% { width: 10px; background: rgba(255,255,255,.62); } }

.stage1-section,
.stage1-bottom {
  padding: clamp(64px, 7vw, 104px) clamp(26px, 5vw, 82px);
}

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

.stage1-section-head.split {
  align-items: center;
}

.stage1-section-head h2,
.stage1-bottom-copy h2 {
  margin: 14px 0 0;
  color: #061222;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.stage1-section-head p {
  max-width: 660px;
  margin: 0;
  color: var(--stage1-muted);
  font-size: 17px;
  line-height: 1.8;
}

.stage1-industries {
  background: #fff;
}

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

.stage1-industry-card {
  min-height: 420px;
  border-radius: 10px;
  padding: clamp(28px, 3vw, 46px);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stage1-line);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #0a213e;
}

.stage1-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,16,31,.92), rgba(5,16,31,.52) 52%, rgba(5,16,31,.22)), var(--industry-image);
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
}

.stage1-industry-card:hover::before {
  transform: scale(1.04);
}

.stage1-industry-card.av {
  --industry-image: url("assets/products/global-matrix.jpg");
}

.stage1-industry-card.edu {
  --industry-image: url("assets/products/holographic.jpg");
}

.stage1-industry-card > * {
  position: relative;
  z-index: 1;
}

.stage1-industry-card > span {
  color: #cce5ff;
  background: rgba(255,255,255,.12);
}

.stage1-industry-card h3 {
  margin: 22px 0 14px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.stage1-industry-card p {
  max-width: 620px;
  color: rgba(240,247,255,.84);
  font-size: 17px;
  line-height: 1.8;
}

.stage1-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.stage1-chip-list em {
  font-style: normal;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.09);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
}

.stage1-industry-card strong {
  color: #fff;
  font-size: 16px;
}

.stage1-products {
  background: linear-gradient(180deg, #f3f7fc, #fff);
}

.stage1-product-group {
  margin-top: 26px;
}

.stage1-product-group-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.stage1-product-group-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--stage1-blue);
  font-weight: 900;
}

.stage1-product-group-head h3 {
  margin: 0;
  font-size: 25px;
  color: #07111f;
}

.stage1-product-grid {
  display: grid;
  gap: 20px;
}

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

.stage1-product-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stage1-product-card {
  min-height: 430px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  position: relative;
  background: #081b33;
  border: 1px solid rgba(10, 46, 84, .2);
  box-shadow: 0 24px 70px rgba(5, 27, 52, .12);
}

.stage1-product-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.stage1-product-card:hover img {
  transform: scale(1.045);
}

.stage1-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,18,34,.04), rgba(6,18,34,.35) 46%, rgba(6,18,34,.86));
}

.stage1-product-card > div {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 24px;
  border-radius: 8px;
  padding: 24px;
  background: rgba(7, 26, 52, .84);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
}

.stage1-product-card span {
  color: #b7dcff;
  background: rgba(255,255,255,.1);
  padding: 6px 10px;
  letter-spacing: 2px;
}

.stage1-product-card h4 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.stage1-product-card p {
  margin: 0 0 18px;
  color: rgba(241,247,255,.82);
  font-size: 16px;
  line-height: 1.65;
}

.stage1-product-card strong {
  color: #fff;
  font-size: 15px;
}

.stage1-product-card.compact {
  min-height: 340px;
}

.stage1-product-card.compact img {
  min-height: 340px;
}

.stage1-product-card.compact h4 {
  font-size: 30px;
}

.stage1-product-card.wide {
  min-height: 360px;
}

.stage1-product-card.wide img {
  min-height: 360px;
}

.stage1-product-card.light::after {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(8,28,54,.2) 42%, rgba(8,28,54,.78));
}

.stage1-bottom {
  display: grid;
  grid-template-columns: 1.1fr 2fr auto;
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border-top: 1px solid var(--stage1-line);
}

.stage1-bottom-copy,
.stage1-bottom-links,
.stage1-bottom-cta {
  border: 1px solid var(--stage1-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(9, 29, 54, .06);
}

.stage1-bottom-copy {
  padding: 28px;
}

.stage1-bottom-copy p {
  margin: 16px 0 0;
  color: var(--stage1-muted);
  line-height: 1.8;
}

.stage1-bottom-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.stage1-bottom-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  text-decoration: none;
  color: #07111f;
  border-right: 1px solid var(--stage1-line);
}

.stage1-bottom-links a:last-child {
  border-right: 0;
}

.stage1-bottom-links strong {
  font-size: 18px;
}

.stage1-bottom-links em {
  color: var(--stage1-muted);
  font-style: normal;
  line-height: 1.55;
}

.stage1-bottom-cta {
  min-width: 138px;
  height: auto;
  align-self: stretch;
}

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

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

  .stage1-hero-media {
    min-height: 520px;
  }

  .stage1-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .stage1-section-head,
  .stage1-section-head.split {
    display: block;
  }

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

  .stage1-industry-grid,
  .stage1-product-grid.two,
  .stage1-product-grid.three,
  .stage1-bottom-links {
    grid-template-columns: 1fr;
  }

  .stage1-hero-points {
    grid-template-columns: 1fr;
  }

  .stage1-bottom-links a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--stage1-line);
  }
}

@media (max-width: 640px) {
  .stage1-hero {
    padding: 58px 20px;
    min-height: auto;
  }

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

  .stage1-hero-media {
    min-height: 360px;
    border-radius: 18px;
  }

  .stage1-hero-slide div {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
  }

  .stage1-hero-slide strong {
    font-size: 26px;
  }

  .stage1-hero-dots {
    left: 20px;
    bottom: 132px;
  }

  .stage1-section,
  .stage1-bottom {
    padding: 54px 18px;
  }

  .stage1-industry-card {
    min-height: 390px;
  }

  .stage1-product-card,
  .stage1-product-card img,
  .stage1-product-card.wide,
  .stage1-product-card.wide img,
  .stage1-product-card.compact,
  .stage1-product-card.compact img {
    min-height: 330px;
  }

  .stage1-product-card > div {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }
}

/* Final override: homepage V2 customer-facing hero and project service flow */
.home-v2 .v2-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}

.home-v2 .v2-hero-product-board {
  gap: 0;
}

.home-v2 .v2-hero-product-board .v2-showcase-main {
  min-height: clamp(430px, 36vw, 600px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(19, 66, 118, 0.14);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(20, 65, 116, 0.16);
}

.home-v2 .v2-hero-product-board .v2-showcase-main::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.82) 100%),
    linear-gradient(90deg, rgba(5, 19, 39, 0.16), rgba(5, 19, 39, 0));
}

.home-v2 .v2-hero-product-board .v2-showcase-main img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 36vw, 600px);
  object-fit: cover;
  filter: saturate(1.04) brightness(1.08) contrast(0.98);
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption {
  left: clamp(22px, 3vw, 42px);
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  max-width: 560px;
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: 8px;
  color: #071322;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 78, 148, 0.12);
  box-shadow: 0 20px 50px rgba(12, 48, 86, 0.16);
  backdrop-filter: blur(14px);
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption span {
  color: #0b73d9;
  letter-spacing: 0.12em;
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption strong {
  color: #071322;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.2;
}

.home-v2 .v2-hero-product-board .v2-showcase-main figcaption em {
  color: #516173;
  font-style: normal;
}

.home-v2 .v2-hero-product-board .v2-showcase-strip {
  display: none !important;
}

.home-v2 .v2-capabilities {
  background: #ffffff;
}

.home-v2 .v2-capabilities .v2-section-head {
  max-width: 780px;
}

.home-v2 .v2-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 57, 96, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(12, 48, 86, 0.08);
}

.home-v2 .v2-capability-grid article {
  border: 0;
  border-right: 1px solid rgba(18, 57, 96, 0.1);
  border-radius: 0;
  box-shadow: none;
  padding: clamp(26px, 3vw, 42px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-v2 .v2-capability-grid article:last-child {
  border-right: 0;
}

.home-v2 .v2-capability-grid article span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf5ff;
  color: #0b73d9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.home-v2 .v2-capability-grid article h3 {
  margin-top: 22px;
  color: #071322;
  font-size: clamp(20px, 1.5vw, 25px);
}

.home-v2 .v2-capability-grid article p {
  color: #5d6b7a;
  line-height: 1.9;
}

@media (max-width: 980px) {
  .home-v2 .v2-hero {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-hero-product-board .v2-showcase-main,
  .home-v2 .v2-hero-product-board .v2-showcase-main img {
    min-height: 360px;
  }

  .home-v2 .v2-capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v2 .v2-capability-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .home-v2 .v2-capability-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .v2-capability-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 57, 96, 0.1);
  }

  .home-v2 .v2-capability-grid article:last-child {
    border-bottom: 0;
  }
}
.admin-record{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid rgba(15,42,70,.12)}
.admin-record div{display:grid;gap:7px}.admin-record span,.admin-record time{color:#64748b;font-size:14px;line-height:1.65}.admin-record button{border:1px solid #d7dee8;background:#fff;color:#b42318;border-radius:8px;padding:7px 12px;cursor:pointer}.admin-empty{padding:20px 0;color:#64748b}.toast.error{background:#a61b1b}.uploaded-resource-wrap{margin-top:48px}
.case-media-pending,.case-card-placeholder{display:grid;place-content:center;gap:8px;min-height:230px;padding:24px;background:linear-gradient(145deg,#102239,#1a3554);color:#fff;text-align:center}.case-media-pending span{color:#c4d4e6;font-size:14px}.case-card-placeholder{min-height:210px;color:#c4d4e6;font-size:14px;letter-spacing:.08em}
.v2-core-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.v2-core-product-grid>a{overflow:hidden;border:1px solid #dfe6ef;border-radius:8px;background:#fff;color:#0e1b2d;box-shadow:0 12px 32px rgba(21,43,69,.08);transition:transform .2s ease,box-shadow .2s ease}.v2-core-product-grid>a:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(21,43,69,.14)}.v2-core-product-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eaf0f6}.v2-core-product-grid div{padding:18px}.v2-core-product-grid span{display:block;color:#3478d4;font-size:12px;font-weight:800}.v2-core-product-grid h3{margin:8px 0;font-size:20px}.v2-core-product-grid p{margin:0;color:#5e6d7e;font-size:14px;line-height:1.65}.v2-section-action{margin-top:26px;text-align:center}.v2-category-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.v2-category-card-grid>a{display:grid;align-content:start;min-height:225px;padding:28px;border:1px solid #dfe6ef;border-radius:8px;background:#fff;color:#0e1b2d;box-shadow:0 12px 30px rgba(21,43,69,.07)}.v2-category-card-grid>a>span{color:#3478d4;font-size:13px;font-weight:900}.v2-category-card-grid h3{margin:22px 0 10px;font-size:24px}.v2-category-card-grid p{margin:0 0 22px;color:#5e6d7e;line-height:1.7}.v2-category-card-grid strong{margin-top:auto;color:#1766c2;font-size:14px}.v2-home-video{overflow:hidden;border-radius:8px;background:#091421}.v2-home-video video{display:block;width:100%;aspect-ratio:16/9;background:#050a10}.v2-home-video>div{display:grid;gap:6px;padding:18px 20px}.v2-home-video strong{font-size:19px}.v2-home-video span{color:#aebdce;font-size:14px}.v2-home-video a{margin-top:6px;color:#72aef8;font-weight:800}.v2-contact-resource-card{background:linear-gradient(145deg,#102239,#1a3554)}
@media (max-width:1100px){.v2-core-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.v2-core-product-grid,.v2-category-card-grid{grid-template-columns:1fr}.v2-core-product-grid>a{display:grid;grid-template-columns:120px 1fr}.v2-core-product-grid img{height:100%;aspect-ratio:auto}.v2-category-card-grid>a{min-height:0;padding:22px}.v2-category-card-grid h3{margin:14px 0 8px;font-size:21px}}
.v2-product-media-pending,.product-v2-media-pending,.detail-media-pending{display:grid;place-content:center;gap:8px;min-height:210px;padding:24px;background:linear-gradient(145deg,#102239,#1a3554);color:#fff;text-align:center}.v2-product-media-pending strong,.product-v2-media-pending strong,.detail-media-pending strong{font-size:22px}.v2-product-media-pending span,.product-v2-media-pending span,.detail-media-pending span{color:#bfd0e2;font-size:13px}.v2-core-product-grid>a>.v2-product-media-pending{padding:16px}.product-v2-card>.product-v2-media-pending{min-height:260px}.detail-media-pending{min-height:520px;border-radius:8px}.product-detail-v2>.detail-media-pending{align-self:stretch}
.teleprompter-product-image{object-fit:contain!important;background:#fff!important;padding:10px;box-sizing:border-box}.product-detail-v2>.teleprompter-product-image{object-fit:contain;background:#fff}
.case-verified-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-verified-grid .case-card{grid-column:span 1!important}.case-verified-grid .case-card img{height:300px!important}.case-records-title{margin-top:56px}.case-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.case-record-grid article{padding:24px;border:1px solid #dfe6ef;border-left:4px solid #3478d4;border-radius:8px;background:#fff;box-shadow:0 12px 30px rgba(21,43,69,.07)}.case-record-grid h3{margin:14px 0 10px;color:#0e1b2d;font-size:20px;line-height:1.4}.case-record-grid p{margin:0;color:#5e6d7e;font-size:14px;line-height:1.7}@media(max-width:760px){.case-verified-grid,.case-record-grid{grid-template-columns:1fr}.case-verified-grid .case-card img{height:240px!important}}
/* 2026-07-16: balanced corporate footer layout. */
.site-footer-v2 {
  display: block !important;
  padding: 0 !important;
  background: #06162c !important;
  border-top: 3px solid #0878d8 !important;
  color: #dbe7f5 !important;
}
.footer-v3-shell { width: min(100% - 64px, 1440px); margin: 0 auto; padding: 54px 0 0; }
.footer-v3-main {
  display: grid;
  grid-template-columns: minmax(340px, 1.12fr) minmax(360px, .95fr) auto;
  gap: clamp(44px, 5vw, 88px);
  align-items: start;
  padding-bottom: 42px;
}
.site-footer-v2 .footer-brand-block {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 26px !important;
  align-items: center !important;
}
.site-footer-v2 .footer-brand-block > img {
  width: 112px !important;
  height: 106px !important;
  grid-row: auto !important;
  object-fit: contain !important;
}
.footer-brand-copy { display: grid; gap: 8px; }
.footer-eyebrow,
.footer-section-title {
  display: block;
  color: #4eabff !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-footer-v2 .footer-brand-block strong {
  color: #fff !important;
  font-size: clamp(20px, 1.5vw, 25px) !important;
  line-height: 1.35 !important;
}
.footer-brand-copy p { margin: 0; color: #9fb2c9; font-size: 15px; line-height: 1.7; }
.footer-contact-block,
.footer-social-block { min-width: 0; }
.footer-contact-block address {
  margin: 14px 0 18px;
  color: #c9d7e7;
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}
.footer-contact-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-contact-links a { display: grid; gap: 2px; }
.footer-contact-links small { color: #7f95ad; font-size: 12px; }
.footer-contact-links strong { color: #fff; font-size: 15px; font-weight: 600; }
.site-footer-v2 .footer-social-qr {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  margin-top: 14px;
}
.site-footer-v2 .footer-social-qr a { display: grid; justify-items: center; gap: 8px; }
.site-footer-v2 .footer-social-qr img {
  width: 86px !important;
  height: 86px !important;
  padding: 5px !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px !important;
  background: #fff !important;
  object-fit: cover !important;
}
.site-footer-v2 .footer-social-qr .qr-douyin img { border-radius: 10px !important; }
.site-footer-v2 .footer-social-qr span { color: #b9c9db !important; font-size: 12px !important; }
.site-footer-v2 .footer-records {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  gap: 20px;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #8195ac !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: left !important;
}
.site-footer-v2 .footer-records span:last-child { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.site-footer-v2 .footer-records i { width: 3px; height: 3px; border-radius: 50%; background: #49627e; }
@media (max-width: 1120px) {
  .footer-v3-main { grid-template-columns: 1fr 1fr; }
  .footer-social-block { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .site-footer-v2 { padding: 0 !important; }
  .footer-v3-shell { width: min(100% - 36px, 1440px); padding-top: 38px; }
  .footer-v3-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 30px; }
  .footer-social-block { grid-column: auto; }
  .site-footer-v2 .footer-brand-block {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 18px !important;
    justify-items: start !important;
    text-align: left !important;
  }
  .site-footer-v2 .footer-brand-block > img { width: 84px !important; height: 80px !important; }
  .site-footer-v2 .footer-social-qr { width: 100%; gap: 12px !important; flex-wrap: nowrap !important; }
  .site-footer-v2 .footer-social-qr a { flex: 1 1 0; }
  .site-footer-v2 .footer-social-qr img { width: min(25vw, 92px) !important; height: min(25vw, 92px) !important; }
  .site-footer-v2 .footer-records { display: grid !important; justify-content: start !important; gap: 8px; }
}

/* 2026-07-16: compact, editorial product navigator. */
.home-v2 .v2-platforms {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
  background: #f3f8fd !important;
}
.home-v2 .v2-category-heading {
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(420px, 1.15fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 30px !important;
}
.home-v2 .v2-category-heading h2 {
  max-width: 760px;
  font-size: clamp(38px, 3.25vw, 54px);
}
.home-v2 .v2-category-heading p {
  max-width: 640px;
  margin: 0 0 4px auto;
  font-size: 16px;
}
.v2-category-navigator {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(620px, 1.38fr);
  gap: 20px;
  min-height: 430px;
}
.v2-category-feature {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: #071a31;
  box-shadow: 0 20px 48px rgba(18, 53, 88, .16);
}
.v2-category-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 12, 25, .04) 30%, rgba(2, 12, 25, .92) 100%);
  pointer-events: none;
}
.v2-category-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2-category-feature > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}
.v2-category-feature span {
  color: #75baff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-category-feature h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.2;
}
.v2-category-feature p {
  max-width: 540px;
  margin: 0 0 20px;
  color: rgba(235, 244, 253, .83);
  font-size: 15px;
  line-height: 1.75;
}
.v2-category-feature strong {
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
}
.v2-category-quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.v2-category-quick-list > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 22px 22px;
  border: 1px solid #d9e5f0;
  border-radius: 12px;
  color: #0e1b2d;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 26px rgba(30, 67, 105, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.v2-category-quick-list > a:last-child {
  grid-column: 1 / -1;
}
.v2-category-quick-list > a:hover {
  transform: translateY(-3px);
  border-color: #78b7ef;
  box-shadow: 0 16px 34px rgba(30, 67, 105, .12);
}
.v2-category-quick-list > a > span {
  align-self: start;
  color: #2782d8;
  font-size: 12px;
  font-weight: 900;
}
.v2-category-quick-list h3 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.3;
}
.v2-category-quick-list p {
  margin: 0;
  color: #6c7c8f;
  font-size: 13px;
  line-height: 1.55;
}
.v2-category-quick-list strong {
  color: #1872c8;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .v2-category-navigator { grid-template-columns: 1fr; }
  .v2-category-feature { min-height: 380px; }
}
@media (max-width: 760px) {
  .home-v2 .v2-platforms {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 48px 18px !important;
    overflow: hidden;
  }
  .home-v2 .v2-category-heading { grid-template-columns: 1fr; gap: 12px; }
  .home-v2 .v2-category-heading p { margin: 0; }
  .v2-category-navigator,
  .v2-category-feature,
  .v2-category-quick-list { width: 100%; min-width: 0; max-width: 100%; }
  .v2-category-navigator { min-height: 0; }
  .v2-category-feature { min-height: 330px; }
  .v2-category-feature > div { padding: 24px; }
  .v2-category-feature p { max-width: 100%; overflow-wrap: anywhere; }
  .v2-category-quick-list { grid-template-columns: 1fr; }
  .v2-category-quick-list > a,
  .v2-category-quick-list > a:last-child { grid-column: auto; min-height: 104px; padding: 18px; }
}

/* 2026-07-16: product lines are part of Core Products, not a repeated homepage section. */
.v2-product-line-nav {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: stretch;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  background: #071a31;
  box-shadow: 0 16px 38px rgba(13, 42, 72, .13);
}
.v2-product-line-title {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255,255,255,.13);
}
.v2-product-line-title span {
  color: #60aef6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v2-product-line-title strong {
  color: #fff;
  font-size: 18px;
}
.v2-product-line-nav nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.v2-product-line-nav nav a {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 98px;
  padding: 18px 16px;
  border-right: 1px solid rgba(255,255,255,.1);
  color: #fff;
  transition: background .2s ease;
}
.v2-product-line-nav nav a:last-child { border-right: 0; }
.v2-product-line-nav nav a:hover { background: #0d3156; }
.v2-product-line-nav small {
  color: #5eacef;
  font-size: 10px;
  font-weight: 800;
}
.v2-product-line-nav nav span {
  color: #edf6ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.v2-core-products .v2-section-action {
  margin-top: 22px;
}
@media (max-width: 1100px) {
  .v2-product-line-nav { grid-template-columns: 180px minmax(0, 1fr); }
  .v2-product-line-nav nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-product-line-nav nav a:nth-child(3) { border-right: 0; }
  .v2-product-line-nav nav a:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }
}
@media (max-width: 700px) {
  .v2-product-line-nav { grid-template-columns: 1fr; }
  .v2-product-line-title {
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .v2-product-line-nav nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-product-line-nav nav a {
    min-height: 82px;
    padding: 15px 16px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .v2-product-line-nav nav a:nth-child(even) { border-right: 0; }
  .v2-product-line-nav nav a:nth-last-child(-n+2) { border-bottom: 0; }
}

/* Admin-managed homepage banners */
.home-v2 .v2-hero-slide--managed.is-clickable { cursor: pointer; }
.home-v2 .v2-hero-slide--managed.is-clickable:focus-visible {
  outline: 4px solid #0b73d9;
  outline-offset: -4px;
}
.admin-record-thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 68px;
  border-radius: 6px;
  object-fit: cover;
  background: #eef4fa;
}

/* Professional broadcast tripod system V8 */
.tripod-v8-hero {
  display: grid;
  grid-template-columns: minmax(420px, .78fr) minmax(0, 1.22fr);
  min-height: 670px;
  background: #f4f8fc;
  border-bottom: 1px solid #dbe5ee;
}
.tripod-v8-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px clamp(38px, 6vw, 110px);
  color: #10243a;
}
.tripod-v8-hero-copy h1 {
  max-width: 680px;
  margin: 16px 0 14px;
  color: #10243a;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
}
.tripod-v8-hero-copy > p:not(.detail-subtitle) {
  max-width: 630px;
  color: #526477;
  font-size: 17px;
  line-height: 1.85;
}
.tripod-v8-hero .detail-subtitle {
  color: #0b73ba;
  font-size: 22px;
  font-weight: 700;
}
.tripod-v8-hero-media {
  min-height: 670px;
  overflow: hidden;
  background: #edf3f8;
}
.tripod-v8-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 670px;
  object-fit: cover;
  object-position: center;
}
.tripod-v8-anchor-nav {
  position: sticky;
  z-index: 20;
  top: var(--header-height, 76px);
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 58px);
  padding: 18px 24px;
  overflow-x: auto;
  border-bottom: 1px solid #dce6ee;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.tripod-v8-anchor-nav a {
  flex: 0 0 auto;
  color: #27425c;
  font-size: 14px;
  font-weight: 700;
}
.tripod-v8-anchor-nav a:hover { color: #0877bd; }
.tripod-v8-overview,
.tripod-v8-selection,
.tripod-v8-model-section,
.tripod-v8-accessories,
.tripod-v8-applications,
.tripod-v8-download {
  padding-top: 72px;
  padding-bottom: 72px;
}
.tripod-v8-overview .section-title,
.tripod-v8-selection .section-title,
.tripod-v8-model-section .section-title,
.tripod-v8-accessories .section-title,
.tripod-v8-applications .section-title {
  max-width: 820px;
  margin-bottom: 34px;
}
.tripod-v8-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6e1ea;
  border-bottom: 1px solid #d6e1ea;
}
.tripod-v8-benefits article {
  min-width: 0;
  padding: 30px 28px;
  border-right: 1px solid #d6e1ea;
}
.tripod-v8-benefits article:last-child { border-right: 0; }
.tripod-v8-benefits strong {
  display: block;
  color: #0877bd;
  font-size: 24px;
  line-height: 1.2;
}
.tripod-v8-benefits h3 { margin: 10px 0 8px; color: #142a40; font-size: 18px; }
.tripod-v8-benefits p { margin: 0; color: #617183; line-height: 1.7; }
.tripod-v8-selection { background: #edf4f9; }
.tripod-v8-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.tripod-v8-tier-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #d2dfe9;
  border-radius: 8px;
  background: #fff;
}
.tripod-v8-tier-grid span {
  color: #0877bd;
  font-size: 13px;
  font-weight: 800;
}
.tripod-v8-tier-grid h3 { margin: 14px 0; color: #10263c; font-size: 22px; }
.tripod-v8-tier-grid p { min-height: 80px; color: #617183; line-height: 1.75; }
.tripod-v8-tier-grid strong { color: #10263c; font-size: 14px; }
.tripod-series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tripod-model-card {
  display: grid;
  grid-template-columns: minmax(140px, .86fr) minmax(0, 1.14fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #dbe4ec;
  border-radius: 8px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tripod-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(20,52,78,.12);
}
.tripod-model-image {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 24px 12px;
  background: #f1f5f8;
}
.tripod-model-image img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(22,38,53,.16));
}
.tripod-model-copy { padding: 30px 22px; }
.tripod-model-copy > span {
  color: #0877bd;
  font-size: 12px;
  font-weight: 800;
}
.tripod-model-copy h3 { margin: 8px 0 9px; color: #11273d; font-size: 27px; }
.tripod-model-copy > p { min-height: 52px; margin: 0 0 17px; color: #647487; line-height: 1.65; }
.tripod-model-copy dl { display: grid; grid-template-columns: 1fr auto; gap: 0; margin: 0; }
.tripod-model-copy dt,
.tripod-model-copy dd { margin: 0; padding: 7px 0; border-top: 1px solid #e4ebf1; font-size: 12px; }
.tripod-model-copy dt { color: #758394; }
.tripod-model-copy dd { color: #1d344b; font-weight: 700; }
.tripod-v8-accessories { color: #eaf3fb; background: #102a43; }
.tripod-v8-accessories .section-title h2 { color: #fff; }
.tripod-v8-accessories .section-title p { color: #b8c7d6; }
.tripod-v8-accessories .section-title > span { color: #56b9ef; }
.tripod-v8-accessory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.18);
}
.tripod-v8-accessory-list article {
  padding: 30px 34px 32px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.tripod-v8-accessory-list article:nth-child(3n+2),
.tripod-v8-accessory-list article:nth-child(3n+3) { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.tripod-v8-accessory-list span { color: #56b9ef; font-size: 12px; font-weight: 800; }
.tripod-v8-accessory-list h3 { margin: 9px 0; color: #fff; font-size: 20px; }
.tripod-v8-accessory-list p { margin: 0; color: #b8c7d6; line-height: 1.75; }
.tripod-v8-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.tripod-v8-application-grid article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8ef;
}
.tripod-v8-application-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .35s ease;
}
.tripod-v8-application-grid article:hover img { transform: scale(1.025); }
.tripod-v8-application-grid article > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 28px 24px;
  color: #fff;
  background: linear-gradient(0deg, rgba(8,25,41,.88), rgba(8,25,41,0));
}
.tripod-v8-application-grid article > div h3 { margin: 0 0 5px; color: #fff !important; font-size: 22px; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
.tripod-v8-application-grid article > div p { margin: 0; color: #eef6fc !important; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.tripod-v8-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #dce5ec;
  background: #f3f7fa;
}
.tripod-v8-download > div:first-child { max-width: 720px; }
.tripod-v8-download h2 { margin: 12px 0; color: #11273d; font-size: clamp(30px, 3vw, 46px); line-height: 1.18; }
.tripod-v8-download p { color: #607184; font-size: 16px; line-height: 1.8; }

@media (max-width: 1180px) {
  .tripod-v8-hero { grid-template-columns: 1fr; }
  .tripod-v8-hero-copy { min-height: auto; padding-top: 70px; padding-bottom: 50px; }
  .tripod-v8-hero-media,
  .tripod-v8-hero-media img { min-height: 0; aspect-ratio: 16 / 9; }
  .tripod-v8-benefits,
  .tripod-v8-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tripod-v8-benefits article:nth-child(2) { border-right: 0; }
  .tripod-v8-benefits article:nth-child(-n+2) { border-bottom: 1px solid #d6e1ea; }
  .tripod-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .tripod-v8-hero-copy { padding: 54px 22px 38px; }
  .tripod-v8-hero-copy h1 { font-size: 40px; }
  .tripod-v8-hero .detail-subtitle { font-size: 18px; }
  .tripod-v8-anchor-nav { top: 64px; justify-content: flex-start; padding: 14px 20px; }
  .tripod-v8-overview,
  .tripod-v8-selection,
  .tripod-v8-model-section,
  .tripod-v8-accessories,
  .tripod-v8-applications,
  .tripod-v8-download { padding-top: 52px; padding-bottom: 52px; }
  .tripod-v8-benefits,
  .tripod-v8-tier-grid,
  .tripod-series-grid,
  .tripod-v8-accessory-list,
  .tripod-v8-application-grid { grid-template-columns: 1fr; }
  .tripod-v8-benefits article { border-right: 0; border-bottom: 1px solid #d6e1ea; }
  .tripod-v8-benefits article:last-child { border-bottom: 0; }
  .tripod-v8-tier-grid article { min-height: 0; }
  .tripod-v8-tier-grid p { min-height: 0; }
  .tripod-model-card { grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); min-height: 340px; }
  .tripod-model-image { padding: 20px 8px; }
  .tripod-model-image img { height: 290px; }
  .tripod-model-copy { padding: 25px 17px; }
  .tripod-model-copy h3 { font-size: 23px; }
  .tripod-v8-accessory-list article,
  .tripod-v8-accessory-list article:nth-child(3n+2),
  .tripod-v8-accessory-list article:nth-child(3n+3) { padding: 24px 0; border-left: 0; }
  .tripod-v8-application-grid article,
  .tripod-v8-application-grid img { min-height: 250px; height: 250px; }
  .tripod-v8-download { display: block; }
  .tripod-v8-download .hero-actions { margin-top: 26px; }
}
@media (max-width: 430px) {
  .tripod-model-card { grid-template-columns: 1fr; }
  .tripod-model-image img { height: 300px; }
  .tripod-model-copy > p { min-height: 0; }
}

/* English homepage: keep the longer positioning statement within the copy column. */
body.lang-en.home-page .home-v2 .v2-hero-copy {
  max-width: none !important;
}
body.lang-en.home-page .home-v2 .v2-hero h1 {
  max-width: 760px;
  font-size: 58px !important;
  line-height: 1.08 !important;
}
@media (max-width: 1450px) {
  body.lang-en.home-page .home-v2 .v2-hero h1 { font-size: 48px !important; }
}
@media (max-width: 980px) {
  body.lang-en.home-page .home-v2 .v2-hero h1 { max-width: 760px; font-size: 44px !important; }
}
@media (max-width: 640px) {
  body.lang-en.home-page .home-v2 .v2-hero h1 { font-size: 34px !important; }
}

/* Tripod carousel: real broadcast production scene with restrained product copy. */
.home-v2 .v2-hero-slide--tripod::after {
  display: block !important;
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 31, .88) 0%, rgba(4, 17, 31, .62) 36%, rgba(4, 17, 31, .08) 68%, rgba(4, 17, 31, 0) 100%);
  pointer-events: none;
}
.home-v2 .v2-hero-slide--tripod > img {
  object-position: center center !important;
  filter: saturate(1.04) contrast(1.04) !important;
}
.home-v2 .v2-hero-slide--tripod figcaption {
  left: 36px !important;
  right: auto !important;
  bottom: 46px !important;
  width: min(430px, calc(100% - 72px));
  max-width: 430px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.home-v2 .v2-hero-slide--tripod figcaption span {
  color: #78c8ff !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
}
.home-v2 .v2-hero-slide--tripod figcaption strong {
  margin-top: 10px !important;
  color: #fff !important;
  font-size: 40px !important;
  line-height: 1.1 !important;
  text-shadow: 0 3px 16px rgba(0,0,0,.45);
}
.home-v2 .v2-hero-slide--tripod figcaption em {
  max-width: 390px;
  margin-top: 12px !important;
  color: rgba(242, 248, 253, .92) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.42);
}
body.lang-en.home-page .home-v2 .v2-hero-slide--tripod figcaption strong {
  font-size: 36px !important;
}

/* Keep carousel navigation clear of every slide caption. */
.home-v2 .v2-hero-carousel-dots {
  display: none !important;
}
@media (max-width: 760px) {
  .home-v2 .v2-hero-slide--tripod figcaption {
    left: 20px !important;
    bottom: 24px !important;
    width: calc(100% - 40px);
  }
  .home-v2 .v2-hero-slide--tripod figcaption strong,
  body.lang-en.home-page .home-v2 .v2-hero-slide--tripod figcaption strong {
    font-size: 28px !important;
  }
  .home-v2 .v2-hero-slide--tripod figcaption em { font-size: 13px !important; }
}

/* Remove the retired AI SYSTEMS wordmark from every site header. */
.site-header .logo::after,
.site-header .site-logo::after {
  content: none !important;
  display: none !important;
}

/* Russian localization: Cyrillic copy is longer, so preserve hierarchy without overflow. */
body.lang-ru .site-header .main-nav {
  gap: clamp(10px, 1.15vw, 20px) !important;
}
body.lang-ru .site-header .main-nav a {
  font-size: 13px !important;
  white-space: nowrap;
}
body.lang-ru .site-header .header-actions {
  gap: 10px !important;
}
body.lang-ru .language-switch button {
  min-width: 38px;
  padding-inline: 10px;
}
body.lang-ru.home-page .home-v2 .v2-hero-copy {
  max-width: none !important;
}
body.lang-ru.home-page .home-v2 .v2-hero h1 {
  max-width: 790px;
  font-size: 46px !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
}
body.lang-ru.home-page .home-v2 .v2-hero h1 span {
  white-space: normal;
}
body.lang-ru .product-v2-card h3,
body.lang-ru .solution-card h3 {
  font-size: clamp(24px, 2.1vw, 34px) !important;
  line-height: 1.16 !important;
}

@media (max-width: 1450px) {
  body.lang-ru .site-header .main-nav a { font-size: 12px !important; }
  body.lang-ru.home-page .home-v2 .v2-hero h1 { font-size: 44px !important; }
}
@media (max-width: 1180px) {
  body.lang-ru .site-header .main-nav a { font-size: 15px !important; white-space: normal; }
  body.lang-ru .site-header .main-nav.open { max-height: calc(100vh - 72px); overflow-y: auto; }
}
@media (max-width: 760px) {
  body.lang-ru.home-page .home-v2 .v2-hero h1 { max-width: none; font-size: 32px !important; line-height: 1.12 !important; }
  body.lang-ru .language-switch { flex-shrink: 0; }
  body.lang-ru .language-switch button { min-width: 34px; padding-inline: 7px; font-size: 12px; }
  body.lang-ru .product-detail-v2 h1,
  body.lang-ru .page-hero h1 { font-size: clamp(34px, 10vw, 52px) !important; overflow-wrap: anywhere; }
}
