.service-landing,
.services-index {
  --service-accent: #ff7a1a;
  --service-accent-rgb: 255, 122, 26;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--service-accent-rgb), 0.16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 176, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #050505 0%, #0c0806 48%, #050505 100%);
  color: #f8fafc;
}

.service-landing *,
.services-index * {
  box-sizing: border-box;
}

.service-landing a,
.services-index a {
  text-decoration: none;
}

.service-landing-hero,
.services-index-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--service-accent-rgb), 0.2), transparent 34%),
    radial-gradient(circle at 80% 26%, rgba(255, 176, 0, 0.11), transparent 30%),
    linear-gradient(180deg, #050505 0%, #100906 54%, #050505 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.services-index-hero {
  min-height: 780px;
}

.service-landing-hero::before,
.services-index-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.76) 48%, #050505 100%),
    var(--service-hero-image);
  background-position: center;
  background-size: cover;
  opacity: 0.42;
  transform: scale(1.04);
}

.service-landing-hero::after,
.services-index-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.7) 18%, rgba(5, 5, 5, 0.5) 50%, rgba(5, 5, 5, 0.7) 82%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.12) 54%, #050505 100%);
  pointer-events: none;
}

.service-landing-hero-inner,
.services-index-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 820px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0 96px;
  text-align: center;
}

.services-index-hero-inner {
  min-height: 780px;
}

.service-landing-breadcrumb {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.service-landing-breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
}

.service-landing-breadcrumb a:hover,
.service-landing-link:hover {
  color: var(--service-accent);
}

.service-landing-hero-device,
.services-index-hero-media {
  width: min(560px, 100%);
  margin: 0 auto 42px;
}

.service-device-frame {
  position: relative;
  width: min(520px, 100%);
  margin: 0 auto;
  padding: 8px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #12100e;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
}

.service-device-frame::before {
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
}

.service-device-frame::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: -10px;
  left: 15%;
  height: 10px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(var(--service-accent-rgb), 0.52), rgba(255, 255, 255, 0.18));
}

.service-device-frame span {
  position: absolute;
  right: 50%;
  bottom: -22px;
  width: 72%;
  height: 16px;
  transform: translateX(50%);
  border-radius: 0 0 18px 18px;
  background: #18130f;
  box-shadow: 0 14px 40px rgba(var(--service-accent-rgb), 0.2);
}

.service-device-frame img {
  width: 100%;
  height: 286px;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

.service-landing-copy,
.services-index-hero-inner {
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.service-landing-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  color: var(--service-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-landing-copy h1,
.services-index-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  font-size: 56px;
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
}

.service-landing-copy p,
.services-index-hero p {
  max-width: 650px;
  margin: 22px auto 0;
  color: #d6deea;
  font-size: 18px;
  line-height: 1.62;
}

.service-landing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.service-landing .rr-btn,
.services-index .rr-btn {
  min-height: 50px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.5);
  background: var(--service-accent);
  box-shadow: 0 12px 34px rgba(var(--service-accent-rgb), 0.22);
}

.service-landing-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.04);
}

.service-landing-stats {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
}

.service-landing-stats div {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.service-landing-stats strong,
.service-landing-stats span {
  display: block;
}

.service-landing-stats strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.service-landing-stats span {
  margin-top: 7px;
  color: #b7b1aa;
  font-size: 12px;
  font-weight: 800;
}

.service-landing-intro,
.service-landing-benefits,
.service-landing-process,
.service-landing-tech,
.service-landing-outcomes,
.service-landing-deliverables,
.service-landing-criteria,
.service-landing-related,
.services-index-grid-section,
.services-index-showcase,
.service-landing-cta {
  padding: 104px 0;
}

.service-landing-intro {
  padding-top: 88px;
}

.service-landing-outcomes {
  padding-top: 0;
  padding-bottom: 62px;
  margin-top: -30px;
}

.service-landing-outcome-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-landing-outcome {
  min-width: 0;
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.service-landing-outcome > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 900;
}

.service-landing-outcome h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.service-landing-outcome p {
  margin: 12px 0 0;
  color: #b7b1aa;
  font-size: 14px;
  line-height: 1.62;
}

.service-landing-intro-grid,
.service-landing-criteria-grid,
.services-index-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 46px;
  align-items: center;
}

.service-landing-section-copy h2,
.service-landing-section-head h2,
.service-landing-process-head h2,
.service-landing-criteria h2,
.services-index-showcase h2,
.service-landing-cta h2 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.service-landing-section-copy p,
.services-index-showcase p {
  margin: 20px 0 0;
  color: #b9c3d2;
  font-size: 16px;
  line-height: 1.72;
}

.service-landing-intro-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.service-landing-intro-points div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-landing-intro-points div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-landing-intro-points i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.12);
  color: var(--service-accent);
  font-size: 17px;
}

.service-landing-intro-points span,
.service-landing-intro-points strong,
.service-landing-intro-points small {
  display: block;
  min-width: 0;
}

.service-landing-intro-points strong {
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}

.service-landing-intro-points small {
  margin-top: 7px;
  color: #b7b1aa;
  font-size: 14px;
  line-height: 1.55;
}

.service-landing-visual,
.service-landing-criteria-grid > img {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #100d0b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.service-landing-visual img,
.service-landing-criteria-grid > img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.service-landing-section-head {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.service-landing-benefit-grid,
.service-landing-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-landing-benefit,
.service-landing-tech-card {
  min-width: 0;
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.service-landing-benefit:hover,
.service-landing-tech-card:hover {
  border-color: rgba(var(--service-accent-rgb), 0.48);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-3px);
}

.service-landing-benefit > i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.12);
  color: var(--service-accent);
  font-size: 20px;
}

