/*--------------------------------------------------------------
# Unified styles for service pages
--------------------------------------------------------------*/

.service-details-page {
  --service-surface: #ffffff;
  --service-surface-soft: #f4f9fd;
  --service-ink: #10263b;
  --service-ink-soft: #496078;
  --service-accent: #2f8eff;
  --service-accent-deep: #d600ff;
  --service-orange: #d600ff;
  --service-border: rgba(16, 38, 59, 0.14);
  --service-shadow: 0 22px 46px rgba(11, 29, 49, 0.12);
  --service-shadow-hover: 0 28px 54px rgba(11, 29, 49, 0.18);
  --service-sky-top: #07111a;
  --service-sky-cap: #07111a;
}

body.service-details-page {
  background:
    linear-gradient(180deg, #07111a 0%, #07111a 100%) top / 100% 620px no-repeat,
    var(--background-color) !important;
}

body.service-details-page .page-title {
  position: relative;
  overflow: visible;
  isolation: isolate;
  padding: 126px 0 18px;
  text-align: left;
  background: transparent;
}

body.service-details-page .page-title::before {
  content: none;
}

body.service-details-page .page-title::after {
  content: none;
}

body.service-details-page .page-title .container,
body.service-details-page .page-title .container-fluid.container-xl.position-relative {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

.service-sky-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: #07111a;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
  --orbit-cap-color: var(--service-sky-cap);
  --orbit-cap-height: 0px;
  --orbit-wash-strength: 0;
  --orbit-glow-strength: 0;
}

.service-orbit-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.service-title-shell {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  padding: 30px 34px;
  border: 1px solid rgba(47, 142, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(47, 142, 255, 0.1), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(214, 0, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(7, 17, 26, 0.94), rgba(18, 24, 42, 0.9));
  box-shadow: 0 24px 56px rgba(2, 12, 22, 0.52);
}

.service-title-shell::before {
  content: none;
}

.service-title-shell > * {
  position: relative;
  z-index: 1;
}

.service-title-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 142, 255, 0.22);
  background: linear-gradient(145deg, rgba(47, 142, 255, 0.92), rgba(214, 0, 255, 0.88));
  color: #07111a;
  font-size: 1.45rem;
  box-shadow: 0 12px 24px rgba(2, 18, 33, 0.34);
}

body.service-details-page .page-title h1 {
  margin: 0 auto;
  max-width: 24ch;
  font-size: clamp(1.85rem, 3.5vw, 2.95rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-weight: 700;
  text-wrap: balance;
  text-shadow: 0 8px 20px rgba(2, 12, 22, 0.36);
}

body.service-details-page .page-title p {
  margin: 12px auto 0;
  max-width: 70ch;
  color: rgba(230, 244, 255, 0.9);
  line-height: 1.66;
  font-size: 1.02rem;
}

.service-details-page section,
.service-details-page .section {
  background: transparent;
}

.service-details-page .service-details {
  padding-top: 26px;
  padding-bottom: 64px;
}

.service-details-page .service-details > .container {
  position: relative;
  z-index: 1;
}

.service-details-page .service-main-content {
  display: grid;
  gap: 22px;
}

.service-header {
  border-radius: 24px;
  padding: 30px;
  background:
    radial-gradient(circle at 12% 14%, rgba(47, 142, 255, 0.14), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(214, 0, 255, 0.18), transparent 30%),
    linear-gradient(160deg, #07111a 0%, #0f1a2c 100%);
  color: rgba(232, 245, 255, 0.9);
  box-shadow: 0 20px 40px rgba(18, 62, 88, 0.26);
}

.service-header h2,
.service-header .h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.06;
}

.service-header .lead {
  margin: 16px 0 0;
  color: rgba(230, 242, 253, 0.9);
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 66ch;
}

.service-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(237, 246, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.service-meta i {
  color: #7cb4ff;
}

.service-signals {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.service-signal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  padding: 11px 12px;
  color: rgba(239, 248, 255, 0.95);
  line-height: 1.4;
  font-size: 0.92rem;
  font-weight: 600;
}

.service-signal i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 1px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7cb4ff;
  background: rgba(7, 27, 45, 0.35);
  font-size: 0.86rem;
}

.service-signal span {
  display: block;
}

.content-block-card,
.sidebar-content-box {
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.content-block-card {
  padding: 30px;
  margin-top: 0;
}

.sidebar-content-box {
  padding: 26px;
}

.content-block-card:hover,
.sidebar-content-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--service-shadow-hover);
  border-color: rgba(15, 138, 146, 0.32);
}

.service-details-page .content-block-card > h2 {
  margin: 0;
  color: var(--service-ink);
  font-size: clamp(1.42rem, 2.7vw, 2rem);
}

.service-details-page .content-block-card > p {
  margin: 12px 0 0;
  color: var(--service-ink-soft);
  line-height: 1.68;
}

.process-grid {
  margin-top: 4px;
}

.process-grid .process-step-card {
  position: relative;
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 45, 74, 0.12);
  background: linear-gradient(160deg, #f9fcff 0%, #f2f8fd 100%);
}

.process-grid .process-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(15, 138, 146, 0.9), rgba(255, 148, 77, 0.9));
}

.process-grid .process-step-card .step-number {
  position: absolute;
  top: 14px;
  right: 16px;
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  color: rgba(15, 60, 89, 0.16);
  font-family: var(--heading-font);
}

.process-grid .process-step-card h4 {
  margin: 0 0 8px;
  color: var(--service-ink);
  font-size: 1.08rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.process-grid .process-step-card p {
  margin: 0;
  color: var(--service-ink-soft);
  line-height: 1.62;
  position: relative;
  z-index: 1;
}

.feature-item-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(16, 38, 59, 0.12);
  background: var(--service-surface-soft);
}

.feature-item-card .icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-top: 2px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--service-accent-deep), var(--service-accent));
}

.feature-item-card .icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.feature-item-card h4 {
  margin: 0;
  color: var(--service-ink);
  font-size: 1.06rem;
  font-weight: 700;
}

.feature-item-card p {
  margin: 8px 0 0;
  color: var(--service-ink-soft);
  line-height: 1.58;
  font-size: 0.95rem;
}

.sidebar-content-box h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--service-ink);
  font-size: 1.12rem;
}

.sidebar-content-box h4 i {
  color: var(--service-accent);
}

.sidebar-content-box ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sidebar-content-box li {
  position: relative;
  padding-left: 24px;
  color: #2f4760;
  line-height: 1.56;
}

.sidebar-content-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--service-accent), var(--service-orange));
}

.sidebar-content-box p {
  margin: 14px 0 0;
  color: #3c556d;
  line-height: 1.62;
}

.sidebar-content-box small {
  font-size: 0.95rem;
}

.sidebar-content-box a {
  color: var(--service-accent-deep);
  font-weight: 600;
}

.sidebar-content-box a:hover {
  color: #0d5f6b;
}

.service-details-page .service-main-content > .text-center {
  margin-top: 4px;
}

.service-details-page .service-main-content > .text-center .btn {
  min-width: 260px;
}

.faq-section {
  padding-top: 20px;
  padding-bottom: 84px;
}

.faq-section .container {
  border-radius: 26px;
  border: 1px solid var(--service-border);
  background: #ffffff;
  box-shadow: var(--service-shadow);
  padding: 34px;
}

.faq-section .section-title {
  padding-bottom: 20px;
}

.faq-section .section-title h2 {
  color: #51667d;
}

.faq-section .section-title div {
  color: var(--service-ink);
}

.faq-section .accordion {
  display: grid;
  gap: 12px;
}

.faq-section .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(16, 38, 59, 0.12);
  background: #f9fcff;
}

.faq-section .accordion-button {
  padding: 1rem 1.15rem;
  font-weight: 600;
  color: var(--service-ink);
  background: transparent;
  box-shadow: none;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  color: var(--service-accent-deep);
  background: rgba(15, 138, 146, 0.08);
}

.faq-section .accordion-button::after {
  background-size: 1rem;
}

.faq-section .accordion-body {
  color: #3f576f;
  line-height: 1.64;
  padding: 0.3rem 1.15rem 1.1rem;
}

.faq-section .accordion-body p {
  margin: 0;
}

