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

body[data-page="services"] .inner-hero-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: 18px;
  align-items: center;
  overflow: visible;
}

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

body[data-page="services"] .services-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="services"] .services-hero-copy h1 span {
  display: inline-block;
  background: linear-gradient(135deg, #88f2ff 0%, #7fb8ff 48%, #d8f3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

body[data-page="services"] .inner-visual-services {
  position: relative;
  max-width: 920px;
  min-height: 640px;
  overflow: visible;
  isolation: isolate;
}

body[data-page="services"] .services-static-art {
  position: relative;
  width: min(100%, 820px);
  min-height: 660px;
  margin-left: auto;
  overflow: visible;
  background:
    radial-gradient(ellipse at 50% 84%, rgba(65, 109, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 68% 28%, rgba(161, 94, 255, 0.12), transparent 22%);
}

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

body[data-page="services"] .services-static-art::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(43, 109, 255, 0.3), transparent 30%),
    radial-gradient(circle at 25% 66%, rgba(82, 161, 255, 0.18), transparent 20%),
    radial-gradient(circle at 78% 26%, rgba(173, 96, 255, 0.16), transparent 20%);
  filter: blur(34px);
  z-index: 1;
}

body[data-page="services"] .services-static-art::after {
  left: 12%;
  right: 12%;
  bottom: 28px;
  height: 88px;
  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(20px);
  z-index: 1;
}

body[data-page="services"] .services-static-image {
  position: absolute;
  display: block;
  left: 50%;
  top: 4px;
  z-index: 2;
  width: min(100%, 760px);
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 42px 120px rgba(13, 60, 255, 0.28))
    drop-shadow(0 0 56px rgba(146, 99, 255, 0.22));
}

body[data-page="services"] .services-tab-section {
  margin: 0 0 24px;
}

body[data-page="services"] .service-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 10px;
  border-radius: 28px;
  border: 1px solid rgba(94, 147, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 24, 58, 0.88), rgba(6, 15, 38, 0.92)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
  scroll-margin-top: 104px;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

body[data-page="services"] .service-tab {
  appearance: none;
  position: relative;
  display: grid;
  justify-items: start;
  min-width: 0;
  width: 100%;
  padding: 22px 16px 18px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

body[data-page="services"] .service-tab:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: -1px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(113, 165, 255, 0.18), transparent);
}

body[data-page="services"] .service-tab strong {
  margin-top: 2px;
  color: #eef5ff;
  transition: color 0.28s ease;
}

body[data-page="services"] .service-tab em {
  margin-top: 8px;
  line-height: 1.55;
  transition: color 0.28s ease;
}

body[data-page="services"] .service-tab:hover {
  transform: translateY(-2px);
}

body[data-page="services"] .service-tab:hover strong,
body[data-page="services"] .service-tab.active strong {
  color: #ffffff;
}

body[data-page="services"] .service-tab:hover em,
body[data-page="services"] .service-tab.active em {
  color: #b6dcff;
}