.service-landing-benefit h3,
.service-landing-tech-card h3,
.service-landing-step h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

.service-landing-benefit p,
.service-landing-tech-card p,
.service-landing-step p {
  margin: 12px 0 0;
  color: #96a3b6;
  font-size: 14px;
  line-height: 1.64;
}

.service-landing-process,
.services-index-showcase {
  background:
    linear-gradient(180deg, #050505 0%, #0c0907 48%, #050505 100%);
}

.service-landing-process-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}

.service-landing-process-head img {
  width: 100%;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  object-fit: cover;
  opacity: 0.86;
}

.service-landing-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.service-landing-step {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.032);
}

.service-landing-step > span {
  display: inline-flex;
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 900;
}

.service-landing-tech-card {
  text-align: center;
}

.service-landing-tech-card div {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(var(--service-accent-rgb), 0.22);
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.1);
}

.service-landing-tech-card div i {
  color: var(--service-accent);
  font-size: 28px;
}

.service-landing-deliverables {
  padding-top: 88px;
  background:
    linear-gradient(180deg, #050505 0%, #0b0806 52%, #050505 100%);
}

.service-landing-deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-landing-deliverable {
  display: grid;
  min-width: 0;
  min-height: 112px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.service-landing-deliverable i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.14);
  color: var(--service-accent);
  font-size: 14px;
}

.service-landing-deliverable span {
  display: block;
  color: #eef2f7;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.42;
}

.service-landing-criteria {
  background: #050505;
}

.service-landing-criteria-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.service-landing-criteria-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e4eaf4;
  font-size: 13px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.035);
}

.service-landing-criteria-list i {
  color: var(--service-accent);
}

.service-landing-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-landing-related-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #100d0b;
  color: #fff;
}

.service-landing-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.9) 100%);
}

.service-landing-related-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.service-landing-related-card span,
.service-landing-related-card i {
  position: relative;
  z-index: 1;
}

.service-landing-related-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.service-landing-related-card > i {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--service-accent);
}

.service-landing-related-card:hover img {
  opacity: 0.84;
  transform: scale(1.04);
}

.service-landing-cta {
  padding-top: 34px;
}

.service-landing-cta-inner {
  padding: 42px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.2) 0%, rgba(255, 255, 255, 0.04) 54%, rgba(255, 122, 26, 0.1) 100%);
}

.service-landing-cta-inner h2 {
  max-width: 830px;
}

.service-landing-cta-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.service-landing-phone {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.service-landing-phone:hover {
  border-color: rgba(var(--service-accent-rgb), 0.58);
  color: var(--service-accent);
}

.services-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.services-index-card {
  position: relative;
  display: flex;
  min-height: 352px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #120f0c;
}

.services-index-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.92) 78%);
}

.services-index-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.services-index-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.services-index-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.services-index-card div span,
.services-index-card div i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.18);
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 900;
}

.services-index-card h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.12;
}

.services-index-card p {
  min-height: 70px;
  margin: 12px 0 0;
  color: #c6cfdd;
  font-size: 14px;
  line-height: 1.55;
}

.services-index-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--service-accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.services-index-card:hover img {
  opacity: 0.84;
  transform: scale(1.04);
}

.services-index-collage {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 12px;
}

.services-index-collage img {
  width: 100%;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  object-fit: cover;
}

.services-index-collage img:first-child {
  grid-row: span 2;
  height: 472px;
}

@media (max-width: 1199px) {
  .service-landing-copy h1,
  .services-index-hero h1 {
    font-size: 48px;
  }

  .service-landing-benefit-grid,
  .service-landing-tech-grid,
  .services-index-grid,
  .service-landing-deliverable-grid,
  .service-landing-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-landing-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-landing-intro-grid,
  .service-landing-criteria-grid,
  .services-index-showcase-grid,
  .service-landing-process-head {
    grid-template-columns: 1fr;
  }

  .service-landing-section-copy h2,
  .service-landing-section-head h2,
  .service-landing-process-head h2,
  .service-landing-criteria h2,
  .services-index-showcase h2,
  .service-landing-cta h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .service-landing-hero,
  .services-index-hero {
    min-height: 700px;
  }

  .service-landing-hero-inner,
  .services-index-hero-inner {
    min-height: 700px;
    padding: 122px 0 74px;
  }

  .service-landing-breadcrumb {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .service-device-frame img {
    height: 198px;
  }

  .service-landing-hero-device,
  .services-index-hero-media {
    margin-bottom: 34px;
  }

  .service-landing-copy h1,
  .services-index-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .service-landing-copy p,
  .services-index-hero p {
    font-size: 16px;
    line-height: 1.58;
  }

  .service-landing-stats,
  .service-landing-outcome-grid,
  .service-landing-benefit-grid,
  .service-landing-tech-grid,
  .service-landing-deliverable-grid,
  .service-landing-timeline,
  .service-landing-related-grid,
  .services-index-grid {
    grid-template-columns: 1fr;
  }

  .service-landing-intro,
  .service-landing-benefits,
  .service-landing-process,
  .service-landing-tech,
  .service-landing-outcomes,
  .service-landing-deliverables,
  .service-landing-criteria,
  .service-landing-related,
  .services-index-grid-section,
  .services-index-showcase,
  .service-landing-cta {
    padding: 68px 0;
  }

  .service-landing-section-copy h2,
  .service-landing-section-head h2,
  .service-landing-process-head h2,
  .service-landing-criteria h2,
  .services-index-showcase h2,
  .service-landing-cta h2 {
    font-size: 30px;
  }

  .service-landing-visual img,
  .service-landing-criteria-grid > img,
  .services-index-collage img,
  .services-index-collage img:first-child {
    height: 300px;
  }

  .services-index-collage {
    grid-template-columns: 1fr;
  }

  .service-landing-cta-inner {
    padding: 28px;
  }
}

@media (max-width: 420px) {
  .service-landing-copy h1,
  .services-index-hero h1 {
    font-size: 31px;
  }

  .service-landing-actions,
  .service-landing-cta-inner > div {
    align-items: stretch;
    flex-direction: column;
  }

  .service-landing-actions .rr-btn,
  .service-landing-phone {
    width: 100%;
    justify-content: center;
  }

  .service-landing-stats strong {
    font-size: 22px;
  }
}

.service-landing-start .service-landing-hero-inner {
  min-height: 760px;
  padding-bottom: 124px;
}

.service-landing-cover-frame {
  position: relative;
  width: min(720px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto 42px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.35);
  border-radius: 8px;
  background: rgba(5, 8, 15, 0.84);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.48),
    0 18px 72px rgba(var(--service-accent-rgb), 0.18);
}

