body[data-page="about"] .about-image-card,
body[data-page="about"] .team-visual-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.82), rgba(5, 14, 30, 0.72)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="about"] .about-image-card::before,
body[data-page="about"] .team-visual-card::before {
  display: none;
}

body[data-page="about"] .about-image-card .section-visual-image,
body[data-page="about"] .team-visual-card .section-visual-image {
  height: 320px;
  object-fit: cover;
}

body[data-page="about"] .about-image-card .visual-card-copy,
body[data-page="about"] .team-visual-card .visual-card-copy {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 24px 26px 28px;
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.94), rgba(5, 14, 30, 0.88)),
    rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(96, 165, 250, 0.12);
}

body[data-page="about"] .about-image-card .visual-card-copy h3,
body[data-page="about"] .team-visual-card .visual-card-copy h3 {
  margin-top: 12px;
}

body[data-page="services"] .inner-visual,
body[data-page="solutions"] .inner-visual,
body[data-page="cases"] .inner-visual,
body[data-page="news"] .inner-visual,
body[data-page="about"] .inner-visual,
body[data-page="contact"] .inner-visual {
  max-width: 700px;
}

body[data-page="about"] .inner-visual {
  max-width: 760px;
}

body[data-page="services"] .hero-visual-image,
body[data-page="solutions"] .hero-visual-image,
body[data-page="cases"] .hero-visual-image,
body[data-page="news"] .hero-visual-image,
body[data-page="about"] .hero-visual-image,
body[data-page="contact"] .hero-visual-image {
  max-height: 560px;
  object-fit: contain;
}

body[data-page="about"] .about-hero-section {
  padding: 18px 0 0;
  overflow: visible;
}

body[data-page="about"] .about-hero-copy {
  max-width: min(560px, 100%);
  padding-right: 0;
}

body[data-page="about"] .about-hero-copy h1 {
  max-width: none;
  font-size: clamp(3.2rem, 5.2vw, 5.4rem);
  line-height: 1.05;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

body[data-page="about"] .about-hero-copy h1 span {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
  background: linear-gradient(135deg, #88f2ff 0%, #7fb8ff 48%, #d8f3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body[data-page="about"] .about-hero-copy .hero-text {
  max-width: 540px;
  color: #94a7d2;
  font-size: 1.02rem;
  line-height: 1.8;
}

body[data-page="about"] .about-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 18px;
}

body[data-page="about"] .about-hero-meta div {
  min-height: 88px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.72), rgba(5, 14, 30, 0.56)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="about"] .about-hero-meta strong {
  display: block;
  margin-bottom: 8px;
  color: #73d9ff;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="about"] .about-hero-meta span {
  display: block;
  color: #dce8ff;
  line-height: 1.7;
}

body[data-page="about"] .about-hero-stat-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

body[data-page="about"] .about-hero-stat-row .hero-stat-card {
  min-height: 120px;
  padding: 18px 16px;
}

body[data-page="about"] .about-hero-visual {
  position: relative;
  max-width: 860px;
  min-height: 580px;
  overflow: visible;
  isolation: isolate;
}

body[data-page="about"] .about-static-art {
  position: relative;
  width: min(100%, 840px);
  min-height: 580px;
  margin-left: auto;
  overflow: visible;
  background:
    radial-gradient(ellipse at 54% 80%, rgba(59, 118, 255, 0.18), transparent 28%),
    radial-gradient(ellipse at 76% 20%, rgba(161, 94, 255, 0.14), transparent 26%);
}

body[data-page="about"] .about-static-art::before,
body[data-page="about"] .about-static-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-page="about"] .about-static-art::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 26, 0.92) 0%, rgba(3, 11, 26, 0.46) 18%, rgba(3, 11, 26, 0) 38%),
    radial-gradient(circle at 64% 36%, rgba(58, 128, 255, 0.28), transparent 28%),
    radial-gradient(circle at 44% 58%, rgba(96, 165, 250, 0.16), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(166, 104, 255, 0.16), transparent 18%);
  filter: blur(28px);
  z-index: 1;
}

body[data-page="about"] .about-static-art::after {
  left: 18%;
  right: 8%;
  bottom: 48px;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 114, 255, 0.2), transparent 62%),
    radial-gradient(circle at 62% 50%, rgba(170, 92, 255, 0.16), transparent 38%);
  filter: blur(22px);
  z-index: 1;
}