body[data-page="services"] .service-tab.active {
  border-color: rgba(126, 220, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(15, 34, 80, 0.92), rgba(7, 19, 45, 0.92)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 32px rgba(0, 0, 0, 0.16);
}

body[data-page="services"] .service-tab:focus-visible {
  outline: 0;
  border-color: rgba(126, 220, 255, 0.34);
  box-shadow: 0 0 0 3px rgba(126, 220, 255, 0.14);
}

body[data-page="services"] .service-showcase-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

body[data-page="services"] .services-showcase-section {
  padding-top: 0;
}

body[data-page="services"] .service-showcase-card {
  min-height: 100%;
  padding: 16px;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(11, 25, 60, 0.9), rgba(6, 15, 37, 0.92)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(89, 145, 255, 0.16);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

body[data-page="services"] .service-showcase-panel.is-hidden {
  display: none;
}

body[data-page="services"] .service-showcase-panel.is-active {
  display: grid;
}

body[data-page="services"] .service-showcase-panel.is-entering {
  animation: servicePanelReveal 0.48s cubic-bezier(0.2, 0.7, 0.2, 1);
}

body[data-page="services"] .service-showcase-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

body[data-page="services"] .service-showcase-meta {
  color: #82b7ff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

body[data-page="services"] .service-showcase-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body[data-page="services"] .service-showcase-copy-poster {
  padding: 18px 12px 10px;
}

body[data-page="services"] .service-showcase-copy h3 {
  margin: 0 0 10px;
  font-size: 1.32rem;
}

body[data-page="services"] .service-showcase-summary {
  margin: 0 0 14px;
  color: #d9e8ff;
  font-size: 1rem;
  line-height: 1.82;
}

body[data-page="services"] .service-showcase-copy p {
  color: #8ea4d0;
  line-height: 1.72;
}

body[data-page="services"] .service-showcase-block {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-page="services"] .service-showcase-block strong {
  display: block;
  margin-bottom: 10px;
  color: #eef5ff;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

body[data-page="services"] .service-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page="services"] .service-showcase-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(112, 156, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #d7e8ff;
  font-size: 0.84rem;
  line-height: 1;
}

body[data-page="services"] .service-showcase-tag-delivery {
  border-color: rgba(126, 220, 255, 0.18);
  background: rgba(126, 220, 255, 0.06);
  color: #baf0ff;
}

body[data-page="services"] .service-showcase-copy .check-list {
  margin: 0;
}

body[data-page="services"] .service-showcase-block-note p {
  margin: 0;
}

body[data-page="services"] .service-showcase-block-note {
  padding: 16px 18px;
  border: 1px solid rgba(108, 168, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 25, 58, 0.9), rgba(6, 16, 40, 0.88)),
    rgba(255, 255, 255, 0.02);
}

body[data-page="services"] .service-showcase-check-list {
  margin: 0;
  color: #dce8ff;
  columns: 2;
  column-gap: 24px;
}

body[data-page="services"] .service-showcase-check-list li {
  break-inside: avoid;
  margin-bottom: 8px;
  line-height: 1.72;
}

body[data-page="services"] .service-showcase-action {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 20px 20px 22px;
  border: 1px solid rgba(126, 220, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(16, 40, 96, 0.88), rgba(7, 18, 44, 0.9)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 34px rgba(8, 30, 84, 0.18);
}

body[data-page="services"] .service-showcase-action-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #eef7ff;
  font-size: 0.96rem;
}

body[data-page="services"] .service-showcase-action-copy p {
  margin: 0;
  color: #9fc2ea;
  font-size: 0.92rem;
  line-height: 1.7;
}

body[data-page="services"] .service-showcase-cta {
  min-width: 182px;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}

body[data-page="services"] .service-showcase-copy .card-link,
body[data-page="services"] .service-showcase-copy .button {
  margin-top: auto;
  align-self: flex-start;
}

body[data-page="services"] .service-illustration {
  display: grid;
  grid-template-rows: 1fr;
  align-items: stretch;
  min-height: 480px;
  padding: 18px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 18%, rgba(80, 145, 255, 0.16), transparent 32%),
    radial-gradient(circle at 50% 86%, rgba(112, 156, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(249, 251, 255, 0.98), rgba(234, 241, 255, 0.94));
  border-color: rgba(98, 149, 255, 0.18);
  box-shadow:
    inset 0 -24px 54px rgba(160, 195, 255, 0.14),
    0 20px 50px rgba(29, 86, 210, 0.08);
}

body[data-page="services"] .service-illustration-image {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 20px;
  -webkit-clip-path: inset(0 round 20px);
  clip-path: inset(0 round 20px);
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 20px 44px rgba(20, 78, 255, 0.16));
}

@keyframes servicePanelReveal {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body[data-page="services"] .services-advantage-card {
  min-height: 100%;
  padding: 30px 22px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body[data-page="services"] .services-advantage-card .mini-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(18, 46, 116, 0.92), rgba(7, 20, 48, 0.92));
  border: 1px solid rgba(98, 154, 255, 0.18);
  box-shadow: 0 16px 30px rgba(15, 48, 138, 0.16);
}

body[data-page="services"] .services-advantage-card h3 {
  margin-top: 0;
}

body[data-page="services"] .services-advantage-card p {
  color: #8ea2d1;
}

body[data-page="home"] .process-steps,
body[data-page="services"] .process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.88), rgba(5, 13, 30, 0.8)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