.service-landing-cover-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  opacity: 0.94;
}

.service-landing-cover-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--service-accent-rgb), 0.08), transparent 35%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.42));
  pointer-events: none;
}

.service-landing-cover-frame span {
  position: absolute;
  inset: auto auto 22px 22px;
  width: 72px;
  height: 4px;
  border-radius: 99px;
  background: var(--service-accent);
  box-shadow: 0 0 26px rgba(var(--service-accent-rgb), 0.72);
}

.service-landing-cover-frame span:last-child {
  left: 104px;
  width: 26px;
  opacity: 0.72;
}

.service-start-signal {
  position: relative;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  margin: 0 auto 42px;
}

.service-start-signal span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(var(--service-accent-rgb), 0.36);
  border-radius: 8px;
  animation: serviceSignal 3.2s ease-in-out infinite;
}

.service-start-signal span:nth-child(2) {
  inset: 19px;
  animation-delay: 0.35s;
}

.service-start-signal span:nth-child(3) {
  inset: 42px;
  background: rgba(var(--service-accent-rgb), 0.14);
  animation-delay: 0.7s;
}

.service-system-story {
  position: relative;
  overflow: hidden;
  padding: 120px 0 88px;
  background:
    linear-gradient(180deg, #050505 0%, #0a0806 48%, #050505 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px);
}

.service-system-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 84%, transparent 100%);
  pointer-events: none;
}

.service-system-header {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto 68px;
  text-align: center;
}

.service-system-header h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.service-system-header p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #b9c3d2;
  font-size: 16px;
  line-height: 1.7;
}

.service-system-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(460px, 1.04fr) minmax(340px, 0.86fr);
  gap: 56px;
  align-items: start;
}

.service-story-stage {
  position: sticky;
  top: 92px;
  min-width: 0;
  min-height: 690px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(10, 8, 6, 0.88);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

.story-stage-top,
.story-console {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.story-stage-top {
  min-height: 42px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.story-stage-top span,
.story-console span {
  color: #8d9ab0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-stage-top strong,
.story-console strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.story-progress-track {
  position: relative;
  z-index: 3;
  height: 4px;
  overflow: hidden;
  margin: 14px 0 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.story-progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left center;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--service-accent), rgba(255, 255, 255, 0.82));
}

.story-canvas {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #080605;
}

.story-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.1), transparent 48%);
  background-size: 54px 54px, 54px 54px, 100% 100%;
  transform: translate3d(calc(var(--mouse-x, 0px) * -0.018), calc(var(--mouse-y, 0px) * -0.018), 0);
}

.story-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.story-links path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 0.42;
  stroke-dasharray: 9 9;
  stroke-dashoffset: 40;
  transition: stroke 0.25s ease, stroke-width 0.25s ease;
  animation: serviceLineFlow 5s linear infinite;
}

.story-links path.is-active {
  stroke: rgba(var(--service-accent-rgb), 0.84);
  stroke-width: 0.72;
}

.story-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 190px;
  min-height: 150px;
  transform: translate3d(calc(-50% + var(--mouse-x, 0px) * 0.025), calc(-50% + var(--mouse-y, 0px) * 0.025), 0) scale(calc(0.96 + var(--story-progress, 0) * 0.08));
  border: 1px solid rgba(var(--service-accent-rgb), 0.48);
  border-radius: 8px;
  background: rgba(13, 9, 6, 0.94);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 28px 60px rgba(var(--service-accent-rgb), 0.18);
}

.story-core::before,
.story-core::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.24);
  border-radius: 8px;
  pointer-events: none;
}

.story-core::after {
  inset: -12px;
  opacity: calc(0.26 + var(--story-progress, 0) * 0.38);
}

.story-core-screen {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 148px;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.story-core-screen::after {
  content: "";
  position: absolute;
  right: 12px;
  left: 12px;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--service-accent-rgb), 0.86), transparent);
  animation: serviceScan 2.8s ease-in-out infinite;
}

