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="news"] .inner-visual,
body[data-page="contact"] .inner-visual {
  opacity: 0.92;
}

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="news"] .news-hero-section {
  padding: 18px 0 0;
  overflow: visible;
}

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

body[data-page="news"] .news-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="news"] .news-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="news"] .news-hero-copy .hero-text {
  max-width: 540px;
  color: #94a7d2;
  font-size: 1.02rem;
  line-height: 1.8;
}

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

body[data-page="news"] .news-static-art {
  position: relative;
  width: min(100%, 1140px);
  min-height: 628px;
  margin-left: auto;
  overflow: visible;
  background:
    radial-gradient(ellipse at 66% 80%, rgba(65, 109, 255, 0.28), transparent 30%),
    radial-gradient(ellipse at 76% 18%, rgba(161, 94, 255, 0.18), transparent 26%);
}

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

body[data-page="news"] .news-static-art::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 26, 0.98) 0%, rgba(3, 11, 26, 0.9) 10%, rgba(3, 11, 26, 0.52) 21%, rgba(3, 11, 26, 0.12) 35%, rgba(3, 11, 26, 0) 48%),
    linear-gradient(180deg, rgba(3, 11, 26, 0) 0%, rgba(3, 11, 26, 0) 66%, rgba(3, 11, 26, 0.16) 82%, rgba(3, 11, 26, 0.64) 100%),
    radial-gradient(circle at 24% 78%, rgba(3, 11, 26, 0.5), transparent 18%),
    radial-gradient(circle at 68% 42%, rgba(43, 109, 255, 0.34), transparent 25%),
    radial-gradient(circle at 54% 74%, rgba(82, 161, 255, 0.2), transparent 19%),
    radial-gradient(circle at 82% 22%, rgba(173, 96, 255, 0.18), transparent 20%);
  filter: blur(34px);
  z-index: 1;
}

body[data-page="news"] .news-static-art::after {
  left: 12%;
  right: -2%;
  bottom: 8px;
  height: 168px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 56% 50%, rgba(48, 114, 255, 0.32), transparent 58%),
    radial-gradient(circle at 68% 50%, rgba(170, 92, 255, 0.22), transparent 34%);
  filter: blur(28px);
  z-index: 1;
}

body[data-page="news"] .news-static-image {
  position: absolute;
  display: block;
  right: -188px;
  left: auto;
  bottom: 0;
  z-index: 2;
  width: min(196%, 1440px);
  max-width: none;
  object-fit: contain;
  object-position: right center;
  transform: none;
  mix-blend-mode: screen;
  opacity: 0.94;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.42) 11%, rgba(0, 0, 0, 0.82) 18%, #000 24%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.42) 11%, rgba(0, 0, 0, 0.82) 18%, #000 24%, #000 100%);
  filter:
    brightness(1.05)
    contrast(1.02)
    saturate(1.04)
    drop-shadow(0 42px 120px rgba(13, 60, 255, 0.24))
    drop-shadow(0 0 64px rgba(146, 99, 255, 0.24));
}

body[data-page="news"] .news-controls {
  margin-bottom: 32px;
}

body[data-page="news"] .news-headline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="news"] .news-headline-card {
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.92), rgba(5, 13, 30, 0.84)),
    rgba(255, 255, 255, 0.02);
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

body[data-page="news"] .news-headline-pagination {
  margin-top: 30px;
}

body[data-page="news"] .news-page-button {
  min-width: 112px;
  letter-spacing: 0.04em;
}

body[data-page="news"] .news-page-dots {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.74), rgba(5, 13, 30, 0.58)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="news"] .news-headline-media img {
  max-height: 186px;
}

body[data-page="news"] .news-headline-body h3 {
  margin: 12px 0 10px;
  font-size: 1.18rem;
  line-height: 1.42;
}

body[data-page="news"] .news-featured-body,
body[data-page="news"] .news-spotlight-card > div:last-child,
body[data-page="news"] .news-list-panel,
body[data-page="news"] .side-panel {
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.92), rgba(5, 13, 30, 0.84)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="news"] .news-featured-card {
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.92), rgba(5, 13, 30, 0.84)),
    rgba(255, 255, 255, 0.02);
  cursor: pointer;
}

body[data-page="news"] .news-featured-body {
  padding: 28px 28px 24px;
}

body[data-page="news"] .news-featured-body p {
  margin: 0;
}