body[data-page="home"] .process-card,
body[data-page="services"] .process-card {
  position: relative;
  min-height: 218px;
  padding: 30px 24px 28px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .process-card:last-child,
body[data-page="services"] .process-card:last-child {
  border-right: 0;
}

body[data-page="home"] .process-card:not(:last-child)::after,
body[data-page="services"] .process-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(5, 16, 38, 0.92);
  border: 1px solid rgba(112, 156, 255, 0.16);
  color: #6fdcff;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.18);
}

body[data-page="home"] .process-card::before,
body[data-page="services"] .process-card::before {
  display: none;
}

body[data-page="home"] .process-index,
body[data-page="services"] .process-index {
  justify-content: center;
  width: 46px;
  padding: 0;
}

body[data-page="home"] .process-card-head,
body[data-page="services"] .process-card-head {
  margin-bottom: 16px;
}

body[data-page="home"] .process-icon,
body[data-page="services"] .process-icon {
  width: 44px;
  height: 44px;
}

body[data-page="home"] .cta-banner,
body[data-page="services"] .cta-banner,
body[data-page="solutions"] .cta-banner {
  padding: 42px 48px;
  border-radius: 34px;
  min-height: auto;
  align-items: center;
}

body[data-page="home"] .cta-banner h2,
body[data-page="services"] .cta-banner h2,
body[data-page="solutions"] .cta-banner h2 {
  max-width: 660px;
}

body[data-page="home"] .cta-banner .cta-banner-note,
body[data-page="services"] .cta-banner .cta-banner-note,
body[data-page="solutions"] .cta-banner .cta-banner-note {
  max-width: 660px;
  color: #9db2db;
  line-height: 1.78;
}

@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="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid,
  body[data-page="home"] .tech-advantage-layout {
    grid-template-columns: 1fr;
  }

body[data-page="home"] .process-steps,
  body[data-page="services"] .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body[data-page="services"] .services-tab-section {
    margin-bottom: 22px;
  }

body[data-page="services"] .service-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

body[data-page="services"] .service-tab::after {
    display: none;
  }

body[data-page="services"] .inner-visual-services,
  body[data-page="services"] .services-static-art {
    min-height: 520px;
  }

body[data-page="services"] .services-static-image {
    width: min(100%, 620px);
  }
}

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