.story-core-screen span {
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.story-core-screen strong {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.16;
}

.story-core-screen small {
  color: #b7b1aa;
  font-size: 12px;
  font-weight: 800;
}

.story-node {
  position: absolute;
  z-index: 2;
  width: 112px;
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-align: center;
  opacity: 0.42;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.story-node.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(var(--service-accent-rgb), 0.56);
  background: rgba(var(--service-accent-rgb), 0.12);
}

.story-node span {
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.story-node small {
  max-width: 100%;
  color: #dbe4ef;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.22;
}

.story-node[data-story-node="0"] { left: 50%; top: 12%; }
.story-node[data-story-node="1"] { left: 20%; top: 28%; }
.story-node[data-story-node="2"] { left: 82%; top: 26%; }
.story-node[data-story-node="3"] { left: 16%; top: 76%; }
.story-node[data-story-node="4"] { left: 86%; top: 78%; }
.story-node[data-story-node="5"] { left: 50%; top: 90%; }
.story-node[data-story-node="6"] { left: 29%; top: 52%; }
.story-node[data-story-node="7"] { left: 72%; top: 52%; }
.story-node[data-story-node="8"] { left: 50%; top: 50%; opacity: 0; pointer-events: none; }

.story-module-rack,
.story-data-rail,
.story-process-chain {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.story-module-rack {
  left: 18px;
  bottom: 18px;
  width: min(210px, 38%);
}

.story-data-rail {
  right: 18px;
  top: 78px;
  width: min(190px, 36%);
}

.story-process-chain {
  right: 18px;
  bottom: 18px;
  width: min(220px, 40%);
}

.story-module-rack span,
.story-data-rail span,
.story-process-chain span {
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: #d8d0c8;
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.035);
  opacity: 0.5;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.story-data-rail span {
  animation: servicePacket 3.6s linear infinite;
}

.story-data-rail span:nth-child(2) { animation-delay: 0.45s; }
.story-data-rail span:nth-child(3) { animation-delay: 0.9s; }
.story-data-rail span:nth-child(4) { animation-delay: 1.35s; }

.story-module-rack span.is-active,
.story-data-rail span.is-active,
.story-process-chain span.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(var(--service-accent-rgb), 0.42);
  color: #fff;
}

.story-console {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.story-console div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.story-console span,
.story-console strong {
  display: block;
}

.story-console strong {
  margin-top: 7px;
  color: #fff;
}

.service-story-panels {
  display: grid;
  gap: 18px;
}

.service-story-panel {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 0 34px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.42;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.service-story-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(var(--service-accent-rgb), 0.72);
}

.service-story-panel > span {
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.service-story-panel h3 {
  max-width: 620px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.service-story-panel p {
  max-width: 560px;
  margin: 18px 0 0;
  color: #b9c3d2;
  font-size: 16px;
  line-height: 1.74;
}

.service-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.service-story-tags em {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #e6edf7;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.035);
}

.service-system-story[data-story-speed="fast"] .story-data-rail span,
.service-system-story[data-story-speed="fast"] .story-links path {
  animation-duration: 1.3s;
}

@keyframes serviceSignal {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes serviceLineFlow {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes serviceScan {
  0%, 100% {
    top: 24px;
    opacity: 0.34;
  }
  50% {
    top: calc(100% - 26px);
    opacity: 1;
  }
}

@keyframes servicePacket {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

@media (max-width: 1199px) {
  .service-system-layout {
    grid-template-columns: minmax(390px, 1fr) minmax(300px, 0.9fr);
    gap: 34px;
  }

  .service-story-stage {
    min-height: 620px;
  }

  .story-canvas {
    min-height: 440px;
  }

  .story-node {
    width: 96px;
  }

  .service-story-panel h3 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .service-system-layout {
    grid-template-columns: 1fr;
  }

  .service-story-stage {
    position: sticky;
    top: 74px;
    min-height: 560px;
  }

  .service-story-panel {
    min-height: 48vh;
    padding-left: 22px;
  }
}

@media (max-width: 767px) {
  .service-landing-start .service-landing-hero-inner {
    min-height: 680px;
    padding-top: 122px;
  }

  .service-start-signal {
    width: 98px;
    height: 98px;
    margin-bottom: 34px;
  }

  .service-landing-cover-frame {
    width: min(100%, 360px);
    margin-bottom: 32px;
    padding: 6px;
  }

  .service-landing-cover-frame::before {
    inset: 6px;
  }

  .service-system-story {
    padding: 76px 0 64px;
  }

  .service-system-header {
    margin-bottom: 40px;
  }

  .service-system-header h2 {
    font-size: 30px;
  }

  .service-story-stage {
    top: 64px;
    min-height: 500px;
    padding: 12px;
  }

  .story-canvas {
    min-height: 350px;
  }

  .story-stage-top {
    min-height: 36px;
  }

  .story-core {
    width: 144px;
    min-height: 122px;
  }

  .story-core-screen {
    min-height: 120px;
    padding: 14px;
  }

  .story-core-screen strong {
    font-size: 15px;
  }

  .story-node {
    width: 74px;
    min-height: 54px;
    padding: 7px;
  }

  .story-node small {
    display: none;
  }

  .story-module-rack,
  .story-process-chain {
    display: none;
  }

  .story-data-rail {
    right: 10px;
    top: 60px;
    width: 116px;
  }

  .story-data-rail span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .story-console {
    grid-template-columns: 1fr;
  }

  .service-story-panel {
    min-height: 46vh;
    padding: 28px 0 28px 18px;
  }

  .service-story-panel h3 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .service-story-stage {
    min-height: 470px;
  }

  .story-canvas {
    min-height: 320px;
  }

  .story-node[data-story-node="1"],
  .story-node[data-story-node="3"] {
    left: 18%;
  }

  .story-node[data-story-node="2"],
  .story-node[data-story-node="4"] {
    left: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-links path,
  .story-data-rail span,
  .story-core-screen::after,
  .service-start-signal span {
    animation: none;
  }

  .service-story-panel,
  .story-node,
  .story-module-rack span,
  .story-data-rail span,
  .story-process-chain span {
    transition: none;
  }
}

.service-system-story .container.large {
  position: relative;
  z-index: 1;
}

.story-floating-progress {
  position: sticky;
  top: 84px;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
  width: min(760px, 100%);
  min-height: 48px;
  margin: 30px auto 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(10, 8, 6, 0.82);
  backdrop-filter: blur(18px);
}

.story-floating-progress > span {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.story-floating-progress > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left center;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--service-accent), #eef2ff);
}

.story-floating-progress strong,
.story-floating-progress em,
.story-floating-progress small {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.story-floating-progress em {
  color: var(--service-accent);
}

.story-floating-progress small {
  color: #b7b1aa;
}

.service-system-layout {
  display: block;
}

.service-story-panels {
  display: block;
}

.service-story-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 74px 0;
  border-left: 0;
  opacity: 1;
  transform: none;
  transition: none;
}

.service-story-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.15) 0%, rgba(255, 255, 255, 0.025) 30%, rgba(11, 8, 6, 0.96) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: auto, 76px 76px, 76px 76px;
  opacity: 0.72;
  transform: translateY(calc((1 - var(--story-progress, 0)) * 18px));
  pointer-events: none;
}

.service-story-panel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--service-accent-rgb), 0.42), transparent);
  pointer-events: none;
}

.story-scene-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
  gap: 54px;
  align-items: center;
}

.service-story-panel:nth-child(even) .story-scene-inner {
  grid-template-columns: minmax(420px, 1.25fr) minmax(300px, 0.75fr);
}

.service-story-panel:nth-child(even) .story-scene-copy {
  order: 2;
}

.service-story-panel:nth-child(even) .story-scene-visual {
  order: 1;
}

.story-scene-copy {
  min-width: 0;
  opacity: 0.42;
  transform: translateY(28px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-story-panel.is-active .story-scene-copy {
  opacity: 1;
  transform: translateY(0);
}

.story-scene-copy > span {
  display: inline-flex;
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.story-scene-copy h3 {
  max-width: 780px;
  margin: 20px 0 0;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.story-scene-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #d8d0c8;
  font-size: 18px;
  line-height: 1.68;
}

.service-story-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 28px;
}

.service-story-tags em {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #f8fafc;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.34;
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(16px);
  opacity: 0.2;
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.service-story-panel.is-active .service-story-tags em {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(var(--service-accent-rgb), 0.34);
}

.service-story-panel.is-active .service-story-tags em:nth-child(2) { transition-delay: 0.04s; }
.service-story-panel.is-active .service-story-tags em:nth-child(3) { transition-delay: 0.08s; }
.service-story-panel.is-active .service-story-tags em:nth-child(4) { transition-delay: 0.12s; }
.service-story-panel.is-active .service-story-tags em:nth-child(5) { transition-delay: 0.16s; }
.service-story-panel.is-active .service-story-tags em:nth-child(6) { transition-delay: 0.2s; }

.story-scene-visual {
  position: relative;
  min-height: min(68vh, 660px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(var(--service-accent-rgb), 0.12) 52%, rgba(255, 255, 255, 0.025)),
    #0b0806;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
  transform: perspective(1100px) rotateX(0deg) rotateY(0deg) translate3d(calc(var(--mouse-x, 0px) * 0.025), calc(var(--mouse-y, 0px) * 0.025), 0);
  transition: transform 0.2s ease, border-color 0.35s ease;
}

.service-story-panel.is-active .story-scene-visual {
  border-color: rgba(var(--service-accent-rgb), 0.35);
}

.story-scene-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: translate3d(calc(var(--mouse-x, 0px) * -0.02), calc(var(--mouse-y, 0px) * -0.02), 0);
}

.story-scene-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.story-scene-links path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 0.55;
  stroke-dasharray: 7 8;
  animation: serviceLineFlow 4s linear infinite;
}

.service-story-panel.is-active .story-scene-links path {
  stroke: rgba(var(--service-accent-rgb), 0.78);
}

.story-scene-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 176px;
  min-height: 142px;
  place-items: center;
  padding: 18px;
  transform: translate(-50%, -50%) scale(0.88);
  border: 1px solid rgba(var(--service-accent-rgb), 0.34);
  border-radius: 8px;
  background: rgba(11, 8, 6, 0.92);
  text-align: center;
  opacity: 0.58;
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.service-story-panel.is-active .story-scene-core {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 24px 70px rgba(var(--service-accent-rgb), 0.22);
}

.story-scene-core::before {
  content: "";
  position: absolute;
  right: 13px;
  left: 13px;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--service-accent-rgb), 0.92), transparent);
  animation: serviceScan 2.8s ease-in-out infinite;
}