body[data-page="news"] .news-spotlight-media {
  min-height: 210px;
}

body[data-page="news"] .news-spotlight-card {
  cursor: pointer;
}

body[data-page="news"] .news-list-item {
  align-items: center;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="news"] .news-list-thumb {
  min-height: 118px;
  padding: 12px;
}

body[data-page="news"] .news-featured-media img {
  max-height: 312px;
}

body[data-page="news"] .news-spotlight-media img {
  max-height: 182px;
}

body[data-page="news"] .news-list-thumb img {
  max-height: 94px;
}

@media (max-width: 1100px) {
body[data-page="news"] .news-headline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
body[data-page="news"] .news-headline-grid {
    grid-template-columns: 1fr;
  }

body[data-page="news"] .news-headline-pagination {
    gap: 10px;
  }

body[data-page="news"] .news-page-button {
    min-width: 0;
    padding: 0 14px;
  }

body[data-page="news"] .news-page-dots {
    gap: 10px;
    padding: 0 10px;
  }
}

body[data-page="news"] .news-list-item:hover,
body[data-page="news"] .news-list-item:focus-visible,
body[data-page="news"] .news-featured-card:hover,
body[data-page="news"] .news-featured-card:focus-visible,
body[data-page="news"] .news-spotlight-card:hover,
body[data-page="news"] .news-spotlight-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(112, 156, 255, 0.24);
  box-shadow: 0 18px 40px rgba(4, 12, 28, 0.28);
  outline: none;
}

body[data-page="news"] .news-list-copy h3 {
  margin: 10px 0 10px;
  font-size: 1.16rem;
  line-height: 1.42;
}

body[data-page="news"] .news-list-copy p {
  margin: 0;
}

body[data-page="news"] .recommend-list {
  display: grid;
  gap: 12px;
}

body[data-page="news"] .news-topic-item {
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.72), rgba(5, 14, 30, 0.54)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="news"] .news-topic-item p {
  margin: 0;
  color: #dce8ff;
  line-height: 1.7;
}

body[data-page="news"] .news-detail-hero {
  position: relative;
  padding: 36px 0 4px;
  overflow: visible;
}

body[data-page="news"] {
  --news-detail-frame-width: min(100%, 1100px);
}

body[data-page="news"] .news-detail-hero .container {
  position: relative;
  z-index: 1;
}

body[data-page="news"] .news-detail-hero-panel {
  width: var(--news-detail-frame-width);
  margin: 0 auto;
  padding: 24px 38px 24px;
  border: 1px solid rgba(96, 165, 250, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.7), rgba(5, 13, 30, 0.58)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 14px 40px rgba(3, 11, 26, 0.14);
  backdrop-filter: blur(14px);
}

body[data-page="news"] .news-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  color: #8ea2d1;
  font-size: 0.9rem;
}

body[data-page="news"] .news-detail-breadcrumb a {
  color: #cfe0ff;
  text-decoration: none;
}

body[data-page="news"] .news-detail-breadcrumb a:hover {
  color: #88f2ff;
}

body[data-page="news"] .news-detail-hero-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

body[data-page="news"] .news-detail-hero-panel h1 {
  max-width: none;
  margin: 10px 0 12px;
  font-size: clamp(2.8rem, 3.8vw, 4.5rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  white-space: normal;
  text-wrap: balance;
}

body[data-page="news"] .news-detail-summary {
  max-width: 900px;
  margin: 0;
  color: #b8cbe9;
  font-size: 0.95rem;
  line-height: 1.78;
}

body[data-page="news"] .news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

body[data-page="news"] .news-detail-actions .button-secondary {
  border-color: rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 22, 50, 0.52), rgba(6, 16, 34, 0.42)),
    rgba(255, 255, 255, 0.01);
}

body[data-page="news"] .news-detail-main-section {
  padding-top: 14px;
}

body[data-page="news"] .news-detail-layout {
  display: block;
}

body[data-page="news"] .news-detail-article {
  width: var(--news-detail-frame-width);
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.92), rgba(5, 13, 30, 0.84)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(96, 165, 250, 0.12);
  box-shadow: 0 20px 60px rgba(3, 11, 26, 0.2);
}

body[data-page="news"] .news-detail-cover {
  position: relative;
  min-height: 320px;
  padding: 26px 26px 34px;
  background:
    radial-gradient(circle at 50% 24%, rgba(88, 202, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(10, 24, 52, 0.94), rgba(6, 16, 34, 0.92));
}

body[data-page="news"] .news-detail-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 13, 30, 0) 0%, rgba(5, 13, 30, 0.74) 100%);
}