body[data-page="about"] .about-static-image {
  position: absolute;
  display: block;
  left: 50%;
  top: -24px;
  z-index: 2;
  width: min(108%, 900px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%);
  mix-blend-mode: screen;
  opacity: 0.95;
  filter:
    brightness(1.04)
    drop-shadow(0 46px 132px rgba(13, 60, 255, 0.28))
    drop-shadow(0 0 64px rgba(146, 99, 255, 0.22));
}

@media (max-width: 1180px) {
.hero-visual,
  .inner-visual,
  body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

body[data-page="about"] .about-hero-visual {
    max-width: 660px;
    margin: 0 auto;
  }

body[data-page="about"] .about-static-art,
  body[data-page="about"] .about-hero-visual {
    min-height: 480px;
  }

body[data-page="about"] .about-static-image {
    width: min(108%, 720px);
    top: 0;
  }

body[data-page="about"] .about-hero-stat-row {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
}

@media (max-width: 960px) {
.hero-visual,
  .inner-visual,
  body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 520px;
    opacity: 0.72;
  }

body[data-page="about"] .about-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 6.8vw, 4rem);
  }

body[data-page="about"] .about-static-art,
  body[data-page="about"] .about-hero-visual {
    min-height: 400px;
  }

body[data-page="about"] .about-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body[data-page="about"] .about-hero-stat-row {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

body[data-page="about"] .about-static-image {
    width: min(112%, 580px);
    top: 8px;
  }

body[data-page="about"] .about-image-card .section-visual-image,
  body[data-page="about"] .team-visual-card .section-visual-image {
    height: 280px;
  }
}