.story-scene-core span,
.story-scene-core strong,
.story-scene-core small {
  display: block;
  min-width: 0;
}

.story-scene-core span {
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 900;
}

.story-scene-core strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
}

.story-scene-core small {
  color: #b7b1aa;
  font-size: 12px;
  font-weight: 800;
}

.story-scene-device {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  width: min(48%, 460px);
  transform: perspective(1000px) rotateY(-18deg) rotateX(5deg) translate3d(28px, 28px, 0);
  opacity: 0.2;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.service-story-panel:nth-child(even) .story-scene-device {
  right: auto;
  left: 5%;
  transform: perspective(1000px) rotateY(18deg) rotateX(5deg) translate3d(-28px, 28px, 0);
}

.service-story-panel.is-active .story-scene-device {
  opacity: 0.86;
  transform: perspective(1000px) rotateY(-10deg) rotateX(3deg) translate3d(0, 0, 0);
}

.service-story-panel:nth-child(even).is-active .story-scene-device {
  transform: perspective(1000px) rotateY(10deg) rotateX(3deg) translate3d(0, 0, 0);
}

.story-scene-device img {
  width: 100%;
  height: 310px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.42);
}

.story-scene-nodes span {
  position: absolute;
  z-index: 4;
  max-width: 170px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  background: rgba(11, 8, 6, 0.82);
  opacity: 0;
  transform: translateY(20px) scale(0.94);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.service-story-panel.is-active .story-scene-nodes span {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(var(--service-accent-rgb), 0.42);
}

.story-scene-nodes span:nth-child(1) { left: 7%; top: 12%; }
.story-scene-nodes span:nth-child(2) { right: 8%; top: 15%; transition-delay: 0.06s; }
.story-scene-nodes span:nth-child(3) { left: 9%; bottom: 16%; transition-delay: 0.12s; }
.story-scene-nodes span:nth-child(4) { right: 10%; bottom: 17%; transition-delay: 0.18s; }
.story-scene-nodes span:nth-child(5) { left: 38%; top: 7%; transition-delay: 0.24s; }

.story-scene-packets span {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 24px rgba(var(--service-accent-rgb), 0.58);
  opacity: 0;
}

.service-story-panel.is-active .story-scene-packets span {
  opacity: 1;
  animation: serviceScenePacket 3.4s linear infinite;
}

.story-scene-packets span:nth-child(1) { left: 12%; top: 28%; }
.story-scene-packets span:nth-child(2) { right: 18%; top: 38%; animation-delay: 0.8s; }
.story-scene-packets span:nth-child(3) { left: 46%; bottom: 17%; animation-delay: 1.6s; }

.service-story-scene-2 .story-scene-visual,
.service-story-scene-5 .story-scene-visual,
.service-story-scene-8 .story-scene-visual {
  min-height: min(76vh, 720px);
}

.service-story-scene-5 .story-scene-device,
.service-story-scene-8 .story-scene-device {
  width: min(58%, 560px);
}

.service-story-scene-9 .story-scene-inner {
  grid-template-columns: 1fr;
}

.service-story-scene-9 .story-scene-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.service-story-scene-9 .story-scene-copy p,
.service-story-scene-9 .service-story-tags {
  margin-right: auto;
  margin-left: auto;
}

.service-story-scene-9 .story-scene-visual {
  min-height: 520px;
}

@keyframes serviceScenePacket {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    transform: translate3d(180px, 120px, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(320px, 210px, 0) scale(0.8);
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .story-scene-inner,
  .service-story-panel:nth-child(even) .story-scene-inner {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
    gap: 32px;
  }

  .story-scene-copy h3 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .story-floating-progress {
    top: 72px;
  }

  .story-scene-inner,
  .service-story-panel:nth-child(even) .story-scene-inner {
    grid-template-columns: 1fr;
  }

  .service-story-panel:nth-child(even) .story-scene-copy,
  .service-story-panel:nth-child(even) .story-scene-visual {
    order: initial;
  }

  .story-scene-visual {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .story-floating-progress {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 44px;
  }

  .story-floating-progress em,
  .story-floating-progress small {
    display: none;
  }

  .service-story-panel {
    min-height: auto;
    padding: 64px 0;
  }

  .story-scene-copy h3 {
    font-size: 34px;
  }

  .story-scene-copy p {
    font-size: 16px;
  }

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

  .story-scene-visual {
    min-height: 430px;
  }

  .story-scene-device {
    width: 58%;
  }

  .story-scene-device img {
    height: 230px;
  }

  .story-scene-core {
    width: 138px;
    min-height: 116px;
  }

  .story-scene-core strong {
    font-size: 15px;
  }

  .story-scene-nodes span {
    max-width: 132px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .story-scene-copy h3 {
    font-size: 30px;
  }

  .story-scene-visual {
    min-height: 390px;
  }

  .story-scene-device {
    width: 66%;
  }

  .story-scene-nodes span:nth-child(5) {
    display: none;
  }
}

.story-scene-visual.has-generated-art,
.story-scene-visual {
  background: #050505;
}

.story-scene-device {
  inset: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.035) translate3d(calc(var(--mouse-x, 0px) * 0.016), calc(var(--mouse-y, 0px) * 0.016), 0);
  opacity: 0.72;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.service-story-panel:nth-child(even) .story-scene-device {
  right: auto;
  left: auto;
  transform: scale(1.035) translate3d(calc(var(--mouse-x, 0px) * 0.016), calc(var(--mouse-y, 0px) * 0.016), 0);
}

.service-story-panel.is-active .story-scene-device,
.service-story-panel:nth-child(even).is-active .story-scene-device {
  opacity: 1;
  transform: scale(1) translate3d(calc(var(--mouse-x, 0px) * 0.012), calc(var(--mouse-y, 0px) * 0.012), 0);
}

.story-scene-device img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: none;
}

.story-scene-grid,
.story-scene-links,
.story-scene-core,
.story-scene-nodes,
.story-scene-packets {
  display: none;
}

.service-experience {
  position: relative;
  overflow: hidden;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 72% 8%, rgba(var(--service-accent-rgb), 0.09), transparent 28%),
    radial-gradient(circle at 14% 46%, rgba(255, 122, 26, 0.18), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(255, 176, 0, 0.1), transparent 30%),
    linear-gradient(180deg, #050505 0%, #070604 44%, #050505 100%);
  color: #f8fafc;
}

.service-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 7%, #000 92%, transparent 100%);
  pointer-events: none;
}

.service-experience-intro {
  position: relative;
  z-index: 1;
  min-height: 68vh;
  display: flex;
  align-items: center;
  padding: 110px 0 54px;
  text-align: center;
}

.service-experience-intro h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.service-experience-intro p {
  max-width: 760px;
  margin: 24px auto 0;
  color: #d8d0c8;
  font-size: 18px;
  line-height: 1.72;
}

.experience-progress {
  position: sticky;
  top: 82px;
  z-index: 15;
  display: grid;
  width: min(840px, 100%);
  min-height: 52px;
  grid-template-columns: minmax(130px, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
  margin: 34px auto 0;
  padding: 10px 13px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.28);
  border-radius: 8px;
  background: rgba(10, 8, 6, 0.82);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.experience-progress > span {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.09);
}

.experience-progress > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left center;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--service-accent), #fff);
}