body[data-page="news"] .news-detail-cover img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
}

body[data-page="news"] .news-detail-content {
  position: relative;
  padding: 28px 40px 40px;
}

body[data-page="news"] .news-detail-content::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0) 0%, rgba(96, 165, 250, 0.16) 16%, rgba(96, 165, 250, 0.16) 84%, rgba(96, 165, 250, 0) 100%);
}

body[data-page="news"] .news-detail-richtext {
  max-width: 820px;
  margin: 0 auto;
  color: #dce8ff;
  font-size: 1.06rem;
  line-height: 1.94;
}

body[data-page="news"] .news-detail-section + .news-detail-section,
body[data-page="news"] .news-detail-richtext > * + * {
  margin-top: 18px;
}

body[data-page="news"] .news-detail-richtext h2,
body[data-page="news"] .news-detail-richtext h3,
body[data-page="news"] .news-detail-richtext h4 {
  margin: 0 0 12px;
}

body[data-page="news"] .news-detail-richtext p {
  margin: 0;
}

body[data-page="news"] .news-detail-richtext ul,
body[data-page="news"] .news-detail-richtext ol {
  margin: 0;
  padding-left: 22px;
}

body[data-page="news"] .news-detail-richtext li + li {
  margin-top: 8px;
}

body[data-page="news"] .news-detail-richtext a {
  color: #88f2ff;
}

body[data-page="news"] .news-detail-richtext blockquote {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(136, 242, 255, 0.56);
  background: rgba(7, 18, 42, 0.52);
  color: #d8e6ff;
}

body[data-page="news"] .news-related-item {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 22, 50, 0.72), rgba(5, 14, 30, 0.54)),
    rgba(255, 255, 255, 0.02);
  color: inherit;
  text-decoration: none;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="news"] .news-related-item:hover,
body[data-page="news"] .news-related-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(112, 156, 255, 0.24);
  box-shadow: 0 18px 40px rgba(4, 12, 28, 0.28);
  outline: none;
}

body[data-page="news"] .news-related-item strong {
  font-size: 1rem;
  line-height: 1.5;
}

body[data-page="news"] .news-related-item p {
  margin: 0;
  color: #dce8ff;
  line-height: 1.72;
}

body[data-page="news"] .news-detail-related {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid rgba(96, 165, 250, 0.12);
}

body[data-page="news"] .news-detail-related .panel-title-row {
  max-width: 820px;
  margin: 0 auto 22px;
}

body[data-page="news"] .news-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 900px) {
body[data-page="news"] {
    --news-detail-frame-width: min(100%, 100%);
  }

body[data-page="news"] .news-detail-hero .container,
  body[data-page="news"] .news-detail-layout,
  body[data-page="news"] .news-detail-hero-panel,
  body[data-page="news"] .news-detail-article {
    width: 100%;
  }

body[data-page="news"] .news-detail-hero {
    padding: 26px 0 2px;
  }

body[data-page="news"] .news-detail-hero-panel {
    padding: 20px 22px 20px;
    border-radius: 24px;
  }

body[data-page="news"] .news-detail-breadcrumb {
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.84rem;
    line-height: 1.5;
  }

body[data-page="news"] .news-detail-hero-topline {
    gap: 10px;
  }

body[data-page="news"] .news-detail-hero-panel h1 {
    margin: 10px 0;
    font-size: clamp(2.1rem, 8vw, 3rem);
    line-height: 1.18;
    text-wrap: pretty;
  }

body[data-page="news"] .news-detail-summary {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.72;
  }

body[data-page="news"] .news-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

body[data-page="news"] .news-detail-actions .button {
    width: 100%;
    justify-content: center;
  }

body[data-page="news"] .news-detail-actions .button.button-secondary {
    color: #d3e2fb;
    border-color: rgba(96, 165, 250, 0.1);
    background:
      linear-gradient(180deg, rgba(9, 22, 50, 0.38), rgba(6, 16, 34, 0.28)),
      rgba(255, 255, 255, 0.01);
  }

body[data-page="news"] .news-detail-actions .button.button-primary {
    box-shadow: none;
  }

body[data-page="news"] .news-detail-main-section {
    padding-top: 4px;
  }

body[data-page="news"] .news-detail-article {
    border-radius: 24px;
  }

body[data-page="news"] .news-detail-cover {
    min-height: 0;
    padding: 18px 18px 24px;
  }

body[data-page="news"] .news-detail-cover::after {
    height: 56px;
  }

body[data-page="news"] .news-detail-cover img {
    max-height: 300px;
  }

body[data-page="news"] .news-detail-content {
    padding: 20px 20px 28px;
  }

body[data-page="news"] .news-detail-content::before {
    left: 20px;
    right: 20px;
  }

body[data-page="news"] .news-detail-richtext {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.82;
  }

body[data-page="news"] .news-detail-related {
    margin-top: 30px;
    padding-top: 22px;
  }

body[data-page="news"] .news-detail-related .panel-title-row {
    margin-bottom: 18px;
  }

body[data-page="news"] .news-related-item {
    padding: 14px;
    border-radius: 16px;
  }

body[data-page="news"] .news-detail-related-grid {
    gap: 12px;
  }

body[data-page="news"] .news-related-item p {
    font-size: 0.9rem;
    line-height: 1.64;
  }
}