@media (max-width: 991.98px) {
  body.service-details-page .page-title {
    padding: 116px 0 16px;
  }

  body.service-details-page .page-title .container {
    padding: 0 10px;
  }

  .service-title-shell {
    padding: 24px 24px;
    border-radius: 20px;
  }

  .service-title-shell::before {
    border-radius: 19px;
  }

  .service-title-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  body.service-details-page .page-title h1 {
    max-width: 22ch;
  }

  .service-details-page .service-details {
    padding-top: 22px;
    padding-bottom: 56px;
  }

  .service-header,
  .content-block-card,
  .sidebar-content-box,
  .faq-section .container {
    border-radius: 18px;
  }

  .service-header {
    padding: 24px;
  }

  .content-block-card {
    padding: 24px;
  }

  .sidebar-content-box {
    padding: 22px;
  }

  .faq-section .container {
    padding: 24px;
  }

  .service-details-page .service-main-content > .text-center .btn {
    min-width: 220px;
  }

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

@media (max-width: 767.98px) {
  body.service-details-page .page-title {
    padding: 102px 0 12px;
  }

  body.service-details-page .page-title .container {
    padding: 0 8px;
  }

  body.service-details-page .page-title h1 {
    font-size: clamp(1.55rem, 7.1vw, 2.1rem);
    max-width: 20ch;
  }

  body.service-details-page .page-title p {
    font-size: 0.97rem;
    line-height: 1.64;
  }

  .service-title-shell {
    padding: 18px;
    border-radius: 16px;
  }

  .service-title-shell::before {
    border-radius: 15px;
  }

  .service-title-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 1.12rem;
    margin-bottom: 10px;
  }

  .service-details-page .service-details {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .service-header,
  .content-block-card,
  .sidebar-content-box,
  .faq-section .container,
  .process-grid .process-step-card,
  .feature-item-card,
  .faq-section .accordion-item {
    border-radius: 14px;
  }

  .service-header,
  .content-block-card {
    padding: 20px;
  }

  .sidebar-content-box {
    padding: 18px;
  }

  .service-header .lead {
    font-size: 0.98rem;
  }

  .process-grid .process-step-card {
    padding: 18px;
  }

  .feature-item-card {
    padding: 16px;
  }

  .feature-item-card .icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 11px;
  }

  .faq-section {
    padding-top: 14px;
    padding-bottom: 58px;
  }

  .faq-section .container {
    padding: 18px;
  }

  .service-details-page .service-main-content > .text-center .btn {
    width: 100%;
    min-width: 0;
  }

.service-signals {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Unified style extensions for home/contact/cases/portfolio
--------------------------------------------------------------*/

body.service-details-page.index-page .hero-prime,
body.service-details-page.contact-page .contact-hero,
body.service-details-page.cases-page .cases-hero {
  padding-top: 128px;
  padding-bottom: 42px;
}

body.service-details-page.index-page .hero-prime-shell,
body.service-details-page.contact-page .contact-hero-copy,
body.service-details-page.contact-page .contact-hero-process-card,
body.service-details-page.cases-page .cases-lab-main,
body.service-details-page.cases-page .cases-lab-side {
  border-radius: 28px;
  border: 1px solid rgba(133, 226, 248, 0.38);
  background: linear-gradient(145deg, rgba(3, 23, 40, 0.94), rgba(9, 66, 96, 0.9));
  box-shadow: 0 30px 72px rgba(2, 12, 22, 0.62);
}

body.service-details-page.index-page .hero-prime-shell {
  padding: 32px;
}

body.service-details-page.index-page .hero-prime-title {
  margin: 0;
  max-width: 20ch;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

body.service-details-page.index-page .hero-prime-title-main,
body.service-details-page.index-page .hero-prime-title-accent {
  display: block;
}

body.service-details-page.index-page .hero-prime-title-accent {
  color: #aef7f3;
}

body.service-details-page.index-page .hero-prime-lead {
  margin: 14px 0 0;
  color: rgba(237, 248, 255, 0.95);
  line-height: 1.66;
}

body.service-details-page.index-page .hero-prime-proof {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.service-details-page.index-page .hero-prime-proof li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(168, 236, 249, 0.34);
  background: rgba(4, 24, 39, 0.7);
  color: #f3fbff;
  padding: 9px 10px;
  font-weight: 600;
  line-height: 1.38;
  font-size: 0.86rem;
}

body.service-details-page.index-page .hero-prime-proof i {
  color: #7ee8e3;
}

body.service-details-page.index-page .hero-prime-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.service-details-page.index-page {
  background:
    linear-gradient(180deg, #07111a 0%, #07111a 100%) top / 100% 620px no-repeat,
    var(--background-color) !important;
}

body.service-details-page.index-page .page-title.page-title-ambient {
  padding: 0;
  min-height: 560px;
}

body.service-details-page.index-page .page-title.page-title-ambient .container {
  min-height: 560px;
}

body.service-details-page.index-page .hero-prime {
  position: relative;
  z-index: 2;
  margin-top: -436px;
  padding-top: 0;
  padding-bottom: 46px;
}

body.service-details-page.index-page .service-details {
  padding-top: 10px;
}

body.service-details-page.index-page .hero-prime-panel-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -54px;
  padding-right: 28px;
  position: relative;
  z-index: 3;
}

body.service-details-page.index-page .hero-prime-shell {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(126, 161, 223, 0.22);
  background:
    radial-gradient(circle at 14% 24%, rgba(88, 139, 255, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(70, 120, 255, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(9, 27, 63, 0.78), rgba(7, 18, 54, 0.5));
  box-shadow: none;
  backdrop-filter: blur(10px);
}

body.service-details-page.index-page .hero-prime-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 40%, rgba(117, 221, 255, 0.06) 78%, transparent 100%);
  pointer-events: none;
}

body.service-details-page.index-page .hero-prime-shell::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(210, 227, 255, 0.06);
  pointer-events: none;
}

body.service-details-page.index-page .hero-prime-shell .row {
  position: relative;
  z-index: 1;
  --bs-gutter-x: clamp(1.4rem, 3vw, 2.8rem);
}

body.service-details-page.index-page .hero-prime-copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

body.service-details-page.index-page .hero-prime-copy-stack {
  width: min(100%, 570px);
  margin-inline: auto;
  display: grid;
  gap: 20px;
}

body.service-details-page.index-page .hero-prime-headline-stage {
  position: relative;
}

body.service-details-page.index-page .hero-prime-headline-card {
  position: relative;
  z-index: 1;
  padding: 24px 26px 26px;
  border: 1px solid rgba(149, 178, 238, 0.2);
  background:
    linear-gradient(150deg, rgba(12, 30, 74, 0.92), rgba(6, 18, 54, 0.7)),
    radial-gradient(circle at top left, rgba(97, 162, 255, 0.18), transparent 34%);
  clip-path: polygon(0 0, calc(100% - 62px) 0, 100% 62px, 100% 100%, 0 100%);
  backdrop-filter: blur(12px);
}

body.service-details-page.index-page .hero-prime-headline-card::before {
  content: "";
  position: absolute;
  inset: 10px 12px auto auto;
  width: 58px;
  height: 58px;
  border-top: 1px solid rgba(160, 186, 255, 0.26);
  border-right: 1px solid rgba(160, 186, 255, 0.26);
  opacity: 0.7;
}

body.service-details-page.index-page .hero-prime-headline-card::after {
  content: "";
  position: absolute;
  inset: -10px 26px 24px -18px;
  z-index: -1;
  border: 1px solid rgba(94, 132, 223, 0.14);
  background: linear-gradient(145deg, rgba(16, 39, 96, 0.34), rgba(8, 17, 45, 0.08));
  clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%);
  transform: rotate(-3deg);
}

body.service-details-page.index-page .hero-prime-overline {
  margin: 0 0 12px;
  color: #7fe1ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-prime-media-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.service-details-page.index-page .hero-prime-panel {
  width: min(680px, 66%);
  padding: 22px 26px;
  border-radius: 28px;
  border: 1px solid rgba(170, 187, 244, 0.2);
  background: linear-gradient(135deg, rgba(231, 238, 255, 0.97), rgba(214, 224, 255, 0.92));
  color: #263d63;
}

body.service-details-page.index-page .hero-prime-panel-eyebrow {
  margin: 0;
  color: #ff6f4a;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.service-details-page.index-page .hero-prime-panel-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 18px;
  align-items: center;
}

body.service-details-page.index-page .hero-prime-panel h2 {
  margin: 0;
  color: #17846f;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

body.service-details-page.index-page .hero-prime-panel p:last-child {
  margin: 0;
  color: #486180;
  font-size: 1rem;
  line-height: 1.62;
}

body.service-details-page.index-page .hero-prime-title {
  margin: 0;
  max-width: 8.8ch;
  font-size: clamp(2.35rem, 4.1vw, 3.3rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.service-details-page.index-page .hero-prime-title-accent {
  background: linear-gradient(90deg, #60a5ff 0%, #7b7cff 38%, #b06dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.service-details-page.index-page .hero-prime-lead {
  margin: 12px 0 0;
  max-width: 33ch;
  color: rgba(232, 239, 255, 0.9);
  font-size: 0.97rem;
  line-height: 1.7;
}

body.service-details-page.index-page .hero-prime-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.service-details-page.index-page .hero-prime-visual {
  position: relative;
  width: min(100%, 560px);
  flex: 0 1 560px;
  max-width: 560px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}

body.service-details-page.index-page .hero-prime-visual-stage {
  position: relative;
  width: 100%;
  min-height: 386px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(129, 154, 229, 0.18);
  background:
    radial-gradient(circle at 18% 22%, rgba(102, 171, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(145, 104, 255, 0.1), transparent 22%),
    linear-gradient(160deg, rgba(17, 30, 82, 0.78), rgba(10, 19, 58, 0.52));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 40px rgba(3, 10, 28, 0.24);
  backdrop-filter: blur(12px);
}

body.service-details-page.index-page .hero-prime-visual-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(170, 190, 246, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

body.service-details-page.index-page .hero-prime-compare {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 12px;
  height: 100%;
  padding: 26px;
  align-items: stretch;
}

body.service-details-page.index-page .hero-prime-scene {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.service-details-page.index-page .hero-prime-scene-label {
  margin: 0;
  color: rgba(213, 225, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-prime-scene-order {
  justify-content: flex-start;
}

body.service-details-page.index-page .hero-prime-transition {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-block: 22px;
}

body.service-details-page.index-page .hero-prime-transition-rail {
  position: relative;
  width: 2px;
  flex: 1 1 auto;
  min-height: 120px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(108, 193, 255, 0.82), rgba(139, 114, 255, 0.78), rgba(255, 255, 255, 0.04));
  box-shadow: 0 0 28px rgba(103, 147, 255, 0.26);
}

body.service-details-page.index-page .hero-prime-transition-rail::before,
body.service-details-page.index-page .hero-prime-transition-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(171, 197, 255, 0.22);
  background: rgba(10, 24, 67, 0.92);
}

body.service-details-page.index-page .hero-prime-transition-rail::before {
  top: -2px;
}

body.service-details-page.index-page .hero-prime-transition-rail::after {
  bottom: -2px;
}

body.service-details-page.index-page .hero-prime-transition-core {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(169, 188, 255, 0.24);
  background: linear-gradient(145deg, rgba(15, 33, 86, 0.92), rgba(85, 92, 210, 0.82));
  color: #eef2ff;
  font-size: 1.05rem;
  box-shadow: 0 18px 32px rgba(6, 12, 34, 0.28);
}

body.service-details-page.index-page .hero-prime-transition-label,
body.service-details-page.index-page .hero-prime-transition-text {
  margin: 0;
  text-align: center;
}

body.service-details-page.index-page .hero-prime-transition-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
}

body.service-details-page.index-page .hero-prime-transition-label {
  color: rgba(210, 224, 255, 0.92);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-prime-transition-text {
  max-width: 9ch;
  color: rgba(186, 204, 245, 0.84);
  font-size: 0.72rem;
  line-height: 1.35;
}

body.service-details-page.index-page .hero-prime-order-board {
  position: relative;
  flex: 1;
  min-height: 280px;
}

body.service-details-page.index-page .hero-prime-order-window {
  position: absolute;
  inset: 22px 16px 26px 0;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(201, 218, 255, 0.2);
  background: linear-gradient(160deg, rgba(231, 238, 255, 0.96), rgba(193, 212, 255, 0.92));
  box-shadow: 0 22px 38px rgba(3, 10, 28, 0.2);
}

body.service-details-page.index-page .hero-prime-order-window::before {
  content: "";
  position: absolute;
  inset: -12px 18px 16px -12px;
  z-index: -1;
  border-radius: 22px;
  border: 1px solid rgba(133, 166, 233, 0.14);
  background: linear-gradient(145deg, rgba(18, 40, 92, 0.32), rgba(9, 18, 49, 0.08));
}

body.service-details-page.index-page .hero-prime-order-window-top {
  display: flex;
  gap: 7px;
}

body.service-details-page.index-page .hero-prime-order-window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(72, 96, 144, 0.28);
}

body.service-details-page.index-page .hero-prime-order-window-body {
  margin-top: 18px;
}

body.service-details-page.index-page .hero-prime-order-window-body p {
  margin: 0;
  color: #18315c;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

body.service-details-page.index-page .hero-prime-order-lanes {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

body.service-details-page.index-page .hero-prime-order-lanes span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(83, 107, 163, 0.2);
}

body.service-details-page.index-page .hero-prime-order-lanes span.is-strong {
  width: 78%;
  background: linear-gradient(90deg, rgba(66, 183, 228, 0.8), rgba(100, 121, 255, 0.72));
}

body.service-details-page.index-page .hero-prime-order-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.service-details-page.index-page .hero-prime-order-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(26, 51, 101, 0.08);
  color: #27457f;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-prime-order-focus {
  position: absolute;
  right: -4px;
  bottom: 48px;
  display: inline-flex;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(175, 193, 247, 0.18);
  background: rgba(13, 28, 74, 0.72);
  box-shadow: 0 16px 28px rgba(4, 10, 34, 0.22);
}

body.service-details-page.index-page .hero-prime-focus-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #77dcff, #8c8cff);
  box-shadow: 0 0 0 4px rgba(103, 147, 255, 0.12);
}

body.service-details-page.index-page .hero-prime-scene-chaos {
  justify-content: flex-start;
}

body.service-details-page.index-page .hero-prime-paper-stack {
  position: relative;
  flex: 1;
  min-height: 280px;
}

body.service-details-page.index-page .hero-prime-paper {
  position: absolute;
  width: 190px;
  height: 240px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(219, 226, 255, 0.2);
  background: linear-gradient(180deg, rgba(249, 250, 255, 0.96), rgba(218, 225, 250, 0.9));
  box-shadow: 0 24px 34px rgba(5, 12, 34, 0.2);
}

body.service-details-page.index-page .hero-prime-paper span {
  display: block;
  height: 10px;
  margin-bottom: 11px;
  border-radius: 999px;
  background: rgba(99, 117, 166, 0.18);
}

body.service-details-page.index-page .hero-prime-paper span:nth-child(1) {
  width: 78%;
}

body.service-details-page.index-page .hero-prime-paper span:nth-child(2) {
  width: 92%;
}

body.service-details-page.index-page .hero-prime-paper span:nth-child(3) {
  width: 64%;
}

body.service-details-page.index-page .hero-prime-paper-a {
  top: 18px;
  right: 18px;
  transform: rotate(9deg);
}

body.service-details-page.index-page .hero-prime-paper-b {
  top: 40px;
  left: 14px;
  transform: rotate(-12deg);
}

body.service-details-page.index-page .hero-prime-paper-c {
  right: 42px;
  bottom: 10px;
  transform: rotate(4deg);
}

body.service-details-page.index-page .hero-prime-chaos-stamp {
  position: absolute;
  left: 12px;
  bottom: 18px;
  max-width: 180px;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(16, 25, 68, 0.84);
  color: #d9e5ff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 14px 26px rgba(5, 10, 33, 0.28);
}

body.service-details-page.index-page .hero-prime-chaos-badge {
  position: absolute;
  top: 36px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(189, 204, 255, 0.18);
  background: linear-gradient(145deg, rgba(117, 135, 255, 0.28), rgba(38, 47, 114, 0.52));
  color: #eef2ff;
  font-size: 1.05rem;
  font-weight: 700;
}

body.service-details-page.index-page .hero-prime-chaos-badge.is-late {
  top: auto;
  right: 24px;
  bottom: 86px;
  left: auto;
  background: linear-gradient(145deg, rgba(255, 125, 140, 0.28), rgba(114, 38, 67, 0.52));
}

body.service-details-page.index-page .hero-prime-process {
  padding: 18px 18px 0;
}

body.service-details-page.index-page .hero-prime-proof-label {
  margin: 0;
  color: rgba(185, 205, 255, 0.92);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-prime-proof {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.service-details-page.index-page .hero-prime-proof li {
  display: grid;
  gap: 6px;
  min-height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(140, 169, 227, 0.14);
  background: linear-gradient(145deg, rgba(10, 20, 54, 0.68), rgba(8, 18, 44, 0.44));
  padding: 14px 14px 13px;
  font-size: 0.8rem;
  font-weight: 600;
}

body.service-details-page.index-page .hero-prime-proof-index {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(91, 124, 255, 0.14);
  color: #92b4ff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

body.service-details-page.index-page .hero-prime-proof li > span:last-child {
  display: block;
  color: inherit;
  line-height: 1.35;
}

.impact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.impact-btn:hover {
  transform: translateY(-2px);
}

.impact-btn-primary {
  color: #07111a;
  background: linear-gradient(130deg, var(--brand-action-start), var(--brand-action-end));
  box-shadow: 0 13px 24px rgba(47, 142, 255, 0.22);
}

.impact-btn-primary:hover {
  color: #07111a;
}

.impact-btn-secondary {
  color: #dff6ff;
  border: 1px solid rgba(176, 230, 246, 0.34);
  background: rgba(7, 31, 47, 0.38);
}

.impact-btn-secondary:hover {
  color: #ffffff;
  border-color: rgba(196, 238, 251, 0.5);
}

body.service-details-page.index-page .hero-carousel {
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(150, 226, 246, 0.28);
  background: linear-gradient(145deg, rgba(4, 20, 32, 0.57), rgba(16, 62, 86, 0.48));
  box-shadow: 0 16px 30px rgba(3, 17, 29, 0.32);
}

body.service-details-page.index-page .hero-carousel-track {
  position: relative;
  min-height: 248px;
}

body.service-details-page.index-page .hero-carousel-slide {
  display: none;
}

body.service-details-page.index-page .hero-carousel-slide.is-active {
  display: block;
}

body.service-details-page.index-page .hero-carousel-kicker {
  margin: 0;
  color: #9df5ee;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-carousel-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

body.service-details-page.index-page .hero-carousel-block {
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(170, 231, 248, 0.24);
}

body.service-details-page.index-page .hero-carousel-before {
  background: rgba(255, 169, 102, 0.12);
}

body.service-details-page.index-page .hero-carousel-after {
  background: rgba(106, 233, 218, 0.12);
}

body.service-details-page.index-page .hero-carousel-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-carousel-before .hero-carousel-label {
  color: #ffbe8f;
}

body.service-details-page.index-page .hero-carousel-after .hero-carousel-label {
  color: #9ef2ea;
}

body.service-details-page.index-page .hero-carousel-block ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

body.service-details-page.index-page .hero-carousel-block li {
  color: rgba(230, 246, 255, 0.95);
  font-size: 0.8rem;
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
}

body.service-details-page.index-page .hero-carousel-block li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.46rem;
  background: rgba(196, 240, 252, 0.75);
}

body.service-details-page.index-page .hero-carousel-controls {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.service-details-page.index-page .hero-carousel-arrow {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(181, 234, 249, 0.3);
  border-radius: 10px;
  background: rgba(8, 29, 45, 0.52);
  color: #dcf8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.service-details-page.index-page .hero-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
}

body.service-details-page.index-page .hero-carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(220, 248, 255, 0.35);
}

body.service-details-page.index-page .hero-carousel-dot.is-active {
  background: #98f0ea;
  transform: scale(1.2);
}

body.service-details-page.index-page .page-title.page-title-ambient,
body.service-details-page.index-page .page-title.page-title-ambient .container {
  min-height: 670px;
}

body.service-details-page.index-page .hero-command {
  position: relative;
  z-index: 2;
  margin-top: -492px;
  padding-bottom: 64px;
}

body.service-details-page.index-page .hero-command-shell {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 42px;
  border: 1px solid rgba(134, 170, 238, 0.22);
  background:
    radial-gradient(circle at 11% 18%, rgba(57, 149, 255, 0.28), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(124, 91, 255, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(8, 23, 58, 0.96), rgba(4, 12, 38, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 40px 86px rgba(3, 8, 24, 0.32);
  backdrop-filter: blur(16px);
}

body.service-details-page.index-page .hero-command-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(207, 223, 255, 0.05);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 26%, rgba(99, 215, 255, 0.05) 68%, transparent 100%);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-shell::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 186, 201, 0.2), transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-shell > * {
  position: relative;
  z-index: 1;
}

body.service-details-page.index-page .hero-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: stretch;
}

body.service-details-page.index-page .hero-command-copy {
  display: grid;
  gap: 30px;
  align-content: center;
  min-height: 520px;
  padding-right: 10px;
}

body.service-details-page.index-page .hero-command-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(165, 191, 255, 0.18);
  background: linear-gradient(145deg, rgba(10, 26, 66, 0.82), rgba(11, 32, 83, 0.44));
  color: #d8e8ff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.service-details-page.index-page .hero-command-pill-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6af3f1, #5a8fff);
  box-shadow: 0 0 0 6px rgba(90, 143, 255, 0.14);
}

body.service-details-page.index-page .hero-command-title {
  margin: 0;
  max-width: 8.4ch;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

body.service-details-page.index-page .hero-command-title-main,
body.service-details-page.index-page .hero-command-title-accent {
  display: block;
}

body.service-details-page.index-page .hero-command-title-main {
  color: #ffffff;
}

body.service-details-page.index-page .hero-command-title-accent {
  background: linear-gradient(90deg, #5fe0e5 0%, #66b8ff 42%, #9a73ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.service-details-page.index-page .hero-command-lead {
  margin: 0;
  max-width: 42ch;
  color: rgba(227, 237, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.82;
}

body.service-details-page.index-page .hero-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.service-details-page.index-page .hero-command-support {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(150, 180, 242, 0.14);
}

body.service-details-page.index-page .hero-command-support span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(233, 241, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
}

body.service-details-page.index-page .hero-command-support span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(140deg, #14c9c6, #7b7cff);
  box-shadow: 0 0 0 4px rgba(20, 201, 198, 0.12);
}

body.service-details-page.index-page .hero-command-stage {
  display: flex;
  align-items: stretch;
}

body.service-details-page.index-page .hero-command-console {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(138, 169, 236, 0.16);
  background:
    radial-gradient(circle at 16% 16%, rgba(94, 161, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(140, 106, 255, 0.1), transparent 24%),
    linear-gradient(160deg, rgba(14, 26, 69, 0.82), rgba(7, 17, 47, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 54px rgba(4, 10, 28, 0.24);
}

body.service-details-page.index-page .hero-command-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent 100%);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-console::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 224, 229, 0.16), transparent 72%);
  transform: translate(-50%, -50%);
  filter: blur(16px);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-console > * {
  position: relative;
  z-index: 1;
}

body.service-details-page.index-page .hero-command-console-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

body.service-details-page.index-page .hero-command-console-copy {
  display: grid;
  gap: 8px;
}

body.service-details-page.index-page .hero-command-console-kicker {
  margin: 0;
  color: #88e6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-console-top h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.service-details-page.index-page .hero-command-console-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 260px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(149, 187, 252, 0.18);
  background: rgba(13, 29, 75, 0.62);
  color: #c9d8ff;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
}

body.service-details-page.index-page .hero-command-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) 96px minmax(0, 1.16fr);
  gap: 22px;
  align-items: stretch;
  min-height: 350px;
}

body.service-details-page.index-page .hero-command-visual-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(158, 185, 245, 0.12);
  background: linear-gradient(160deg, rgba(10, 21, 56, 0.8), rgba(7, 16, 42, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.service-details-page.index-page .hero-command-visual-panel::before {
  content: "";
  position: absolute;
  inset: auto auto -34px -18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 179, 255, 0.12), transparent 72%);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-visual-inputs {
  background: linear-gradient(160deg, rgba(19, 15, 46, 0.78), rgba(10, 18, 49, 0.64));
}

body.service-details-page.index-page .hero-command-visual-output {
  background: linear-gradient(165deg, rgba(228, 236, 255, 0.97), rgba(207, 221, 255, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 44px rgba(3, 10, 28, 0.18);
}

body.service-details-page.index-page .hero-command-engine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

body.service-details-page.index-page .hero-command-card-label {
  margin: 0;
  color: rgba(174, 197, 255, 0.9);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-visual-output .hero-command-card-label {
  color: #466391;
}

body.service-details-page.index-page .hero-command-visual-output h3 {
  margin: 0;
  color: #18325f;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.service-details-page.index-page .hero-command-engine-line {
  width: 2px;
  flex: 1 1 auto;
  min-height: 96px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(98, 188, 255, 0.86), rgba(139, 111, 255, 0.82), rgba(255, 255, 255, 0.04));
  box-shadow: 0 0 28px rgba(90, 143, 255, 0.22);
}

body.service-details-page.index-page .hero-command-engine-core {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(176, 198, 255, 0.24);
  background: linear-gradient(145deg, rgba(15, 33, 86, 0.96), rgba(84, 92, 214, 0.84));
  color: #f1f5ff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 20px 36px rgba(6, 12, 34, 0.3);
}

body.service-details-page.index-page .hero-command-sequence {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

body.service-details-page.index-page .hero-command-sequence-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(48, 84, 142, 0.1);
}

body.service-details-page.index-page .hero-command-sequence-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(15, 33, 86, 0.9), rgba(91, 124, 255, 0.72));
  color: #edf2ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.service-details-page.index-page .hero-command-sequence-text {
  color: #29446f;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.44;
}

body.service-details-page.index-page .hero-command-noise-stack {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

body.service-details-page.index-page .hero-command-noise-stack span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 178, 210, 0.14);
  background: rgba(255, 224, 238, 0.09);
  color: #ffd6e8;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.28;
}

body.service-details-page.index-page .hero-command-noise-note,
body.service-details-page.index-page .hero-command-card-text {
  margin: 0;
  color: rgba(224, 237, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.62;
}

body.service-details-page.index-page .hero-command-console-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 18px 24px;
  align-items: end;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(150, 180, 242, 0.14);
}

body.service-details-page.index-page .hero-command-board-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.service-details-page.index-page .hero-command-board-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(162, 191, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #dce7ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-band {
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid rgba(155, 183, 243, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

body.service-details-page.index-page .hero-command-band-copy {
  display: grid;
  gap: 10px;
}

body.service-details-page.index-page .hero-command-band-eyebrow {
  margin: 0;
  color: #ff8a5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-band h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 16ch;
}

body.service-details-page.index-page .hero-command-band p:last-child {
  margin: 0;
  max-width: 50ch;
  color: rgba(224, 236, 255, 0.82);
  line-height: 1.66;
}

body.service-details-page.index-page .hero-command-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.service-details-page.index-page .hero-command-proof-item {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(140, 169, 227, 0.14);
  background: linear-gradient(145deg, rgba(10, 20, 54, 0.78), rgba(8, 18, 44, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.service-details-page.index-page .hero-command-proof-value {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.service-details-page.index-page .hero-command-proof-text {
  color: rgba(224, 237, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.42;
}

@media (max-width: 991.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 590px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -424px;
    padding-bottom: 42px;
  }

  body.service-details-page.index-page .hero-command-shell {
    padding: 30px;
    border-radius: 30px;
  }

  body.service-details-page.index-page .hero-command-grid,
  body.service-details-page.index-page .hero-command-band {
    grid-template-columns: 1fr;
  }

  body.service-details-page.index-page .hero-command-copy {
    min-height: 0;
    padding-right: 0;
  }

  body.service-details-page.index-page .hero-command-console {
    min-height: 0;
  }

  body.service-details-page.index-page .hero-command-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.service-details-page.index-page .hero-command-engine {
    flex-direction: row;
  }

  body.service-details-page.index-page .hero-command-engine-line {
    width: 72px;
    min-width: 72px;
    min-height: 0;
    height: 2px;
  }

  body.service-details-page.index-page .hero-command-console-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.service-details-page.index-page .hero-command-band h2 {
    max-width: none;
  }

  body.service-details-page.index-page .hero-command-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 516px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -360px;
    padding-bottom: 26px;
  }

  body.service-details-page.index-page .hero-command-shell {
    padding: 20px;
    border-radius: 24px;
  }

  body.service-details-page.index-page .hero-command-pill,
  body.service-details-page.index-page .hero-command-actions {
    width: 100%;
  }

  body.service-details-page.index-page .hero-command-title {
    max-width: none;
    font-size: clamp(2.7rem, 12.5vw, 3.8rem);
  }

  body.service-details-page.index-page .hero-command-lead {
    font-size: 0.96rem;
  }

  body.service-details-page.index-page .hero-command-support {
    display: grid;
    gap: 10px;
  }

  body.service-details-page.index-page .hero-command-actions .impact-btn {
    width: 100%;
  }

  body.service-details-page.index-page .hero-command-console {
    padding: 18px;
    border-radius: 24px;
  }

  body.service-details-page.index-page .hero-command-console-top {
    flex-direction: column;
  }

  body.service-details-page.index-page .hero-command-console-chip {
    max-width: none;
  }

  body.service-details-page.index-page .hero-command-visual-panel,
  body.service-details-page.index-page .hero-command-proof-item {
    border-radius: 20px;
  }

  body.service-details-page.index-page .hero-command-proof {
    grid-template-columns: 1fr;
  }
}

body.service-details-page.index-page .section-head {
  margin-bottom: 24px;
}

body.service-details-page.index-page .section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  color: var(--service-ink);
}

body.service-details-page.index-page .section-head p {
  margin: 10px 0 0;
  max-width: 76ch;
  color: var(--service-ink-soft);
  line-height: 1.66;
}

body.service-details-page.index-page .pain-section,
body.service-details-page.index-page .services-bento,
body.service-details-page.index-page .model-section,
body.service-details-page.index-page .proof-section,
body.service-details-page.index-page .boutique-section,
body.service-details-page.index-page .partners-zone,
body.service-details-page.index-page .final-call {
  padding-top: 34px;
  padding-bottom: 34px;
}

body.service-details-page.index-page .pain-card,
body.service-details-page.index-page .service-bento-card,
body.service-details-page.index-page .model-timeline,
body.service-details-page.index-page .model-kpi-box,
body.service-details-page.index-page .proof-card,
body.service-details-page.index-page .boutique-section .row,
body.service-details-page.index-page .boutique-card,
body.service-details-page.index-page .partner-item,
body.service-details-page.index-page .final-call-box,
body.service-details-page.contact-page .contact-side-card,
body.service-details-page.contact-page .contact-trust-card,
body.service-details-page.contact-page .contact-form-card,
body.service-details-page.contact-page .contact-step-card {
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
}

body.service-details-page.index-page .pain-card,
body.service-details-page.index-page .service-bento-card,
body.service-details-page.index-page .proof-card,
body.service-details-page.index-page .boutique-card,
body.service-details-page.index-page .model-timeline,
body.service-details-page.index-page .model-kpi-box,
body.service-details-page.contact-page .contact-side-card,
body.service-details-page.contact-page .contact-form-card,
body.service-details-page.contact-page .contact-step-card {
  padding: 24px;
}

body.service-details-page.index-page .pain-card,
body.service-details-page.index-page .service-bento-card,
body.service-details-page.index-page .proof-card {
  height: 100%;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

body.service-details-page.index-page .pain-card:hover,
body.service-details-page.index-page .service-bento-card:hover,
body.service-details-page.index-page .proof-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--service-shadow-hover);
  border-color: rgba(15, 138, 146, 0.35);
}

body.service-details-page.index-page .pain-card i,
body.service-details-page.index-page .service-bento-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--service-accent-deep), var(--service-accent));
}

body.service-details-page.index-page .pain-card h3,
body.service-details-page.index-page .service-bento-card h3,
body.service-details-page.index-page .proof-card h3,
body.service-details-page.index-page .model-step h3,
body.service-details-page.index-page .model-kpi-box h3,
body.service-details-page.index-page .boutique-section h2,
body.service-details-page.index-page .final-call-box h2 {
  color: var(--service-ink);
}

body.service-details-page.index-page .pain-card p,
body.service-details-page.index-page .service-bento-card p,
body.service-details-page.index-page .proof-card p,
body.service-details-page.index-page .model-step p,
body.service-details-page.index-page .boutique-section p,
body.service-details-page.index-page .final-call-box p {
  color: var(--service-ink-soft);
  line-height: 1.62;
}

body.service-details-page.index-page .service-bento-card {
  display: flex;
  flex-direction: column;
}

body.service-details-page.index-page .service-bento-icon {
  margin-bottom: 16px;
  font-size: 1.25rem;
}

body.service-details-page.index-page .service-bento-link {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--service-accent-deep);
  font-weight: 700;
}

body.service-details-page.index-page .model-step {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 16px;
  padding: 12px 0;
}

body.service-details-page.index-page .model-step + .model-step {
  border-top: 1px solid rgba(16, 38, 59, 0.12);
}

body.service-details-page.index-page .model-step-tag {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--service-accent-deep);
  text-transform: uppercase;
}

body.service-details-page.index-page .model-kpi-box {
  background: linear-gradient(165deg, #0d2b44 0%, #115578 100%);
  color: rgba(238, 248, 255, 0.92);
}

body.service-details-page.index-page .model-kpi-box h3,
body.service-details-page.index-page .model-kpi-box li {
  color: #ffffff;
}

body.service-details-page.index-page .model-kpi-box ul,
body.service-details-page.index-page .boutique-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body.service-details-page.index-page .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.service-details-page.index-page .partner-item {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

body.service-details-page.index-page .partner-item img {
  max-height: 40px;
  max-width: 100%;
  width: auto;
}

body.service-details-page.index-page .partner-item.partner-item-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(27, 73, 104, 0.12);
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.98), rgba(236, 245, 251, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 18px rgba(11, 29, 49, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.service-details-page.index-page .partner-item.partner-item-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 224, 216, 0.22), transparent 38%),
    radial-gradient(circle at 82% 22%, rgba(66, 153, 225, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(232, 242, 249, 0.9));
  opacity: 0.94;
  transition: opacity 0.28s ease, transform 0.32s ease;
}

body.service-details-page.index-page .partner-item.partner-item-badge::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -48%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(9, 180, 198, 0.18), transparent 70%);
  filter: blur(6px);
  opacity: 0.46;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

body.service-details-page.index-page .partner-item.partner-item-badge > * {
  position: relative;
  z-index: 1;
}

body.service-details-page.index-page .partner-item.partner-item-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 175, 194, 0.28);
  box-shadow: 0 18px 30px rgba(11, 29, 49, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.service-details-page.index-page .partner-item.partner-item-badge:hover::before {
  opacity: 1;
  transform: scale(1.03);
}

body.service-details-page.index-page .partner-item.partner-item-badge:hover::after {
  transform: translate(-10px, -10px);
  opacity: 0.82;
}

body.service-details-page.index-page .partner-item.partner-item-badge img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(17, 43, 67, 0.14));
  transition: transform 0.28s ease, filter 0.28s ease;
}

body.service-details-page.index-page .partner-item.partner-item-badge:hover img {
  transform: translateY(-2px) scale(1.08);
  filter: drop-shadow(0 10px 18px rgba(17, 43, 67, 0.18));
}

body.service-details-page.index-page .partner-label {
  display: block;
  color: #17324a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: center;
}

body.service-details-page.index-page .final-call {
  padding-bottom: 76px;
}

body.service-details-page.index-page .final-call-box {
  overflow: hidden;
  position: relative;
  padding: 34px;
  background: #ffffff;
}

body.service-details-page.index-page .final-call-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -95px;
  top: -108px;
  background: rgba(214, 0, 255, 0.12);
}

body.service-details-page.index-page .final-call-box h2,
body.service-details-page.index-page .final-call-box p,
body.service-details-page.index-page .final-call-box .impact-btn {
  position: relative;
  z-index: 1;
}

body.service-details-page.contact-page .contact-hero-copy,
body.service-details-page.contact-page .contact-hero-process-card {
  padding: 24px;
}

body.service-details-page.contact-page .contact-hero-kicker {
  display: inline-flex;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(236, 246, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

body.service-details-page.contact-page .contact-hero h1,
body.service-details-page.contact-page .contact-hero h2,
body.service-details-page.contact-page .contact-hero h3 {
  color: #ffffff;
}

body.service-details-page.contact-page .contact-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(1.7rem, 3.7vw, 2.75rem);
  line-height: 1.1;
  max-width: 16ch;
}

body.service-details-page.contact-page .contact-hero-lead,
body.service-details-page.contact-page .contact-hero-process-card p {
  color: rgba(229, 242, 253, 0.9);
  line-height: 1.64;
}

body.service-details-page.contact-page .contact-hero-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.service-details-page.contact-page .contact-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(240, 248, 255, 0.93);
}

body.service-details-page.contact-page .contact-hero-points i {
  color: #7fe7db;
  margin-top: 2px;
}

body.service-details-page.contact-page .contact-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.service-details-page.contact-page .contact-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 700;
}

body.service-details-page.contact-page .contact-hero-btn-primary {
  color: #07111a;
  background: linear-gradient(130deg, var(--brand-action-start), var(--brand-action-end));
}

body.service-details-page.contact-page .contact-hero-btn-secondary {
  color: #eff8ff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

body.service-details-page.contact-page .contact-hero-process-card ol {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.service-details-page.contact-page .contact-hero-process-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: flex-start;
}

body.service-details-page.contact-page .contact-hero-process-card li > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 231, 219, 0.2);
  color: #bff8f1;
  font-size: 0.82rem;
  font-weight: 700;
}

body.service-details-page.contact-page .contact-main-section {
  padding-top: 24px;
  padding-bottom: 34px;
}

body.service-details-page.contact-page .contact-side-card h2,
body.service-details-page.contact-page .contact-form-card h2,
body.service-details-page.contact-page .contact-step-card h3 {
  margin: 0;
  color: var(--service-ink);
}

body.service-details-page.contact-page .contact-side-card p,
body.service-details-page.contact-page .contact-form-card p,
body.service-details-page.contact-page .contact-step-card p {
  color: var(--service-ink-soft);
}

body.service-details-page.contact-page .contact-side-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

body.service-details-page.contact-page .contact-side-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #2a435c;
}

body.service-details-page.contact-page .contact-side-card i {
  color: var(--service-accent);
  margin-top: 2px;
}

body.service-details-page.contact-page .contact-trust-card {
  padding: 24px;
  background: linear-gradient(160deg, #0c2b43 0%, #0f4765 100%);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(238, 248, 255, 0.94);
}

body.service-details-page.contact-page .contact-trust-card h3,
body.service-details-page.contact-page .contact-trust-card p {
  color: #ffffff;
}

body.service-details-page.contact-page .trust-tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.service-details-page.contact-page .trust-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #eaf7ff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

body.service-details-page.contact-page .contact-form-card {
  padding: 26px;
}

body.service-details-page.contact-page .contact-form-card .php-email-form label {
  display: block;
  margin-bottom: 6px;
  color: #19324a;
  font-weight: 600;
  font-size: 0.92rem;
}

body.service-details-page.contact-page .contact-form-card .form-control,
body.service-details-page.contact-page .contact-form-card .form-select {
  border-radius: 12px;
  border: 1px solid rgba(16, 39, 61, 0.2);
  min-height: 46px;
  padding: 10px 12px;
  color: #183148;
  background: #ffffff;
}

body.service-details-page.contact-page .contact-form-card textarea.form-control {
  min-height: 128px;
}

body.service-details-page.contact-page .contact-form-card .form-control:focus,
body.service-details-page.contact-page .contact-form-card .form-select:focus {
  border-color: rgba(15, 138, 146, 0.62);
  box-shadow: 0 0 0 0.2rem rgba(15, 138, 146, 0.14);
}

body.service-details-page.contact-page .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #2e475f;
  font-size: 0.9rem;
}

body.service-details-page.contact-page .contact-submit {
  border: 0;
  border-radius: 12px;
  padding: 11px 20px;
  font-weight: 700;
  color: #07111a;
  background: linear-gradient(130deg, var(--brand-action-start), var(--brand-action-end));
  box-shadow: 0 14px 28px rgba(47, 142, 255, 0.22);
}

body.service-details-page.contact-page .contact-steps-section {
  padding-top: 14px;
  padding-bottom: 66px;
}

body.service-details-page.cases-page .cases-hero.section {
  padding-top: 0;
}

body.service-details-page.cases-page .cases-lab-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.82fr);
  gap: clamp(16px, 3vw, 26px);
}