.experience-progress strong,
.experience-progress em,
.experience-progress small {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.experience-progress em {
  color: var(--service-accent);
}

.experience-progress small {
  color: #b7b1aa;
}

.experience-flow-map {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 310px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  margin: 12px 0 88px;
  padding: 44px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(11, 8, 6, 0.74);
  box-shadow: inset 0 0 0 1px rgba(var(--service-accent-rgb), 0.05);
}

.experience-flow-map svg {
  position: absolute;
  inset: 28px 22px;
  width: calc(100% - 44px);
  height: calc(100% - 56px);
  pointer-events: none;
}

.experience-flow-map path {
  fill: none;
  stroke: rgba(var(--service-accent-rgb), 0.48);
  stroke-width: 3;
  stroke-dasharray: 16 18;
  animation: serviceLineFlow 5.5s linear infinite;
}

.experience-flow-step {
  position: relative;
  z-index: 1;
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(var(--service-accent-rgb), 0.13), rgba(255, 255, 255, 0.035)),
    rgba(5, 8, 15, 0.88);
  transform: translateY(calc((var(--step-index) % 2) * 34px));
}

.experience-flow-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(var(--service-accent-rgb), 0.18);
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.experience-flow-step strong,
.experience-flow-step small {
  display: block;
}

.experience-flow-step strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.experience-flow-step small {
  margin-top: 12px;
  color: #b7b1aa;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.service-experience-panels {
  position: relative;
  z-index: 1;
}