@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="news"] .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

body[data-page="news"] .news-detail-hero-panel {
    width: 100%;
    padding: 22px 28px 22px;
  }

body[data-page="news"] .news-detail-article {
    width: 100%;
  }

body[data-page="news"] .news-detail-content {
    padding: 24px 30px 34px;
  }

body[data-page="news"] .news-detail-related-grid {
    grid-template-columns: 1fr;
  }

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

body[data-page="news"] .news-static-image {
    right: -118px;
    bottom: 0;
    width: min(196%, 1080px);
  }
}

@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="news"] .news-static-art,
  body[data-page="news"] .news-hero-visual {
    min-height: 408px;
  }

body[data-page="news"] .news-static-image {
    right: -68px;
    bottom: 0;
    width: min(184%, 840px);
  }
}

@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="news"] .news-hero-copy h1 {
    font-size: clamp(1.72rem, 7.4vw, 2.36rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

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

body[data-page="news"] .news-static-image {
    right: -42px;
    top: -18px;
    bottom: auto;
    width: min(204%, 700px);
  }

body[data-page="news"] .news-detail-hero-panel {
    padding: 16px 16px 16px;
    border-radius: 20px;
  }

body[data-page="news"] .news-detail-hero-panel h1 {
    font-size: clamp(1.72rem, 7vw, 2.36rem);
    line-height: 1.2;
    text-wrap: pretty;
  }

body[data-page="news"] .news-detail-summary {
    font-size: 0.88rem;
    line-height: 1.68;
  }

body[data-page="news"] .news-detail-cover {
    padding: 14px 14px 18px;
  }

body[data-page="news"] .news-detail-cover::after {
    height: 42px;
  }

body[data-page="news"] .news-detail-cover img {
    max-height: 240px;
  }

body[data-page="news"] .news-detail-content {
    padding: 18px 16px 24px;
  }

body[data-page="news"] .news-detail-content::before {
    left: 16px;
    right: 16px;
  }

body[data-page="news"] .news-detail-richtext {
    font-size: 0.94rem;
    line-height: 1.78;
  }

body[data-page="news"] .news-detail-related {
    margin-top: 26px;
    padding-top: 18px;
  }

body[data-page="news"] .news-detail-related .panel-title-row {
    margin-bottom: 14px;
  }

body[data-page="news"] .news-related-item strong {
    font-size: 0.95rem;
  }

body[data-page="news"] .news-related-item p {
    font-size: 0.88rem;
    line-height: 1.62;
  }
}

@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="news"] .news-static-image {
    right: -10vw;
    top: -8px;
    bottom: auto;
    width: min(160vw, 900px);
  }
}

@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="news"] .news-static-image {
    right: -16vw;
    top: 6px;
    width: min(182vw, 760px);
  }

body[data-page="news"] .news-detail-content {
    padding: 22px 18px;
  }

body[data-page="news"] .news-detail-content::before {
    left: 18px;
    right: 18px;
  }

body[data-page="news"] .news-detail-actions .button {
    min-height: 44px;
  }

body[data-page="news"] .news-detail-actions {
    gap: 12px;
  }

body[data-page="news"] .news-detail-related {
    margin-top: 34px;
    padding-top: 24px;
  }

body[data-page="news"] .news-detail-main-section {
    padding-top: 8px;
  }
}