body.service-details-page.cases-page .cases-lab-main,
body.service-details-page.cases-page .cases-lab-side {
  padding: clamp(20px, 3vw, 30px);
}

body.service-details-page.cases-page .cases-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214, 242, 255, 0.86);
  font-weight: 700;
}

body.service-details-page.cases-page .cases-hero h1 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.08;
  max-width: 18ch;
}

body.service-details-page.cases-page .cases-lead,
body.service-details-page.cases-page .cases-note-list li,
body.service-details-page.cases-page .stat-label {
  color: rgba(226, 241, 252, 0.9);
}

body.service-details-page.cases-page .cases-note-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.service-details-page.cases-page .cases-note-list li {
  position: relative;
  padding-left: 18px;
}

body.service-details-page.cases-page .cases-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--service-accent), var(--service-orange));
}

body.service-details-page.cases-page .cases-stat-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.service-details-page.cases-page .stat-box {
  border-radius: 12px;
  border: 1px solid rgba(173, 234, 248, 0.28);
  background: rgba(4, 24, 39, 0.42);
  text-align: center;
  padding: 9px 8px;
}

body.service-details-page.cases-page .stat-value {
  margin: 0;
  color: #7deee2;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.1;
}

body.service-details-page.cases-page .cases-showcase .cases-section-head,
body.service-details-page.cases-page .cases-framework-shell h2,
body.service-details-page.cases-page .cases-cta-box h2 {
  margin-bottom: 14px;
}