@media (max-width: 680px) {
.hero-visual,
  .inner-visual,
  body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual,
  body[data-page="solutions"] .inner-visual,
  body[data-page="cases"] .inner-visual,
  body[data-page="news"] .inner-visual,
  body[data-page="about"] .inner-visual,
  body[data-page="contact"] .inner-visual {
    width: 100%;
    max-width: 420px;
    top: auto;
    opacity: 0.44;
  }

body[data-page="about"] .about-hero-copy h1 {
    font-size: clamp(1.92rem, 8vw, 2.68rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

body[data-page="about"] .about-hero-copy h1,
  body[data-page="about"] .about-hero-copy h1 span {
    white-space: normal;
    text-wrap: balance;
  }

body[data-page="about"] .about-hero-meta,
  .about-timeline {
    grid-template-columns: 1fr;
  }

body[data-page="about"] .about-hero-stat-row {
    grid-template-columns: repeat(4, minmax(148px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

body[data-page="about"] .about-hero-visual,
  body[data-page="about"] .about-static-art {
    min-height: 320px;
    opacity: 1;
  }

body[data-page="about"] .about-static-image {
    width: min(118%, 450px);
    top: 4px;
  }

body[data-page="about"] .about-image-card .section-visual-image,
  body[data-page="about"] .team-visual-card .section-visual-image {
    height: 220px;
  }
}

@media (max-width: 820px) {
body[data-page="home"] .home-hero,
  body[data-page="services"] .services-hero-section,
  body[data-page="solutions"] .solutions-hero-section,
  body[data-page="cases"] .cases-hero-section,
  body[data-page="news"] .news-hero-section,
  body[data-page="about"] .about-hero-section,
  body[data-page="contact"] .contact-hero-section {
    padding: 18px 0 28px;
    min-height: auto;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="solutions"] .inner-hero-grid,
  body[data-page="cases"] .inner-hero-grid,
  body[data-page="news"] .inner-hero-grid,
  body[data-page="about"] .inner-hero-grid,
  body[data-page="contact"] .inner-hero-grid {
    position: relative;
    display: block;
    min-height: clamp(420px, 96vw, 620px);
    padding: 0 18px 18px;
    border-radius: 30px;
    overflow: hidden;
  }

body[data-page="home"] .hero-grid::after,
  body[data-page="services"] .inner-hero-grid::after,
  body[data-page="solutions"] .inner-hero-grid::after,
  body[data-page="cases"] .inner-hero-grid::after,
  body[data-page="news"] .inner-hero-grid::after,
  body[data-page="about"] .inner-hero-grid::after,
  body[data-page="contact"] .inner-hero-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(3, 11, 26, 0.92) 0%, rgba(3, 11, 26, 0.78) 38%, rgba(3, 11, 26, 0.22) 72%, rgba(3, 11, 26, 0.08) 100%),
      linear-gradient(180deg, rgba(3, 11, 26, 0.14), rgba(3, 11, 26, 0.46) 74%, rgba(3, 11, 26, 0.72) 100%);
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy,
  body[data-page="solutions"] .solutions-hero-copy,
  body[data-page="cases"] .cases-hero-copy,
  body[data-page="news"] .news-hero-copy,
  body[data-page="about"] .about-hero-copy,
  body[data-page="contact"] .contact-hero-copy {
    position: relative;
    z-index: 3;
    max-width: min(100%, 540px);
    padding: 24px 0 0;
  }

body[data-page="home"] .hero-grid > .hero-visual,
  body[data-page="services"] .inner-hero-grid > .inner-visual,
  body[data-page="solutions"] .inner-hero-grid > .inner-visual,
  body[data-page="cases"] .inner-hero-grid > .inner-visual,
  body[data-page="news"] .inner-hero-grid > .inner-visual,
  body[data-page="about"] .inner-hero-grid > .inner-visual,
  body[data-page="contact"] .inner-hero-grid > .inner-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }

body[data-page="home"] .hero-static-art,
  body[data-page="services"] .services-static-art,
  body[data-page="solutions"] .solutions-static-art,
  body[data-page="cases"] .cases-static-art,
  body[data-page="news"] .news-static-art,
  body[data-page="about"] .about-static-art,
  body[data-page="contact"] .contact-static-art {
    min-height: 100%;
  }
}

@media (max-width: 820px) {
body[data-page="home"] .hero-section,
  body[data-page="services"] .services-hero-section,
  body[data-page="solutions"] .solutions-hero-section,
  body[data-page="cases"] .cases-hero-section,
  body[data-page="news"] .news-hero-section,
  body[data-page="about"] .about-hero-section,
  body[data-page="contact"] .contact-hero-section {
    overflow: hidden;
  }

body[data-page="home"] .hero-bg,
  body[data-page="services"] .hero-bg,
  body[data-page="solutions"] .hero-bg,
  body[data-page="cases"] .hero-bg,
  body[data-page="news"] .hero-bg,
  body[data-page="about"] .hero-bg,
  body[data-page="contact"] .hero-bg,
  body[data-page="home"] .hero-grid > .hero-visual,
  body[data-page="services"] .inner-hero-grid > .inner-visual,
  body[data-page="solutions"] .inner-hero-grid > .inner-visual,
  body[data-page="cases"] .inner-hero-grid > .inner-visual,
  body[data-page="news"] .inner-hero-grid > .inner-visual,
  body[data-page="about"] .inner-hero-grid > .inner-visual,
  body[data-page="contact"] .inner-hero-grid > .inner-visual,
  body[data-page="home"] .hero-static-art,
  body[data-page="services"] .services-static-art,
  body[data-page="solutions"] .solutions-static-art,
  body[data-page="cases"] .cases-static-art,
  body[data-page="news"] .news-static-art,
  body[data-page="about"] .about-static-art,
  body[data-page="contact"] .contact-static-art {
    overflow: hidden;
  }

body[data-page="home"] .hero-static-image,
  body[data-page="services"] .services-static-image,
  body[data-page="solutions"] .solutions-static-image,
  body[data-page="cases"] .cases-static-image,
  body[data-page="about"] .about-static-image {
    width: min(118vw, 600px);
    top: 0;
  }
}

@media (max-width: 640px) {
body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="solutions"] .inner-hero-grid,
  body[data-page="cases"] .inner-hero-grid,
  body[data-page="news"] .inner-hero-grid,
  body[data-page="about"] .inner-hero-grid,
  body[data-page="contact"] .inner-hero-grid {
    min-height: clamp(400px, 108vw, 560px);
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy,
  body[data-page="solutions"] .solutions-hero-copy,
  body[data-page="cases"] .cases-hero-copy,
  body[data-page="news"] .news-hero-copy,
  body[data-page="about"] .about-hero-copy,
  body[data-page="contact"] .contact-hero-copy {
    max-width: min(100%, 460px);
    padding-top: 18px;
  }

body[data-page="home"] .hero-static-image,
  body[data-page="services"] .services-static-image,
  body[data-page="solutions"] .solutions-static-image,
  body[data-page="cases"] .cases-static-image,
  body[data-page="about"] .about-static-image {
    width: min(132vw, 520px);
    top: 10px;
  }
}