.service-experience-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 96px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-experience-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 34%, rgba(var(--service-accent-rgb), 0.1), transparent 30%),
    radial-gradient(circle at 18% 70%, rgba(255, 122, 26, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%, rgba(255, 176, 0, 0.06));
  opacity: 0.68;
  pointer-events: none;
}

.service-experience-panel:nth-child(even)::before {
  background:
    radial-gradient(circle at 18% 34%, rgba(var(--service-accent-rgb), 0.1), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(255, 122, 26, 0.12), transparent 30%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.025), transparent 42%, rgba(255, 176, 0, 0.06));
}

.experience-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.service-experience-panel:nth-child(even) .experience-panel-grid {
  grid-template-columns: minmax(520px, 1.22fr) minmax(320px, 0.78fr);
}

.service-experience-panel:nth-child(even) .experience-panel-copy {
  order: 2;
}

.service-experience-panel:nth-child(even) .experience-panel-visual {
  order: 1;
}

.experience-panel-copy {
  min-width: 0;
  opacity: 0.72;
  transform: translateY(34px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.service-experience-panel.is-active .experience-panel-copy {
  opacity: 1;
  transform: translateY(0);
}

.experience-panel-copy > span {
  display: inline-flex;
  color: var(--service-accent);
  font-size: 12px;
  font-weight: 900;
}

.experience-panel-copy h3 {
  max-width: 820px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(40px, 5.3vw, 82px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.experience-panel-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: #e7ded6;
  font-size: 18px;
  line-height: 1.72;
}

.experience-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 30px;
}

.experience-tag-grid em {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.28);
  border-radius: 8px;
  color: #f8fafc;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.045);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-experience-panel.is-active .experience-tag-grid em {
  opacity: 1;
  transform: translateY(0);
}

.service-experience-panel.is-active .experience-tag-grid em:nth-child(2) { transition-delay: 0.04s; }
.service-experience-panel.is-active .experience-tag-grid em:nth-child(3) { transition-delay: 0.08s; }
.service-experience-panel.is-active .experience-tag-grid em:nth-child(4) { transition-delay: 0.12s; }
.service-experience-panel.is-active .experience-tag-grid em:nth-child(5) { transition-delay: 0.16s; }

.experience-panel-visual {
  position: relative;
  min-height: min(76vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(var(--service-accent-rgb), 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.16), rgba(255, 255, 255, 0.035)),
    #050505;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
  opacity: 0.86;
  transform: perspective(1200px) rotateY(-3deg) translate3d(calc(var(--mouse-x, 0px) * 0.016), calc(var(--mouse-y, 0px) * 0.016), 0) scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.45s ease;
}

.service-experience-panel:nth-child(even) .experience-panel-visual {
  transform: perspective(1200px) rotateY(3deg) translate3d(calc(var(--mouse-x, 0px) * 0.016), calc(var(--mouse-y, 0px) * 0.016), 0) scale(0.98);
}

.service-experience-panel.is-active .experience-panel-visual,
.service-experience-panel:nth-child(even).is-active .experience-panel-visual {
  opacity: 1;
  border-color: rgba(var(--service-accent-rgb), 0.56);
  transform: perspective(1200px) rotateY(0deg) translate3d(calc(var(--mouse-x, 0px) * 0.01), calc(var(--mouse-y, 0px) * 0.01), 0) scale(1);
}

.experience-panel-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: clamp(12px, 1.8vw, 26px);
  object-fit: contain;
  opacity: 0.94;
  filter: saturate(1.06) contrast(1.05);
}