body.service-details-page.cases-page .cases-section-head h2,
body.service-details-page.cases-page .cases-framework-shell h2,
body.service-details-page.cases-page .cases-cta-box h2,
body.service-details-page.cases-page .case-blueprint h3 {
  color: var(--service-ink);
}

body.service-details-page.cases-page .cases-section-head p,
body.service-details-page.cases-page .framework-lead,
body.service-details-page.cases-page .case-subtitle,
body.service-details-page.cases-page .case-points li,
body.service-details-page.cases-page .case-client strong,
body.service-details-page.cases-page .case-impact strong,
body.service-details-page.cases-page .cases-cta-box p {
  color: var(--service-ink-soft);
}

body.service-details-page.cases-page .cases-blueprint-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.service-details-page.cases-page .case-blueprint {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

body.service-details-page.cases-page .case-blueprint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--service-accent-deep), var(--service-accent));
}

body.service-details-page.cases-page .case-blueprint:hover {
  transform: translateY(-6px);
  box-shadow: var(--service-shadow-hover);
  border-color: rgba(15, 138, 146, 0.35);
}

body.service-details-page.cases-page .case-blueprint-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

body.service-details-page.cases-page .case-order {
  font-size: 1.15rem;
  font-weight: 800;
  color: #3a546c;
}