body[data-page="services"] .service-tabs {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    padding: 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

body[data-page="services"] .service-tabs::-webkit-scrollbar {
    display: none;
  }

body[data-page="services"] .service-tab {
    flex: 0 0 200px;
    min-width: 200px;
    scroll-snap-align: start;
  }

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

body[data-page="services"] .service-showcase-card {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

body[data-page="services"] .service-showcase-copy-poster {
    padding: 10px 4px 2px;
  }

body[data-page="services"] .service-showcase-block-note {
    padding: 14px 16px;
  }

body[data-page="services"] .service-showcase-check-list {
    columns: 1;
  }

body[data-page="services"] .service-showcase-action {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

body[data-page="services"] .service-showcase-cta {
    width: 100%;
  }

body[data-page="services"] .service-showcase-topline {
    flex-wrap: wrap;
  }

body[data-page="services"] .services-advantage-card {
    padding: 26px 20px 24px;
  }

body[data-page="services"] .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(96, 165, 250, 0.12);
  }

body[data-page="services"] .process-card::after {
    display: none;
  }

body[data-page="services"] .process-card {
    min-height: auto;
    border-right: 0;
    background:
      linear-gradient(180deg, rgba(8, 20, 48, 0.94), rgba(5, 13, 30, 0.88)),
      rgba(255, 255, 255, 0.02);
  }

body[data-page="services"] .inner-visual-services,
  body[data-page="services"] .services-static-art {
    min-height: 440px;
  }

body[data-page="services"] .inner-visual-services {
    opacity: 1;
  }

body[data-page="services"] .services-static-image {
    width: min(100%, 540px);
  }
}

@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="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

body[data-page="home"] .home-hero,
  body[data-page="services"] .hero-section {
    min-height: auto;
  }

body[data-page="home"] .hero-copy,
  body[data-page="services"] .services-hero-copy {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

body[data-page="home"] .hero-copy h1,
  body[data-page="services"] .services-hero-copy h1 {
    max-width: none;
    white-space: normal;
    text-wrap: balance;
  }

body[data-page="home"] .hero-text,
  body[data-page="services"] .services-hero-copy .hero-text {
    max-width: none;
  }

body[data-page="home"] .hero-actions,
  body[data-page="services"] .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

body[data-page="home"] .hero-actions .button,
  body[data-page="services"] .hero-actions .button {
    width: 100%;
  }

body[data-page="home"] .hero-visual,
  body[data-page="services"] .inner-visual-services {
    opacity: 1;
  }

body[data-page="services"] .services-tab-section {
    margin-bottom: 18px;
  }

body[data-page="home"] .hero-grid,
  body[data-page="services"] .inner-hero-grid {
    gap: 12px;
  }

body[data-page="services"] .service-tabs {
    display: flex;
    padding: 8px;
  }

body[data-page="services"] .service-tab {
    flex-basis: min(82vw, 240px);
    min-width: min(82vw, 240px);
    padding: 18px 14px 16px;
  }

body[data-page="services"] .inner-visual-services,
  body[data-page="services"] .services-static-art {
    min-height: 360px;
    opacity: 1;
  }

body[data-page="services"] .services-static-image {
    width: min(100%, 420px);
    top: 20px;
  }

body[data-page="services"] .services-hero-copy h1 {
    font-size: clamp(2rem, 8.6vw, 2.8rem);
    line-height: 1.08;
  }

body[data-page="services"] .service-showcase-card {
    padding: 16px;
  }

body[data-page="services"] .service-showcase-copy-poster {
    padding: 6px 0 0;
  }

body[data-page="services"] .service-showcase-copy h3 {
    font-size: 1.2rem;
  }

body[data-page="services"] .service-showcase-summary {
    margin-bottom: 12px;
    font-size: 0.96rem;
    line-height: 1.76;
  }

body[data-page="services"] .service-illustration {
    min-height: 280px;
    padding: 14px;
  }

body[data-page="services"] .service-illustration-image {
    height: 100%;
  }

body[data-page="services"] .service-showcase-tags {
    gap: 8px;
  }

body[data-page="services"] .service-showcase-tag {
    min-height: 32px;
    padding: 0 11px;
    font-size: 0.8rem;
  }

body[data-page="services"] .service-showcase-action {
    padding: 16px;
    border-radius: 18px;
  }

body[data-page="services"] .services-advantage-card {
    padding: 24px 18px 22px;
  }

body[data-page="services"] .services-advantage-card .mini-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

body[data-page="services"] .process-steps {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

body[data-page="services"] .process-card {
    padding: 24px 18px 22px;
  }

body[data-page="home"] .process-steps,
  body[data-page="services"] .process-steps {
    grid-template-columns: 1fr;
  }

body[data-page="services"] .cta-banner,
  body[data-page="solutions"] .cta-banner {
    padding: 30px 24px;
    border-radius: 26px;
  }
}

@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;
  }
}