.experience-panel-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 48% 42%, transparent 0 34%, rgba(5, 5, 5, 0.24) 72%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0.38));
  pointer-events: none;
}

.experience-wire {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.experience-wire path {
  fill: none;
  stroke: rgba(var(--service-accent-rgb), 0.68);
  stroke-width: 0.38;
  stroke-dasharray: 6 8;
  animation: serviceLineFlow 4s linear infinite;
}

.experience-control-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: min(210px, 48%);
  min-height: 138px;
  place-items: center;
  padding: 18px;
  transform: translate(-50%, -50%) scale(0.92);
  border: 1px solid rgba(var(--service-accent-rgb), 0.42);
  border-radius: 8px;
  background: rgba(10, 8, 6, 0.9);
  text-align: center;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}

.experience-control-card span,
.experience-control-card strong,
.experience-control-card small {
  display: block;
}

.experience-control-card span {
  color: var(--service-accent);
  font-size: 13px;
  font-weight: 900;
}

.experience-control-card strong {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}

.experience-control-card small {
  color: #b7b1aa;
  font-size: 12px;
  font-weight: 800;
}

.experience-node-cloud span {
  position: absolute;
  z-index: 4;
  max-width: 180px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.42);
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  background: rgba(10, 8, 6, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-experience-panel.is-active .experience-node-cloud span {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.experience-node-cloud span:nth-child(1) { left: 7%; top: 12%; }
.experience-node-cloud span:nth-child(2) { right: 8%; top: 13%; transition-delay: 0.06s; }
.experience-node-cloud span:nth-child(3) { left: 8%; bottom: 12%; transition-delay: 0.12s; }
.experience-node-cloud span:nth-child(4) { right: 8%; bottom: 13%; transition-delay: 0.18s; }
.experience-node-cloud span:nth-child(5) { left: 38%; top: 7%; transition-delay: 0.24s; }

.experience-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 84px;
}

.experience-proof-grid div {
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(var(--service-accent-rgb), 0.12), rgba(255, 255, 255, 0.035)),
    rgba(11, 8, 6, 0.76);
}

.experience-proof-grid div > span {
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 99px;
  background: var(--service-accent);
  box-shadow: 0 0 22px rgba(var(--service-accent-rgb), 0.58);
}

.experience-proof-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.experience-proof-grid p {
  margin: 16px 0 0;
  color: #d8d0c8;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 1199px) {
  .experience-flow-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-flow-step {
    transform: none;
  }

  .experience-panel-grid,
  .service-experience-panel:nth-child(even) .experience-panel-grid {
    grid-template-columns: minmax(280px, 0.82fr) minmax(430px, 1.18fr);
    gap: 34px;
  }

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

@media (max-width: 991px) {
  .experience-panel-grid,
  .service-experience-panel:nth-child(even) .experience-panel-grid {
    grid-template-columns: 1fr;
  }

  .service-experience-panel:nth-child(even) .experience-panel-copy,
  .service-experience-panel:nth-child(even) .experience-panel-visual {
    order: initial;
  }

  .experience-panel-visual {
    min-height: 58vh;
  }
}

@media (max-width: 767px) {
  .service-experience {
    padding-bottom: 72px;
  }

  .service-experience-intro {
    min-height: 620px;
    padding: 84px 0 36px;
  }

  .service-experience-intro p,
  .experience-panel-copy p {
    font-size: 16px;
  }

  .experience-progress {
    top: 68px;
    grid-template-columns: 1fr auto;
  }

  .experience-progress em,
  .experience-progress small {
    display: none;
  }

  .experience-flow-map {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 34px;
    padding: 18px;
  }

  .experience-flow-map svg {
    display: none;
  }

  .experience-flow-step {
    min-height: auto;
  }

  .service-experience-panel {
    min-height: auto;
    padding: 72px 0;
  }

  .experience-panel-copy h3 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .experience-tag-grid,
  .experience-proof-grid {
    grid-template-columns: 1fr;
  }

  .experience-panel-visual {
    min-height: 430px;
  }

  .experience-panel-visual img {
    padding: 10px;
  }

  .experience-control-card {
    width: min(168px, 54%);
    min-height: 112px;
  }

  .experience-control-card strong {
    font-size: 17px;
  }

  .experience-node-cloud span {
    max-width: 132px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .experience-panel-visual {
    min-height: 360px;
  }

  .experience-node-cloud span:nth-child(5) {
    display: none;
  }
}