body.service-details-page.cases-page .case-domain {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 59, 0.14);
  background: var(--service-surface-soft);
  color: #2f4e66;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}

body.service-details-page.cases-page .case-domain i {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.8rem;
  background: linear-gradient(140deg, var(--service-accent-deep), var(--service-accent));
}

body.service-details-page.cases-page .case-meta-panel {
  margin-top: 14px;
  border: 1px solid rgba(16, 38, 59, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: #f8fcff;
}

body.service-details-page.cases-page .case-impact,
body.service-details-page.cases-page .case-client {
  margin: 0;
  display: block;
}

body.service-details-page.cases-page .case-client {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(16, 38, 59, 0.1);
}

body.service-details-page.cases-page .case-impact span,
body.service-details-page.cases-page .case-client span {
  display: block;
  margin-bottom: 3px;
  color: #71859a;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

body.service-details-page.cases-page .case-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.service-details-page.cases-page .case-points li {
  position: relative;
  padding-left: 18px;
}

body.service-details-page.cases-page .case-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--service-accent), var(--service-orange));
}

body.service-details-page.cases-page .case-link {
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--service-accent-deep);
  font-weight: 700;
}

body.service-details-page.cases-page .cases-framework-shell {
  padding: clamp(20px, 4vw, 34px);
}

body.service-details-page.cases-page .framework-card {
  height: 100%;
  border: 1px solid rgba(16, 38, 59, 0.12);
  border-radius: 14px;
  background: #f8fcff;
  padding: 13px;
}

body.service-details-page.cases-page .framework-card-title {
  margin: 0;
  color: var(--service-ink);
  font-size: 0.96rem;
  font-weight: 700;
}

body.service-details-page.cases-page .framework-card-text {
  margin: 6px 0 0;
  color: #4e657b;
  line-height: 1.5;
  font-size: 0.9rem;
}

body.service-details-page.cases-page .cases-cta-box {
  text-align: center;
  padding: clamp(22px, 4vw, 36px);
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
}

body.service-details-page.cases-page .cases-cta-box .btn {
  margin-top: 18px;
  min-width: 280px;
}

body.service-details-page.portfolio-details-page .page-title {
  padding: 124px 0 26px;
}

body.service-details-page.portfolio-details-page .portfolio-details {
  padding-top: 20px;
  padding-bottom: 74px;
}

body.service-details-page.portfolio-details-page .portfolio-details-content {
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
  padding: 34px;
}

body.service-details-page.portfolio-details-page .project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

body.service-details-page.portfolio-details-page .project-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ecf8ff;
  background: linear-gradient(130deg, var(--service-accent-deep), var(--service-accent));
}

body.service-details-page.portfolio-details-page .date-client {
  color: #4d6379;
  font-size: 0.9rem;
}

body.service-details-page.portfolio-details-page .date-client .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.service-details-page.portfolio-details-page .date-client .meta-item i {
  color: var(--service-accent-deep);
}

body.service-details-page.portfolio-details-page .lead,
body.service-details-page.portfolio-details-page p {
  color: var(--service-ink-soft);
  line-height: 1.66;
}

body.service-details-page.portfolio-details-page .results-grid {
  margin-top: 24px;
  margin-bottom: 28px;
}

body.service-details-page.portfolio-details-page .result-card {
  height: 100%;
  padding: 20px;
  border: 1px solid var(--service-border);
  border-radius: 18px;
  text-align: left;
  background: linear-gradient(155deg, #f9fcff 0%, #f2f8fd 100%);
}

body.service-details-page.portfolio-details-page .result-number {
  display: block;
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  color: var(--service-accent-deep);
}

body.service-details-page.portfolio-details-page .result-text {
  display: block;
  margin-top: 7px;
  color: #4a6077;
  font-size: 0.92rem;
  line-height: 1.52;
}

body.service-details-page.portfolio-details-page h3 {
  margin: 26px 0 10px;
  color: var(--service-ink);
  font-size: 1.34rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(16, 38, 59, 0.12);
}

body.service-details-page.portfolio-details-page .tech-logos-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.service-details-page.portfolio-details-page .tech-logo-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 96px;
  border: 1px solid rgba(27, 73, 104, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.98), rgba(236, 245, 251, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 18px rgba(11, 29, 49, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.service-details-page.portfolio-details-page .tech-logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(95, 224, 216, 0.22), transparent 38%),
    radial-gradient(circle at 82% 22%, rgba(66, 153, 225, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(232, 242, 249, 0.9));
  opacity: 0.94;
  transition: opacity 0.28s ease, transform 0.32s ease;
}

body.service-details-page.portfolio-details-page .tech-logo-card::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -48%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(9, 180, 198, 0.18), transparent 70%);
  filter: blur(6px);
  opacity: 0.46;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

body.service-details-page.portfolio-details-page .tech-logo-card > * {
  position: relative;
  z-index: 1;
}

body.service-details-page.portfolio-details-page .tech-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 175, 194, 0.28);
  box-shadow: 0 18px 30px rgba(11, 29, 49, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.service-details-page.portfolio-details-page .tech-logo-card:hover::before {
  opacity: 1;
  transform: scale(1.03);
}

body.service-details-page.portfolio-details-page .tech-logo-card:hover::after {
  transform: translate(-10px, -10px);
  opacity: 0.82;
}

body.service-details-page.portfolio-details-page .tech-logo-card img {
  max-height: 46px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.04);
  transition: transform 0.28s ease, filter 0.28s ease;
}

body.service-details-page.portfolio-details-page .tech-logo-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.08);
}

body.service-details-page.portfolio-details-page .tech-logo-card.tech-logo-badge {
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px 14px;
}

body.service-details-page.portfolio-details-page .tech-logo-card.tech-logo-badge img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  filter: drop-shadow(0 8px 14px rgba(17, 43, 67, 0.14));
}

body.service-details-page.portfolio-details-page .tech-logo-card.tech-logo-badge:hover img {
  transform: translateY(-2px) scale(1.08);
  filter: drop-shadow(0 10px 18px rgba(17, 43, 67, 0.18));
}

body.service-details-page.portfolio-details-page .tech-logo-label {
  display: block;
  color: #17324a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: center;
}

body.service-details-page.portfolio-details-page .btn.btn-primary {
  min-width: 250px;
}

@media (max-width: 991.98px) {
  body.service-details-page.index-page .hero-prime,
  body.service-details-page.contact-page .contact-hero,
  body.service-details-page.cases-page .cases-hero {
    padding-top: 114px;
    padding-bottom: 28px;
  }

  body.service-details-page.index-page .hero-prime-shell,
  body.service-details-page.contact-page .contact-hero-copy,
  body.service-details-page.contact-page .contact-hero-process-card,
  body.service-details-page.cases-page .cases-lab-main,
  body.service-details-page.cases-page .cases-lab-side {
    border-radius: 20px;
    padding: 22px;
  }

  body.service-details-page.index-page .model-step {
    grid-template-columns: 88px 1fr;
  }

  body.service-details-page.index-page .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.service-details-page.cases-page .cases-lab-shell,
  body.service-details-page.cases-page .cases-blueprint-grid {
    grid-template-columns: 1fr;
  }

  body.service-details-page.cases-page .cases-cta-box .btn {
    width: 100%;
    min-width: 0;
  }

  body.service-details-page.portfolio-details-page .portfolio-details-content {
    padding: 24px;
    border-radius: 18px;
  }

  body.service-details-page.portfolio-details-page .tech-logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.service-details-page.index-page .hero-prime,
  body.service-details-page.contact-page .contact-hero,
  body.service-details-page.cases-page .cases-hero {
    padding-top: 102px;
    padding-bottom: 20px;
  }

  body.service-details-page.index-page .hero-prime-shell,
  body.service-details-page.contact-page .contact-hero-copy,
  body.service-details-page.contact-page .contact-hero-process-card,
  body.service-details-page.cases-page .cases-lab-main,
  body.service-details-page.cases-page .cases-lab-side,
  body.service-details-page.index-page .pain-card,
  body.service-details-page.index-page .service-bento-card,
  body.service-details-page.index-page .proof-card,
  body.service-details-page.index-page .model-timeline,
  body.service-details-page.index-page .model-kpi-box,
  body.service-details-page.index-page .boutique-section .row,
  body.service-details-page.index-page .boutique-card,
  body.service-details-page.index-page .partner-item,
  body.service-details-page.index-page .final-call-box,
  body.service-details-page.contact-page .contact-side-card,
  body.service-details-page.contact-page .contact-trust-card,
  body.service-details-page.contact-page .contact-form-card,
  body.service-details-page.contact-page .contact-step-card,
  body.service-details-page.cases-page .case-blueprint,
  body.service-details-page.cases-page .cases-framework-shell,
  body.service-details-page.cases-page .cases-cta-box,
  body.service-details-page.portfolio-details-page .portfolio-details-content,
  body.service-details-page.portfolio-details-page .result-card,
  body.service-details-page.portfolio-details-page .tech-logo-card {
    border-radius: 14px;
  }

  body.service-details-page.index-page .hero-prime-shell,
  body.service-details-page.contact-page .contact-hero-copy,
  body.service-details-page.contact-page .contact-hero-process-card,
  body.service-details-page.cases-page .cases-lab-main,
  body.service-details-page.cases-page .cases-lab-side,
  body.service-details-page.index-page .pain-card,
  body.service-details-page.index-page .service-bento-card,
  body.service-details-page.index-page .proof-card,
  body.service-details-page.index-page .model-timeline,
  body.service-details-page.index-page .model-kpi-box,
  body.service-details-page.index-page .boutique-section .row,
  body.service-details-page.index-page .boutique-card,
  body.service-details-page.index-page .final-call-box,
  body.service-details-page.contact-page .contact-side-card,
  body.service-details-page.contact-page .contact-trust-card,
  body.service-details-page.contact-page .contact-form-card,
  body.service-details-page.contact-page .contact-step-card,
  body.service-details-page.cases-page .case-blueprint,
  body.service-details-page.cases-page .cases-framework-shell,
  body.service-details-page.cases-page .cases-cta-box {
    padding: 16px;
  }

  body.service-details-page.index-page .hero-prime-title {
    font-size: clamp(1.7rem, 9vw, 2.25rem);
  }

  body.service-details-page.index-page .impact-btn,
  body.service-details-page.contact-page .contact-hero-btn,
  body.service-details-page.contact-page .contact-submit,
  body.service-details-page.portfolio-details-page .btn.btn-primary,
  body.service-details-page.cases-page .cases-cta-box .btn {
    width: 100%;
    min-width: 0;
  }

  body.service-details-page.index-page .partners-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.service-details-page.index-page .partner-item {
    min-height: 90px;
    padding: 14px;
  }

  body.service-details-page.index-page .partner-item.partner-item-badge {
    min-height: 96px;
    gap: 8px;
    padding: 12px 10px 10px;
  }

  body.service-details-page.index-page .partner-item.partner-item-badge img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
  }

  body.service-details-page.index-page .partner-label {
    font-size: 0.78rem;
  }

  body.service-details-page.cases-page .cases-stat-grid {
    grid-template-columns: 1fr;
  }

  body.service-details-page.cases-page .case-blueprint-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  body.service-details-page.portfolio-details-page .portfolio-details-content {
    padding: 18px;
  }

  body.service-details-page.portfolio-details-page .tech-logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.service-details-page.portfolio-details-page .tech-logo-card {
    height: 82px;
    padding: 12px;
  }

  body.service-details-page.portfolio-details-page .tech-logo-card img {
    max-height: 38px;
  }

  body.service-details-page.portfolio-details-page .tech-logo-card.tech-logo-badge {
    height: 88px;
    padding: 12px 10px 10px;
    gap: 8px;
  }

  body.service-details-page.portfolio-details-page .tech-logo-card.tech-logo-badge img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
  }

  body.service-details-page.portfolio-details-page .tech-logo-label {
    font-size: 0.78rem;
  }
}

/* Contact page: merged single top panel */
.contact-title-shell {
  max-width: 1240px;
  padding: 24px 28px;
}

.contact-title-shell .service-title-icon {
  margin-bottom: 10px;
}

.contact-title-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 24px;
  align-items: center;
  text-align: left;
}

.contact-title-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(1.95rem, 3.8vw, 3rem);
}

.contact-title-copy p {
  margin: 10px 0 0;
  max-width: 44ch;
  font-size: 1rem;
}

.contact-hero-inline {
  margin: 0;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.contact-hero-inline h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  text-align: left;
}

.contact-inline-stack {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.contact-inline-step {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border: 1px solid rgba(176, 230, 246, 0.25);
  border-radius: 10px;
  background: rgba(7, 31, 47, 0.42);
  padding: 9px 10px;
  height: 100%;
}

.contact-inline-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bff8f1;
  font-weight: 700;
  font-size: 0.8rem;
  background: rgba(127, 231, 219, 0.2);
}

.contact-inline-step strong {
  color: #ffffff;
  font-size: 0.88rem;
}

.contact-inline-step p {
  margin: 3px 0 0;
  color: rgba(230, 244, 255, 0.86);
  font-size: 0.81rem;
  line-height: 1.34;
}

.contact-inline-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.contact-inline-points span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(176, 230, 246, 0.25);
  border-radius: 8px;
  background: rgba(7, 31, 47, 0.38);
  color: rgba(240, 248, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.35;
  padding: 6px 8px;
}

.contact-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 18px;
}

.contact-inline-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 20px;
  margin-top: 18px;
}

.contact-inline-meta .contact-inline-actions {
  margin-top: 0;
}

.contact-availability-note {
  margin: 0;
  flex: 1 1 190px;
  max-width: 18ch;
  color: rgba(220, 238, 250, 0.72);
  font-size: 0.68rem;
  line-height: 1.25;
  text-align: right;
}

.service-title-shell .contact-hero-inline {
  width: 100%;
  margin-top: 0;
}

.cases-title-shell {
  max-width: 1240px;
  padding: 24px 28px;
}

.cases-title-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 24px;
  align-items: center;
  text-align: left;
}

.cases-title-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(1.95rem, 3.8vw, 3rem);
}

.cases-title-copy p {
  margin: 10px 0 0;
  max-width: 44ch;
  font-size: 1rem;
}

.cases-hero-inline {
  width: 100%;
}

.cases-hero-inline h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  text-align: left;
}

.cases-inline-notes {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cases-inline-notes li {
  position: relative;
  padding-left: 18px;
  color: rgba(230, 244, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.35;
}

.cases-inline-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--service-accent), var(--service-orange));
}

.cases-inline-stats {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cases-inline-stat {
  border: 1px solid rgba(176, 230, 246, 0.25);
  border-radius: 10px;
  background: rgba(7, 31, 47, 0.42);
  padding: 9px 10px;
  text-align: center;
}

.cases-inline-stat strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.1;
}

.cases-inline-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(230, 244, 255, 0.82);
  font-size: 0.74rem;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .contact-title-shell {
    padding: 20px 20px;
  }

  .contact-title-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-title-copy h1,
  .contact-title-copy p {
    max-width: none;
  }

  .contact-inline-meta {
    align-items: flex-start;
  }

  .contact-availability-note {
    max-width: none;
    text-align: left;
  }

  .cases-title-shell {
    padding: 20px 20px;
  }

  .cases-title-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cases-title-copy h1,
  .cases-title-copy p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .cases-inline-stats {
    grid-template-columns: 1fr;
  }
}

/* Cases cards reused inside the unified service layout */
.cases-blueprint-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-blueprint {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  border: 1px solid var(--service-border);
  background: var(--service-surface);
  box-shadow: var(--service-shadow);
  padding: 22px;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.case-blueprint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--service-accent-deep), var(--service-accent));
}

.case-blueprint:hover {
  transform: translateY(-6px);
  box-shadow: var(--service-shadow-hover);
  border-color: rgba(15, 138, 146, 0.35);
}

.case-blueprint-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.case-order {
  font-size: 1.15rem;
  font-weight: 800;
  color: #3a546c;
}

.case-domain {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 59, 0.14);
  background: var(--service-surface-soft);
  color: #2f4e66;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}

.case-domain i {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.8rem;
  background: linear-gradient(140deg, var(--service-accent-deep), var(--service-accent));
}

.case-blueprint h3 {
  margin: 0;
  color: var(--service-ink);
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  line-height: 1.24;
}

.case-blueprint h3 a {
  color: inherit;
}

.case-blueprint h3 a:hover {
  color: var(--service-accent-deep);
}

.case-subtitle {
  margin: 10px 0 0;
  color: var(--service-ink-soft);
  line-height: 1.56;
}

.case-meta-panel {
  margin-top: 14px;
  border: 1px solid rgba(16, 38, 59, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: #f8fcff;
}

.case-impact,
.case-client {
  margin: 0;
  display: block;
}

.case-client {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(16, 38, 59, 0.1);
}

.case-impact span,
.case-client span {
  display: block;
  margin-bottom: 3px;
  color: #71859a;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.case-impact strong,
.case-client strong {
  color: var(--service-ink);
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.32;
}

.case-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.case-points li {
  position: relative;
  padding-left: 18px;
  color: var(--service-ink-soft);
  line-height: 1.5;
}

.case-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--service-accent), var(--service-orange));
}

.case-link {
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--service-accent-deep);
  font-weight: 700;
}

.framework-card {
  height: 100%;
  border: 1px solid rgba(16, 38, 59, 0.12);
  border-radius: 14px;
  background: #f8fcff;
  padding: 13px;
}

.framework-card-title {
  margin: 0;
  color: var(--service-ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.framework-card-text {
  margin: 6px 0 0;
  color: #4e657b;
  line-height: 1.5;
  font-size: 0.9rem;
}

.cases-cta-box {
  text-align: center;
  padding: clamp(22px, 4vw, 36px);
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 22px;
  box-shadow: var(--service-shadow);
}

.cases-cta-box h2 {
  margin: 0;
  color: var(--service-ink);
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  line-height: 1.2;
}

.cases-cta-box p {
  margin: 12px auto 0;
  color: var(--service-ink-soft);
  max-width: 66ch;
  line-height: 1.62;
}

.cases-cta-box .btn {
  margin-top: 18px;
  min-width: 280px;
}

@media (max-width: 991.98px) {
  .cases-blueprint-grid {
    grid-template-columns: 1fr;
  }

  .cases-cta-box .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .case-blueprint,
  .framework-card,
  .cases-cta-box {
    border-radius: 14px;
  }

  .case-blueprint,
  .cases-cta-box {
    padding: 16px;
  }

  .case-blueprint-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 991.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 500px;
  }

  body.service-details-page.index-page .hero-prime {
    margin-top: -392px;
    padding-top: 0;
    padding-bottom: 34px;
  }

  body.service-details-page.index-page .hero-prime-shell {
    padding: 24px;
    border-radius: 24px;
  }

  body.service-details-page.index-page .hero-prime-copy-col {
    align-items: center;
    padding-left: 0;
  }

  body.service-details-page.index-page .hero-prime-copy-stack {
    width: min(100%, 520px);
    gap: 20px;
  }

  body.service-details-page.index-page .hero-prime-headline-card {
    padding: 22px 22px 24px;
  }

  body.service-details-page.index-page .hero-prime-panel {
    width: min(620px, 82%);
    padding: 20px 22px;
    border-radius: 22px;
  }

  body.service-details-page.index-page .hero-prime-panel-wrap {
    margin-top: -42px;
    padding-right: 18px;
  }

  body.service-details-page.index-page .hero-prime-panel-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.service-details-page.index-page .hero-prime-title {
    max-width: 8.8ch;
    font-size: clamp(2.15rem, 5.8vw, 3rem);
  }

  body.service-details-page.index-page .hero-prime-visual {
    width: min(100%, 520px);
    flex-basis: 520px;
    max-width: 520px;
    gap: 12px;
  }

  body.service-details-page.index-page .hero-prime-visual-stage {
    min-height: 360px;
    border-radius: 24px;
  }

  body.service-details-page.index-page .hero-prime-compare {
    padding: 20px;
    grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
    gap: 10px;
  }

  body.service-details-page.index-page .hero-prime-transition {
    gap: 10px;
    padding-block: 18px;
  }

  body.service-details-page.index-page .hero-prime-transition-rail {
    min-height: 104px;
  }

  body.service-details-page.index-page .hero-prime-transition-core {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 0.95rem;
  }

  body.service-details-page.index-page .hero-prime-transition-text {
    font-size: 0.66rem;
  }

  body.service-details-page.index-page .hero-prime-order-window {
    inset: 18px 8px 22px 0;
    padding: 16px;
  }

  body.service-details-page.index-page .hero-prime-order-window-body p {
    font-size: 0.96rem;
  }

  body.service-details-page.index-page .hero-prime-order-board,
  body.service-details-page.index-page .hero-prime-paper-stack {
    min-height: 246px;
  }

  body.service-details-page.index-page .hero-prime-paper {
    width: 156px;
    height: 206px;
    padding: 15px 14px;
  }

  body.service-details-page.index-page .hero-prime-paper-a {
    right: 10px;
  }

  body.service-details-page.index-page .hero-prime-paper-c {
    right: 26px;
  }

  body.service-details-page.index-page .hero-prime-chaos-stamp {
    max-width: 146px;
    font-size: 0.72rem;
  }

  body.service-details-page.index-page .hero-prime-process {
    padding: 14px 8px 0;
  }

  body.service-details-page.index-page .hero-prime-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.service-details-page.index-page .hero-prime-proof li {
    padding: 12px 12px 11px;
    font-size: 0.76rem;
  }
}

@media (max-width: 767.98px) {
  body.service-details-page.index-page {
    background:
      linear-gradient(180deg, #07111a 0%, #07111a 100%) top / 100% 620px no-repeat,
      var(--background-color) !important;
  }

  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 430px;
  }

  body.service-details-page.index-page .hero-prime {
    margin-top: -324px;
    padding-top: 0;
    padding-bottom: 14px;
  }

  body.service-details-page.index-page .hero-prime-shell {
    padding: 18px;
    border-radius: 22px;
  }

  body.service-details-page.index-page .hero-prime-copy-col {
    align-items: stretch;
    padding-left: 0;
  }

  body.service-details-page.index-page .hero-prime-copy-stack {
    width: 100%;
    gap: 18px;
  }

  body.service-details-page.index-page .hero-prime-headline-card {
    padding: 20px 18px 22px;
  }

  body.service-details-page.index-page .hero-prime-headline-card::after {
    inset: -8px 18px 18px -10px;
  }

  body.service-details-page.index-page .hero-prime-panel-wrap {
    margin-top: 10px;
    padding-right: 0;
    justify-content: flex-start;
  }

  body.service-details-page.index-page .hero-prime-panel {
    width: 100%;
    padding: 18px 16px;
    border-radius: 18px;
  }

  body.service-details-page.index-page .hero-prime-panel h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  body.service-details-page.index-page .hero-prime-panel p:last-child {
    font-size: 0.95rem;
  }

  body.service-details-page.index-page .hero-prime-title {
    max-width: 8.6ch;
    font-size: clamp(2rem, 9.4vw, 2.65rem);
  }

  body.service-details-page.index-page .hero-prime-lead {
    max-width: none;
    font-size: 0.94rem;
  }

  body.service-details-page.index-page .hero-prime-visual {
    width: 100%;
    max-width: none;
    flex-basis: auto;
    min-height: auto;
    gap: 12px;
  }

  body.service-details-page.index-page .hero-prime-visual-stage {
    min-height: auto;
    border-radius: 22px;
  }

  body.service-details-page.index-page .hero-prime-compare {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 14px;
  }

  body.service-details-page.index-page .hero-prime-transition {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding-block: 0;
  }

  body.service-details-page.index-page .hero-prime-transition-rail {
    width: 56px;
    min-height: 2px;
    height: 2px;
    flex: 0 0 56px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(108, 193, 255, 0.82), rgba(139, 114, 255, 0.78), rgba(255, 255, 255, 0.04));
  }

  body.service-details-page.index-page .hero-prime-transition-rail::before,
  body.service-details-page.index-page .hero-prime-transition-rail::after {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  body.service-details-page.index-page .hero-prime-transition-rail::before {
    left: 0;
  }

  body.service-details-page.index-page .hero-prime-transition-rail::after {
    left: 100%;
  }

  body.service-details-page.index-page .hero-prime-transition-copy {
    display: grid;
    gap: 3px;
  }

  body.service-details-page.index-page .hero-prime-transition-label,
  body.service-details-page.index-page .hero-prime-transition-text {
    text-align: left;
  }

  body.service-details-page.index-page .hero-prime-transition-text {
    max-width: none;
  }

  body.service-details-page.index-page .hero-prime-order-board,
  body.service-details-page.index-page .hero-prime-paper-stack {
    min-height: 214px;
  }

  body.service-details-page.index-page .hero-prime-order-window {
    inset: 12px 10px 16px 0;
    padding: 15px;
  }

  body.service-details-page.index-page .hero-prime-order-window-body p {
    font-size: 0.92rem;
  }

  body.service-details-page.index-page .hero-prime-order-tags span {
    min-height: 26px;
    padding: 4px 9px;
    font-size: 0.6rem;
  }

  body.service-details-page.index-page .hero-prime-order-focus {
    right: 4px;
    bottom: 28px;
    padding: 8px 10px;
  }

  body.service-details-page.index-page .hero-prime-paper {
    width: 148px;
    height: 184px;
    padding: 14px 12px;
  }

  body.service-details-page.index-page .hero-prime-paper-a {
    top: 12px;
    right: 10px;
  }

  body.service-details-page.index-page .hero-prime-paper-b {
    top: 28px;
    left: 8px;
  }

  body.service-details-page.index-page .hero-prime-paper-c {
    right: 26px;
    bottom: 2px;
  }

  body.service-details-page.index-page .hero-prime-chaos-stamp {
    left: 8px;
    bottom: 10px;
    max-width: 144px;
    padding: 10px 12px;
    font-size: 0.68rem;
  }

  body.service-details-page.index-page .hero-prime-chaos-badge {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 0.95rem;
  }

  body.service-details-page.index-page .hero-prime-chaos-badge.is-late {
    right: 18px;
    bottom: 70px;
  }

  body.service-details-page.index-page .hero-prime-process {
    padding: 10px 4px 0;
  }

  body.service-details-page.index-page .hero-prime-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.service-details-page.index-page .hero-prime-proof li {
    width: 100%;
    border-radius: 18px;
  }
}

@media (max-width: 991.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 590px;
  }
}

@media (max-width: 767.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 516px;
  }
}

/* Home hero override: editorial direction */
body.service-details-page.index-page .page-title.page-title-ambient,
body.service-details-page.index-page .page-title.page-title-ambient .container {
  min-height: 650px;
}

body.service-details-page.index-page .hero-command {
  margin-top: -454px;
  padding-bottom: 58px;
}

body.service-details-page.index-page .hero-command-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

body.service-details-page.index-page .hero-command-shell::before,
body.service-details-page.index-page .hero-command-shell::after {
  content: none;
}

body.service-details-page.index-page .hero-command-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

body.service-details-page.index-page .hero-command-copy {
  min-height: 0;
  padding-right: 0;
  gap: 28px;
}

body.service-details-page.index-page .hero-command-pill {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: rgba(230, 234, 224, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-pill-dot {
  display: none;
}

body.service-details-page.index-page .hero-command-title {
  max-width: 8.1ch;
  font-size: clamp(3.45rem, 6.4vw, 6.15rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

body.service-details-page.index-page .hero-command-title-main {
  color: #f5f0e7;
}

body.service-details-page.index-page .hero-command-title-accent {
  background: linear-gradient(90deg, #a9d6cb 0%, #d6c3a2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.service-details-page.index-page .hero-command-lead {
  max-width: 41ch;
  color: rgba(232, 238, 232, 0.82);
  font-size: 1.08rem;
  line-height: 1.8;
}

body.service-details-page.index-page .hero-command-actions {
  gap: 14px;
}

body.service-details-page.index-page .hero-command-actions .impact-btn-primary {
  background: linear-gradient(135deg, var(--brand-action-start), var(--brand-action-end));
  border-color: rgba(21, 147, 195, 0.72);
}

body.service-details-page.index-page .hero-command-actions .impact-btn-secondary {
  border-color: rgba(230, 223, 205, 0.28);
  background: rgba(18, 28, 35, 0.22);
  color: #f1ece2;
}

body.service-details-page.index-page .hero-command-support {
  gap: 12px 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(222, 214, 195, 0.12);
}

body.service-details-page.index-page .hero-command-support span {
  font-size: 0.92rem;
  color: rgba(236, 240, 233, 0.88);
}

body.service-details-page.index-page .hero-command-support span::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(140deg, #c59a63, #8accc0);
  box-shadow: 0 0 0 5px rgba(197, 154, 99, 0.1);
}

body.service-details-page.index-page .hero-command-stage {
  display: block;
}

body.service-details-page.index-page .hero-command-console {
  min-height: 0;
  padding: 40px;
  border-radius: 34px;
  border: 1px solid rgba(217, 208, 188, 0.18);
  background:
    linear-gradient(160deg, rgba(245, 239, 228, 0.97), rgba(232, 225, 212, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 34px 66px rgba(3, 10, 28, 0.18);
}

body.service-details-page.index-page .hero-command-console::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(20, 32, 40, 0.06);
  background:
    radial-gradient(circle at 80% 16%, rgba(143, 190, 180, 0.16), transparent 24%),
    radial-gradient(circle at 20% 82%, rgba(197, 154, 99, 0.12), transparent 24%);
  pointer-events: none;
  mask-image: none;
}

body.service-details-page.index-page .hero-command-console::after {
  content: none;
}

body.service-details-page.index-page .hero-command-console-top {
  gap: 22px;
  margin-bottom: 34px;
  align-items: end;
}

body.service-details-page.index-page .hero-command-console-kicker {
  color: rgba(33, 53, 58, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

body.service-details-page.index-page .hero-command-console-top h2 {
  color: #16252c;
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  line-height: 0.98;
  max-width: 13ch;
}

body.service-details-page.index-page .hero-command-console-chip {
  min-height: 40px;
  max-width: 280px;
  padding: 10px 14px;
  border: 1px solid rgba(22, 37, 44, 0.08);
  background: rgba(17, 38, 44, 0.06);
  color: #415a60;
  font-size: 0.76rem;
}

body.service-details-page.index-page .hero-command-visual {
  grid-template-columns: minmax(0, 0.86fr) 88px minmax(0, 1.14fr);
  gap: 24px;
  min-height: 0;
}

body.service-details-page.index-page .hero-command-visual-panel {
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
}

body.service-details-page.index-page .hero-command-visual-inputs {
  border-color: rgba(68, 52, 72, 0.08);
  background: linear-gradient(160deg, rgba(37, 28, 48, 0.96), rgba(20, 22, 33, 0.92));
  color: #f4ecdf;
}

body.service-details-page.index-page .hero-command-visual-output {
  border-color: rgba(21, 38, 44, 0.08);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: translateY(-14px);
}

body.service-details-page.index-page .hero-command-card-label {
  color: rgba(239, 231, 214, 0.62);
}

body.service-details-page.index-page .hero-command-visual-output .hero-command-card-label {
  color: rgba(22, 37, 44, 0.52);
}

body.service-details-page.index-page .hero-command-visual-output h3 {
  color: #16252c;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.02;
  max-width: 11ch;
}

body.service-details-page.index-page .hero-command-engine {
  gap: 18px;
}

body.service-details-page.index-page .hero-command-engine-line {
  min-height: 110px;
  background: linear-gradient(180deg, rgba(40, 51, 58, 0.05), rgba(139, 191, 181, 0.84), rgba(197, 154, 99, 0.82), rgba(40, 51, 58, 0.05));
  box-shadow: 0 0 26px rgba(138, 191, 181, 0.16);
}

body.service-details-page.index-page .hero-command-engine-core {
  width: 82px;
  height: 82px;
  border-radius: 26px;
  border-color: rgba(21, 38, 44, 0.08);
  background: linear-gradient(145deg, #183238, #2f5954);
  color: #f6f0e6;
  box-shadow: 0 18px 36px rgba(10, 22, 28, 0.18);
}

body.service-details-page.index-page .hero-command-noise-stack {
  gap: 14px;
}

body.service-details-page.index-page .hero-command-noise-stack span {
  min-height: 48px;
  border-color: rgba(236, 220, 201, 0.08);
  background: rgba(255, 244, 229, 0.06);
  color: #f1e7da;
  font-size: 0.84rem;
}

body.service-details-page.index-page .hero-command-noise-note {
  color: rgba(241, 231, 218, 0.72);
}

body.service-details-page.index-page .hero-command-sequence {
  gap: 12px;
}

body.service-details-page.index-page .hero-command-sequence-step {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
}

body.service-details-page.index-page .hero-command-sequence-index {
  background: linear-gradient(145deg, #173238, #2f5954);
  color: #f7f1e8;
}

body.service-details-page.index-page .hero-command-sequence-copy {
  display: grid;
  gap: 4px;
}

body.service-details-page.index-page .hero-command-sequence-copy strong {
  color: #16252c;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}

body.service-details-page.index-page .hero-command-sequence-text {
  color: #465c63;
  font-size: 0.84rem;
}

body.service-details-page.index-page .hero-command-console-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 24px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 37, 44, 0.08);
  align-items: end;
}

body.service-details-page.index-page .hero-command-card-text {
  color: #415a60;
  font-size: 0.98rem;
  line-height: 1.68;
  max-width: 38ch;
}

body.service-details-page.index-page .hero-command-board-tags {
  gap: 10px;
}

body.service-details-page.index-page .hero-command-board-tags span {
  min-height: 34px;
  padding: 7px 13px;
  border-color: rgba(22, 37, 44, 0.1);
  background: rgba(17, 38, 44, 0.05);
  color: #31474d;
}

body.service-details-page.index-page .hero-command-band {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(222, 214, 195, 0.12);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 30px;
}

body.service-details-page.index-page .hero-command-band-eyebrow {
  color: #c59a63;
}

body.service-details-page.index-page .hero-command-band h2 {
  color: #f5f0e7;
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
  max-width: 15ch;
}

body.service-details-page.index-page .hero-command-band p:last-child {
  color: rgba(232, 238, 232, 0.76);
}

body.service-details-page.index-page .hero-command-proof {
  gap: 14px;
}

body.service-details-page.index-page .hero-command-proof-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(222, 214, 195, 0.1);
  background: rgba(10, 19, 24, 0.28);
}

body.service-details-page.index-page .hero-command-proof-value {
  color: #f4ede0;
}

body.service-details-page.index-page .hero-command-proof-text {
  color: rgba(232, 238, 232, 0.72);
}

@media (max-width: 991.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 560px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -392px;
    padding-bottom: 42px;
  }

  body.service-details-page.index-page .hero-command-grid,
  body.service-details-page.index-page .hero-command-band {
    grid-template-columns: 1fr;
  }

  body.service-details-page.index-page .hero-command-console {
    padding: 28px;
  }

  body.service-details-page.index-page .hero-command-visual {
    grid-template-columns: 1fr;
  }

  body.service-details-page.index-page .hero-command-visual-output {
    transform: none;
  }

  body.service-details-page.index-page .hero-command-engine {
    flex-direction: row;
  }

  body.service-details-page.index-page .hero-command-engine-line {
    width: 72px;
    min-width: 72px;
    min-height: 0;
    height: 2px;
  }

  body.service-details-page.index-page .hero-command-console-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.service-details-page.index-page .hero-command-band h2 {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 500px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -344px;
    padding-bottom: 26px;
  }

  body.service-details-page.index-page .hero-command-title {
    max-width: none;
    font-size: clamp(2.85rem, 12vw, 4rem);
  }

  body.service-details-page.index-page .hero-command-actions,
  body.service-details-page.index-page .hero-command-actions .impact-btn,
  body.service-details-page.index-page .hero-command-pill {
    width: 100%;
  }

  body.service-details-page.index-page .hero-command-support {
    display: grid;
    gap: 10px;
  }

  body.service-details-page.index-page .hero-command-console {
    padding: 20px;
    border-radius: 24px;
  }

  body.service-details-page.index-page .hero-command-console-top {
    flex-direction: column;
    align-items: flex-start;
  }

  body.service-details-page.index-page .hero-command-console-top h2 {
    max-width: none;
  }

  body.service-details-page.index-page .hero-command-console-chip {
    max-width: none;
  }

  body.service-details-page.index-page .hero-command-visual-panel,
  body.service-details-page.index-page .hero-command-proof-item {
    padding: 18px;
    border-radius: 18px;
  }

  body.service-details-page.index-page .hero-command-proof {
    grid-template-columns: 1fr;
  }
}

/* Home hero override: editorial photography direction */
body.service-details-page.index-page {
  background:
    linear-gradient(180deg, #07111a 0%, #07111a 100%) top / 100% 620px no-repeat,
    var(--background-color) !important;
}

body.service-details-page.index-page .page-title.page-title-ambient {
  background: transparent;
}

body.service-details-page.index-page .page-title.page-title-ambient,
body.service-details-page.index-page .page-title.page-title-ambient .container {
  min-height: 680px;
}

body.service-details-page.index-page .page-title.page-title-ambient .service-sky-layer {
  display: block !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(47, 142, 255, 0.12), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(214, 0, 255, 0.14), transparent 30%),
    #07111a;
}

body.service-details-page.index-page .page-title.page-title-ambient #hero-orbit-canvas {
  display: block !important;
  opacity: 1;
}

body.service-details-page .service-title-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: rgba(47, 142, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.service-details-page .contact-title-shell,
body.service-details-page .cases-title-shell {
  max-width: 980px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 34px 40px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(47, 142, 255, 0.18);
  background:
    radial-gradient(circle at 16% 18%, rgba(47, 142, 255, 0.1), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(214, 0, 255, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(7, 17, 26, 0.94), rgba(18, 24, 42, 0.9));
  box-shadow: 0 24px 56px rgba(2, 12, 22, 0.52);
}

body.service-details-page .contact-title-shell::before,
body.service-details-page .cases-title-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(47, 142, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(214, 0, 255, 0.1), transparent 26%);
}

body.service-details-page .contact-title-shell h1,
body.service-details-page .cases-title-shell h1 {
  max-width: 18ch;
}

body.service-details-page .contact-title-shell > p,
body.service-details-page .cases-title-shell > p {
  max-width: 62ch;
}

body.service-details-page .contact-title-shell > p {
  max-width: none;
}

body.service-details-page .contact-title-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

body.service-details-page .contact-title-actions .btn {
  min-width: 168px;
}

body.service-details-page .contact-title-shell .contact-availability-note {
  margin: 12px auto 0;
  max-width: none;
  color: rgba(220, 238, 250, 0.76);
  font-size: 0.72rem;
  text-align: center;
}

@media (min-width: 992px) {
  body.service-details-page .contact-title-shell > p:not(.contact-availability-note) {
    white-space: nowrap;
    font-size: 1.05rem;
  }
}

body.service-details-page .cases-title-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

body.service-details-page .cases-title-stat {
  min-width: 152px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(47, 142, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

body.service-details-page .cases-title-stat strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1;
}

body.service-details-page .cases-title-stat span {
  display: block;
  margin-top: 5px;
  color: rgba(230, 244, 255, 0.82);
  font-size: 0.76rem;
  line-height: 1.28;
}

body.service-details-page.index-page .hero-command {
  position: relative;
  z-index: 2;
  margin-top: -548px;
  padding-bottom: 54px;
}

body.service-details-page.index-page .hero-command-shell {
  position: relative;
  overflow: hidden;
  padding: 52px;
  border-radius: 38px;
  border: 1px solid rgba(47, 142, 255, 0.18);
  background:
    radial-gradient(circle at 8% 14%, rgba(47, 142, 255, 0.16), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(214, 0, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #eef4fb 44%, #e3edf8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 28px 60px rgba(5, 50, 73, 0.12);
}

body.service-details-page.index-page .hero-command-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(214, 0, 255, 0.08);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-shell > * {
  position: relative;
  z-index: 1;
}

body.service-details-page.index-page .hero-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.6rem, 4vw, 4.8rem);
  align-items: center;
}

body.service-details-page.index-page .hero-command-copy {
  display: grid;
  gap: 24px;
}

body.service-details-page.index-page .hero-command-kicker {
  margin: 0;
  color: #5a7387;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-title {
  margin: 0;
  max-width: 8.8ch;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

body.service-details-page.index-page .hero-command-title-main {
  color: #153040;
}

body.service-details-page.index-page .hero-command-title-accent {
  background: linear-gradient(90deg, #2f8eff 0%, #d600ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.service-details-page.index-page .hero-command-lead {
  margin: 0;
  max-width: 40ch;
  color: rgba(21, 48, 64, 0.78);
  font-size: 1.05rem;
  line-height: 1.76;
}

body.service-details-page.index-page .hero-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.service-details-page.index-page .hero-command-actions .impact-btn-primary {
  background: linear-gradient(135deg, var(--brand-action-start), var(--brand-action-end));
  border-color: rgba(214, 0, 255, 0.42);
}

body.service-details-page.index-page .hero-command-actions .impact-btn-secondary {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(214, 0, 255, 0.16);
  color: #153040;
}

body.service-details-page.index-page .hero-command-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

body.service-details-page.index-page .hero-command-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(5, 50, 73, 0.08);
  color: rgba(21, 48, 64, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
}

body.service-details-page.index-page .hero-command-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(140deg, #2f8eff, #d600ff);
}

body.service-details-page.index-page .hero-command-visual {
  position: relative;
  min-height: 560px;
}

body.service-details-page.index-page .hero-command-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #dfe8ee;
  box-shadow: 0 28px 58px rgba(5, 50, 73, 0.16);
}

body.service-details-page.index-page .hero-command-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

body.service-details-page.index-page .hero-command-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}

body.service-details-page.index-page .hero-command-photo-main {
  top: 0;
  right: 0;
  width: min(100%, 560px);
  height: 430px;
}

body.service-details-page.index-page .hero-command-photo-main img {
  object-position: 57% 46%;
}

body.service-details-page.index-page .hero-command-photo-side {
  left: 18px;
  bottom: 18px;
  width: min(44%, 250px);
  height: 240px;
  transform: rotate(-5deg);
}

body.service-details-page.index-page .hero-command-photo-side img {
  object-position: 50% 50%;
}

body.service-details-page.index-page .hero-command-note {
  position: absolute;
  display: grid;
  gap: 8px;
  max-width: 260px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(214, 0, 255, 0.1);
  background: rgba(251, 253, 255, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 36px rgba(5, 50, 73, 0.1);
}

body.service-details-page.index-page .hero-command-note-top {
  left: 0;
  top: 26px;
}

body.service-details-page.index-page .hero-command-note-bottom {
  right: 0;
  bottom: 0;
}

body.service-details-page.index-page .hero-command-note-kicker {
  color: #5a7387;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.service-details-page.index-page .hero-command-note strong,
body.service-details-page.index-page .hero-command-note p {
  margin: 0;
  color: #153040;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  body.service-details-page .contact-title-shell,
  body.service-details-page .cases-title-shell {
    padding: 28px 24px;
  }

  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 600px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -468px;
    padding-bottom: 42px;
  }

  body.service-details-page.index-page .hero-command-shell {
    padding: 34px;
  }

  body.service-details-page.index-page .hero-command-grid {
    grid-template-columns: 1fr;
  }

  body.service-details-page.index-page .hero-command-title {
    max-width: none;
  }

  body.service-details-page.index-page .hero-command-visual {
    min-height: 500px;
    margin-top: 8px;
  }

  body.service-details-page.index-page .hero-command-photo-main {
    width: min(100%, 620px);
    height: 380px;
  }

  body.service-details-page.index-page .hero-command-photo-side {
    width: min(42%, 250px);
    height: 210px;
  }
}

@media (max-width: 767.98px) {
  body.service-details-page .contact-title-shell,
  body.service-details-page .cases-title-shell {
    padding: 24px 18px;
  }

  body.service-details-page .contact-title-actions,
  body.service-details-page .contact-title-actions .btn {
    width: 100%;
  }

  body.service-details-page .cases-title-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.service-details-page.index-page .page-title.page-title-ambient,
  body.service-details-page.index-page .page-title.page-title-ambient .container {
    min-height: 520px;
  }

  body.service-details-page.index-page .hero-command {
    margin-top: -398px;
    padding-bottom: 24px;
  }

  body.service-details-page.index-page .hero-command-shell {
    padding: 22px;
    border-radius: 28px;
  }

  body.service-details-page.index-page .hero-command-title {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  body.service-details-page.index-page .hero-command-actions,
  body.service-details-page.index-page .hero-command-actions .impact-btn {
    width: 100%;
  }

  body.service-details-page.index-page .hero-command-points {
    display: grid;
  }

  body.service-details-page.index-page .hero-command-visual {
    min-height: 420px;
  }

  body.service-details-page.index-page .hero-command-photo-main {
    width: 84%;
    height: 280px;
  }

  body.service-details-page.index-page .hero-command-photo-side {
    left: 0;
    bottom: 54px;
    width: 56%;
    height: 170px;
  }

  body.service-details-page.index-page .hero-command-note {
    max-width: 220px;
    padding: 14px;
    border-radius: 18px;
  }

  body.service-details-page.index-page .hero-command-note-top {
    top: 0;
  }

  body.service-details-page.index-page .hero-command-note-bottom {
    bottom: 0;
  }
}


