:root {
  --bg: #f6f1e8;
  --bg-soft: #eef1e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --surface-dark: #10231d;
  --surface-dark-2: #1a392f;
  --text: #14231d;
  --muted: #5d6b66;
  --line: rgba(20, 35, 29, 0.1);
  --line-strong: rgba(20, 35, 29, 0.16);
  --brand: #1e7a5f;
  --brand-deep: #0f5a45;
  --accent: #d8a44f;
  --accent-soft: #f3e4c8;
  --danger: #b54b4b;
  --danger-soft: rgba(181, 75, 75, 0.12);
  --shadow: 0 30px 80px rgba(16, 35, 29, 0.12);
  --shadow-soft: 0 18px 40px rgba(16, 35, 29, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

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

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(1);
  }
  50% {
    opacity: 0.56;
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-140%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes testimonialSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 24px));
  }
}

@keyframes titleGlow {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0 rgba(216, 164, 79, 0));
  }
  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 10px 26px rgba(216, 164, 79, 0.22));
  }
}

@keyframes titleSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(160%);
  }
}

@keyframes processStepPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 14px 28px rgba(15, 90, 69, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }
  20% {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
      0 18px 34px rgba(15, 90, 69, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  40% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 14px 28px rgba(15, 90, 69, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }
}

@keyframes processFlowLine {
  0%,
  100% {
    opacity: 0.48;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

@keyframes processFlowDot {
  0% {
    transform: translateX(0) scale(0.84);
    opacity: 0.1;
  }
  10% {
    opacity: 1;
  }
  70% {
    transform: translateX(calc(100% - 14px)) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(calc(100% - 14px)) scale(0.84);
    opacity: 0.1;
  }
}

@keyframes introPanelGlow {
  0%,
  100% {
    opacity: 0.32;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.54;
    transform: translate3d(18px, -14px, 0) scale(1.06);
  }
}

@keyframes introSheen {
  0% {
    transform: translateX(-145%) rotate(12deg);
  }
  100% {
    transform: translateX(165%) rotate(12deg);
  }
}

@keyframes introContentRise {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes metricCardRise {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes brandFloatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.32;
  }

  50% {
    transform: translate3d(18px, -12px, 0) scale(1.08);
    opacity: 0.54;
  }
}

@keyframes brandFloatGlowAlt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.18;
  }

  50% {
    transform: translate3d(-16px, 14px, 0) scale(1.05);
    opacity: 0.34;
  }
}

@keyframes metricHintPulse {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }

  50% {
    transform: translateX(2px) scale(1.08);
  }
}

@keyframes heroCircuitElectricX {
  0% {
    transform: translateX(-140%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateX(340%);
    opacity: 0;
  }
}

@keyframes heroCircuitElectricY {
  0% {
    transform: translateY(-140%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

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

@keyframes heroCircuitTraceGlow {
  0%,
  100% {
    opacity: 0.86;
    filter: brightness(0.96);
  }

  50% {
    opacity: 1;
    filter: brightness(1.14);
  }
}

@keyframes heroCircuitNodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes heroMotherboardPulseX {
  0% {
    transform: translateX(-120px);
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 1;
  }

  100% {
    transform: translateX(calc(100% + 120px));
    opacity: 0;
  }
}

@keyframes heroMotherboardPulseY {
  0% {
    transform: translateY(-120px);
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 1;
  }

  100% {
    transform: translateY(calc(100% + 120px));
    opacity: 0;
  }
}

@keyframes heroMotherboardNodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 164, 79, 0.22), transparent 24%),
    radial-gradient(circle at 88% 15%, rgba(30, 122, 95, 0.16), transparent 26%),
    linear-gradient(180deg, #faf7f0 0%, #f2efe6 34%, #fcfaf5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 90%);
  pointer-events: none;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
  animation: pulseGlow 12s ease-in-out infinite;
}

.page-glow-left {
  top: -12rem;
  left: -12rem;
  background: rgba(216, 164, 79, 0.13);
}

.page-glow-right {
  top: 9rem;
  right: -11rem;
  background: rgba(30, 122, 95, 0.16);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 64px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 12px;
  position: sticky;
  top: 10px;
  z-index: 20;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow:0 10px 28px rgba(20, 35, 29, 0.08);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

body.is-scrolled .topbar {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 48px rgba(17, 35, 29, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
  max-width: calc(100% - 72px);
}

.brand-logo-frame {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  transform: scale(1.06);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
  min-width: 0;
}

.brand-text strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.brand-text small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav a,
h1,
h2,
h3,
.button,
.pricing-tier,
.mini-pill,
.card-tag,
.portfolio-label {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 12px 18px;
  color: white;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--surface-dark) 0%, var(--brand-deep) 70%, var(--brand) 100%);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero,
.hero-section {
  position: relative;
  width: 100vw;
  min-height: calc(100vh - 24px);
  margin-left: calc(50% - 50vw);
  padding: 0 0 48px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.12), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(30, 122, 95, 0.10), transparent 26%),
    linear-gradient(180deg, #f7f3ea 0%, #f3f0e7 42%, #f6f4ee 100%);
}

.hero::before,
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(216, 164, 79, 0.10), transparent 18%),
    radial-gradient(circle at 76% 34%, rgba(30, 122, 95, 0.10), transparent 22%);
  filter: blur(10px);
  opacity: 0.62;
}

.hero-copy,
.dashboard-card,
.intro-panel,
.service-card,
.portfolio-card,
.pricing-card,
.testimonial-card,
.faq-list details,
.quote-form {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: var(--surface);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.section-art {
  display: block;
  width: 100%;
  height: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy,
.hero-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: min(1220px, calc(100vw - 40px));
  min-height: clamp(520px, 60vh, 620px);
  margin: 52px auto 0;
  padding: 44px clamp(28px, 4.6vw, 72px) 30px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: calc(var(--radius-xl) + 8px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 18px 40px rgba(25, 38, 31, 0.05),
    0 36px 95px rgba(25, 38, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  animation: none;
  translate: none;
}

.hero-copy::before,
.hero-card::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 40%, rgba(30, 122, 95, 0.08), transparent 18%),
    radial-gradient(circle at 72% 52%, rgba(216, 164, 79, 0.08), transparent 16%);
  filter: blur(26px);
}

.hero-copy::after,
.hero-card::after {
  display: none;
}

.hero-copy > *,
.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-core-network {
  position: absolute;
  top: 46px;
  right: clamp(28px, 4vw, 62px);
  bottom: 146px;
  width: min(35%, 348px);
  min-height: 300px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.82;
}

.hero-core-network::before {
  content: "";
  position: absolute;
  inset: 14% 6% 12% 8%;
  border-radius: 44px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.62) 18%, rgba(255, 255, 255, 0.78) 44%, rgba(255, 255, 255, 0.7) 78%, rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at 46% 46%, rgba(212, 169, 79, 0.22), transparent 16%),
    radial-gradient(circle at 46% 48%, rgba(47, 111, 85, 0.18), transparent 30%);
  filter: blur(18px);
  opacity: 0.82;
}

.hero-core-network::after {
  display: none;
}

.hero-core-line {
  position: absolute;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 111, 85, 0.32);
  box-shadow: 0 0 14px rgba(47, 111, 85, 0.1);
  opacity: 0.9;
}

.hero-core-line.gold,
.hero-core-node.gold {
  background: rgba(212, 169, 79, 0.38);
  box-shadow: 0 0 14px rgba(212, 169, 79, 0.12);
}

.hero-core-line-h {
  height: 2px;
}

.hero-core-line-v {
  width: 2px;
}

.hero-core-line-major.hero-core-line-h {
  height: 3px;
}

.hero-core-line-major.hero-core-line-v {
  width: 3px;
}

.hero-core-line-minor.hero-core-line-h {
  height: 1.5px;
  opacity: 0.74;
}

.hero-core-line-minor.hero-core-line-v {
  width: 1.5px;
  opacity: 0.74;
}

.hero-core-line-2,
.hero-core-line-6,
.hero-core-line-7,
.hero-core-line-8,
.hero-core-line-9,
.hero-core-line-10,
.hero-core-panel {
  display: none;
}

.hero-core-line::before {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.hero-core-bridge {
  position: absolute;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 111, 85, 0.24);
  box-shadow: 0 0 12px rgba(47, 111, 85, 0.08);
  opacity: 0.9;
}

.hero-core-bridge.gold {
  background: rgba(212, 169, 79, 0.3);
  box-shadow: 0 0 12px rgba(212, 169, 79, 0.1);
}

.hero-core-bridge::before {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.hero-core-bridge-top {
  top: -74px;
  left: 46%;
  width: 2px;
  height: 98px;
}

.hero-core-bridge-right {
  top: 47%;
  left: 66%;
  width: calc(34% + 28px);
  height: 2.5px;
}

.hero-core-bridge-bottom {
  top: 64%;
  left: 46%;
  width: 2px;
  height: calc(26% + 64px);
}

.hero-core-bridge-top::before,
.hero-core-bridge-bottom::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(151, 220, 180, 0.84) 42%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.84) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.34),
    0 0 18px rgba(78, 170, 120, 0.12);
  animation: heroMotherboardPulseY 5.6s linear infinite;
}

.hero-core-bridge-right::before {
  top: 0;
  left: 0;
  width: 84px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(151, 220, 180, 0.84) 42%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.84) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.34),
    0 0 18px rgba(78, 170, 120, 0.12);
  animation: heroMotherboardPulseX 5s linear infinite;
}

.hero-core-bridge-bottom.gold::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 224, 150, 0.82) 42%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.82) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.36),
    0 0 18px rgba(212, 169, 79, 0.12);
}

.hero-core-bridge-top::before { animation-delay: 0.4s; }
.hero-core-bridge-right::before { animation-delay: 1.2s; }
.hero-core-bridge-bottom::before { animation-delay: 2s; }

.hero-core-line-h::before {
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(151, 220, 180, 0.85) 42%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.85) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.38),
    0 0 18px rgba(78, 170, 120, 0.12);
  animation: heroMotherboardPulseX 4.8s linear infinite;
}

.hero-core-line-v::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(151, 220, 180, 0.85) 42%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.85) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.38),
    0 0 18px rgba(78, 170, 120, 0.12);
  animation: heroMotherboardPulseY 5.2s linear infinite;
}

.hero-core-line.gold.hero-core-line-h::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(248, 224, 150, 0.82) 42%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.82) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.38),
    0 0 18px rgba(212, 169, 79, 0.12);
}

.hero-core-line.gold.hero-core-line-v::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 224, 150, 0.82) 42%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.82) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.38),
    0 0 18px rgba(212, 169, 79, 0.12);
}

.hero-core-line-1 {
  top: 47%;
  left: 0;
  width: 26%;
}

.hero-core-line-3 {
  top: 0;
  left: 46%;
  height: 24%;
}

.hero-core-line-4 {
  top: 64%;
  left: 46%;
  height: 20%;
}

.hero-core-line-5 {
  top: 47%;
  left: 66%;
  width: 24%;
}

.hero-core-line-1::before { animation-delay: 0s; }
.hero-core-line-3::before { animation-delay: 0.6s; }
.hero-core-line-4::before { animation-delay: 1.6s; }
.hero-core-line-5::before { animation-delay: 0.9s; }

.hero-core-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(47, 111, 85, 0.46);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(47, 111, 85, 0.18);
  animation: heroMotherboardNodePulse 3s ease-in-out infinite;
}

.hero-core-node-1 { top: 21.5%; left: 44.7%; }
.hero-core-node-2 { top: 46%; left: 25.5%; }
.hero-core-node-3 { top: 46%; left: 45%; }
.hero-core-node-4 { top: 46%; left: 65.5%; }
.hero-core-node-5,
.hero-core-node-6 {
  display: none;
}

.hero-core-node-2,
.hero-core-node-4 {
  background: rgba(47, 111, 85, 0.46);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(47, 111, 85, 0.18);
}

.hero-core-edge-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(47, 111, 85, 0.34);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(47, 111, 85, 0.14);
}

.hero-core-edge-node.gold {
  background: rgba(212, 169, 79, 0.42);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(212, 169, 79, 0.16);
}

.hero-core-edge-node-top {
  top: 0;
  left: calc(46% - 4px);
}

.hero-core-edge-node-right {
  top: calc(47% - 4px);
  right: 0;
}

.hero-core-edge-node-bottom {
  bottom: 0;
  left: calc(46% - 4px);
}

.hero-core-chip {
  position: absolute;
  top: 27%;
  left: 46%;
  opacity: 0.92;
  width: clamp(170px, 17vw, 210px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 240, 229, 0.72)),
    radial-gradient(circle at 50% 50%, rgba(212, 169, 79, 0.14), transparent 52%);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 0 44px rgba(255, 255, 255, 0.22),
    0 24px 44px rgba(47, 111, 85, 0.1),
    0 12px 28px rgba(20, 35, 29, 0.06);
  backdrop-filter: blur(10px);
}

.hero-core-chip::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  border: 1px solid rgba(47, 111, 85, 0.1);
  background:
    radial-gradient(circle at 50% 48%, rgba(47, 111, 85, 0.1), transparent 34%),
    radial-gradient(circle at 50% 48%, rgba(212, 169, 79, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.hero-core-chip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44%;
  height: 44%;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 169, 79, 0.24), rgba(47, 111, 85, 0.12) 48%, transparent 78%),
    rgba(255, 255, 255, 0.3);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.36),
    0 0 22px rgba(212, 169, 79, 0.14);
}

.hero-core-chip-kicker,
.hero-core-chip-bar,
.hero-core-chip-grid,
.hero-core-chip-node {
  position: absolute;
  display: block;
  z-index: 1;
}

.hero-core-chip-kicker {
  top: 18px;
  left: 20px;
  width: 52px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47, 111, 85, 0.18);
}

.hero-core-chip-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

.hero-core-chip-node-green {
  top: 20px;
  right: 28px;
  background: rgba(47, 111, 85, 0.7);
}

.hero-core-chip-node-gold {
  bottom: 24px;
  left: 28px;
  background: rgba(212, 169, 79, 0.72);
}

.hero-core-chip-bar {
  left: 20px;
  height: 7px;
  border-radius: 999px;
  background: rgba(47, 111, 85, 0.16);
}

.hero-core-chip-bar-long {
  top: 46px;
  width: 72px;
}

.hero-core-chip-bar-short,
.hero-core-chip-grid-c,
.hero-core-chip-grid-d {
  display: none;
}

.hero-core-chip-bar-mid {
  display: block;
  top: 72px;
  width: 58px;
  opacity: 0.72;
}

.hero-core-chip-grid {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(47, 111, 85, 0.06);
}

.hero-core-chip-grid-a { right: 18px; top: 46px; }
.hero-core-chip-grid-b { right: 18px; top: 72px; }

/* Restore the self-contained hero core composition shown in the reference */
.hero-core-network::before {
  inset: 1% 0 4% 0;
  border-radius: 52px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 18%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.54) 72%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(circle at 56% 50%, rgba(212, 169, 79, 0.16), transparent 14%),
    radial-gradient(circle at 55% 52%, rgba(47, 111, 85, 0.12), transparent 26%);
  filter: blur(14px);
  opacity: 0.86;
}

.hero-core-bridge-right,
.hero-core-bridge-bottom,
.hero-core-edge-node {
  display: none;
}

.hero-core-bridge-top {
  display: block;
  top: 15%;
  left: 46%;
  width: 2px;
  height: 14.5%;
  background: rgba(212, 169, 79, 0.3);
  box-shadow: 0 0 12px rgba(212, 169, 79, 0.1);
}

.hero-core-bridge-top::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 224, 150, 0.82) 42%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.82) 58%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.36),
    0 0 18px rgba(212, 169, 79, 0.12);
}

.hero-core-line-1,
.hero-core-line-2,
.hero-core-line-5,
.hero-core-line-6,
.hero-core-line-8,
.hero-core-line-9,
.hero-core-panel,
.hero-core-node-5,
.hero-core-node-6 {
  display: block;
}

.hero-core-line-7,
.hero-core-line-10 {
  display: none;
}

.hero-core-line-1 {
  top: 15%;
  left: 0;
  width: 18%;
}

.hero-core-line-2 {
  top: 15%;
  left: 18%;
  width: 28%;
}

.hero-core-line-3 {
  top: 0;
  left: 18%;
  height: 15%;
}

.hero-core-line-4 {
  display: none;
}

.hero-core-line-5 {
  top: 46%;
  left: 0;
  width: 40%;
}

.hero-core-line-6 {
  top: 15%;
  left: 71%;
  width: 18%;
}

.hero-core-line-8 {
  top: 66%;
  left: 18%;
  width: 58%;
}

.hero-core-line-9 {
  top: 79%;
  left: 12%;
  height: 17%;
}

.hero-core-node-1 { top: calc(15% - 6px); left: calc(18% - 6px); }
.hero-core-node-2 { top: calc(15% - 6px); left: calc(46% - 6px); }
.hero-core-node-3 { top: calc(46% - 6px); left: calc(18% - 6px); }
.hero-core-node-4 { top: calc(15% - 6px); left: calc(71% - 6px); }
.hero-core-node-5 { top: calc(66% - 6px); left: calc(18% - 6px); }
.hero-core-node-6 { top: calc(96% - 6px); left: calc(12% - 6px); }

.hero-core-node-2.gold,
.hero-core-node-6.gold {
  background: rgba(212, 169, 79, 0.42);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(212, 169, 79, 0.16);
}

.hero-core-node-4.gold {
  background: rgba(212, 169, 79, 0.42);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.12),
    0 0 12px rgba(212, 169, 79, 0.16);
}

.hero-core-panel {
  position: absolute;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    inset 0 0 28px rgba(255, 255, 255, 0.1),
    0 14px 30px rgba(20, 35, 29, 0.03);
  backdrop-filter: blur(8px);
}

.hero-core-panel-top {
  top: 1%;
  right: 8%;
  width: 74px;
  height: 50px;
}

.hero-core-panel-top::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -14px;
  width: 2px;
  height: 14px;
  border-radius: 999px;
  background: rgba(212, 169, 79, 0.28);
  box-shadow: 0 0 10px rgba(212, 169, 79, 0.1);
}

.hero-core-panel-side {
  top: 59%;
  right: 4%;
  width: 58px;
  height: 88px;
}

.hero-core-panel-bottom {
  display: none;
}

.hero-core-chip {
  top: 24%;
  left: 50%;
  width: clamp(178px, 16.4vw, 206px);
}

.hero-core-chip::before {
  inset: 14px;
}

.hero-core-chip::after {
  width: 42%;
  height: 42%;
}

.hero-core-chip-kicker {
  width: 44px;
}

.hero-core-chip-bar-long {
  top: 46px;
  width: 60px;
}

.hero-core-chip-bar-mid {
  top: 68px;
  width: 48px;
  opacity: 0.62;
}

.hero-core-chip-grid {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.hero-core-chip-grid-a { right: 18px; top: 56px; }
.hero-core-chip-grid-b { right: 18px; top: 88px; }
.hero-core-chip-grid-c,
.hero-core-chip-grid-d,
.hero-core-chip-bar-short {
  display: none;
}

.hero-core-line-9 {
  display: block;
}

.hero-core-node-6 {
  display: block;
}

.hero-copy h1,
.hero-copy .hero-text,
.hero-copy .hero-actions,
.hero-card h1,
.hero-card .hero-text,
.hero-card .hero-actions {
  max-width: min(590px, 100%);
}

.hero-copy .hero-credibility-strip {
  width: 100%;
  margin-top: 30px;
  padding-top: 12px;
}

.motherboard-bg {
  position: absolute;
  inset: -10% -8% -14% -6%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.40;
  transform: scale(1.12);
  transform-origin: center center;
}

.motherboard-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 78%, rgba(47, 111, 85, 0.08), transparent 18%),
    radial-gradient(circle at 16% 28%, rgba(212, 169, 79, 0.08), transparent 16%),
    radial-gradient(circle at 70% 46%, rgba(47, 111, 85, 0.16), transparent 22%),
    radial-gradient(circle at 82% 74%, rgba(212, 169, 79, 0.12), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.16), transparent 18%);
  filter: blur(18px);
}

.motherboard-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 240, 229, 0.9) 0%, rgba(244, 240, 229, 0.62) 14%, rgba(244, 240, 229, 0.22) 26%, rgba(244, 240, 229, 0.04) 34%, rgba(244, 240, 229, 0) 42%);
}

.trace,
.corner {
  position: absolute;
  background: rgba(47, 111, 85, 0.38);
  box-shadow: 0 0 12px rgba(47, 111, 85, 0.1);
  opacity: 0.94;
}

.trace.gold,
.node.gold,
.corner.gold {
  background: rgba(212, 169, 79, 0.42);
  box-shadow: 0 0 12px rgba(212, 169, 79, 0.12);
}

.trace {
  overflow: hidden;
  border-radius: 999px;
}

.trace.h {
  height: 2.5px;
}

.trace.v {
  width: 2.5px;
}

.trace.major.h {
  height: 3.5px;
}

.trace.major.v {
  width: 3.5px;
}

.trace.minor.h {
  height: 1.5px;
  opacity: 0.72;
}

.trace.minor.v {
  width: 1.5px;
  opacity: 0.72;
}

.trace::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  opacity: 0.95;
}

.trace.major::before {
  opacity: 1;
}

.trace.minor::before {
  opacity: 0.7;
}

.trace.h::before {
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(185, 235, 205, 0) 10%, rgba(151, 220, 180, 0.85) 45%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.85) 55%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.45),
    0 0 24px rgba(78, 170, 120, 0.18);
  animation: heroMotherboardPulseX 5s linear infinite;
}

.trace.h.gold::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 228, 165, 0) 10%, rgba(248, 224, 150, 0.85) 45%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.85) 55%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.45),
    0 0 24px rgba(212, 169, 79, 0.18);
}

.trace.v::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(151, 220, 180, 0.85) 45%, rgba(78, 170, 120, 1) 50%, rgba(151, 220, 180, 0.85) 55%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(78, 170, 120, 0.45),
    0 0 24px rgba(78, 170, 120, 0.18);
  animation: heroMotherboardPulseY 5.4s linear infinite;
}

.trace.v.gold::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 224, 150, 0.85) 45%, rgba(212, 169, 79, 1) 50%, rgba(248, 224, 150, 0.85) 55%, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 10px rgba(212, 169, 79, 0.45),
    0 0 24px rgba(212, 169, 79, 0.18);
}

.corner {
  width: 84px;
  height: 84px;
  background: transparent;
  border: 2.5px solid rgba(47, 111, 85, 0.24);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 22px 0;
  box-shadow: none;
}

.corner.gold {
  background: transparent;
  border-color: rgba(212, 169, 79, 0.28);
  box-shadow: none;
}

.node {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(47, 111, 85, 0.5);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 0 14px rgba(47, 111, 85, 0.18),
    0 0 28px rgba(47, 111, 85, 0.08);
  animation: heroMotherboardNodePulse 3s ease-in-out infinite;
}

.chip {
  position: absolute;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.1),
    0 14px 36px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(8px);
  opacity: 0.78;
}

.t1 {
  top: 170px;
  left: 59%;
  width: 270px;
}

.t2 {
  top: 298px;
  left: 66%;
  width: 230px;
}

.t3 {
  top: 452px;
  left: 71%;
  width: 260px;
}

.t4 {
  top: 640px;
  left: 63%;
  width: 310px;
}

.t9 {
  top: 208px;
  left: 8%;
  width: 248px;
}

.t11 {
  top: 664px;
  left: 8%;
  width: 304px;
}

.t13 {
  top: 112px;
  left: 18%;
  width: 336px;
}

.t14 {
  top: 516px;
  left: 14%;
  width: 212px;
}

.t5 {
  top: 108px;
  left: 73%;
  height: 210px;
}

.t6 {
  top: 252px;
  left: 84%;
  height: 250px;
}

.t7 {
  top: 438px;
  left: 68%;
  height: 210px;
}

.t8 {
  top: 586px;
  left: 79%;
  height: 190px;
}

.t10 {
  top: 110px;
  left: 24%;
  height: 150px;
}

.t12 {
  top: 512px;
  left: 21%;
  height: 220px;
}

.t15 {
  top: 112px;
  left: 40%;
  height: 248px;
}

.t16 {
  top: 560px;
  left: 14%;
  height: 160px;
}

.c1 {
  top: 220px;
  left: 75%;
}

.c2 {
  top: 496px;
  left: 81%;
  transform: rotate(90deg);
}

.c3 {
  top: 548px;
  left: 68%;
  transform: rotate(180deg);
}

.c4 {
  top: 382px;
  left: 60.5%;
  transform: rotate(270deg);
}

.n1 {
  top: 290px;
  left: 65%;
}

.n2 {
  top: 290px;
  left: 82.5%;
}

.n3 {
  top: 438px;
  left: 70.4%;
}

.n4 {
  top: 632px;
  left: 76.6%;
}

.n5 {
  top: 204px;
  left: 24%;
}

.n6 {
  top: 660px;
  left: 21%;
}

.n7 {
  top: 108px;
  left: 40%;
}

.n8 {
  top: 508px;
  left: 21%;
}

.chip1 {
  top: 138px;
  right: 160px;
  width: 190px;
  height: 128px;
}

.chip2 {
  top: 388px;
  right: 250px;
  width: 138px;
  height: 138px;
  border-radius: 28px;
}

.chip3 {
  right: 138px;
  bottom: 120px;
  width: 290px;
  height: 82px;
  border-radius: 20px;
}

.t1::before {
  animation-delay: 0s;
}

.t2::before {
  animation-delay: 1.2s;
}

.t3::before {
  animation-delay: 2.4s;
}

.t4::before {
  animation-delay: 3.4s;
}

.t5::before {
  animation-delay: 0.8s;
}

.t6::before {
  animation-delay: 1.8s;
}

.t7::before {
  animation-delay: 2.8s;
}

.t8::before {
  animation-delay: 3.8s;
}

.t9::before {
  animation-delay: 0.6s;
}

.t10::before {
  animation-delay: 0.9s;
}

.t11::before {
  animation-delay: 2.2s;
}

.t12::before {
  animation-delay: 3s;
}

.t13::before {
  animation-delay: 0.2s;
}

.t14::before {
  animation-delay: 1.8s;
}

.t15::before {
  animation-delay: 1.1s;
}

.t16::before {
  animation-delay: 2.6s;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.84);
}

h1 {
   margin: 0;
  max-width: 11ch;
  font-size: clamp(2.9rem, 5.8vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hero-title-primary,
.hero-title-bridge,
.hero-title-accent {
  display: block;
}

.hero-title-primary {
  color: #10231d;
}

.hero-title-bridge {
  margin: 10px 0 6px;
  padding-left: 0.48em;
  color: rgba(16, 35, 29, 0.62);
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title-accent {
   position: relative;
  display: inline-block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(90deg, #1b6d55 0%, #3a8a67 35%, #c29a47 100%);
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: titleGlow 8s ease-in-out infinite;
}

.hero-title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 6%;
  bottom: -12px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(30, 122, 95, 0.08),
    rgba(216, 164, 79, 0.22),
    rgba(30, 122, 95, 0.06)
  );
  z-index: -1;
}

.hero-title-accent::before {
    content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  transform: translateX(-130%);
  animation: titleSweep 6.4s ease-in-out infinite;
  pointer-events: none;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero-text,
.section-heading p,
.intro-panel p,
.service-card p,
.portfolio-card p,
.process-card p,
.pricing-card strong,
.testimonial-card span,
.faq-list p,
.quote-copy p,
label,
input,
textarea,
select {
  color: var(--muted);
}

.hero-text {
    margin: 24px 0 0;
  max-width: 56ch;
  font-size: 1.04rem;
  line-height: 1.8;
  color: rgba(16, 35, 29, 0.62);
}

.hero-intro-strip,
.hero-value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-intro-strip {
  margin-bottom: 18px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(30, 122, 95, 0.08);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-value-list {
  margin-top: 20px;
}

.hero-value-list p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--text);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
   color: #fff;
  background: linear-gradient(135deg, #1b5f48 0%, #2c7d5c 55%, #0f5a45 100%);
  box-shadow:
    0 12px 30px rgba(30, 122, 95, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button-secondary {
   color: var(--text);
  border-color: rgba(20, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

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

.hero-proof article {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(20, 34, 29, 0.06);
  border-radius: 22px;
  background: rgba(247, 247, 242, 0.8);
  transition: transform 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}

.hero-proof article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.hero-proof strong,
.section-dark h2,
.section-dark .section-heading p,
.testimonial-card strong,
.faq-list summary,
.pricing-card h3,
.service-card h3,
.portfolio-card h3,
.process-card h3,
.quote-points p {
  color: var(--text);
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  line-height: 1.6;
}

.hero-visual {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  z-index: 1;
}

.hero-badge {
  position: absolute;
  max-width: 240px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  animation: floatY 7s ease-in-out infinite;
  translate: var(--parallax-x, 0) var(--parallax-y, 0);
}

.hero-badge strong,
.dashboard-header strong,
.screen-stats strong,
.intro-panel strong,
.metric-grid strong,
.pricing-card-featured strong {
  display: block;
  color: var(--text);
}

.hero-badge span,
.dashboard-header p,
.dashboard-header span,
.screen-stats span,
.metric-grid span,
.process-card span,
.pricing-card li,
.quote-points p {
  color: var(--muted);
}

.hero-badge-top {
  top: 0;
  right: 0;
}

.hero-badge-bottom {
  bottom: 0;
  left: -12px;
  animation-delay: -3s;
}

.dashboard-card {
  position: relative;
  padding: 24px;
  border-radius: 36px;
  overflow: hidden;
  animation: floatY 9s ease-in-out infinite;
  translate: var(--parallax-x, 0) var(--parallax-y, 0);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(235, 242, 238, 0.86));
  pointer-events: none;
}

.dashboard-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-140%);
  animation: shimmer 7.5s ease-in-out infinite;
  pointer-events: none;
}

.hero-preview-head,
.hero-preview-stats {
  position: relative;
  z-index: 1;
}

.hero-preview-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.hero-preview-head p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-preview-head strong {
  display: block;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
}

.hero-preview-head span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-art-hero {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(20, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

.hero-circuit-card {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
  animation: none;
  translate: none;
}

.hero-circuit-card::before {
  content: "";
  position: absolute;
  top: 53%;
  right: -16%;
  width: 980px;
  height: 980px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 111, 85, 0.1), transparent 0 34%),
    radial-gradient(circle at 67% 56%, rgba(212, 169, 79, 0.16), transparent 0 22%),
    radial-gradient(circle at 42% 44%, rgba(255, 255, 255, 0.18), transparent 0 42%);
  transform: translateY(-50%);
  filter: blur(56px);
  opacity: 0.96;
  pointer-events: none;
  z-index: 0;
}

.hero-circuit-card::after {
  display: none;
}

.hero-circuit-art {
  position: absolute;
  top: 52%;
  left: 10%;
  right: auto;
  z-index: 1;
  width: min(1180px, 112vw);
  aspect-ratio: 1 / 1;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  isolation: isolate;
  transform: translateY(-50%) scale(1);
  transform-origin: center;
  opacity: 0.96;
}

.hero-circuit-art::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 58%;
  width: 24%;
  height: 24%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(212, 169, 79, 0.18) 34%, rgba(47, 111, 85, 0.12) 62%, transparent 80%);
  transform: translate(-50%, -50%);
  filter: blur(24px);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-circuit-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(243, 239, 227, 1) 0%, rgba(243, 239, 227, 1) 24%, rgba(243, 239, 227, 0.84) 40%, rgba(243, 239, 227, 0.38) 58%, rgba(243, 239, 227, 0) 82%);
  pointer-events: none;
  z-index: 8;
}

.hero-circuit-fade,
.hero-circuit-swoosh {
  display: none;
}

.hero-circuit-fade-left {
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 245, 236, 0.88) 0%, rgba(248, 245, 236, 0.35) 24%, rgba(248, 245, 236, 0.05) 48%, rgba(248, 245, 236, 0) 62%);
}

.hero-circuit-fade-bottom {
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(243, 239, 227, 0.42) 86%, rgba(243, 239, 227, 0.68) 100%);
}

.hero-circuit-swoosh {
  right: -3.5%;
  bottom: 3.2%;
  width: 62%;
  height: 19.6%;
  background:
    radial-gradient(circle at 40% 50%, rgba(243, 193, 86, 0.26), transparent 34%),
    linear-gradient(180deg, transparent 36%, rgba(255, 241, 190, 0.34) 52%, transparent 68%);
  filter: blur(16px);
  transform: rotate(-10deg);
  opacity: 0.8;
  z-index: 2;
}

.hero-circuit-panel,
.hero-circuit-box,
.hero-circuit-tab,
.hero-circuit-warn,
.hero-circuit-mini-line,
.hero-circuit-person-body {
  display: none;
}

.hero-circuit-line,
.hero-circuit-vline {
  position: absolute;
  background: rgba(47, 111, 85, 0.56);
  box-shadow:
    0 0 12px rgba(47, 111, 85, 0.15);
  border-radius: 999px;
  overflow: hidden;
  z-index: 4;
  opacity: 0.92;
  animation: heroCircuitTraceGlow 3.2s ease-in-out infinite;
}

.hero-circuit-line.is-green,
.hero-circuit-vline.is-green {
  background: rgba(212, 169, 79, 0.62);
  box-shadow:
    0 0 12px rgba(212, 169, 79, 0.15);
}

.hero-circuit-line::before,
.hero-circuit-vline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-circuit-line::before {
  width: 40%;
  min-width: 20px;
  background: linear-gradient(90deg, transparent, rgba(92, 202, 152, 0.92), transparent);
  box-shadow:
    0 0 12px rgba(92, 202, 152, 0.45),
    0 0 22px rgba(92, 202, 152, 0.16);
  filter: blur(0.4px);
  animation: heroCircuitElectricX 3s linear infinite;
}

.hero-circuit-vline::before {
  height: 34%;
  min-height: 36px;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(92, 202, 152, 0.92), transparent);
  box-shadow:
    0 0 12px rgba(92, 202, 152, 0.45),
    0 0 22px rgba(92, 202, 152, 0.16);
  filter: blur(0.4px);
  animation: heroCircuitElectricY 3.2s linear infinite;
}

.hero-circuit-line.is-green::before {
  background: linear-gradient(90deg, transparent, rgba(212, 169, 79, 0.96), transparent);
  box-shadow:
    0 0 12px rgba(224, 180, 84, 0.46),
    0 0 22px rgba(224, 180, 84, 0.18);
}

.hero-circuit-vline.is-green::before {
  background: linear-gradient(180deg, transparent, rgba(212, 169, 79, 0.96), transparent);
  box-shadow:
    0 0 12px rgba(224, 180, 84, 0.46),
    0 0 22px rgba(224, 180, 84, 0.18);
}

.hero-circuit-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(47, 111, 85, 0.72);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.14),
    0 0 14px rgba(47, 111, 85, 0.22);
  z-index: 5;
  opacity: 0.95;
  animation: heroCircuitNodePulse 2s ease-in-out infinite;
}

.hero-circuit-dot-a {
  top: 58.2%;
  left: 35.4%;
}

.hero-circuit-dot-b {
  top: 56.5%;
  left: 58.8%;
}

.hero-circuit-dot-c {
  top: 47.5%;
  left: 81.6%;
  background: rgba(212, 169, 79, 0.76);
  box-shadow:
    0 0 0 6px rgba(255, 252, 242, 0.16),
    0 0 14px rgba(212, 169, 79, 0.24);
}

.hero-circuit-dot-person {
  width: 22px;
  height: 22px;
  top: 58.1%;
  left: 72.1%;
  background: rgba(212, 169, 79, 0.82);
  box-shadow:
    0 0 0 8px rgba(255, 252, 242, 0.18),
    0 0 20px rgba(212, 169, 79, 0.34),
    0 0 42px rgba(212, 169, 79, 0.16);
}

.hero-circuit-person-body {
  display: none;
}

.hero-circuit-line-1 {
  top: 50.7%;
  left: 12.1%;
  width: 13.8%;
  height: 3px;
}

.hero-circuit-line-2 {
  top: 50.7%;
  left: 25.5%;
  width: 3px;
  height: 2.9%;
}

.hero-circuit-line-3 {
  top: 53.6%;
  left: 25.5%;
  width: 3px;
  height: 25%;
}

.hero-circuit-line-4 {
  top: 58.9%;
  left: 42.4%;
  width: 7.6%;
  height: 3px;
}

.hero-circuit-line-5 {
  top: 51.4%;
  left: 42.8%;
  width: 7.2%;
  height: 3px;
}

.hero-circuit-line-6 {
  top: 40%;
  left: 42.8%;
  width: 7.2%;
  height: 3px;
}

.hero-circuit-line-7 {
  top: 40%;
  left: 42.8%;
  width: 3px;
  height: 11.1%;
}

.hero-circuit-line-8 {
  top: 40%;
  left: 73.8%;
  width: 14.1%;
  height: 3px;
}

.hero-circuit-line-9 {
  top: 40%;
  left: 87.6%;
  width: 3px;
  height: 8.9%;
}

.hero-circuit-line-10 {
  top: 48.2%;
  left: 87.9%;
  width: 6.6%;
  height: 3px;
}

.hero-circuit-line-11 {
  top: 44.6%;
  left: 58.3%;
  width: 3px;
  height: 17.1%;
}

.hero-circuit-line-12 {
  top: 56.8%;
  left: 54.7%;
  width: 6.6%;
  height: 3px;
}

.hero-circuit-line-13 {
  top: 60.7%;
  left: 56.6%;
  width: 16.6%;
  height: 3px;
}

.hero-circuit-line-14 {
  top: 60.7%;
  left: 73.1%;
  width: 3px;
  height: 4.6%;
}

.hero-circuit-line-15 {
  top: 72.1%;
  left: 51.7%;
  width: 9%;
  height: 3px;
}

.hero-circuit-line-16 {
  top: 61.4%;
  left: 51.7%;
  width: 3px;
  height: 17.5%;
}

.hero-circuit-vline {
  width: 3px;
  height: 31.4%;
  bottom: 17.5%;
}

.hero-circuit-vline-1 {
  left: 35.5%;
}

.hero-circuit-vline-2 {
  left: 41%;
}

.hero-circuit-vline-3 {
  left: 46.6%;
}

.hero-circuit-vline-4 {
  left: 52.1%;
}

.hero-circuit-line-1::before {
  animation-delay: 0s;
}

.hero-circuit-line-2::before {
  animation-delay: 0.4s;
}

.hero-circuit-line-3::before {
  animation-delay: 0.9s;
}

.hero-circuit-line-4::before {
  animation-delay: 1.2s;
}

.hero-circuit-line-5::before {
  animation-delay: 0.5s;
}

.hero-circuit-line-6::before {
  animation-delay: 0.8s;
}

.hero-circuit-line-7::before {
  animation-delay: 1s;
}

.hero-circuit-line-8::before {
  animation-delay: 1.4s;
}

.hero-circuit-line-9::before {
  animation-delay: 1.7s;
}

.hero-circuit-line-10::before {
  animation-delay: 2s;
}

.hero-circuit-line-11::before {
  animation-delay: 0.6s;
}

.hero-circuit-line-12::before {
  animation-delay: 1.6s;
}

.hero-circuit-line-13::before {
  animation-delay: 1.8s;
}

.hero-circuit-line-14::before {
  animation-delay: 2.1s;
}

.hero-circuit-line-15::before {
  animation-delay: 2.2s;
}

.hero-circuit-line-16::before {
  animation-delay: 1.3s;
}

.hero-circuit-vline-1::before {
  animation-delay: 0.3s;
}

.hero-circuit-vline-2::before {
  animation-delay: 0.7s;
}

.hero-circuit-vline-3::before {
  animation-delay: 1.1s;
}

.hero-circuit-vline-4::before {
  animation-delay: 1.5s;
}

.hero-preview-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hero-preview-stats article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 35, 29, 0.08);
}

.hero-preview-stats strong {
  display: block;
  color: var(--text);
}

.hero-preview-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

.credibility-strip {
  position: relative;
  margin: 6px 0 26px;
}

.credibility-strip-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 248, 242, 0.94));
  box-shadow:
    0 16px 34px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

.hero-credibility-strip {
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 242, 0.96));
  box-shadow:
    0 16px 36px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.hero-credibility-strip .credibility-metric {
  min-height: 92px;
  gap: 7px;
  padding: 20px 16px 16px;
  border: 1px solid rgba(20, 35, 29, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 251, 246, 0.9));
  box-shadow:
    0 10px 24px rgba(20, 35, 29, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-credibility-strip .credibility-metric + .credibility-metric::before {
  display: none;
}

.hero-credibility-strip .credibility-metric::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(30, 122, 95, 0.92), rgba(216, 164, 79, 0.86));
  box-shadow: 0 8px 18px rgba(216, 164, 79, 0.12);
}

.hero-credibility-strip .credibility-metric strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  font-size: clamp(1.42rem, 2.3vw, 2.08rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #13241d;
  background: none;
  -webkit-text-fill-color: currentColor;
  filter: none;
  text-shadow: 0 8px 18px rgba(20, 35, 29, 0.06);
}

.hero-credibility-strip .credibility-metric strong::before {
  display: none;
}

.hero-credibility-strip .credibility-metric span {
  max-width: 17ch;
  margin: 0 auto;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  color: rgba(20, 35, 29, 0.58);
}

.credibility-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 20px 20px;
  text-align: center;
}

.credibility-metric + .credibility-metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(20, 35, 29, 0), rgba(20, 35, 29, 0.08), rgba(20, 35, 29, 0));
}

.credibility-metric strong {
  display: block;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.credibility-metric span {
  display: block;
  margin-top: 5px;
  color: #6f7b76;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.process-card {
  border-radius: 24px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.08);
}
.metric-grid span,
.pricing-card strong {
  display: block;
  margin-top: 7px;
  line-height: 1.55;
}

.brand-strip {
  position: relative;
  width: min(100% - 28px, 1180px);
  margin-top: 20px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 24px 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.brand-strip-shell {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.brand-strip::before,
.brand-strip::after {
  display: none;
}

.brand-strip::before {
  background: none;
}

.brand-strip::after {
  border: 0;
  opacity: 0;
}

.brand-composition {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
  min-height: 660px;
}

.brand-core,
.brand-item {
  position: relative;
  border: 1px solid rgba(20, 35, 29, 0.08);
  overflow: visible;
}

.brand-core {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 36px;
  border-radius: 50%;
  background: #1d372f;
  box-shadow: none;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 350ms ease;
}

.brand-core.reveal {
  transform: translate3d(calc(var(--ball-x, 0px) + var(--ball-dx, 0px)), calc(var(--ball-y, 0px) + var(--ball-dy, 0px) + 24px), 0) scale(0.98);
}

.brand-core.reveal.is-visible {
  transform: translate3d(calc(var(--ball-x, 0px) + var(--ball-dx, 0px)), calc(var(--ball-y, 0px) + var(--ball-dy, 0px)), 0) scale(1);
}

.brand-core.reveal.is-visible:hover {
  box-shadow: none;
  transition-delay: 0ms;
}

.brand-core > :not(.brand-core-orb) {
  position: relative;
  z-index: 1;
}

.brand-core-orb {
  display: none;
}

.brand-core-orb-left {
  left: -24px;
  bottom: 18%;
  width: 144px;
  height: 144px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 68%);
  animation: brandFloatGlow 9s ease-in-out infinite;
}

.brand-core-orb-right {
  right: -30px;
  top: 14%;
  width: 172px;
  height: 172px;
  background: radial-gradient(circle, rgba(216, 164, 79, 0.13), transparent 70%);
  animation: brandFloatGlowAlt 11s ease-in-out infinite;
}

.brand-core::after {
  display: none;
}

.brand-core::before,
.brand-item::before {
  display: none;
}

.brand-item::before {
  transition: none;
}

.brand-core h2 {
  color: white;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.02;
  max-width: 9ch;
  text-align: center;
}

.brand-core-line {
  display: block;
}

.brand-core.reveal .brand-core-line {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-core.reveal .brand-core-line:nth-child(2) {
  transition-delay: 100ms;
}

.brand-core.reveal.is-visible .brand-core-line {
  opacity: 1;
  transform: translateY(0);
}

.brand-core-text {
  margin: 14px 0 0;
  max-width: 21ch;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.62;
  text-align: center;
}

.brand-list {
  display: contents;
}

.brand-item {
  display: grid;
  align-content: center;
  justify-items: center;
  width: min(100%, 236px);
  min-height: 218px;
  padding: 28px 26px 24px;
  border-radius: 34px;
  text-align: center;
  background: #ffffff;
  box-shadow: none;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 350ms ease;
}

.brand-item.reveal {
  transform: translate3d(calc(var(--ball-x, 0px) + var(--ball-dx, 0px)), calc(var(--ball-y, 0px) + var(--ball-dy, 0px) + 64px), 0) scale(0.7);
}

.brand-item.reveal.is-visible {
  transform: translate3d(calc(var(--ball-x, 0px) + var(--ball-dx, 0px)), calc(var(--ball-y, 0px) + var(--ball-dy, 0px)), 0) scale(1);
  animation: brandBallJumpIn 900ms cubic-bezier(0.2, 0.9, 0.2, 1.14) both;
  animation-delay: var(--reveal-delay, 0ms);
}

.brand-core.reveal.is-visible {
  transform: translate3d(calc(var(--ball-x, 0px) + var(--ball-dx, 0px)), calc(var(--ball-y, 0px) + var(--ball-dy, 0px)), 0) scale(1);
  animation: brandBallJumpIn 980ms cubic-bezier(0.2, 0.9, 0.2, 1.14) both;
  animation-delay: var(--reveal-delay, 0ms);
}

.brand-item.reveal.is-visible:hover,
.brand-item:hover {
  border-color: rgba(20, 35, 29, 0.12);
  background: #ffffff;
  box-shadow: none;
  transition-delay: 0ms;
}

.brand-item.reveal.is-visible:hover::before,
.brand-item:hover::before {
  box-shadow: none;
}

.brand-item strong {
  display: block;
  margin-top: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.24;
  max-width: 13ch;
}

.brand-balls-scene .brand-ball {
  --ball-x: 0px;
  --ball-y: 0px;
  --ball-dx: 0px;
  --ball-dy: 0px;
  --ball-size: 1;
  --ball-scale: 1;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform: translate3d(calc(var(--ball-x) + var(--ball-dx)), calc(var(--ball-y) + var(--ball-dy)), 0) scale(var(--ball-scale));
}

.brand-balls-scene .brand-ball-core {
  width: 340px;
  height: 340px;
  padding: 54px;
  align-items: center;
  text-align: center;
}

.brand-balls-scene .brand-item {
  width: 228px;
}

.brand-balls-scene .brand-ball:nth-child(1) {
  --ball-x: calc(50% + 134px);
  --ball-y: 170px;
}

.brand-balls-scene .brand-list .brand-ball:nth-child(1) {
  --ball-x: calc(50% - 6px);
  --ball-y: 40px;
}

.brand-balls-scene .brand-list .brand-ball:nth-child(2) {
  --ball-x: calc(50% + 506px);
  --ball-y: 6px;
}

.brand-balls-scene .brand-list .brand-ball:nth-child(3) {
  --ball-x: calc(50% - 42px);
  --ball-y: 356px;
}

.brand-balls-scene .brand-list .brand-ball:nth-child(4) {
  --ball-x: calc(50% + 546px);
  --ball-y: 382px;
}

.brand-item-malaysia {
  border-radius: 42px 42px 36px 52px;
}

.brand-item-direction {
  border-radius: 52px 38px 42px 34px;
}

.brand-item-responsive {
  border-radius: 36px 50px 40px 46px;
}

.brand-item-conversion {
  border-radius: 48px 38px 50px 34px;
}

@keyframes brandBallJumpIn {
  0% {
    opacity: 0;
    transform: translate3d(var(--ball-x), calc(var(--ball-y) + 84px), 0) scale(0.62);
  }
  52% {
    opacity: 1;
    transform: translate3d(var(--ball-x), calc(var(--ball-y) - 22px), 0) scale(1.05);
  }
  72% {
    transform: translate3d(var(--ball-x), calc(var(--ball-y) + 10px), 0) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translate3d(var(--ball-x), var(--ball-y), 0) scale(1);
  }
}

.section {
  padding: 58px 0;
}

.section-showcase,
.process-showcase {
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  border-radius: 32px;
  overflow: hidden;
}

.section-showcase {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: stretch;
}

/* Service interaction final polish */
.service-showcase-interactive {
  --service-accent: #1f4a3d;
  --service-accent-rgb: 31, 74, 61;
  --service-accent-alt: #d0a84c;
  --service-accent-alt-rgb: 208, 168, 76;
}

.service-showcase-interactive[data-service-active="hosting"] {
  --service-accent: #6c8752;
  --service-accent-rgb: 108, 135, 82;
  --service-accent-alt: #c4ab65;
  --service-accent-alt-rgb: 196, 171, 101;
}

.service-showcase-interactive[data-service-active="software"] {
  --service-accent: #2d7f94;
  --service-accent-rgb: 45, 127, 148;
  --service-accent-alt: #74c2ca;
  --service-accent-alt-rgb: 116, 194, 202;
}

.service-showcase-interactive[data-service-active="solutions"] {
  --service-accent: #6a5ea8;
  --service-accent-rgb: 106, 94, 168;
  --service-accent-alt: #af86da;
  --service-accent-alt-rgb: 175, 134, 218;
}

.service-word-stage {
  min-height: 396px;
  padding: 18px 0 0 70px;
}

.service-word-stage::before {
  top: 20px;
  bottom: 22px;
  left: 18px;
}

.service-word-orbit {
  display: none;
}

.service-word {
  gap: 6px;
  cursor: pointer;
  transform: translateX(0);
  transition: transform 260ms ease;
}

.service-word::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.12);
  transform: translateY(-50%);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-design::before,
.service-showcase-interactive[data-service-active="software"] .service-word-design::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-software::before {
  background: rgba(var(--service-accent-rgb), 0.32);
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-solutions::before {
  background: rgb(var(--service-accent-rgb));
  transform: translateY(-50%) scale(1.45);
  box-shadow:
    0 0 0 10px rgba(var(--service-accent-rgb), 0.12),
    0 0 16px rgba(var(--service-accent-rgb), 0.18);
}

.service-word-small {
  color: rgba(20, 35, 29, 0.46);
  transition: color 220ms ease, letter-spacing 220ms ease;
}

.service-word-outline {
  opacity: 0.18;
  filter: blur(0.8px);
  -webkit-text-stroke: 1.4px rgba(20, 35, 29, 0.14);
  transition:
    color 260ms ease,
    opacity 260ms ease,
    filter 260ms ease,
    transform 260ms ease,
    -webkit-text-stroke-color 260ms ease;
}

.service-word:hover {
  transform: translateX(4px);
}

.service-word:hover .service-word-small {
  letter-spacing: 0.16em;
}

.service-word:hover .service-word-outline,
.service-word:focus-visible .service-word-outline {
  color: rgba(20, 35, 29, 0.4);
  opacity: 0.88;
  filter: none;
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.36);
}

.service-word.is-active {
  transform: translateX(8px);
}

.service-word.is-active .service-word-small {
  color: rgb(var(--service-accent-rgb));
  letter-spacing: 0.16em;
}

.service-word.is-active .service-word-outline {
  color: #1f2d2a;
  opacity: 1;
  filter: none;
  transform: translateX(8px);
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.94);
}

.service-copy-panels {
  position: relative;
  min-height: 188px;
  width: min(100%, 460px);
}

.service-copy-panel {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 14px 28px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: opacity 320ms ease, transform 320ms ease, box-shadow 320ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"],
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"],
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"],
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.service-copy-panel h3 {
  font-size: clamp(1.18rem, 1.42vw, 1.48rem);
}

.service-copy-panel p {
  font-size: 0.86rem;
  color: rgba(20, 35, 29, 0.72);
}

.service-copy-tags span {
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-copy-tags span:hover {
  background: #1f2d2a;
  color: white;
  border-color: #1f2d2a;
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(20, 35, 29, 0.14);
}

.service-preview-card {
  filter: blur(12px);
  transition:
    opacity 420ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.service-preview-card-design {
  --preview-tilt: -1.4deg;
}

.service-preview-card-hosting {
  --preview-tilt: 1deg;
}

.service-preview-card-software {
  --preview-tilt: -0.9deg;
}

.service-preview-card-solutions {
  --preview-tilt: 1.2deg;
}

.service-preview-card-design,
.service-preview-card-hosting,
.service-preview-card-software,
.service-preview-card-solutions {
  transform: translateY(24px) scale(0.985) rotate(var(--preview-tilt));
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
  filter: none;
  transform: translateY(0) scale(1) rotate(var(--preview-tilt));
}

.service-preview-paper {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  box-shadow:
    0 24px 60px rgba(20, 35, 29, 0.12),
    0 8px 18px rgba(20, 35, 29, 0.06);
  transition: transform 380ms ease, box-shadow 380ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-stage-visual:hover .service-preview-card-design .service-preview-paper,
.service-showcase-interactive[data-service-active="hosting"] .service-stage-visual:hover .service-preview-card-hosting .service-preview-paper,
.service-showcase-interactive[data-service-active="software"] .service-stage-visual:hover .service-preview-card-software .service-preview-paper,
.service-showcase-interactive[data-service-active="solutions"] .service-stage-visual:hover .service-preview-card-solutions .service-preview-paper {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 30px 74px rgba(20, 35, 29, 0.15),
    0 12px 24px rgba(20, 35, 29, 0.08);
}

.service-preview-overlay {
  background: rgba(23, 34, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.service-preview-overlay span {
  color: rgba(var(--service-accent-alt-rgb), 0.98);
}

.service-preview-rail span {
  opacity: 0.18;
  background: linear-gradient(160deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.82));
}

.service-preview-rail .is-active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 16px 30px rgba(var(--service-accent-rgb), 0.22);
}

.service-scene-lines,
.service-scene-footer .is-cta,
.service-scene-bars .is-mid,
.service-scene-panel.is-primary,
.service-scene-column .is-highlight,
.service-solution-node.is-core,
.service-scene-solution-footer .is-cta {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-scene-domain-chip,
.service-scene-pill {
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.14), rgba(var(--service-accent-alt-rgb), 0.14));
}

.service-scene-stat strong {
  color: rgb(var(--service-accent-rgb));
}

.service-preview-paper {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 30px 80px rgba(20, 35, 29, 0.08),
    0 10px 28px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-preview-media {
  border-radius: 26px;
  background: rgba(241, 245, 241, 0.96);
}

.service-preview-paper .service-preview-scene {
  min-height: 420px;
  padding: 22px;
  border-radius: 26px;
}

.service-preview-overlay {
  left: 34px;
  bottom: 48px;
  max-width: 236px;
  padding: 16px 18px 14px;
  border-radius: 22px;
  background: rgba(49, 58, 54, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 35px rgba(20, 35, 29, 0.18);
}

.service-preview-overlay span {
  font-size: 0.63rem;
  opacity: 0.78;
}

.service-preview-overlay strong {
  font-size: 1.26rem;
  line-height: 1.02;
}

.service-preview-overlay p {
  font-size: 0.8rem;
  line-height: 1.56;
}

.service-preview-rail {
  grid-template-rows: 1.12fr 0.94fr 0.88fr 1fr;
  gap: 14px;
  justify-items: end;
}

.service-preview-rail span {
  width: 54px;
  min-height: 0;
  border-radius: 18px;
  opacity: 0.28;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 18px rgba(20, 35, 29, 0.05);
}

.service-preview-rail .is-active {
  width: 58px;
  opacity: 1;
  transform: translateX(-6px) scale(1.04);
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 10px 28px rgba(var(--service-accent-rgb), 0.18);
}

.service-preview-scene-design {
  background:
    radial-gradient(circle at 84% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 242, 0.92));
}

.service-scene-design-header,
.service-scene-solution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.service-scene-fake-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.06);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: rgba(20, 35, 29, 0.64);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.service-scene-fake-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.96), rgba(var(--service-accent-rgb), 0.92));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.08);
}

.service-scene-tab-strip {
  display: flex;
  gap: 8px;
}

.service-scene-tab-strip span {
  display: block;
  width: 44px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-tab-strip .is-active {
  width: 72px;
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.84));
}

.service-preview-scene-design .service-scene-hero {
  margin-top: 16px;
  align-items: stretch;
}

.service-preview-scene-design .service-scene-lines {
  gap: 12px;
  padding: 20px;
  border-radius: 28px;
  box-shadow: 0 18px 28px rgba(var(--service-accent-rgb), 0.12);
}

.service-scene-kicker {
  width: 96px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-scene-cta-row {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.service-scene-cta-row span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.service-scene-cta-row .is-cta {
  width: 88px;
  background: rgba(255, 255, 255, 0.92);
}

.service-scene-cta-row .is-ghost {
  flex: 1;
}

.service-preview-scene-design .service-scene-card {
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 22px rgba(20, 35, 29, 0.05);
}

.service-scene-card-header {
  width: 72px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-visual {
  min-height: 76px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.24), rgba(var(--service-accent-rgb), 0.16));
}

.service-scene-card-meta {
  display: grid;
  gap: 8px;
}

.service-scene-card-meta span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-meta .is-short {
  width: 58%;
}

.service-preview-scene-design .service-scene-grid {
  grid-template-columns: 1.12fr repeat(2, minmax(0, 0.94fr));
  margin-top: 14px;
}

.service-scene-grid-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 124px;
  padding: 16px 14px;
  border-radius: 24px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-grid-card.is-large {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 243, 0.94));
}

.service-scene-card-dot {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-card-lines {
  display: grid;
  gap: 8px;
}

.service-scene-card-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-card-lines .is-long {
  width: 84%;
}

.service-scene-card-lines .is-short {
  width: 60%;
}

.service-preview-scene-design .service-scene-footer {
  margin-top: 14px;
}

.service-preview-scene-hosting {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--service-accent-alt-rgb), 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 243, 0.93));
}

.service-preview-scene-hosting .service-scene-status {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-hosting .service-scene-pill {
  gap: 8px;
}

.service-scene-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-hosting .service-scene-stat-grid {
  margin-top: 12px;
}

.service-preview-scene-hosting .service-scene-stat {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-hosting-progress {
  margin-top: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
}

.service-scene-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(20, 35, 29, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-scene-progress-head strong {
  color: rgb(var(--service-accent-rgb));
  font-size: 0.84rem;
  letter-spacing: 0;
}

.service-scene-progress-track {
  height: 14px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
  overflow: hidden;
}

.service-scene-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.92), rgba(var(--service-accent-alt-rgb), 0.86));
}

.service-scene-hosting-checklist {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.service-scene-checkitem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.74);
}

.service-scene-checkitem span {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.08);
  flex: none;
}

.service-scene-checkitem.is-done span {
  background: rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-checkitem.is-done span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
}

.service-scene-checkitem em {
  color: rgba(20, 35, 29, 0.72);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.service-preview-scene-software {
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--service-accent-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 241, 0.93));
}

.service-scene-software-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.service-scene-software-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 22px;
  background: rgba(26, 37, 34, 0.95);
  box-shadow: 0 16px 28px rgba(20, 35, 29, 0.16);
}

.service-scene-software-sidebar span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.service-scene-software-sidebar .is-active {
  height: 42px;
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-software-main {
  display: grid;
  gap: 14px;
}

.service-preview-scene-software .service-scene-software-top {
  margin-top: 0;
}

.service-preview-scene-software .service-scene-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 126px;
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.service-scene-panel-lines {
  display: grid;
  gap: 10px;
}

.service-scene-panel-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-panel-lines .is-long {
  width: 66%;
}

.service-scene-panel-lines .is-short {
  width: 34%;
}

.service-scene-panel-metric {
  width: 92px;
  height: 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
}

.service-preview-scene-software .service-scene-panel-stack span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-scene-software-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 0.92fr;
  gap: 12px;
}

.service-scene-table-card,
.service-scene-activity-card {
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.service-scene-table-card {
  display: grid;
  gap: 10px;
}

.service-scene-table-row {
  display: grid;
  grid-template-columns: 30px 1fr 68px;
  align-items: center;
  gap: 10px;
}

.service-scene-table-row span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-table-row .is-key {
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.8));
}

.service-scene-activity-card {
  display: grid;
  gap: 12px;
}

.service-scene-activity-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-scene-activity-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
  flex: none;
}

.service-scene-activity-copy {
  display: grid;
  gap: 8px;
  flex: 1;
}

.service-scene-activity-copy span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-activity-copy .is-short {
  width: 58%;
}

.service-preview-scene-solutions {
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 20%),
    radial-gradient(circle at 18% 76%, rgba(var(--service-accent-rgb), 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 242, 0.93));
}

.service-preview-scene-solutions .service-scene-solution-map {
  grid-template-columns: minmax(0, 1.02fr) 0.88fr;
  margin-top: 14px;
}

.service-preview-scene-solutions .service-solution-node {
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-solutions .service-solution-node.is-core {
  min-height: 164px;
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.service-scene-solution-hero {
  display: grid;
  gap: 10px;
}

.service-scene-solution-hero span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-solution-hero .is-wide {
  width: 70%;
}

.service-scene-solution-hero .is-short {
  width: 44%;
}

.service-scene-solution-actions {
  display: flex;
  gap: 10px;
}

.service-scene-solution-actions span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  flex: 1;
}

.service-scene-solution-actions .is-website {
  flex: 0 0 84px;
  background: rgba(255, 255, 255, 0.84);
}

.service-scene-solution-actions .is-cta {
  flex: 0 0 104px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-solution-node.is-side {
  min-height: 164px;
  background: rgba(255, 255, 255, 0.82);
}

.service-scene-solution-stats {
  display: grid;
  gap: 10px;
  height: 100%;
}

.service-scene-solution-stats span {
  display: block;
  height: 38px;
  border-radius: 16px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-stats .is-active {
  height: 60px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.82));
}

.service-preview-scene-solutions .service-solution-node.is-wide {
  min-height: 112px;
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.service-scene-solution-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-scene-solution-mix span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(20, 35, 29, 0.66);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-scene-solution-support {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

.service-scene-solution-support span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-support .is-primary {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-scene-solution-links {
  margin-top: 14px;
}

.service-preview-scene-solutions .service-scene-solution-links span:first-child {
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.72), rgba(var(--service-accent-rgb), 0.62));
}

@keyframes serviceFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hostingSweep {
  from {
    opacity: 0.4;
    transform: scaleX(0.45);
    transform-origin: left center;
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-lines,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid span,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-overlay,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-captionline,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-status,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-stat,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-hosting-progress,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-checkitem,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-overlay,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-captionline,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel-stack span,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-software-sidebar,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-table-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-activity-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-overlay,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-captionline,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-solution-node,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-mix span,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-links span,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-overlay,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-captionline {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-bars span {
  animation: hostingSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 860px) {
  .service-word::before {
    display: none;
  }

  .service-word,
  .service-word.is-active {
    transform: none;
  }

  .service-word-outline {
    opacity: 0.32;
    filter: none;
  }

  .service-copy-panels {
    min-height: 198px;
  }
}

@media (max-width: 640px) {
  .service-copy-panels {
    min-height: 210px;
  }

  .service-copy-panel h3 {
    font-size: 1.12rem;
  }

  .service-copy-panel p {
    font-size: 0.8rem;
  }
}

/* Service showcase redesign */
.service-showcase-interactive {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 690px;
  border-radius: 44px 138px 44px 44px;
  overflow: hidden;
}

.service-hover-board {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 44px 22px 40px 44px;
}

.service-board-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-board-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-word-stage {
  position: relative;
  min-height: 352px;
  margin-top: 4px;
}

.service-word-stage::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 18px;
  left: 36px;
  width: 1px;
  background: linear-gradient(180deg, rgba(20, 35, 29, 0.14), rgba(20, 35, 29, 0.02));
}

.service-word-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), transparent 34%),
    rgba(20, 35, 29, 0.96);
  box-shadow:
    0 20px 40px rgba(20, 35, 29, 0.22),
    0 0 0 10px rgba(255, 255, 255, 0.72);
  transition: transform 320ms ease;
  pointer-events: none;
}

.service-showcase-interactive[data-service-active="design"] .service-word-orbit {
  transform: translate(12px, 46px);
}

.service-showcase-interactive[data-service-active="hosting"] .service-word-orbit {
  transform: translate(152px, 118px);
}

.service-showcase-interactive[data-service-active="software"] .service-word-orbit {
  transform: translate(48px, 196px);
}

.service-showcase-interactive[data-service-active="solutions"] .service-word-orbit {
  transform: translate(176px, 274px);
}

.service-word {
  position: absolute;
  display: grid;
  gap: 6px;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.service-word-design {
  top: 4px;
  left: 28px;
}

.service-word-hosting {
  top: 78px;
  left: 136px;
}

.service-word-software {
  top: 160px;
  left: 28px;
}

.service-word-solutions {
  top: 238px;
  left: 112px;
}

.service-word-small {
  color: rgba(20, 35, 29, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.service-word-outline {
  display: block;
  color: transparent;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1.4px rgba(20, 35, 29, 0.5);
  transition:
    color 220ms ease,
    -webkit-text-stroke-color 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.service-word:hover .service-word-small,
.service-word:focus-visible .service-word-small,
.service-word.is-active .service-word-small {
  color: var(--brand-deep);
  transform: translateX(8px);
}

.service-word:hover .service-word-outline,
.service-word:focus-visible .service-word-outline,
.service-word.is-active .service-word-outline {
  color: rgba(20, 35, 29, 0.92);
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.92);
  transform: translateX(8px);
}

.service-word:focus-visible {
  outline: none;
}

.service-copy-panels {
  min-height: 214px;
  margin-top: auto;
}

.service-copy-panel {
  padding: 24px 24px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 32px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-copy-panel h3 {
  margin: 0 0 12px;
  max-width: 18ch;
  font-size: clamp(1.55rem, 2.3vw, 2.08rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.service-copy-panel p {
  max-width: 38ch;
  font-size: 0.96rem;
  line-height: 1.72;
}

.service-copy-tags {
  margin-top: 18px;
}

.service-stage-visual {
  padding: 40px 42px 42px 8px;
}

.service-preview-stage {
  min-height: 536px;
}

.service-preview-card {
  inset: 16px 0 0 0;
}

.service-preview-card-design {
  transform: translateY(24px) rotate(-2.1deg) scale(0.98);
}

.service-preview-card-hosting {
  transform: translateY(24px) rotate(1.7deg) scale(0.98);
}

.service-preview-card-software {
  transform: translateY(24px) rotate(-1.2deg) scale(0.98);
}

.service-preview-card-solutions {
  transform: translateY(24px) rotate(1.4deg) scale(0.98);
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design {
  transform: rotate(-2.1deg);
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting {
  transform: rotate(1.7deg);
}

.service-showcase-interactive[data-service-active="software"] .service-preview-card-software {
  transform: rotate(-1.2deg);
}

.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
  transform: rotate(1.4deg);
}

.service-preview-frame {
  position: relative;
  padding: 18px 64px 20px 16px;
}

.service-preview-frame::before,
.service-preview-frame::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 35, 29, 0.04);
  box-shadow: 0 18px 30px rgba(20, 35, 29, 0.08);
}

.service-preview-frame::before {
  inset: 14px 26px 8px 28px;
  opacity: 0.7;
}

.service-preview-frame::after {
  inset: 24px 18px 0 38px;
  opacity: 0.42;
}

.service-preview-paper {
  position: relative;
  z-index: 1;
  padding: 14px 14px 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 24px 38px rgba(20, 35, 29, 0.12);
}

.service-preview-media {
  position: relative;
  min-height: 374px;
  overflow: hidden;
  background: rgba(236, 241, 236, 0.9);
}

.service-preview-paper .service-preview-scene {
  min-height: 374px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-preview-overlay {
  position: absolute;
  left: 34px;
  bottom: 54px;
  z-index: 2;
  max-width: 272px;
  padding: 18px 18px 16px;
  background: rgba(20, 35, 29, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 28px rgba(20, 35, 29, 0.18);
}

.service-preview-overlay span {
  display: block;
  color: rgba(248, 234, 198, 0.94);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-preview-overlay strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.service-preview-overlay p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.6;
}

.service-preview-captionline {
  margin-top: 12px;
  color: rgba(20, 35, 29, 0.54);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-preview-rail {
  position: absolute;
  top: 18px;
  right: 16px;
  bottom: 48px;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 56px;
}

.service-preview-rail span {
  display: block;
  border-radius: 10px;
  opacity: 0.34;
  background:
    linear-gradient(135deg, rgba(216, 164, 79, 0.8), rgba(30, 122, 95, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.service-preview-rail span:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(20, 35, 29, 0.8), rgba(30, 122, 95, 0.62));
}

.service-preview-rail .is-active {
  opacity: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 12px 20px rgba(20, 35, 29, 0.16);
}

@media (max-width: 1120px) {
  .service-showcase-interactive {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-hover-board {
    padding: 38px 26px 18px;
  }

  .service-stage-visual {
    padding: 4px 26px 34px;
  }

  .service-preview-stage {
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  .service-hover-board {
    gap: 20px;
    padding: 30px 22px 14px;
  }

  .service-board-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-word-stage {
    display: grid;
    gap: 12px;
    min-height: 0;
    margin-top: 0;
  }

  .service-word-stage::before,
  .service-word-orbit {
    display: none;
  }

  .service-word,
  .service-word-design,
  .service-word-hosting,
  .service-word-software,
  .service-word-solutions {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 24px;
    border: 1px solid rgba(20, 35, 29, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 24px rgba(20, 35, 29, 0.05);
  }

  .service-word-small,
  .service-word:hover .service-word-small,
  .service-word:focus-visible .service-word-small,
  .service-word.is-active .service-word-small {
    transform: none;
  }

  .service-word-outline {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }

  .service-word:hover .service-word-outline,
  .service-word:focus-visible .service-word-outline,
  .service-word.is-active .service-word-outline {
    transform: none;
  }

  .service-word.is-active {
    border-color: rgba(30, 122, 95, 0.2);
    box-shadow: 0 20px 28px rgba(20, 35, 29, 0.08);
  }

  .service-copy-panels {
    min-height: 230px;
  }

  .service-copy-panel {
    padding: 20px 20px 18px;
  }

  .service-copy-panel h3 {
    font-size: 1.62rem;
  }

  .service-stage-visual {
    padding: 0 22px 28px;
  }

  .service-preview-stage {
    min-height: 432px;
  }

  .service-preview-card,
  .service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
  .service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
  .service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
  .service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
    transform: none;
  }

  .service-preview-frame {
    padding: 12px 44px 16px 12px;
  }

  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 300px;
  }

  .service-preview-overlay {
    left: 24px;
    bottom: 42px;
    max-width: 236px;
    padding: 14px 14px 13px;
  }

  .service-preview-overlay strong {
    font-size: 1.16rem;
  }

  .service-preview-rail {
    right: 12px;
    width: 38px;
  }
}

@media (max-width: 640px) {
  .service-showcase-interactive {
    border-radius: 28px 52px 28px 28px;
  }

  .service-hover-board {
    padding: 24px 18px 12px;
  }

  .service-board-meta p {
    font-size: 0.67rem;
    letter-spacing: 0.1em;
  }

  .service-word {
    padding: 12px 14px;
    border-radius: 20px;
  }

  .service-word-small {
    font-size: 0.64rem;
  }

  .service-word-outline {
    font-size: clamp(2rem, 11vw, 3rem);
    -webkit-text-stroke-width: 1px;
  }

  .service-copy-panels {
    min-height: 254px;
  }

  .service-copy-panel {
    padding: 18px 16px 16px;
    border-radius: 22px;
  }

  .service-copy-panel h3 {
    font-size: 1.42rem;
  }

  .service-copy-panel p {
    font-size: 0.88rem;
  }

  .service-copy-tags span {
    min-height: 32px;
    font-size: 0.7rem;
  }

  .service-stage-visual {
    padding: 0 18px 22px;
  }

  .service-preview-stage {
    min-height: 364px;
  }

  .service-preview-frame {
    padding: 10px 14px 14px 10px;
  }

  .service-preview-frame::before,
  .service-preview-frame::after,
  .service-preview-rail {
    display: none;
  }

  .service-preview-paper {
    padding: 10px 10px 14px;
  }

  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-overlay {
    left: 18px;
    right: 18px;
    bottom: 34px;
    max-width: none;
    padding: 12px 12px 11px;
  }

  .service-preview-overlay strong {
    font-size: 1.02rem;
  }

  .service-preview-overlay p,
  .service-preview-captionline {
    font-size: 0.72rem;
  }
}

/* =========================================================
   TRIZEN HERO - APPLE-LEVEL OVERRIDE
   Paste this at the END of styles.css
   ========================================================= */

/* softer section atmosphere */
.hero,
.hero-section {
  position: relative;
  width: 100vw;
  min-height: calc(100vh - 24px);
  margin-left: calc(50% - 50vw);
  padding: 0 0 48px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.12), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(30, 122, 95, 0.10), transparent 26%),
    linear-gradient(180deg, #f7f3ea 0%, #f3f0e7 42%, #f6f4ee 100%);
}

/* calm ambient glow */
.hero::before,
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(216, 164, 79, 0.10), transparent 18%),
    radial-gradient(circle at 76% 34%, rgba(30, 122, 95, 0.10), transparent 22%);
  filter: blur(10px);
  opacity: 0.56;
}

/* better hero card */
.hero-copy,
.hero-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: min(1220px, calc(100vw - 40px));
  min-height: clamp(500px, 58vh, 600px);
  margin: 44px auto 0;
  padding: 40px clamp(28px, 4.6vw, 72px) 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: calc(var(--radius-xl) + 8px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 18px 40px rgba(25, 38, 31, 0.05),
    0 36px 95px rgba(25, 38, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  animation: none;
  translate: none;
}

.hero-copy::before,
.hero-card::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 40%, rgba(30, 122, 95, 0.08), transparent 18%),
    radial-gradient(circle at 72% 52%, rgba(216, 164, 79, 0.08), transparent 16%);
  filter: blur(26px);
}

.hero-copy > *,
.hero-card > * {
  position: relative;
  z-index: 1;
}

/* reduce left content width slightly for better balance */
.hero-copy h1,
.hero-copy .hero-text,
.hero-copy .hero-actions,
.hero-card h1,
.hero-card .hero-text,
.hero-card .hero-actions {
  max-width: min(560px, 100%);
}

/* headline refinement */
h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.9rem, 5.8vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hero-title-primary {
  color: #10231d;
}

.hero-title-bridge {
  margin: 10px 0 6px;
  padding-left: 0.48em;
  color: rgba(16, 35, 29, 0.62);
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(90deg, #1b6d55 0%, #3a8a67 35%, #c29a47 100%);
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: titleGlow 8s ease-in-out infinite;
}

.hero-title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 6%;
  bottom: -12px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(30, 122, 95, 0.08),
    rgba(216, 164, 79, 0.22),
    rgba(30, 122, 95, 0.06)
  );
  z-index: -1;
}

.hero-title-accent::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  transform: translateX(-130%);
  animation: titleSweep 6.4s ease-in-out infinite;
  pointer-events: none;
}

/* paragraph cleaner */
.hero-text {
  margin: 24px 0 0;
  max-width: 56ch;
  font-size: 1.04rem;
  line-height: 1.8;
  color: rgba(16, 35, 29, 0.62);
}

/* buttons more premium */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #1b5f48 0%, #2c7d5c 55%, #0f5a45 100%);
  box-shadow:
    0 12px 30px rgba(30, 122, 95, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(20, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

/* credibility strip cards softer */
.hero-proof article {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(20, 34, 29, 0.05);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.68);
  overflow: hidden;
}

/* =========================================================
   HERO RIGHT-SIDE CORE NETWORK
   ========================================================= */

.hero-core-network {
  position: absolute;
  top: 34px;
  right: clamp(28px, 4vw, 62px);
  bottom: 118px;
  width: min(34%, 340px);
  min-height: 300px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.92;
}

/* calm focus glow behind mini card */
.hero-core-network::before {
  content: "";
  position: absolute;
  inset: 6% 2% 6% 4%;
  border-radius: 50px;
  background:
    radial-gradient(circle at 56% 48%, rgba(216,164,79,0.12), transparent 14%),
    radial-gradient(circle at 54% 48%, rgba(30,122,95,0.10), transparent 24%);
  filter: blur(18px);
  opacity: 0.7;
}

.hero-core-network::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

/* hide extra old noisy pieces */
.hero-core-panel,
.hero-core-panel-top,
.hero-core-panel-side,
.hero-core-panel-bottom,
.hero-core-edge-node,
.hero-core-line-7,
.hero-core-line-9,
.hero-core-node-3,
.hero-core-node-5,
.hero-core-node-6,
.hero-core-bridge-right,
.hero-core-bridge-bottom {
  display: none !important;
}

/* bridge from top into mini card */
.hero-core-bridge-top {
  display: block !important;
  position: absolute;
  top: 17%;
  left: 46%;
  width: 2px;
  height: 12%;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(212, 169, 79, 0.20);
  box-shadow: 0 0 8px rgba(212, 169, 79, 0.08);
}

.hero-core-bridge-top::before,
.hero-core-bridge-top::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-core-bridge-top::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(212,169,79,0.30), rgba(47,111,85,0.16));
}

.hero-core-bridge-top::after {
  left: -2px;
  width: 6px;
  height: 58px;
  background: linear-gradient(180deg, transparent, rgba(248,238,204,0.88), rgba(219,190,123,0.92), transparent);
  box-shadow:
    0 0 10px rgba(212,169,79,0.30),
    0 0 18px rgba(212,169,79,0.10);
  animation: heroMotherboardPulseY 6s linear infinite;
}

/* clean lines */
.hero-core-line {
  position: absolute;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0.78;
  box-shadow: none;
}

.hero-core-line-h {
  height: 2px;
}

.hero-core-line-v {
  width: 2px;
}

.hero-core-line-major.hero-core-line-h {
  height: 2.5px;
}

.hero-core-line-major.hero-core-line-v {
  width: 2.5px;
}

.hero-core-line-minor.hero-core-line-h {
  height: 1.5px;
  opacity: 0.48;
}

.hero-core-line-minor.hero-core-line-v {
  width: 1.5px;
  opacity: 0.48;
}

.hero-core-line::before,
.hero-core-line::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.hero-core-line::before {
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(47,111,85,0.06),
    rgba(212,169,79,0.16),
    rgba(47,111,85,0.10)
  );
}

.hero-core-line-v::before {
  background: linear-gradient(
    180deg,
    rgba(47,111,85,0.06),
    rgba(212,169,79,0.16),
    rgba(47,111,85,0.10)
  );
}

.hero-core-line-h::after {
  top: -2px;
  width: 56px;
  height: 6px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.82), rgba(115, 186, 154, 0.72), transparent);
  box-shadow:
    0 0 10px rgba(115, 186, 154, 0.20),
    0 0 18px rgba(115, 186, 154, 0.08);
  animation: heroMotherboardPulseX 5.4s linear infinite;
}

.hero-core-line-v::after {
  left: -2px;
  width: 6px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.82), rgba(115, 186, 154, 0.72), transparent);
  box-shadow:
    0 0 10px rgba(115, 186, 154, 0.20),
    0 0 18px rgba(115, 186, 154, 0.08);
  animation: heroMotherboardPulseY 5.7s linear infinite;
}

.hero-core-line.gold::before {
  background: linear-gradient(
    90deg,
    rgba(215,184,90,0.04),
    rgba(215,184,90,0.18),
    rgba(104,162,139,0.12)
  );
}

.hero-core-line.gold.hero-core-line-v::before {
  background: linear-gradient(
    180deg,
    rgba(215,184,90,0.04),
    rgba(215,184,90,0.18),
    rgba(104,162,139,0.12)
  );
}

.hero-core-line.gold.hero-core-line-h::after {
  background: linear-gradient(90deg, transparent, rgba(248,238,204,0.88), rgba(219,190,123,0.92), transparent);
  box-shadow:
    0 0 10px rgba(212,169,79,0.26),
    0 0 18px rgba(212,169,79,0.10);
}

.hero-core-line.gold.hero-core-line-v::after {
  background: linear-gradient(180deg, transparent, rgba(248,238,204,0.88), rgba(219,190,123,0.92), transparent);
  box-shadow:
    0 0 10px rgba(212,169,79,0.26),
    0 0 18px rgba(212,169,79,0.10);
}

/* cleaner positions */
.hero-core-line-1 {
  display: block !important;
  top: 16%;
  left: 4%;
  width: 20%;
}

.hero-core-line-2 {
  display: block !important;
  top: 16%;
  left: 24%;
  width: 22%;
}

.hero-core-line-3 {
  display: block !important;
  top: 2%;
  left: 24%;
  height: 14%;
}

.hero-core-line-4 {
  display: block !important;
  top: 68%;
  left: 24%;
  width: 44%;
}

.hero-core-line-5 {
  display: block !important;
  top: 46%;
  left: 4%;
  width: 20%;
}

.hero-core-line-6 {
  display: block !important;
  top: 16%;
  left: 68%;
  width: 18%;
}

.hero-core-line-8 {
  display: block !important;
  top: 72%;
  left: 24%;
  height: 18%;
}

/* nodes */
.hero-core-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #e0c878 0%, #6fae95 60%, rgba(111,174,149,0) 80%);
  box-shadow:
    0 0 10px rgba(111,174,149,0.32),
    0 0 18px rgba(224,200,120,0.20);
  animation: heroMotherboardNodePulse 4.8s ease-in-out infinite;
}

.hero-core-node.gold {
  background: radial-gradient(circle, rgba(249,233,173,0.98) 0%, rgba(212,169,79,0.86) 45%, rgba(111,174,149,0.30) 72%, rgba(111,174,149,0) 86%);
}

.hero-core-node-1 {
  display: block !important;
  top: calc(16% - 5px);
  left: calc(24% - 5px);
}

.hero-core-node-2 {
  display: block !important;
  top: calc(16% - 5px);
  left: calc(46% - 5px);
}

.hero-core-node-4 {
  display: block !important;
  top: calc(16% - 5px);
  left: calc(68% - 5px);
}

/* mini chip card */
.hero-core-chip {
  position: absolute;
  top: 24%;
  left: 50%;
  width: clamp(176px, 16vw, 206px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(244,240,229,0.68)),
    radial-gradient(circle at 50% 50%, rgba(212,169,79,0.12), transparent 52%);
  border: 1px solid rgba(255,255,255,0.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    inset 0 0 40px rgba(255,255,255,0.20),
    0 18px 36px rgba(47,111,85,0.08),
    0 8px 22px rgba(20,35,29,0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-core-chip::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  border: 1px solid rgba(47,111,85,0.08);
  background:
    radial-gradient(circle at 50% 48%, rgba(47,111,85,0.08), transparent 34%),
    radial-gradient(circle at 50% 48%, rgba(212,169,79,0.10), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.20), rgba(255,255,255,0));
}

.hero-core-chip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 42%;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(212,169,79,0.16), rgba(47,111,85,0.10) 48%, transparent 78%),
    rgba(255,255,255,0.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.34),
    0 0 18px rgba(212,169,79,0.10);
}

.hero-core-chip-kicker,
.hero-core-chip-bar,
.hero-core-chip-grid,
.hero-core-chip-node {
  position: absolute;
  display: block;
  z-index: 1;
}

.hero-core-chip-kicker {
  top: 18px;
  left: 20px;
  width: 42px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47,111,85,0.16);
}

.hero-core-chip-bar {
  left: 20px;
  height: 7px;
  border-radius: 999px;
  background: rgba(47,111,85,0.14);
}

.hero-core-chip-bar-long {
  top: 46px;
  width: 58px;
}

.hero-core-chip-bar-mid {
  display: block;
  top: 68px;
  width: 46px;
  opacity: 0.54;
}

.hero-core-chip-bar-short,
.hero-core-chip-grid-c,
.hero-core-chip-grid-d {
  display: none !important;
}

.hero-core-chip-grid {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
  border: 1px solid rgba(47,111,85,0.05);
}

.hero-core-chip-grid-a {
  right: 18px;
  top: 56px;
}

.hero-core-chip-grid-b {
  right: 18px;
  top: 84px;
}

.hero-core-chip-node {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.12);
}

.hero-core-chip-node-green {
  top: 22px;
  right: 24px;
  background: rgba(47,111,85,0.62);
}

.hero-core-chip-node-gold {
  bottom: 24px;
  left: 24px;
  background: rgba(212,169,79,0.70);
}

/* =========================================================
   BACKGROUND MOTHERBOARD - FADED, NOT COMPETING
   ========================================================= */

.motherboard-bg {
  position: absolute;
  inset: -10% -8% -14% -6%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  transform: scale(1.08);
  transform-origin: center center;
}

.motherboard-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 76%, rgba(47,111,85,0.07), transparent 18%),
    radial-gradient(circle at 14% 24%, rgba(212,169,79,0.07), transparent 16%),
    radial-gradient(circle at 72% 44%, rgba(47,111,85,0.11), transparent 20%),
    radial-gradient(circle at 84% 72%, rgba(212,169,79,0.09), transparent 16%);
  filter: blur(20px);
}

.motherboard-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

/* fade noisy old elements */
.trace,
.corner {
  background: rgba(47,111,85,0.22);
  box-shadow: 0 0 8px rgba(47,111,85,0.03);
  opacity: 0.56;
}

.trace.gold,
.node.gold,
.corner.gold {
  background: rgba(212,169,79,0.24);
  box-shadow: 0 0 8px rgba(212,169,79,0.04);
}

.trace.major,
.corner.gold {
  opacity: 0.22;
}

.trace.minor,
.corner {
  opacity: 0.10;
}

.node {
  width: 14px;
  height: 14px;
  background: rgba(47,111,85,0.30);
  box-shadow:
    0 0 0 8px rgba(255,255,255,0.05),
    0 0 10px rgba(47,111,85,0.08),
    0 0 18px rgba(47,111,85,0.04);
  animation: heroMotherboardNodePulse 4s ease-in-out infinite;
  opacity: 0.24;
}

.chip {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow:
    inset 0 0 20px rgba(255,255,255,0.06),
    0 8px 20px rgba(0,0,0,0.02);
  backdrop-filter: blur(6px);
  opacity: 0.05;
}

/* =========================================================
   METRIC / BOTTOM CARDS
   ========================================================= */

.hero-proof,
.hero-credibility-strip,
.metric-grid {
  position: relative;
  z-index: 1;
}

.hero-proof article,
.metric-grid > *,
.hero-copy .hero-credibility-strip > *,
.hero-card .hero-credibility-strip > * {
  background: rgba(255,255,255,0.50);
  border: 1px solid rgba(20,35,29,0.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.72),
    0 10px 24px rgba(25,38,31,0.03);
  backdrop-filter: blur(10px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .hero-copy,
  .hero-card {
    width: min(1220px, calc(100vw - 28px));
    margin-top: 44px;
    padding: 34px 28px 26px;
  }

  .hero-core-network {
    right: 24px;
    width: min(34%, 310px);
    bottom: 132px;
    opacity: 0.84;
  }
}

@media (max-width: 980px) {
  .hero-copy,
  .hero-card {
    min-height: auto;
    margin-top: 34px;
    padding-bottom: 26px;
  }

  .hero-core-network {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 320px);
    min-height: 280px;
    margin: 28px auto 0;
    align-self: center;
    opacity: 0.82;
  }

  .hero-copy h1,
  .hero-copy .hero-text,
  .hero-copy .hero-actions,
  .hero-card h1,
  .hero-card .hero-text,
  .hero-card .hero-actions {
    max-width: 100%;
  }

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

@media (max-width: 720px) {
  .hero,
  .hero-section {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero-copy,
  .hero-card {
    width: calc(100vw - 20px);
    margin-top: 26px;
    padding: 22px 18px 20px;
    border-radius: 26px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  h1 {
    font-size: clamp(2.35rem, 10.4vw, 3.55rem);
    line-height: 0.94;
  }

  .hero-title-bridge {
    margin: 8px 0 4px;
    padding-left: 0.38em;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .button {
    min-height: 50px;
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-core-network {
    width: min(100%, 280px);
    min-height: 244px;
    margin-top: 20px;
    opacity: 0.72;
  }

  .hero-core-chip {
    width: 156px;
    border-radius: 32px;
  }

  .hero-core-chip::before {
    inset: 14px;
    border-radius: 24px;
  }

  .hero-core-chip::after {
    border-radius: 22px;
  }

  .motherboard-bg {
    opacity: 0.22;
    transform: scale(1.03);
  }
}

/* Disabled legacy hero override
.hero-copy.hero-card {
  min-height: clamp(560px, 66vh, 680px);
  padding: 56px clamp(28px, 4.6vw, 72px) 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: calc(var(--radius-xl) + 8px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 34px 90px rgba(50, 60, 45, 0.1),
    0 12px 28px rgba(50, 60, 45, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.hero-copy.hero-card::before {
  content: none;
}

.hero-copy.hero-card h1,
.hero-copy.hero-card .hero-text,
.hero-copy.hero-card .hero-actions {
  max-width: min(590px, 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 65% 40%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.8) 70%, #f7f6f2 100%);
  pointer-events: none;
  z-index: 1;
}

.motherboard-bg {
  opacity: 0.5;
}

.trace,
.corner {
  background: rgba(47, 111, 85, 0.38);
  box-shadow: 0 0 10px rgba(47, 111, 85, 0.04);
  opacity: 0.2;
}

.trace.gold,
.node.gold,
.corner.gold {
  background: rgba(212, 169, 79, 0.42);
  box-shadow: 0 0 10px rgba(212, 169, 79, 0.05);
}

.trace.major,
.corner.gold {
  opacity: 0.3;
}

.trace.minor,
.corner {
  opacity: 0.14;
}

.trace::before {
  display: block;
}

.corner {
  display: block;
}

.t4,
.t7,
.t8,
.t11 {
  display: block;
}

.node {
  width: 16px;
  height: 16px;
  background: rgba(47, 111, 85, 0.5);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 0 14px rgba(47, 111, 85, 0.18),
    0 0 28px rgba(47, 111, 85, 0.08);
  animation: heroMotherboardNodePulse 3s ease-in-out infinite;
  opacity: 0.34;
}

.chip {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.1),
    0 14px 36px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(8px);
  opacity: 0.08;
}

.chip1 {
  top: 138px;
  right: 160px;
  width: 190px;
  height: 128px;
  border-radius: 22px;
  opacity: 0.12;
}

.chip2 {
  top: 388px;
  right: 250px;
  width: 138px;
  height: 138px;
  border-radius: 28px;
  opacity: 0.06;
}

.chip3 {
  right: 138px;
  bottom: 120px;
  width: 290px;
  height: 82px;
  border-radius: 20px;
  opacity: 0.06;
}

/* Reference-inspired styling only for the hero core */
.hero-core-network {
  top: 46px;
  right: clamp(28px, 4vw, 62px);
  bottom: 146px;
  width: min(35%, 348px);
  min-height: 300px;
  opacity: 0.82;
}

.hero-core-network::before {
  inset: 1% 0 4% 0;
  border-radius: 52px;
  background:
    radial-gradient(circle at 56% 49%, rgba(255, 255, 255, 0.58), transparent 22%),
    radial-gradient(circle at 56% 49%, rgba(212, 169, 79, 0.14), transparent 12%),
    radial-gradient(circle at 55% 52%, rgba(47, 111, 85, 0.1), transparent 22%);
  filter: blur(16px);
  opacity: 0.88;
}

.hero-core-network::after {
  content: "";
  display: block;
  position: absolute;
  inset: 18% 10% 14% 22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 179, 154, 0.18), rgba(217, 192, 109, 0.12), transparent 70%);
  filter: blur(34px);
  opacity: 0.72;
  pointer-events: none;
}

.hero-core-line,
.hero-core-bridge {
  background: rgba(220, 214, 200, 0.72);
  box-shadow:
    0 0 10px rgba(248, 246, 241, 0.82),
    0 0 20px rgba(220, 214, 200, 0.18);
  opacity: 0.84;
}

.hero-core-line.gold,
.hero-core-bridge.gold,
.hero-core-node.gold,
.hero-core-edge-node.gold {
  background: rgba(219, 190, 123, 0.58);
  box-shadow:
    0 0 10px rgba(248, 238, 204, 0.62),
    0 0 18px rgba(219, 190, 123, 0.18);
}

.hero-core-line::before,
.hero-core-bridge::before {
  background: linear-gradient(
    90deg,
    rgba(47,111,85,0.18),
    rgba(212,169,79,0.35),
    rgba(47,111,85,0.22));
}

.hero-core-line::after,
.hero-core-bridge::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), rgba(215, 184, 90, 0.9), transparent);
  filter: blur(1px);
  opacity: 0.82;
}

.hero-core-line-h {
  height: 1.8px;
}

.hero-core-line-v {
  width: 1.8px;
}

.hero-core-line-major.hero-core-line-h {
  height: 2.6px;
}

.hero-core-line-major.hero-core-line-v {
  width: 2.6px;
}

.hero-core-line-minor.hero-core-line-h {
  height: 1.3px;
  opacity: 0.64;
}

.hero-core-line-minor.hero-core-line-v {
  width: 1.3px;
  opacity: 0.64;
}

.hero-core-line-h::before {
  background: linear-gradient(90deg, rgba(215, 184, 90, 0), rgba(215, 184, 90, 0.18), rgba(104, 162, 139, 0.42), rgba(215, 184, 90, 0.1));
}

.hero-core-line-v::before,
.hero-core-bridge::before {
  background: linear-gradient(180deg, rgba(215, 184, 90, 0), rgba(215, 184, 90, 0.18), rgba(104, 162, 139, 0.42), rgba(215, 184, 90, 0.1));
}

.hero-core-line.gold.hero-core-line-h::before {
  background: linear-gradient(90deg, rgba(215, 184, 90, 0), rgba(215, 184, 90, 0.28), rgba(215, 184, 90, 0.54), rgba(104, 162, 139, 0.2));
}

.hero-core-line.gold.hero-core-line-v::before,
.hero-core-bridge.gold::before {
  background: linear-gradient(180deg, rgba(215, 184, 90, 0), rgba(215, 184, 90, 0.28), rgba(215, 184, 90, 0.54), rgba(104, 162, 139, 0.2));
}

.hero-core-line-h::after {
  top: -1px;
  width: 40px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    rgba(212,169,79,0.9),
    transparent
  );
  filter: blur(2px);
  opacity: 0.9;
}

.hero-core-line-v::after,
.hero-core-bridge::after {
  left: -2px;
  width: 6px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.92), rgba(215, 184, 90, 0.9), transparent);
  animation: heroMotherboardPulseY 5.1s linear infinite;
}

.hero-core-line.gold.hero-core-line-v::after,
.hero-core-bridge.gold::after,
.hero-core-bridge-top::before,
.hero-core-bridge-top::after {
  background: linear-gradient(180deg, transparent, rgba(248, 238, 204, 0.88), rgba(219, 190, 123, 0.92), transparent);
}

.hero-core-node,
.hero-core-edge-node {
  animation: heroMotherboardNodePulse 4.4s ease-in-out infinite;
}

.hero-core-node {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, #e0c878 0%, #6fae95 60%, rgba(111, 174, 149, 0) 80%);
  box-shadow:
    0 0 12px rgba(111, 174, 149, 0.5),
    0 0 20px rgba(224, 200, 120, 0.4);
}

.hero-core-edge-node {
  width: 9px;
  height: 9px;
  background: radial-gradient(circle, #e0c878 0%, #6fae95 60%, rgba(111, 174, 149, 0) 80%);
  box-shadow:
    0 0 10px rgba(111, 174, 149, 0.42),
    0 0 16px rgba(224, 200, 120, 0.28);
}

.hero-core-line-4,
.hero-core-line-7 {
  display: block;
}

.hero-core-node-3 {
  display: none;
}

.hero-core-line-1 {
  top: 16%;
  left: 2%;
  width: 22%;
}

.hero-core-line-2 {
  top: 16%;
  left: 24%;
  width: 22%;
}

.hero-core-line-3 {
  top: 2%;
  left: 24%;
  height: 14%;
}

.hero-core-line-5 {
  top: 68%;
  left: 2%;
  width: 22%;
}

.hero-core-line-6 {
  top: 16%;
  left: 70%;
  width: 20%;
}

.hero-core-line-7 {
  top: 4%;
  left: 70%;
  height: 12%;
}

.hero-core-line-8 {
  top: 68%;
  left: 24%;
  width: 48%;
}

.hero-core-line-9 {
  display: none;
}

.hero-core-line-4 {
  top: 16%;
  left: 70%;
  height: 52%;
}

.hero-core-bridge-top {
  top: 16%;
  left: 46%;
  width: 2.2px;
  height: 14%;
  background: rgba(219, 190, 123, 0.62);
  box-shadow:
    0 0 10px rgba(248, 238, 204, 0.52),
    0 0 18px rgba(219, 190, 123, 0.2);
}

.hero-core-node-1 {
  top: calc(16% - 7px);
  left: calc(24% - 7px);
}

.hero-core-node-2 {
  top: calc(16% - 6px);
  left: calc(46% - 6px);
  width: 12px;
  height: 12px;
}

.hero-core-node-4 {
  top: calc(16% - 6px);
  left: calc(70% - 6px);
  width: 12px;
  height: 12px;
}

.hero-core-node-5 {
  top: calc(68% - 7px);
  left: calc(24% - 7px);
}

.hero-core-node-6 {
  top: calc(68% - 6px);
  left: calc(70% - 6px);
  width: 12px;
  height: 12px;
}

.hero-core-node-2,
.hero-core-node-4,
.hero-core-node-6 {
  background: radial-gradient(circle, #f0d893 0%, #83b89f 56%, rgba(131, 184, 159, 0) 82%);
  box-shadow:
    0 0 12px rgba(111, 174, 149, 0.45),
    0 0 22px rgba(224, 200, 120, 0.38);
}

.hero-core-line-2,
.hero-core-bridge-top,
.hero-core-line-4,
.hero-core-line-7,
.hero-core-line-8,
.hero-core-node-2,
.hero-core-node-4,
.hero-core-node-6 {
  opacity: 0.96;
}

.hero-core-line-1,
.hero-core-line-3,
.hero-core-line-5,
.hero-core-line-6,
.hero-core-line-9,
.hero-core-node-1,
.hero-core-node-5 {
  opacity: 0.72;
}

.hero-core-line-1::after { animation-delay: 0s; }
.hero-core-line-2::after { animation-delay: 0.45s; }
.hero-core-bridge-top::after { animation-delay: 0.9s; }
.hero-core-line-6::after { animation-delay: 1.25s; }
.hero-core-line-7::after { animation-delay: 1.55s; }
.hero-core-line-5::after { animation-delay: 1.9s; }
.hero-core-line-8::after { animation-delay: 2.3s; }
.hero-core-line-4::after { animation-delay: 2.7s; }
.hero-core-line-9::after { animation-delay: 3.05s; }

.hero-core-line-6::after,
.hero-core-line-4::after {
  animation-direction: reverse;
}

.hero-core-node-1 { animation-delay: 0.2s; }
.hero-core-node-2 { animation-delay: 0.8s; }
.hero-core-node-4 { animation-delay: 1.4s; }
.hero-core-node-5 { animation-delay: 2s; }
.hero-core-node-6 { animation-delay: 2.6s; }

.hero-core-panel {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 34px rgba(20, 35, 29, 0.04);
  backdrop-filter: blur(12px);
}

.hero-core-panel-top {
  opacity: 0.58;
}

.hero-core-panel-side {
  opacity: 0.46;
}

.hero-core-panel-bottom {
  display: block;
  top: auto;
  bottom: -2%;
  left: 20%;
  width: 132px;
  height: 78px;
  border-radius: 28px;
  opacity: 0.34;
}

.hero-core-chip {
  top: 24%;
  left: 50%;
  width: clamp(184px, 16.8vw, 210px);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 245, 238, 0.64));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 34px rgba(255, 255, 255, 0.24),
    0 24px 48px rgba(186, 189, 178, 0.16),
    0 10px 22px rgba(44, 55, 42, 0.05);
  backdrop-filter: blur(14px);
}

.hero-core-chip::before {
  inset: 15px;
  border-radius: 32px;
  border: 1px solid rgba(227, 223, 214, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 50% 50%, rgba(138, 170, 156, 0.1), transparent 38%);
}

.hero-core-chip::after {
  width: 46%;
  height: 46%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 48% 42%, rgba(207, 186, 123, 0.18), transparent 42%),
    radial-gradient(circle at 54% 58%, rgba(144, 174, 161, 0.16), transparent 58%),
    rgba(250, 249, 245, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.44),
    0 0 24px rgba(210, 190, 145, 0.14);
  filter: blur(3px);
}

.hero-core-chip-kicker {
  top: 18px;
  left: 22px;
  width: 54px;
  height: 8px;
  background: rgba(133, 162, 153, 0.34);
}

.hero-core-chip-bar {
  left: 22px;
  height: 6px;
  background: rgba(142, 160, 155, 0.18);
}

.hero-core-chip-bar-long {
  top: 44px;
  width: 68px;
}

.hero-core-chip-bar-mid {
  top: 66px;
  width: 58px;
  background: rgba(216, 192, 136, 0.22);
  opacity: 0.78;
}

.hero-core-chip-node {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.hero-core-chip-node-green {
  top: 38px;
  right: 30px;
  background: rgba(88, 141, 120, 0.74);
}

.hero-core-chip-node-gold {
  bottom: 24px;
  left: 28px;
  background: rgba(214, 181, 92, 0.76);
}

.hero-core-chip-grid {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(227, 224, 216, 0.88);
  background: rgba(255, 255, 255, 0.34);
}

.hero-core-chip-grid-a {
  right: 22px;
  top: 82px;
}

.hero-core-chip-grid-b {
  right: 22px;
  top: 104px;
  opacity: 0.72;
}

@media (max-width: 1120px) {
  .hero-copy.hero-card {
    width: min(100vw - 36px, 1160px);
    min-height: 580px;
    margin-top: 72px;
    padding: 46px 40px 38px;
  }

  .hero-core-network {
    top: 42px;
    right: 26px;
    bottom: 118px;
    width: min(40%, 380px);
  }
}

@media (max-width: 860px) {
  .hero-copy.hero-card {
    width: min(100vw - 28px, 1040px);
    margin-top: 62px;
    min-height: 0;
    padding: 40px 30px 34px;
    background: rgba(255, 255, 255, 0.84);
  }

  .hero-core-network {
    display: none;
  }

  .motherboard-bg {
    opacity: 0.62;
    transform: translateX(4%) scale(0.86);
    transform-origin: right top;
  }

  .chip {
    opacity: 0.78;
  }
}

@media (max-width: 640px) {
  .hero-copy.hero-card {
    width: min(100vw - 16px, 1180px);
    min-height: 0;
    margin-top: 54px;
    padding: 28px 20px 24px;
    border-radius: calc(var(--radius-xl) + 8px);
    background: rgba(255, 255, 255, 0.84);
  }

  .motherboard-bg {
    opacity: 0.48;
    transform: translateX(6%) scale(0.76);
    transform-origin: right top;
  }

  .chip {
    display: none;
  }
}

*/
/* Reference-inspired soft hero refinement
.hero-copy.hero-card {
  min-height: clamp(620px, 72vh, 720px);
  padding: 60px clamp(28px, 4.8vw, 78px) 38px;
  border-color: rgba(255, 255, 255, 0.98);
  border-radius: 42px;
  background:
    radial-gradient(circle at 72% 46%, rgba(214, 189, 120, 0.12), transparent 12%),
    radial-gradient(circle at 66% 45%, rgba(113, 154, 138, 0.1), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(251, 248, 241, 0.93) 52%, rgba(243, 239, 230, 0.88));
  box-shadow:
    0 42px 96px rgba(158, 160, 145, 0.16),
    0 18px 40px rgba(44, 55, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -24px 42px rgba(244, 240, 232, 0.44);
}

.hero-copy.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 255, 255, 0.86), transparent 18%),
    radial-gradient(circle at 80% 46%, rgba(196, 177, 124, 0.08), transparent 11%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 34%);
}

.hero-copy.hero-card h1,
.hero-copy.hero-card .hero-text,
.hero-copy.hero-card .hero-actions {
  max-width: min(540px, 100%);
}

.hero-core-network {
  top: 40px;
  right: clamp(24px, 4vw, 60px);
  bottom: 138px;
  width: min(36%, 360px);
  opacity: 0.74;
}

.hero-core-network::before {
  inset: 3% 2% 5% 2%;
  border-radius: 54px;
  background:
    radial-gradient(circle at 54% 46%, rgba(255, 255, 255, 0.72), transparent 22%),
    radial-gradient(circle at 54% 49%, rgba(210, 184, 110, 0.12), transparent 12%),
    radial-gradient(circle at 52% 51%, rgba(129, 162, 150, 0.12), transparent 20%);
  filter: blur(20px);
  opacity: 0.9;
}

.trace,
.hero-core-line,
.hero-core-bridge {
  background: rgba(118, 154, 142, 0.2);
  box-shadow: 0 0 16px rgba(118, 154, 142, 0.06);
  opacity: 0.48;
}

.trace.gold,
.hero-core-line.gold,
.hero-core-node.gold,
.hero-core-bridge.gold,
.node.gold {
  background: rgba(214, 184, 110, 0.24);
  box-shadow: 0 0 16px rgba(214, 184, 110, 0.08);
}

.trace::before,
.hero-core-line::before,
.hero-core-bridge::before {
  display: none;
}

.corner {
  display: none;
}

.t4,
.t7,
.t8,
.t11 {
  display: none;
}

.node,
.hero-core-node,
.hero-core-edge-node {
  animation: none;
}

.node,
.hero-core-node {
  width: 12px;
  height: 12px;
  background: rgba(106, 149, 130, 0.56);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.22),
    0 0 16px rgba(106, 149, 130, 0.1);
}

.node.gold,
.hero-core-node.gold,
.hero-core-node-2.gold,
.hero-core-node-4.gold,
.hero-core-node-6.gold {
  background: rgba(214, 184, 110, 0.62);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.22),
    0 0 16px rgba(214, 184, 110, 0.12);
}

.hero-core-edge-node {
  width: 9px;
  height: 9px;
  background: rgba(106, 149, 130, 0.48);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.18),
    0 0 12px rgba(106, 149, 130, 0.08);
}

.chip,
.hero-core-panel {
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 40px rgba(189, 193, 184, 0.14);
  backdrop-filter: blur(18px);
}

.chip {
  opacity: 0.56;
}

.chip1 {
  top: 124px;
  right: 138px;
  width: 128px;
  height: 80px;
  border-radius: 24px;
}

.chip2 {
  top: 340px;
  right: 112px;
  width: 72px;
  height: 120px;
  border-radius: 28px;
  opacity: 0.42;
}

.chip3 {
  right: 188px;
  bottom: 86px;
  width: 150px;
  height: 90px;
  border-radius: 28px;
  opacity: 0.38;
}

.hero-core-panel {
  border-radius: 28px;
}

.hero-core-panel-top {
  top: 2%;
  right: 6%;
  width: 96px;
  height: 58px;
  border-radius: 24px;
  opacity: 0.66;
}

.hero-core-panel-top::before {
  left: 24px;
  bottom: -16px;
  width: 2px;
  height: 16px;
  background: rgba(214, 184, 110, 0.22);
  box-shadow: none;
}

.hero-core-panel-side {
  top: 55%;
  right: 1%;
  width: 72px;
  height: 118px;
  border-radius: 28px;
  opacity: 0.56;
}

.hero-core-panel-bottom {
  display: block;
  top: auto;
  bottom: -2%;
  left: 20%;
  width: 136px;
  height: 82px;
  border-radius: 30px;
  opacity: 0.44;
}

.hero-core-chip {
  top: 27%;
  left: 51%;
  width: clamp(186px, 17vw, 216px);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 245, 238, 0.66));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 36px rgba(255, 255, 255, 0.24),
    0 26px 54px rgba(186, 189, 178, 0.18),
    0 12px 24px rgba(44, 55, 42, 0.05);
  backdrop-filter: blur(18px);
}

.hero-core-chip::before {
  inset: 15px;
  border-radius: 32px;
  border: 1px solid rgba(225, 221, 210, 0.84);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 50% 50%, rgba(146, 174, 161, 0.12), transparent 36%);
}

.hero-core-chip::after {
  width: 46%;
  height: 46%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 48% 42%, rgba(207, 186, 123, 0.2), transparent 42%),
    radial-gradient(circle at 54% 58%, rgba(144, 174, 161, 0.16), transparent 58%),
    rgba(250, 249, 245, 0.54);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 0 28px rgba(210, 190, 145, 0.16);
  filter: blur(3px);
}

.hero-core-chip-kicker {
  top: 18px;
  left: 22px;
  width: 54px;
  height: 8px;
  background: rgba(133, 162, 153, 0.34);
}

.hero-core-chip-bar {
  left: 22px;
  height: 6px;
  background: rgba(142, 160, 155, 0.18);
}

.hero-core-chip-bar-long {
  top: 44px;
  width: 70px;
}

.hero-core-chip-bar-mid {
  top: 66px;
  width: 60px;
  background: rgba(216, 192, 136, 0.22);
  opacity: 0.8;
}

.hero-core-chip-node {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.hero-core-chip-node-green {
  top: 38px;
  right: 30px;
  background: rgba(88, 141, 120, 0.74);
}

.hero-core-chip-node-gold {
  bottom: 24px;
  left: 28px;
  background: rgba(214, 181, 92, 0.78);
}

.hero-core-chip-grid {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(227, 224, 216, 0.88);
  background: rgba(255, 255, 255, 0.36);
}

.hero-core-chip-grid-a {
  right: 22px;
  top: 82px;
}

.hero-core-chip-grid-b {
  right: 22px;
  top: 104px;
  opacity: 0.74;
}

@media (max-width: 1120px) {
  .hero-copy.hero-card {
    min-height: 590px;
    padding: 48px 40px 36px;
  }

  .hero-core-network {
    right: 20px;
    bottom: 128px;
    width: min(40%, 338px);
  }

  .chip1 {
    right: 86px;
  }

  .chip2 {
    right: 68px;
  }

  .chip3 {
    right: 134px;
    width: 132px;
  }
}

@media (max-width: 860px) {
  .hero-copy.hero-card {
    background:
      radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.62), transparent 18%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 236, 0.92));
  }

  .motherboard-bg {
    opacity: 0.52;
    transform: translateX(6%) scale(0.84);
  }

  .chip {
    opacity: 0.34;
  }
}

@media (max-width: 640px) {
  .hero-copy.hero-card {
    border-radius: 32px;
    background:
      radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.6), transparent 16%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 236, 0.93));
  }

  .motherboard-bg {
    opacity: 0.42;
    transform: translateX(8%) scale(0.78);
  }
}

*/
/* Final service preview overrides */
.service-preview-paper {
  border-radius: 32px;
  padding: 14px 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 246, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 36px 84px rgba(20, 35, 29, 0.1),
    0 12px 28px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.service-preview-paper::before {
  background:
    radial-gradient(circle at 16% 20%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(var(--service-accent-rgb), 0.14), transparent 24%);
}

.service-preview-paper::after {
  top: 16px;
  left: 20px;
  right: 20px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.92), rgba(var(--service-accent-alt-rgb), 0.82));
  box-shadow: 0 10px 24px rgba(var(--service-accent-rgb), 0.18);
}

.service-preview-media {
  min-height: 432px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(249, 251, 249, 0.96), rgba(233, 239, 235, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    inset 0 -24px 40px rgba(var(--service-accent-rgb), 0.04);
}

.service-preview-paper .service-preview-scene {
  min-height: 432px;
  padding: 22px;
  border-radius: 26px;
}

.service-preview-card-design .service-preview-scene {
  background: linear-gradient(180deg, rgba(252, 251, 247, 0.96), rgba(235, 243, 236, 0.96));
}

.service-preview-card-hosting .service-preview-scene {
  background: linear-gradient(180deg, rgba(252, 251, 246, 0.96), rgba(240, 244, 233, 0.96));
}

.service-preview-card-software .service-preview-scene {
  background: linear-gradient(180deg, rgba(247, 251, 251, 0.97), rgba(232, 239, 241, 0.96));
}

.service-preview-card-solutions .service-preview-scene {
  background: linear-gradient(180deg, rgba(251, 249, 253, 0.97), rgba(236, 241, 243, 0.96));
}

.service-preview-overlay {
  left: 34px;
  bottom: 48px;
  max-width: 236px;
  padding: 16px 18px 15px;
  background: rgba(34, 43, 39, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow:
    0 16px 36px rgba(20, 35, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.service-preview-overlay span {
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  opacity: 0.82;
}

.service-preview-overlay strong {
  font-size: 1.26rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.service-preview-overlay p {
  font-size: 0.8rem;
  line-height: 1.55;
  opacity: 0.82;
}

.service-preview-captionline {
  margin-top: 13px;
  letter-spacing: 0.17em;
}

.service-preview-rail {
  grid-template-rows: 1.12fr 0.94fr 0.88fr 1fr;
  gap: 14px;
  justify-items: end;
}

.service-preview-rail span {
  width: 54px;
  min-height: 78px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(210, 220, 216, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 14px 24px rgba(20, 35, 29, 0.06);
  opacity: 0.58;
}

.service-preview-rail .is-active {
  width: 58px;
  opacity: 1;
  transform: translateX(-6px) scale(1.03);
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 18px 32px rgba(var(--service-accent-rgb), 0.2);
}

.service-preview-scene-design,
.service-preview-scene-hosting,
.service-preview-scene-software,
.service-preview-scene-solutions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}

.service-scene-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-scene-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.14);
}

.service-scene-toolbar span:first-child {
  background: rgba(var(--service-accent-alt-rgb), 0.58);
}

.service-scene-toolbar span:nth-child(2) {
  background: rgba(var(--service-accent-rgb), 0.22);
}

.service-scene-toolbar span:last-child {
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-design-header,
.service-scene-solution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-scene-fake-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 12px 24px rgba(20, 35, 29, 0.06);
  color: rgba(20, 35, 29, 0.72);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-fake-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-tab-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 176px;
}

.service-scene-tab-strip span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-tab-strip .is-active {
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
  box-shadow: 0 10px 22px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-design .service-scene-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(192px, 0.92fr);
  gap: 18px;
}

.service-preview-scene-design .service-scene-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 178px;
  padding: 24px 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.88));
  box-shadow: 0 20px 36px rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-kicker {
  width: 102px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.service-preview-scene-design .service-scene-lines > span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.service-preview-scene-design .service-scene-lines > .is-wide {
  width: 100%;
}

.service-preview-scene-design .service-scene-lines > span:not(.is-wide):not(.is-short) {
  width: 84%;
}

.service-preview-scene-design .service-scene-lines > .is-short {
  width: 56%;
}

.service-scene-cta-row {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.service-scene-cta-row span {
  display: block;
  height: 38px;
  border-radius: 999px;
}

.service-scene-cta-row .is-cta {
  width: 122px;
  background: rgba(20, 35, 29, 0.94);
}

.service-scene-cta-row .is-ghost {
  flex: 1;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.service-preview-scene-design .service-scene-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 32px rgba(20, 35, 29, 0.08);
}

.service-scene-card-header {
  width: 92px;
  height: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.16);
}

.service-scene-card-visual {
  min-height: 112px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(var(--service-accent-rgb), 0.14), rgba(var(--service-accent-alt-rgb), 0.34));
}

.service-scene-card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-scene-card-meta span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.11);
}

.service-scene-card-meta .is-short {
  width: 56%;
}

.service-preview-scene-design .service-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-scene-grid-card {
  min-height: 96px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(20, 35, 29, 0.06);
}

.service-preview-scene-design .service-scene-grid-card.is-large {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-scene-card-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 8px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-card-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.service-scene-card-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-card-lines .is-long {
  width: 84%;
}

.service-scene-card-lines .is-short {
  width: 58%;
}

.service-scene-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.service-scene-footer span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-footer .is-cta {
  width: 118px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
}

.service-scene-footer span:not(.is-cta) {
  flex: 1;
}

.service-preview-scene-hosting .service-scene-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-scene-domain-chip,
.service-preview-scene-hosting .service-scene-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 10px 22px rgba(20, 35, 29, 0.06);
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(20, 35, 29, 0.72);
}

.service-scene-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-hosting .service-scene-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-preview-scene-hosting .service-scene-stat {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(20, 35, 29, 0.06);
}

.service-scene-stat small {
  display: block;
  color: rgba(20, 35, 29, 0.44);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.05;
}

.service-scene-hosting-progress {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 30px rgba(20, 35, 29, 0.06);
}

.service-scene-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.service-scene-progress-head span,
.service-scene-progress-head strong {
  color: rgba(20, 35, 29, 0.7);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-progress-track {
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
  overflow: hidden;
}

.service-scene-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-alt-rgb), 0.88));
  box-shadow: 0 10px 18px rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-hosting-checklist {
  display: grid;
  gap: 10px;
}

.service-scene-checkitem {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.service-scene-checkitem span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.18);
  background: rgba(255, 255, 255, 0.84);
}

.service-scene-checkitem.is-done span {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.9));
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-checkitem em {
  color: rgba(20, 35, 29, 0.7);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
}

.service-scene-software-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  flex: 1;
}

.service-scene-software-sidebar {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 10px;
  border-radius: 24px;
  background: rgba(25, 42, 36, 0.92);
  box-shadow: 0 18px 32px rgba(20, 35, 29, 0.12);
}

.service-scene-software-sidebar span {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.service-scene-software-sidebar .is-active {
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.92));
}

.service-scene-software-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-preview-scene-software .service-scene-software-top {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(132px, 0.84fr);
  gap: 14px;
}

.service-preview-scene-software .service-scene-panel,
.service-scene-table-card,
.service-scene-activity-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 28px rgba(20, 35, 29, 0.06);
}

.service-preview-scene-software .service-scene-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 118px;
  padding: 18px;
  border-radius: 24px;
}

.service-scene-panel-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.service-scene-panel-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.service-scene-panel-lines .is-long {
  width: 84%;
}

.service-scene-panel-lines .is-short {
  width: 52%;
}

.service-scene-panel-metric {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-scene-panel-stack {
  display: grid;
  gap: 14px;
}

.service-preview-scene-software .service-scene-panel-stack span {
  display: block;
  min-height: 52px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 24px rgba(20, 35, 29, 0.05);
}

.service-preview-scene-software .service-scene-panel-stack .is-warm {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.3), rgba(var(--service-accent-rgb), 0.18));
}

.service-scene-software-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(160px, 0.92fr);
  gap: 14px;
}

.service-scene-table-card {
  padding: 18px;
  border-radius: 24px;
}

.service-scene-table-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  min-height: 44px;
}

.service-scene-table-row + .service-scene-table-row {
  margin-top: 10px;
}

.service-scene-table-row span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-table-row .is-key {
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.84), rgba(var(--service-accent-alt-rgb), 0.72));
}

.service-scene-table-row .is-short {
  width: 100%;
}

.service-scene-activity-card {
  padding: 18px 16px;
  border-radius: 24px;
  display: grid;
  gap: 12px;
}

.service-scene-activity-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.service-scene-activity-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-activity-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.service-scene-activity-copy span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-activity-copy .is-short {
  width: 58%;
}

.service-preview-scene-solutions .service-scene-solution-map {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(140px, 0.84fr);
  gap: 14px;
}

.service-solution-node {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 30px rgba(20, 35, 29, 0.06);
  padding: 18px;
}

.service-solution-node.is-core {
  background: linear-gradient(150deg, rgba(var(--service-accent-rgb), 0.16), rgba(var(--service-accent-alt-rgb), 0.32));
}

.service-scene-solution-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-scene-solution-hero span {
  display: block;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-solution-hero .is-wide {
  width: 90%;
}

.service-scene-solution-hero .is-short {
  width: 56%;
}

.service-scene-solution-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.service-scene-solution-actions span {
  display: block;
  height: 38px;
  border-radius: 999px;
}

.service-scene-solution-actions .is-website {
  flex: 1.1;
  background: rgba(255, 255, 255, 0.74);
}

.service-scene-solution-actions .is-cta {
  width: 96px;
  background: rgba(20, 35, 29, 0.9);
}

.service-preview-scene-solutions .service-solution-node.is-side {
  display: flex;
  align-items: center;
}

.service-scene-solution-stats {
  display: grid;
  gap: 10px;
  width: 100%;
}

.service-scene-solution-stats span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-stats .is-active {
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-alt-rgb), 0.84));
}

.service-preview-scene-solutions .service-solution-node.is-wide {
  grid-column: 1 / -1;
}

.service-scene-solution-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-scene-solution-mix span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: rgba(20, 35, 29, 0.66);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-scene-solution-support {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.service-scene-solution-support span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-support .is-primary {
  width: 48%;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.86), rgba(var(--service-accent-alt-rgb), 0.78));
}

.service-scene-solution-support span:not(.is-primary) {
  flex: 1;
}

.service-preview-scene-solutions .service-scene-solution-links {
  display: flex;
  gap: 12px;
}

.service-preview-scene-solutions .service-scene-solution-links span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-preview-scene-solutions .service-scene-solution-links span:first-child {
  width: 34%;
}

.service-preview-scene-solutions .service-scene-solution-links span:last-child {
  width: 26%;
}

.service-scene-solution-footer {
  display: flex;
  gap: 12px;
}

.service-scene-solution-footer span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-footer .is-cta {
  width: 118px;
  background: rgba(20, 35, 29, 0.88);
}

.service-scene-solution-footer span:not(.is-cta) {
  flex: 1;
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid-card,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-hosting-progress,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-checkitem,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-software-sidebar,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-table-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-activity-card,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-mix span {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-progress-track span {
  animation: hostingSweep 920ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 860px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 320px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 18px;
  }

  .service-preview-overlay {
    left: 20px;
    bottom: 42px;
    max-width: 220px;
    padding: 14px 14px 12px;
  }

  .service-preview-overlay strong {
    font-size: 1.12rem;
  }

  .service-scene-design-header,
  .service-scene-solution-header {
    flex-wrap: wrap;
  }

  .service-preview-scene-design .service-scene-hero,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

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

  .service-preview-scene-design .service-scene-grid-card.is-large {
    grid-column: 1 / -1;
  }

  .service-scene-software-shell {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 16px;
  }

  .service-scene-fake-badge {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .service-scene-tab-strip {
    width: 100%;
  }

  .service-scene-tab-strip span {
    flex: 1;
  }

  .service-preview-scene-design .service-scene-grid,
  .service-preview-scene-hosting .service-scene-stat-grid,
  .service-preview-scene-software .service-scene-software-top,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-preview-scene-hosting .service-scene-status {
    flex-wrap: wrap;
  }

  .service-scene-software-shell {
    grid-template-columns: 1fr;
  }

  .service-scene-software-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }

  .service-scene-software-sidebar span {
    flex: 1;
    height: 12px;
  }

  .service-scene-software-sidebar .is-active {
    flex: 1.25;
    height: 16px;
  }

  .service-scene-solution-mix span {
    padding: 0 10px;
    font-size: 0.58rem;
  }
}

/* Verdant-inspired service preview refinements */
.service-preview-paper {
  border-radius: 32px;
  padding: 14px 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 246, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 36px 84px rgba(20, 35, 29, 0.1),
    0 12px 28px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.service-preview-paper::before {
  background:
    radial-gradient(circle at 16% 20%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(var(--service-accent-rgb), 0.14), transparent 24%);
}

.service-preview-paper::after {
  top: 16px;
  left: 20px;
  right: 20px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.92), rgba(var(--service-accent-alt-rgb), 0.82));
  box-shadow: 0 10px 24px rgba(var(--service-accent-rgb), 0.18);
}

.service-preview-media {
  min-height: 432px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(249, 251, 249, 0.96), rgba(233, 239, 235, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    inset 0 -24px 40px rgba(var(--service-accent-rgb), 0.04);
}

.service-preview-paper .service-preview-scene {
  min-height: 432px;
  padding: 22px;
  border-radius: 26px;
}

.service-preview-card-design .service-preview-scene {
  background: linear-gradient(180deg, rgba(252, 251, 247, 0.96), rgba(235, 243, 236, 0.96));
}

.service-preview-card-hosting .service-preview-scene {
  background: linear-gradient(180deg, rgba(252, 251, 246, 0.96), rgba(240, 244, 233, 0.96));
}

.service-preview-card-software .service-preview-scene {
  background: linear-gradient(180deg, rgba(247, 251, 251, 0.97), rgba(232, 239, 241, 0.96));
}

.service-preview-card-solutions .service-preview-scene {
  background: linear-gradient(180deg, rgba(251, 249, 253, 0.97), rgba(236, 241, 243, 0.96));
}

.service-preview-overlay {
  left: 34px;
  bottom: 48px;
  max-width: 236px;
  padding: 16px 18px 15px;
  background: rgba(34, 43, 39, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow:
    0 16px 36px rgba(20, 35, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.service-preview-overlay span {
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  opacity: 0.82;
}

.service-preview-overlay strong {
  font-size: 1.26rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.service-preview-overlay p {
  font-size: 0.8rem;
  line-height: 1.55;
  opacity: 0.82;
}

.service-preview-captionline {
  margin-top: 13px;
  letter-spacing: 0.17em;
}

.service-preview-rail {
  grid-template-rows: 1.12fr 0.94fr 0.88fr 1fr;
  gap: 14px;
  justify-items: end;
}

.service-preview-rail span {
  width: 54px;
  min-height: 78px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(210, 220, 216, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 14px 24px rgba(20, 35, 29, 0.06);
  opacity: 0.58;
}

.service-preview-rail .is-active {
  width: 58px;
  opacity: 1;
  transform: translateX(-6px) scale(1.03);
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 18px 32px rgba(var(--service-accent-rgb), 0.2);
}

.service-preview-scene-design,
.service-preview-scene-hosting,
.service-preview-scene-software,
.service-preview-scene-solutions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}

.service-scene-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-scene-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.14);
}

.service-scene-toolbar span:first-child {
  background: rgba(var(--service-accent-alt-rgb), 0.58);
}

.service-scene-toolbar span:nth-child(2) {
  background: rgba(var(--service-accent-rgb), 0.22);
}

.service-scene-toolbar span:last-child {
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-design-header,
.service-scene-solution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-scene-fake-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 12px 24px rgba(20, 35, 29, 0.06);
  color: rgba(20, 35, 29, 0.72);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-fake-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-tab-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 176px;
}

.service-scene-tab-strip span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-tab-strip .is-active {
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
  box-shadow: 0 10px 22px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-design .service-scene-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(192px, 0.92fr);
  gap: 18px;
}

.service-preview-scene-design .service-scene-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 178px;
  padding: 24px 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.88));
  box-shadow: 0 20px 36px rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-kicker {
  width: 102px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.service-preview-scene-design .service-scene-lines > span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.service-preview-scene-design .service-scene-lines > .is-wide {
  width: 100%;
}

.service-preview-scene-design .service-scene-lines > span:not(.is-wide):not(.is-short) {
  width: 84%;
}

.service-preview-scene-design .service-scene-lines > .is-short {
  width: 56%;
}

.service-scene-cta-row {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.service-scene-cta-row span {
  display: block;
  height: 38px;
  border-radius: 999px;
}

.service-scene-cta-row .is-cta {
  width: 122px;
  background: rgba(20, 35, 29, 0.94);
}

.service-scene-cta-row .is-ghost {
  flex: 1;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.service-preview-scene-design .service-scene-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 32px rgba(20, 35, 29, 0.08);
}

.service-scene-card-header {
  width: 92px;
  height: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.16);
}

.service-scene-card-visual {
  min-height: 112px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(var(--service-accent-rgb), 0.14), rgba(var(--service-accent-alt-rgb), 0.34));
}

.service-scene-card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-scene-card-meta span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.11);
}

.service-scene-card-meta .is-short {
  width: 56%;
}

.service-preview-scene-design .service-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-scene-grid-card {
  min-height: 96px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(20, 35, 29, 0.06);
}

.service-preview-scene-design .service-scene-grid-card.is-large {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-scene-card-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 8px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-card-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.service-scene-card-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-card-lines .is-long {
  width: 84%;
}

.service-scene-card-lines .is-short {
  width: 58%;
}

.service-scene-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.service-scene-footer span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-footer .is-cta {
  width: 118px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.9));
}

.service-scene-footer span:not(.is-cta) {
  flex: 1;
}

.service-preview-scene-hosting .service-scene-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-scene-domain-chip,
.service-preview-scene-hosting .service-scene-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 10px 22px rgba(20, 35, 29, 0.06);
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(20, 35, 29, 0.72);
}

.service-scene-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-hosting .service-scene-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-preview-scene-hosting .service-scene-stat {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(20, 35, 29, 0.06);
}

.service-scene-stat small {
  display: block;
  color: rgba(20, 35, 29, 0.44);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.05;
}

.service-scene-hosting-progress {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 30px rgba(20, 35, 29, 0.06);
}

.service-scene-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.service-scene-progress-head span,
.service-scene-progress-head strong {
  color: rgba(20, 35, 29, 0.7);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-scene-progress-track {
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
  overflow: hidden;
}

.service-scene-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-alt-rgb), 0.88));
  box-shadow: 0 10px 18px rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-hosting-checklist {
  display: grid;
  gap: 10px;
}

.service-scene-checkitem {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.service-scene-checkitem span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.18);
  background: rgba(255, 255, 255, 0.84);
}

.service-scene-checkitem.is-done span {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.9));
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-checkitem em {
  color: rgba(20, 35, 29, 0.7);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
}

.service-scene-software-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  flex: 1;
}

.service-scene-software-sidebar {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 10px;
  border-radius: 24px;
  background: rgba(25, 42, 36, 0.92);
  box-shadow: 0 18px 32px rgba(20, 35, 29, 0.12);
}

.service-scene-software-sidebar span {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.service-scene-software-sidebar .is-active {
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.92), rgba(var(--service-accent-rgb), 0.92));
}

.service-scene-software-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-preview-scene-software .service-scene-software-top {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(132px, 0.84fr);
  gap: 14px;
}

.service-preview-scene-software .service-scene-panel,
.service-scene-table-card,
.service-scene-activity-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 28px rgba(20, 35, 29, 0.06);
}

.service-preview-scene-software .service-scene-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 118px;
  padding: 18px;
  border-radius: 24px;
}

.service-scene-panel-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.service-scene-panel-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.service-scene-panel-lines .is-long {
  width: 84%;
}

.service-scene-panel-lines .is-short {
  width: 52%;
}

.service-scene-panel-metric {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-scene-panel-stack {
  display: grid;
  gap: 14px;
}

.service-preview-scene-software .service-scene-panel-stack span {
  display: block;
  min-height: 52px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 24px rgba(20, 35, 29, 0.05);
}

.service-preview-scene-software .service-scene-panel-stack .is-warm {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.3), rgba(var(--service-accent-rgb), 0.18));
}

.service-scene-software-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(160px, 0.92fr);
  gap: 14px;
}

.service-scene-table-card {
  padding: 18px;
  border-radius: 24px;
}

.service-scene-table-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  min-height: 44px;
}

.service-scene-table-row + .service-scene-table-row {
  margin-top: 10px;
}

.service-scene-table-row span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-table-row .is-key {
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.84), rgba(var(--service-accent-alt-rgb), 0.72));
}

.service-scene-table-row .is-short {
  width: 100%;
}

.service-scene-activity-card {
  padding: 18px 16px;
  border-radius: 24px;
  display: grid;
  gap: 12px;
}

.service-scene-activity-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.service-scene-activity-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.1);
}

.service-scene-activity-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.service-scene-activity-copy span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-activity-copy .is-short {
  width: 58%;
}

.service-preview-scene-solutions .service-scene-solution-map {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(140px, 0.84fr);
  gap: 14px;
}

.service-solution-node {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 30px rgba(20, 35, 29, 0.06);
  padding: 18px;
}

.service-solution-node.is-core {
  background: linear-gradient(150deg, rgba(var(--service-accent-rgb), 0.16), rgba(var(--service-accent-alt-rgb), 0.32));
}

.service-scene-solution-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-scene-solution-hero span {
  display: block;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-solution-hero .is-wide {
  width: 90%;
}

.service-scene-solution-hero .is-short {
  width: 56%;
}

.service-scene-solution-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.service-scene-solution-actions span {
  display: block;
  height: 38px;
  border-radius: 999px;
}

.service-scene-solution-actions .is-website {
  flex: 1.1;
  background: rgba(255, 255, 255, 0.74);
}

.service-scene-solution-actions .is-cta {
  width: 96px;
  background: rgba(20, 35, 29, 0.9);
}

.service-preview-scene-solutions .service-solution-node.is-side {
  display: flex;
  align-items: center;
}

.service-scene-solution-stats {
  display: grid;
  gap: 10px;
  width: 100%;
}

.service-scene-solution-stats span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-stats .is-active {
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-alt-rgb), 0.84));
}

.service-preview-scene-solutions .service-solution-node.is-wide {
  grid-column: 1 / -1;
}

.service-scene-solution-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-scene-solution-mix span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: rgba(20, 35, 29, 0.66);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-scene-solution-support {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.service-scene-solution-support span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-support .is-primary {
  width: 48%;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.86), rgba(var(--service-accent-alt-rgb), 0.78));
}

.service-scene-solution-support span:not(.is-primary) {
  flex: 1;
}

.service-preview-scene-solutions .service-scene-solution-links {
  display: flex;
  gap: 12px;
}

.service-preview-scene-solutions .service-scene-solution-links span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.12);
}

.service-preview-scene-solutions .service-scene-solution-links span:first-child {
  width: 34%;
}

.service-preview-scene-solutions .service-scene-solution-links span:last-child {
  width: 26%;
}

.service-scene-solution-footer {
  display: flex;
  gap: 12px;
}

.service-scene-solution-footer span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-solution-footer .is-cta {
  width: 118px;
  background: rgba(20, 35, 29, 0.88);
}

.service-scene-solution-footer span:not(.is-cta) {
  flex: 1;
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid-card,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-hosting-progress,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-checkitem,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-software-sidebar,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-table-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-activity-card,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-mix span {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-progress-track span {
  animation: hostingSweep 920ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 860px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 320px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 18px;
  }

  .service-preview-overlay {
    left: 20px;
    bottom: 42px;
    max-width: 220px;
    padding: 14px 14px 12px;
  }

  .service-preview-overlay strong {
    font-size: 1.12rem;
  }

  .service-scene-design-header,
  .service-scene-solution-header {
    flex-wrap: wrap;
  }

  .service-preview-scene-design .service-scene-hero,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

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

  .service-preview-scene-design .service-scene-grid-card.is-large {
    grid-column: 1 / -1;
  }

  .service-scene-software-shell {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 16px;
  }

  .service-scene-fake-badge {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .service-scene-tab-strip {
    width: 100%;
  }

  .service-scene-tab-strip span {
    flex: 1;
  }

  .service-preview-scene-design .service-scene-grid,
  .service-preview-scene-hosting .service-scene-stat-grid,
  .service-preview-scene-software .service-scene-software-top,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-preview-scene-hosting .service-scene-status {
    flex-wrap: wrap;
  }

  .service-scene-software-shell {
    grid-template-columns: 1fr;
  }

  .service-scene-software-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }

  .service-scene-software-sidebar span {
    flex: 1;
    height: 12px;
  }

  .service-scene-software-sidebar .is-active {
    flex: 1.25;
    height: 16px;
  }

  .service-scene-solution-mix span {
    padding: 0 10px;
    font-size: 0.58rem;
  }
}

/* Final service preview overrides */
.service-preview-paper {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 30px 80px rgba(20, 35, 29, 0.08),
    0 10px 28px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-preview-media {
  border-radius: 26px;
  background: rgba(241, 245, 241, 0.96);
}

.service-preview-paper .service-preview-scene {
  min-height: 420px;
  padding: 22px;
  border-radius: 26px;
}

.service-preview-overlay {
  left: 34px;
  bottom: 48px;
  max-width: 236px;
  padding: 16px 18px 14px;
  border-radius: 22px;
  background: rgba(49, 58, 54, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 35px rgba(20, 35, 29, 0.18);
}

.service-preview-overlay span {
  font-size: 0.63rem;
  opacity: 0.78;
}

.service-preview-overlay strong {
  font-size: 1.26rem;
  line-height: 1.02;
}

.service-preview-overlay p {
  font-size: 0.8rem;
  line-height: 1.56;
}

.service-preview-rail {
  grid-template-rows: 1.12fr 0.94fr 0.88fr 1fr;
  gap: 14px;
  justify-items: end;
}

.service-preview-rail span {
  width: 54px;
  min-height: 0;
  border-radius: 18px;
  opacity: 0.28;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 18px rgba(20, 35, 29, 0.05);
}

.service-preview-rail .is-active {
  width: 58px;
  opacity: 1;
  transform: translateX(-6px) scale(1.04);
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 10px 28px rgba(var(--service-accent-rgb), 0.18);
}

.service-preview-scene-design {
  background:
    radial-gradient(circle at 84% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 242, 0.92));
}

.service-scene-design-header,
.service-scene-solution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.service-scene-fake-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.06);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: rgba(20, 35, 29, 0.64);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.service-scene-fake-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.96), rgba(var(--service-accent-rgb), 0.92));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.08);
}

.service-scene-tab-strip {
  display: flex;
  gap: 8px;
}

.service-scene-tab-strip span {
  display: block;
  width: 44px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-tab-strip .is-active {
  width: 72px;
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.84));
}

.service-preview-scene-design .service-scene-hero {
  margin-top: 16px;
  align-items: stretch;
}

.service-preview-scene-design .service-scene-lines {
  gap: 12px;
  padding: 20px;
  border-radius: 28px;
  box-shadow: 0 18px 28px rgba(var(--service-accent-rgb), 0.12);
}

.service-scene-kicker {
  width: 96px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-scene-cta-row {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.service-scene-cta-row span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.service-scene-cta-row .is-cta {
  width: 88px;
  background: rgba(255, 255, 255, 0.92);
}

.service-scene-cta-row .is-ghost {
  flex: 1;
}

.service-preview-scene-design .service-scene-card {
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 22px rgba(20, 35, 29, 0.05);
}

.service-scene-card-header {
  width: 72px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-visual {
  min-height: 76px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.24), rgba(var(--service-accent-rgb), 0.16));
}

.service-scene-card-meta {
  display: grid;
  gap: 8px;
}

.service-scene-card-meta span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-meta .is-short {
  width: 58%;
}

.service-preview-scene-design .service-scene-grid {
  grid-template-columns: 1.12fr repeat(2, minmax(0, 0.94fr));
  margin-top: 14px;
}

.service-scene-grid-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 124px;
  padding: 16px 14px;
  border-radius: 24px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-grid-card.is-large {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 243, 0.94));
}

.service-scene-card-dot {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-card-lines {
  display: grid;
  gap: 8px;
}

.service-scene-card-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-card-lines .is-long {
  width: 84%;
}

.service-scene-card-lines .is-short {
  width: 60%;
}

.service-preview-scene-hosting {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--service-accent-alt-rgb), 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 243, 0.93));
}

.service-preview-scene-hosting .service-scene-status {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-hosting .service-scene-pill {
  gap: 8px;
}

.service-scene-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-hosting .service-scene-stat-grid {
  margin-top: 12px;
}

.service-preview-scene-hosting .service-scene-stat {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-hosting-progress {
  margin-top: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
}

.service-scene-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(20, 35, 29, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-scene-progress-head strong {
  color: rgb(var(--service-accent-rgb));
  font-size: 0.84rem;
  letter-spacing: 0;
}

.service-scene-progress-track {
  height: 14px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
  overflow: hidden;
}

.service-scene-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.92), rgba(var(--service-accent-alt-rgb), 0.86));
}

.service-scene-hosting-checklist {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.service-scene-checkitem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.74);
}

.service-scene-checkitem span {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.08);
  flex: none;
}

.service-scene-checkitem.is-done span {
  background: rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-checkitem.is-done span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
}

.service-scene-checkitem em {
  color: rgba(20, 35, 29, 0.72);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.service-preview-scene-software {
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--service-accent-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 241, 0.93));
}

.service-scene-software-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.service-scene-software-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 22px;
  background: rgba(26, 37, 34, 0.95);
  box-shadow: 0 16px 28px rgba(20, 35, 29, 0.16);
}

.service-scene-software-sidebar span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.service-scene-software-sidebar .is-active {
  height: 42px;
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-software-main {
  display: grid;
  gap: 14px;
}

.service-preview-scene-software .service-scene-software-top {
  margin-top: 0;
}

.service-preview-scene-software .service-scene-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 126px;
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.service-scene-panel-lines {
  display: grid;
  gap: 10px;
}

.service-scene-panel-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-panel-lines .is-long {
  width: 66%;
}

.service-scene-panel-lines .is-short {
  width: 34%;
}

.service-scene-panel-metric {
  width: 92px;
  height: 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
}

.service-preview-scene-software .service-scene-panel-stack span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-scene-software-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 0.92fr;
  gap: 12px;
}

.service-scene-table-card,
.service-scene-activity-card {
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.service-scene-table-card {
  display: grid;
  gap: 10px;
}

.service-scene-table-row {
  display: grid;
  grid-template-columns: 30px 1fr 68px;
  align-items: center;
  gap: 10px;
}

.service-scene-table-row span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-table-row .is-key {
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.8));
}

.service-scene-activity-card {
  display: grid;
  gap: 12px;
}

.service-scene-activity-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-scene-activity-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
  flex: none;
}

.service-scene-activity-copy {
  display: grid;
  gap: 8px;
  flex: 1;
}

.service-scene-activity-copy span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-activity-copy .is-short {
  width: 58%;
}

.service-preview-scene-solutions {
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 20%),
    radial-gradient(circle at 18% 76%, rgba(var(--service-accent-rgb), 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 242, 0.93));
}

.service-preview-scene-solutions .service-scene-solution-map {
  grid-template-columns: minmax(0, 1.02fr) 0.88fr;
  margin-top: 14px;
}

.service-preview-scene-solutions .service-solution-node {
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-solutions .service-solution-node.is-core {
  min-height: 164px;
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.service-scene-solution-hero {
  display: grid;
  gap: 10px;
}

.service-scene-solution-hero span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-solution-hero .is-wide {
  width: 70%;
}

.service-scene-solution-hero .is-short {
  width: 44%;
}

.service-scene-solution-actions {
  display: flex;
  gap: 10px;
}

.service-scene-solution-actions span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  flex: 1;
}

.service-scene-solution-actions .is-website {
  flex: 0 0 84px;
  background: rgba(255, 255, 255, 0.84);
}

.service-scene-solution-actions .is-cta {
  flex: 0 0 104px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-solution-node.is-side {
  min-height: 164px;
  background: rgba(255, 255, 255, 0.82);
}

.service-scene-solution-stats {
  display: grid;
  gap: 10px;
  height: 100%;
}

.service-scene-solution-stats span {
  display: block;
  height: 38px;
  border-radius: 16px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-stats .is-active {
  height: 60px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.82));
}

.service-preview-scene-solutions .service-solution-node.is-wide {
  min-height: 112px;
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.service-scene-solution-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-scene-solution-mix span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(20, 35, 29, 0.66);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-scene-solution-support {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

.service-scene-solution-support span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-support .is-primary {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-scene-solution-links {
  margin-top: 14px;
}

.service-preview-scene-solutions .service-scene-solution-links span:first-child {
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.72), rgba(var(--service-accent-rgb), 0.62));
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid-card,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-hosting-progress,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-checkitem,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-software-sidebar,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-table-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-activity-card,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-mix span {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-progress-track span {
  animation: hostingSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 860px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 320px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 18px;
  }

  .service-preview-overlay {
    left: 20px;
    bottom: 42px;
    max-width: 220px;
    padding: 14px 14px 12px;
  }

  .service-preview-overlay strong {
    font-size: 1.12rem;
  }

  .service-scene-design-header,
  .service-scene-solution-header {
    flex-wrap: wrap;
  }

  .service-preview-scene-design .service-scene-hero,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

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

  .service-preview-scene-design .service-scene-grid-card.is-large {
    grid-column: 1 / -1;
  }

  .service-scene-software-shell {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 16px;
  }

  .service-scene-fake-badge {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .service-scene-tab-strip {
    width: 100%;
  }

  .service-scene-tab-strip span {
    flex: 1;
  }

  .service-preview-scene-design .service-scene-grid,
  .service-preview-scene-hosting .service-scene-stat-grid,
  .service-preview-scene-software .service-scene-software-top,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-preview-scene-hosting .service-scene-status {
    flex-wrap: wrap;
  }

  .service-scene-software-shell {
    grid-template-columns: 1fr;
  }

  .service-scene-software-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }

  .service-scene-software-sidebar span {
    flex: 1;
    height: 12px;
  }

  .service-scene-software-sidebar .is-active {
    flex: 1.25;
    height: 16px;
  }

  .service-scene-solution-mix span {
    padding: 0 10px;
    font-size: 0.58rem;
  }
}

/* Service preview scene final overrides */
.service-preview-paper {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 30px 80px rgba(20, 35, 29, 0.08),
    0 10px 28px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-preview-media {
  border-radius: 26px;
  background: rgba(241, 245, 241, 0.96);
}

.service-preview-paper .service-preview-scene {
  min-height: 420px;
  padding: 22px;
  border-radius: 26px;
}

.service-preview-overlay {
  left: 34px;
  bottom: 48px;
  max-width: 236px;
  padding: 16px 18px 14px;
  border-radius: 22px;
  background: rgba(49, 58, 54, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 35px rgba(20, 35, 29, 0.18);
}

.service-preview-overlay span {
  font-size: 0.63rem;
  opacity: 0.78;
}

.service-preview-overlay strong {
  font-size: 1.26rem;
  line-height: 1.02;
}

.service-preview-overlay p {
  font-size: 0.8rem;
  line-height: 1.56;
}

.service-preview-rail {
  grid-template-rows: 1.12fr 0.94fr 0.88fr 1fr;
  gap: 14px;
  justify-items: end;
}

.service-preview-rail span {
  width: 54px;
  min-height: 0;
  border-radius: 18px;
  opacity: 0.28;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 18px rgba(20, 35, 29, 0.05);
}

.service-preview-rail .is-active {
  width: 58px;
  opacity: 1;
  transform: translateX(-6px) scale(1.04);
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 10px 28px rgba(var(--service-accent-rgb), 0.18);
}

.service-preview-scene-design {
  background:
    radial-gradient(circle at 84% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 242, 0.92));
}

.service-scene-design-header,
.service-scene-solution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.service-scene-fake-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.06);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: rgba(20, 35, 29, 0.64);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.service-scene-fake-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.96), rgba(var(--service-accent-rgb), 0.92));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.08);
}

.service-scene-tab-strip {
  display: flex;
  gap: 8px;
}

.service-scene-tab-strip span {
  display: block;
  width: 44px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-tab-strip .is-active {
  width: 72px;
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.84));
}

.service-preview-scene-design .service-scene-hero {
  margin-top: 16px;
  align-items: stretch;
}

.service-preview-scene-design .service-scene-lines {
  gap: 12px;
  padding: 20px;
  border-radius: 28px;
  box-shadow: 0 18px 28px rgba(var(--service-accent-rgb), 0.12);
}

.service-scene-kicker {
  width: 96px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-scene-cta-row {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.service-scene-cta-row span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.service-scene-cta-row .is-cta {
  width: 88px;
  background: rgba(255, 255, 255, 0.92);
}

.service-scene-cta-row .is-ghost {
  flex: 1;
}

.service-preview-scene-design .service-scene-card {
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 22px rgba(20, 35, 29, 0.05);
}

.service-scene-card-header {
  width: 72px;
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-visual {
  min-height: 76px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.24), rgba(var(--service-accent-rgb), 0.16));
}

.service-scene-card-meta {
  display: grid;
  gap: 8px;
}

.service-scene-card-meta span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-card-meta .is-short {
  width: 58%;
}

.service-preview-scene-design .service-scene-grid {
  grid-template-columns: 1.12fr repeat(2, minmax(0, 0.94fr));
  margin-top: 14px;
}

.service-scene-grid-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 124px;
  padding: 16px 14px;
  border-radius: 24px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-grid-card.is-large {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 243, 0.94));
}

.service-scene-card-dot {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-card-lines {
  display: grid;
  gap: 8px;
}

.service-scene-card-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-card-lines .is-long {
  width: 84%;
}

.service-scene-card-lines .is-short {
  width: 60%;
}

.service-preview-scene-design .service-scene-footer {
  margin-top: 14px;
}

.service-preview-scene-hosting {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--service-accent-alt-rgb), 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 243, 0.93));
}

.service-preview-scene-hosting .service-scene-status {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-hosting .service-scene-pill {
  gap: 8px;
}

.service-scene-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
}

.service-preview-scene-hosting .service-scene-stat-grid {
  margin-top: 12px;
}

.service-preview-scene-hosting .service-scene-stat {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-scene-hosting-progress {
  margin-top: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
}

.service-scene-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(20, 35, 29, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-scene-progress-head strong {
  color: rgb(var(--service-accent-rgb));
  font-size: 0.84rem;
  letter-spacing: 0;
}

.service-scene-progress-track {
  height: 14px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
  overflow: hidden;
}

.service-scene-progress-track span {
  display: block;
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.92), rgba(var(--service-accent-alt-rgb), 0.86));
}

.service-scene-hosting-checklist {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.service-scene-checkitem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.74);
}

.service-scene-checkitem span {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.08);
  flex: none;
}

.service-scene-checkitem.is-done span {
  background: rgba(var(--service-accent-rgb), 0.16);
}

.service-scene-checkitem.is-done span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
}

.service-scene-checkitem em {
  color: rgba(20, 35, 29, 0.72);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.service-preview-scene-software {
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--service-accent-rgb), 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 241, 0.93));
}

.service-scene-software-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.service-scene-software-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 22px;
  background: rgba(26, 37, 34, 0.95);
  box-shadow: 0 16px 28px rgba(20, 35, 29, 0.16);
}

.service-scene-software-sidebar span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.service-scene-software-sidebar .is-active {
  height: 42px;
  background: linear-gradient(180deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.84));
}

.service-scene-software-main {
  display: grid;
  gap: 14px;
}

.service-preview-scene-software .service-scene-software-top {
  margin-top: 0;
}

.service-preview-scene-software .service-scene-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 126px;
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.service-scene-panel-lines {
  display: grid;
  gap: 10px;
}

.service-scene-panel-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-panel-lines .is-long {
  width: 66%;
}

.service-scene-panel-lines .is-short {
  width: 34%;
}

.service-scene-panel-metric {
  width: 92px;
  height: 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
}

.service-preview-scene-software .service-scene-panel-stack span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-scene-software-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 0.92fr;
  gap: 12px;
}

.service-scene-table-card,
.service-scene-activity-card {
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.service-scene-table-card {
  display: grid;
  gap: 10px;
}

.service-scene-table-row {
  display: grid;
  grid-template-columns: 30px 1fr 68px;
  align-items: center;
  gap: 10px;
}

.service-scene-table-row span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-table-row .is-key {
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.8));
}

.service-scene-activity-card {
  display: grid;
  gap: 12px;
}

.service-scene-activity-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-scene-activity-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: rgb(var(--service-accent-rgb));
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.12);
  flex: none;
}

.service-scene-activity-copy {
  display: grid;
  gap: 8px;
  flex: 1;
}

.service-scene-activity-copy span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-activity-copy .is-short {
  width: 58%;
}

.service-preview-scene-solutions {
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 20%),
    radial-gradient(circle at 18% 76%, rgba(var(--service-accent-rgb), 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 242, 0.93));
}

.service-preview-scene-solutions .service-scene-solution-map {
  grid-template-columns: minmax(0, 1.02fr) 0.88fr;
  margin-top: 14px;
}

.service-preview-scene-solutions .service-solution-node {
  padding: 16px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-preview-scene-solutions .service-solution-node.is-core {
  min-height: 164px;
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.service-scene-solution-hero {
  display: grid;
  gap: 10px;
}

.service-scene-solution-hero span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-solution-hero .is-wide {
  width: 70%;
}

.service-scene-solution-hero .is-short {
  width: 44%;
}

.service-scene-solution-actions {
  display: flex;
  gap: 10px;
}

.service-scene-solution-actions span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  flex: 1;
}

.service-scene-solution-actions .is-website {
  flex: 0 0 84px;
  background: rgba(255, 255, 255, 0.84);
}

.service-scene-solution-actions .is-cta {
  flex: 0 0 104px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-solution-node.is-side {
  min-height: 164px;
  background: rgba(255, 255, 255, 0.82);
}

.service-scene-solution-stats {
  display: grid;
  gap: 10px;
  height: 100%;
}

.service-scene-solution-stats span {
  display: block;
  height: 38px;
  border-radius: 16px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-stats .is-active {
  height: 60px;
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.88), rgba(var(--service-accent-rgb), 0.82));
}

.service-preview-scene-solutions .service-solution-node.is-wide {
  min-height: 112px;
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.service-scene-solution-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-scene-solution-mix span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.05);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(20, 35, 29, 0.66);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-scene-solution-support {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

.service-scene-solution-support span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-solution-support .is-primary {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-preview-scene-solutions .service-scene-solution-links {
  margin-top: 14px;
}

.service-preview-scene-solutions .service-scene-solution-links span:first-child {
  background: linear-gradient(90deg, rgba(var(--service-accent-alt-rgb), 0.72), rgba(var(--service-accent-rgb), 0.62));
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-card,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid-card,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-hosting-progress,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-checkitem,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-software-sidebar,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-table-card,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-activity-card,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-fake-badge,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-mix span {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-progress-track span {
  animation: hostingSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 860px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 320px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 18px;
  }

  .service-preview-overlay {
    left: 20px;
    bottom: 42px;
    max-width: 220px;
    padding: 14px 14px 12px;
  }

  .service-preview-overlay strong {
    font-size: 1.12rem;
  }

  .service-scene-design-header,
  .service-scene-solution-header {
    flex-wrap: wrap;
  }

  .service-preview-scene-design .service-scene-hero,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

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

  .service-preview-scene-design .service-scene-grid-card.is-large {
    grid-column: 1 / -1;
  }

  .service-scene-software-shell {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-paper .service-preview-scene {
    padding: 16px;
  }

  .service-scene-fake-badge {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .service-scene-tab-strip {
    width: 100%;
  }

  .service-scene-tab-strip span {
    flex: 1;
  }

  .service-preview-scene-design .service-scene-grid,
  .service-preview-scene-hosting .service-scene-stat-grid,
  .service-preview-scene-software .service-scene-software-top,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-preview-scene-hosting .service-scene-status {
    flex-wrap: wrap;
  }

  .service-scene-software-shell {
    grid-template-columns: 1fr;
  }

  .service-scene-software-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }

  .service-scene-software-sidebar span {
    flex: 1;
    height: 12px;
  }

  .service-scene-software-sidebar .is-active {
    flex: 1.25;
    height: 16px;
  }

  .service-scene-solution-mix span {
    padding: 0 10px;
    font-size: 0.58rem;
  }
}

/* Service interaction polish */
.service-showcase-interactive {
  --service-accent: #1f4a3d;
  --service-accent-rgb: 31, 74, 61;
  --service-accent-alt: #d0a84c;
  --service-accent-alt-rgb: 208, 168, 76;
}

.service-showcase-interactive[data-service-active="design"] {
  --service-accent: #1f4a3d;
  --service-accent-rgb: 31, 74, 61;
  --service-accent-alt: #d0a84c;
  --service-accent-alt-rgb: 208, 168, 76;
}

.service-showcase-interactive[data-service-active="hosting"] {
  --service-accent: #6c8752;
  --service-accent-rgb: 108, 135, 82;
  --service-accent-alt: #c4ab65;
  --service-accent-alt-rgb: 196, 171, 101;
}

.service-showcase-interactive[data-service-active="software"] {
  --service-accent: #2d7f94;
  --service-accent-rgb: 45, 127, 148;
  --service-accent-alt: #74c2ca;
  --service-accent-alt-rgb: 116, 194, 202;
}

.service-showcase-interactive[data-service-active="solutions"] {
  --service-accent: #6a5ea8;
  --service-accent-rgb: 106, 94, 168;
  --service-accent-alt: #af86da;
  --service-accent-alt-rgb: 175, 134, 218;
}

.service-word-stage {
  min-height: 396px;
  padding: 18px 0 0 70px;
}

.service-word-stage::before {
  top: 20px;
  bottom: 22px;
  left: 18px;
  background: linear-gradient(180deg, rgba(20, 35, 29, 0.16), rgba(20, 35, 29, 0.04));
}

.service-word-orbit {
  display: none;
}

.service-word {
  gap: 6px;
  transform: translateX(0);
  transition: transform 260ms ease, filter 260ms ease;
}

.service-word::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.12);
  transform: translateY(-50%);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease, opacity 260ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-design::before,
.service-showcase-interactive[data-service-active="software"] .service-word-design::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-software::before {
  background: rgba(var(--service-accent-rgb), 0.32);
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-solutions::before {
  background: rgb(var(--service-accent-rgb));
  transform: translateY(-50%) scale(1.45);
  box-shadow:
    0 0 0 10px rgba(var(--service-accent-rgb), 0.12),
    0 0 16px rgba(var(--service-accent-rgb), 0.18);
}

.service-word-small {
  color: rgba(20, 35, 29, 0.46);
  transition: color 220ms ease, letter-spacing 220ms ease, transform 220ms ease;
}

.service-word-outline {
  color: transparent;
  opacity: 0.2;
  filter: blur(0.8px);
  -webkit-text-stroke: 1.4px rgba(20, 35, 29, 0.14);
  transition:
    color 260ms ease,
    opacity 260ms ease,
    filter 260ms ease,
    transform 260ms ease,
    -webkit-text-stroke-color 260ms ease;
}

.service-word:hover {
  transform: translateX(4px);
}

.service-word:hover .service-word-small {
  letter-spacing: 0.16em;
}

.service-word:hover .service-word-outline,
.service-word:focus-visible .service-word-outline {
  color: rgba(20, 35, 29, 0.4);
  opacity: 0.88;
  filter: none;
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.36);
}

.service-word.is-active {
  transform: translateX(8px);
}

.service-word.is-active .service-word-small {
  color: rgb(var(--service-accent-rgb));
  letter-spacing: 0.16em;
}

.service-word.is-active .service-word-outline {
  color: #1f2d2a;
  opacity: 1;
  filter: none;
  transform: translateX(8px);
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.94);
}

.service-copy-panels {
  position: relative;
  min-height: 188px;
  width: min(100%, 460px);
}

.service-copy-panel {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 14px 28px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: opacity 320ms ease, transform 320ms ease, box-shadow 320ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"],
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"],
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"],
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.service-copy-panel h3 {
  font-size: clamp(1.18rem, 1.42vw, 1.48rem);
}

.service-copy-panel p {
  font-size: 0.86rem;
  color: rgba(20, 35, 29, 0.72);
}

.service-copy-tags span {
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-copy-tags span:hover {
  background: #1f2d2a;
  color: white;
  border-color: #1f2d2a;
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(20, 35, 29, 0.14);
}

.service-stage-visual {
  padding: 34px 40px 40px 16px;
}

.service-preview-card {
  filter: blur(12px);
  transition:
    opacity 420ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.service-preview-card-design {
  --preview-tilt: -1.4deg;
}

.service-preview-card-hosting {
  --preview-tilt: 1deg;
}

.service-preview-card-software {
  --preview-tilt: -0.9deg;
}

.service-preview-card-solutions {
  --preview-tilt: 1.2deg;
}

.service-preview-card-design,
.service-preview-card-hosting,
.service-preview-card-software,
.service-preview-card-solutions {
  transform: translateY(24px) scale(0.985) rotate(var(--preview-tilt));
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
  filter: none;
  transform: translateY(0) scale(1) rotate(var(--preview-tilt));
}

.service-preview-frame {
  width: min(100%, 690px);
}

.service-preview-frame::before {
  opacity: 0.82;
}

.service-preview-frame::after {
  opacity: 0.5;
}

.service-preview-paper {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  box-shadow:
    0 24px 60px rgba(20, 35, 29, 0.12),
    0 8px 18px rgba(20, 35, 29, 0.06);
  transition: transform 380ms ease, box-shadow 380ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-stage-visual:hover .service-preview-card-design .service-preview-paper,
.service-showcase-interactive[data-service-active="hosting"] .service-stage-visual:hover .service-preview-card-hosting .service-preview-paper,
.service-showcase-interactive[data-service-active="software"] .service-stage-visual:hover .service-preview-card-software .service-preview-paper,
.service-showcase-interactive[data-service-active="solutions"] .service-stage-visual:hover .service-preview-card-solutions .service-preview-paper {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 30px 74px rgba(20, 35, 29, 0.15),
    0 12px 24px rgba(20, 35, 29, 0.08);
}

.service-preview-overlay {
  background: rgba(23, 34, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow:
    0 20px 38px rgba(20, 35, 29, 0.2),
    0 8px 18px rgba(20, 35, 29, 0.08);
}

.service-preview-overlay span {
  color: rgba(var(--service-accent-alt-rgb), 0.98);
}

.service-preview-rail span {
  opacity: 0.18;
  background: linear-gradient(160deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.82));
}

.service-preview-rail .is-active {
  opacity: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 16px 30px rgba(var(--service-accent-rgb), 0.22);
}

.service-scene-lines,
.service-scene-footer .is-cta,
.service-scene-bars .is-mid,
.service-scene-panel.is-primary,
.service-scene-column .is-highlight,
.service-solution-node.is-core,
.service-scene-solution-footer .is-cta {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-scene-domain-chip,
.service-scene-pill {
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.14), rgba(var(--service-accent-alt-rgb), 0.14));
}

.service-scene-stat strong {
  color: rgb(var(--service-accent-rgb));
}

@keyframes serviceFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hostingSweep {
  from {
    opacity: 0.4;
    transform: scaleX(0.45);
    transform-origin: left center;
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-lines,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid span,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-overlay,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-captionline {
  animation: serviceFadeUp 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-status,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-stat,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-overlay,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-captionline {
  animation: serviceFadeUp 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-bars span {
  animation: hostingSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel-stack span,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-column,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-overlay,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-captionline {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-solution-node,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-links span,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-overlay,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-captionline {
  animation: serviceFadeUp 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 1120px) {
  .service-word-stage {
    min-height: 360px;
  }

  .service-copy-panels {
    width: auto;
    min-height: 174px;
  }
}

@media (max-width: 860px) {
  .service-word::before {
    display: none;
  }

  .service-word,
  .service-word.is-active {
    transform: none;
  }

  .service-word-outline {
    opacity: 0.32;
    filter: none;
  }

  .service-copy-panels {
    min-height: 198px;
  }

  .service-copy-panel {
    position: absolute;
  }
}

@media (max-width: 640px) {
  .service-copy-panels {
    min-height: 210px;
  }

  .service-copy-panel {
    padding: 16px 15px 14px;
  }

  .service-copy-panel h3 {
    font-size: 1.12rem;
  }

  .service-copy-panel p {
    font-size: 0.8rem;
  }
}

.service-showcase {
  position: relative;
  border-radius: 44px 128px 44px 44px;
  background:
    radial-gradient(circle at 16% 24%, rgba(216, 164, 79, 0.12), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(30, 122, 95, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 241, 0.92));
}

.showcase-copy {
  padding: 38px 38px 34px;
}

.showcase-copy h3 {
  margin: 16px 0 12px;
  max-width: 14ch;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.02;
}

.showcase-copy p {
  margin: 0;
  max-width: 38ch;
  color: var(--muted);
  line-height: 1.72;
}

.showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.showcase-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(20, 35, 29, 0.05);
}

.showcase-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.service-showcase-visual {
  position: relative;
  display: grid;
  align-items: center;
  padding: 28px;
}

.service-showcase-visual::before,
.service-showcase-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.service-showcase-visual::before {
  inset: 20px auto auto 8px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(216, 164, 79, 0.16), transparent 70%);
}

.service-showcase-visual::after {
  inset: auto 28px 20px auto;
  width: 164px;
  height: 164px;
  background: radial-gradient(circle, rgba(30, 122, 95, 0.14), transparent 72%);
}

.service-visual-shell {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 30px 30px 58px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 249, 244, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 24px 48px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-visual-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.7fr;
  gap: 12px;
  align-items: stretch;
}

.service-visual-hero-card,
.service-visual-panel {
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(216, 164, 79, 0.9), rgba(30, 122, 95, 0.88));
  box-shadow: 0 16px 32px rgba(20, 35, 29, 0.08);
}

.service-visual-hero-card {
  display: flex;
  align-items: start;
  justify-content: space-between;
  min-height: 128px;
  padding: 16px;
}

.service-visual-lines {
  display: grid;
  gap: 8px;
  width: min(100%, 160px);
}

.service-visual-lines span,
.service-visual-panel-copy span,
.service-visual-panel-head,
.service-visual-chip {
  display: block;
  border-radius: 999px;
}

.service-visual-lines span {
  height: 7px;
  background: rgba(255, 255, 255, 0.86);
}

.service-visual-lines .is-wide {
  width: 76%;
}

.service-visual-lines .is-short {
  width: 34%;
}

.service-visual-badge {
  width: 84px;
  height: 48px;
  border-radius: 14px;
  background: rgba(18, 40, 34, 0.22);
}

.service-visual-stack {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
}

.service-visual-chip {
  height: 44px;
  background: rgba(232, 239, 233, 0.9);
}

.service-visual-chip.is-warm {
  background: rgba(248, 234, 198, 0.92);
}

.service-visual-check {
  position: absolute;
  top: 14px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--surface-dark);
  box-shadow: 0 14px 22px rgba(16, 35, 29, 0.16);
}

.service-visual-check span {
  width: 18px;
  height: 10px;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  transform: rotate(-45deg) translateY(-1px);
}

.service-visual-bottom {
  margin-top: 14px;
}

.service-visual-panel {
  min-height: 144px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(242, 246, 241, 0.98), rgba(248, 249, 245, 0.96));
  border: 1px solid rgba(20, 35, 29, 0.06);
}

.service-visual-panel-head {
  width: 34%;
  height: 10px;
  background: linear-gradient(90deg, var(--brand), rgba(30, 122, 95, 0.7));
}

.service-visual-panel-copy {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.service-visual-panel-copy span {
  height: 7px;
  background: rgba(20, 35, 29, 0.1);
}

.service-visual-panel-copy .is-mid {
  width: 56%;
}

.service-visual-panel-copy .is-light {
  width: 48%;
}

.service-visual-cta {
  width: 82px;
  height: 20px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #d39c2f);
}

.service-visual-note {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-showcase-interactive {
  position: relative;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 620px;
  border-radius: 42px 138px 42px 42px;
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 164, 79, 0.12), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(30, 122, 95, 0.14), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(30, 122, 95, 0.12), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 247, 240, 0.92));
}

.service-showcase-interactive::before {
  content: "";
  position: absolute;
  inset: auto 28px 24px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 122, 95, 0.12), transparent 70%);
  pointer-events: none;
}

.service-showcase-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
  padding: 42px 40px 38px;
}

.service-copy-panels {
  position: relative;
  min-height: 300px;
}

.service-copy-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}

.service-showcase-interactive[data-service-active="design"] [data-service-panel="design"],
.service-showcase-interactive[data-service-active="hosting"] [data-service-panel="hosting"],
.service-showcase-interactive[data-service-active="software"] [data-service-panel="software"],
.service-showcase-interactive[data-service-active="solutions"] [data-service-panel="solutions"],
.service-showcase-interactive[data-service-active="design"] [data-service-preview="design"],
.service-showcase-interactive[data-service-active="hosting"] [data-service-preview="hosting"],
.service-showcase-interactive[data-service-active="software"] [data-service-preview="software"],
.service-showcase-interactive[data-service-active="solutions"] [data-service-preview="solutions"] {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.service-copy-panel h3 {
  margin: 18px 0 14px;
  max-width: 10.8ch;
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.service-copy-panel p {
  margin: 0;
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.76;
}

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

.service-copy-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 10px 18px rgba(20, 35, 29, 0.05);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-copy-tags span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.service-hover-instruction {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 34ch;
  margin: 0;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 26px rgba(20, 35, 29, 0.05);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.service-hover-instruction::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow: 0 0 0 8px rgba(30, 122, 95, 0.08);
  animation: servicePulse 2.4s ease-in-out infinite;
}

.service-selector-list {
  display: grid;
  gap: 12px;
}

.service-selector {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  font: inherit;
  color: inherit;
  appearance: none;
  border: 1px solid rgba(20, 35, 29, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 26px rgba(20, 35, 29, 0.04);
  text-align: left;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-selector:hover,
.service-selector:focus-visible,
.service-selector.is-active {
  transform: translateX(8px);
  border-color: rgba(30, 122, 95, 0.18);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 34px rgba(20, 35, 29, 0.08);
  outline: none;
}

.service-selector.is-active .service-selector-mark {
  background: linear-gradient(180deg, var(--brand), rgba(216, 164, 79, 0.82));
  box-shadow: 0 0 0 6px rgba(30, 122, 95, 0.08);
}

.service-selector-mark {
  width: 12px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 164, 79, 0.3), rgba(30, 122, 95, 0.14));
  transition: background 220ms ease, box-shadow 220ms ease;
}

.service-selector-text {
  display: grid;
  gap: 4px;
}

.service-selector-text strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.16;
}

.service-selector-text small {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.service-stage-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 34px 34px 32px 8px;
}

.service-preview-stage {
  position: relative;
  min-height: 372px;
  isolation: isolate;
}

.service-preview-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.service-preview-scene {
  position: relative;
  min-height: 372px;
  height: 100%;
  padding: 20px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 243, 0.9));
  box-shadow:
    0 28px 56px rgba(20, 35, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.service-preview-scene::before {
  content: "";
  position: absolute;
  inset: auto -24px -24px auto;
  width: 170px;
  height: 170px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.18), rgba(30, 122, 95, 0.08));
  opacity: 0.88;
  pointer-events: none;
}

.service-hotspot-layer {
  position: absolute;
  inset: 12px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-hotspot {
  position: relative;
  appearance: none;
  border: 0;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
}

.service-hotspot::before,
.service-hotspot::after {
  content: "";
  position: absolute;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.service-hotspot::before {
  width: 104px;
  height: 104px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
  box-shadow:
    0 24px 38px rgba(20, 35, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  opacity: 0.22;
  transform: scale(0.82);
}

.service-hotspot::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow:
    0 0 0 10px rgba(30, 122, 95, 0.1),
    0 0 24px rgba(216, 164, 79, 0.26);
  opacity: 0.88;
}

.service-hotspot-design::before {
  top: 18px;
  left: 18px;
}

.service-hotspot-design::after {
  top: 44px;
  left: 44px;
}

.service-hotspot-hosting::before {
  top: 20px;
  right: 20px;
}

.service-hotspot-hosting::after {
  top: 50px;
  right: 48px;
}

.service-hotspot-software::before {
  bottom: 28px;
  left: 26px;
}

.service-hotspot-software::after {
  bottom: 56px;
  left: 52px;
}

.service-hotspot-solutions::before {
  right: 18px;
  bottom: 24px;
}

.service-hotspot-solutions::after {
  right: 48px;
  bottom: 54px;
}

.service-hotspot:hover::before,
.service-hotspot:focus-visible::before,
.service-hotspot.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.service-hotspot:hover::after,
.service-hotspot:focus-visible::after,
.service-hotspot.is-active::after {
  transform: scale(1.14);
  box-shadow:
    0 0 0 14px rgba(30, 122, 95, 0.12),
    0 0 32px rgba(216, 164, 79, 0.32);
}

.service-hotspot:focus-visible {
  outline: 2px solid rgba(30, 122, 95, 0.34);
  outline-offset: -2px;
}

.service-cursor-tooltip {
  --tooltip-x: 28px;
  --tooltip-y: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: min(280px, calc(100% - 24px));
  padding: 16px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(20, 35, 29, 0.96), rgba(20, 35, 29, 0.88));
  box-shadow: 0 28px 44px rgba(20, 35, 29, 0.24);
  opacity: 0;
  transform: translate(var(--tooltip-x), var(--tooltip-y)) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.service-cursor-tooltip.is-visible {
  opacity: 1;
  transform: translate(var(--tooltip-x), var(--tooltip-y)) scale(1);
}

.service-cursor-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(248, 234, 198, 0.94);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-cursor-tooltip strong {
  display: block;
  margin-top: 12px;
  color: white;
  font-size: 1.06rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.service-cursor-tooltip p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-preview-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-preview-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
}

@keyframes servicePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(30, 122, 95, 0.08);
  }

  50% {
    transform: scale(1.16);
    box-shadow: 0 0 0 12px rgba(30, 122, 95, 0.03);
  }
}

.service-scene-toolbar {
  display: flex;
  gap: 8px;
}

.service-scene-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.12);
}

.service-scene-toolbar span:nth-child(1) {
  background: rgba(216, 164, 79, 0.44);
}

.service-scene-toolbar span:nth-child(2) {
  background: rgba(30, 122, 95, 0.3);
}

.service-scene-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) 0.72fr;
  gap: 14px;
  margin-top: 20px;
}

.service-scene-lines {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.88), rgba(30, 122, 95, 0.84));
}

.service-scene-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.service-scene-lines .is-wide {
  width: 56%;
}

.service-scene-lines .is-short {
  width: 28%;
}

.service-scene-card {
  min-height: 108px;
  border-radius: 26px;
  background: rgba(236, 242, 236, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-scene-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.service-scene-grid span {
  display: block;
  height: 122px;
  border-radius: 24px;
  background: rgba(234, 239, 234, 0.98);
}

.service-scene-grid .is-large {
  background: linear-gradient(180deg, rgba(237, 243, 236, 0.98), rgba(245, 247, 243, 0.94));
}

.service-scene-footer {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.service-scene-footer span {
  display: block;
  height: 20px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
  flex: 1;
}

.service-scene-footer .is-cta {
  flex: 0 0 86px;
  background: linear-gradient(135deg, var(--accent), #d39c2f);
}

.service-preview-scene-hosting {
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 164, 79, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 243, 0.92));
}

.service-scene-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(238, 243, 237, 0.96);
  border: 1px solid rgba(20, 35, 29, 0.06);
}

.service-scene-domain-chip,
.service-scene-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.service-scene-domain-chip {
  background: linear-gradient(135deg, rgba(30, 122, 95, 0.14), rgba(216, 164, 79, 0.12));
  color: var(--brand-deep);
}

.service-scene-pill {
  background: rgba(30, 122, 95, 0.12);
  color: var(--brand-deep);
}

.service-scene-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.service-scene-stat {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 35, 29, 0.06);
}

.service-scene-stat small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-scene-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1.18rem;
  line-height: 1.1;
}

.service-scene-bars {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-scene-bars span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
}

.service-scene-bars .is-long {
  width: 100%;
}

.service-scene-bars .is-mid {
  width: 62%;
  background: linear-gradient(135deg, var(--brand), rgba(30, 122, 95, 0.72));
}

.service-preview-scene-software {
  background:
    radial-gradient(circle at 18% 14%, rgba(30, 122, 95, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 241, 0.92));
}

.service-scene-software-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.72fr;
  gap: 14px;
  margin-top: 20px;
}

.service-scene-panel {
  min-height: 116px;
  border-radius: 24px;
  background: rgba(236, 241, 236, 0.96);
}

.service-scene-panel.is-primary {
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.9), rgba(30, 122, 95, 0.82));
}

.service-scene-panel-stack {
  display: grid;
  gap: 12px;
}

.service-scene-panel-stack span {
  display: block;
  border-radius: 22px;
  background: rgba(236, 241, 236, 0.96);
}

.service-scene-panel-stack span:first-child {
  height: 62px;
}

.service-scene-panel-stack .is-warm {
  height: 42px;
  background: rgba(248, 234, 198, 0.92);
}

.service-scene-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.service-scene-column {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 35, 29, 0.06);
}

.service-scene-column span {
  display: block;
  height: 42px;
  border-radius: 16px;
  background: rgba(20, 35, 29, 0.08);
}

.service-scene-column .is-highlight {
  background: linear-gradient(135deg, rgba(30, 122, 95, 0.2), rgba(216, 164, 79, 0.22));
}

.service-scene-column .is-short {
  width: 74%;
}

.service-preview-scene-solutions {
  background:
    radial-gradient(circle at 82% 16%, rgba(216, 164, 79, 0.14), transparent 20%),
    radial-gradient(circle at 18% 76%, rgba(30, 122, 95, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 242, 0.92));
}

.service-scene-solution-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 14px;
  margin-top: 20px;
}

.service-solution-node {
  border-radius: 26px;
  background: rgba(237, 242, 236, 0.96);
  border: 1px solid rgba(20, 35, 29, 0.06);
}

.service-solution-node.is-core {
  min-height: 180px;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.88), rgba(30, 122, 95, 0.84));
}

.service-solution-node.is-side {
  min-height: 102px;
}

.service-solution-node.is-note {
  min-height: 64px;
  background: rgba(248, 234, 198, 0.9);
}

.service-solution-node.is-wide {
  grid-column: 1 / -1;
  min-height: 88px;
}

.service-scene-solution-links {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.service-scene-solution-links span,
.service-scene-solution-footer span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.1);
  flex: 1;
}

.service-scene-solution-footer {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.service-scene-solution-footer .is-cta {
  flex: 0 0 108px;
  background: linear-gradient(135deg, var(--brand), rgba(30, 122, 95, 0.72));
}

.service-preview-caption-stack {
  position: relative;
  min-height: 46px;
}

.service-preview-caption {
  position: absolute;
  inset: 0 auto auto 0;
  margin: 0;
  max-width: 34ch;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .service-stage-visual.is-tooltip-active,
  .service-stage-visual.is-tooltip-active .service-hotspot {
    cursor: none;
  }
}

.mini-pill-dark {
  color: white;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.process-showcase {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at top left, rgba(216, 164, 79, 0.12), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(30, 122, 95, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 246, 240, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 30px 70px rgba(20, 35, 29, 0.12);
  overflow: visible;
}

.process-screenboard {
  position: relative;
  min-height: 0;
}

.process-screenboard::before,
.process-screenboard::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.process-screenboard::before {
  top: 28px;
  left: 36px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(216, 164, 79, 0.18), transparent 70%);
}

.process-screenboard::after {
  right: 120px;
  bottom: 14px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(30, 122, 95, 0.14), transparent 72%);
}

.process-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 238, 0.94));
  box-shadow: 0 24px 54px rgba(20, 35, 29, 0.1);
  overflow: hidden;
}

.process-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(20, 35, 29, 0.04);
  pointer-events: none;
}

.process-panel-main {
  width: 100%;
}

.process-panel-figma {
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(253, 252, 248, 0.98), rgba(239, 244, 238, 0.95));
  box-shadow:
    0 26px 60px rgba(20, 35, 29, 0.14),
    0 8px 24px rgba(255, 255, 255, 0.35);
}

.process-figma-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(20, 35, 29, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 243, 0.86));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.process-figma-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.process-figma-logo {
  position: relative;
  width: 28px;
  height: 28px;
}

.process-figma-logo span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.process-figma-logo span:first-child {
  top: 0;
  left: 0;
  background: #f0643b;
}

.process-figma-logo span:nth-child(2) {
  top: 8px;
  left: 0;
  background: #efc55a;
}

.process-figma-logo span:nth-child(3) {
  top: 16px;
  left: 0;
  background: var(--brand);
}

.process-figma-logo span:nth-child(4) {
  top: 0;
  left: 10px;
  background: #8d5cf4;
}

.process-figma-logo span:nth-child(5) {
  top: 8px;
  left: 10px;
  background: #2bb4cf;
}

.process-figma-file {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.process-figma-file strong {
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.92rem;
}

.process-figma-file span {
  color: var(--muted);
  font-size: 0.8rem;
}

.process-figma-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(238, 244, 239, 0.9));
  border: 1px solid rgba(30, 122, 95, 0.08);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(20, 35, 29, 0.06);
}

.process-figma-workspace {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) 170px;
  min-height: 410px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.process-figma-sidebar {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(249, 250, 246, 0.94), rgba(241, 245, 239, 0.9));
}

.process-figma-sidebar-left {
  border-right: 1px solid rgba(20, 35, 29, 0.08);
}

.process-figma-sidebar-right {
  border-left: 1px solid rgba(20, 35, 29, 0.08);
}

.process-figma-panel-title {
  color: var(--muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-layer-group {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 12px 22px rgba(20, 35, 29, 0.05);
}

.process-layer-group strong,
.process-inspector-card strong {
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.84rem;
}

.process-layer-group span,
.process-inspector-card span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.process-layer-item {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
  background: rgba(20, 35, 29, 0.04);
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.process-layer-item.is-active {
  background: linear-gradient(135deg, rgba(30, 122, 95, 0.12), rgba(216, 164, 79, 0.14));
  color: var(--text);
  font-weight: 700;
  border-color: rgba(30, 122, 95, 0.12);
  transform: translateX(4px);
}

.process-figma-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.process-figma-mini-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
}

.process-figma-canvas {
  position: relative;
  padding: 20px;
  background:
    linear-gradient(rgba(20, 35, 29, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 35, 29, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(252, 251, 248, 0.95), rgba(244, 247, 241, 0.92));
  background-size: 34px 34px, 34px 34px, auto;
}

.process-figma-canvas::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 164, 79, 0.14), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.process-canvas-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-preview-site-shell {
  position: relative;
  margin-top: 0;
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 249, 245, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 48px rgba(20, 35, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.process-preview-site-shell::before,
.process-preview-site-shell::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 46px;
  border-radius: 24px;
  pointer-events: none;
  z-index: 2;
}

.process-preview-site-shell::before {
  top: 54px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.process-preview-site-shell::after {
  bottom: 16px;
  background: linear-gradient(180deg, rgba(251, 248, 243, 0), rgba(251, 248, 243, 0.98));
}

.process-preview-site-note {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #7a5a1d;
  background: rgba(202, 161, 75, 0.16);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-preview-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 20px;
  align-items: start;
  margin-top: 16px;
  cursor: pointer;
}

.process-preview-scroll {
  position: relative;
  margin-top: 14px;
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 24px;
  border: 1px solid rgba(16, 28, 52, 0.09);
  background:
    radial-gradient(circle at top right, rgba(202, 161, 75, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 239, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 34px rgba(20, 35, 29, 0.07);
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 33, 110, 0.45) rgba(20, 35, 29, 0.08);
}

.process-preview-scroll::-webkit-scrollbar {
  width: 10px;
}

.process-preview-scroll::-webkit-scrollbar-track {
  background: rgba(20, 35, 29, 0.06);
  border-radius: 999px;
}

.process-preview-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 33, 110, 0.65), rgba(202, 161, 75, 0.56));
}

.process-preview-site {
  --preview-navy: #101c34;
  --preview-royal: #00216e;
  --preview-rose: #e7d4cf;
  --preview-gold: #caa14b;
  --preview-ivory: #fbf8f3;
  --preview-ink: #192333;
  --preview-muted: #69717c;
  display: block;
  min-width: 0;
  color: var(--preview-ink);
  background: var(--preview-ivory);
  font-family: "Manrope", sans-serif;
}

.process-preview-site img {
  display: block;
  width: 100%;
}

.process-preview-site-nav {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: rgba(251, 248, 243, 0.82);
  border-bottom: 1px solid rgba(16, 28, 52, 0.08);
  backdrop-filter: blur(14px);
}

.process-preview-site-brand {
  display: grid;
  gap: 3px;
  max-width: 132px;
}

.process-preview-site-brand strong {
  font-family: "Noto Serif", serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--preview-royal);
}

.process-preview-site-brand span,
.process-preview-site-links span,
.process-preview-contact-list span,
.process-preview-site-footer span {
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(16, 28, 52, 0.62);
}

.process-preview-site-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 10px;
}

.process-preview-site-links span {
  font-size: 0.58rem;
}

.process-preview-site-cta,
.process-preview-button,
.process-preview-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17347d, #00216e);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(0, 33, 110, 0.18);
}

.process-preview-hero {
  position: relative;
  min-height: 276px;
  overflow: hidden;
}

.process-preview-hero img {
  height: 276px;
  object-fit: cover;
}

.process-preview-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 28, 52, 0.82), rgba(16, 28, 52, 0.16) 66%, rgba(16, 28, 52, 0.04)),
    linear-gradient(180deg, rgba(202, 161, 75, 0.1), transparent 42%);
}

.process-preview-hero-copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 12px;
  max-width: 58%;
  padding: 22px 20px;
  color: #ffffff;
}

.process-preview-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-preview-tag-gold {
  background: rgba(202, 161, 75, 0.14);
  border-color: rgba(202, 161, 75, 0.24);
  color: #7a5a1d;
}

.process-preview-hero-copy h3,
.process-preview-section h4 {
  margin: 0;
  font-family: "Noto Serif", serif;
  letter-spacing: -0.04em;
}

.process-preview-hero-copy h3 {
  font-size: 2.15rem;
  line-height: 0.92;
}

.process-preview-hero-copy h3 i {
  font-weight: 400;
}

.process-preview-hero-copy p,
.process-preview-copy p,
.process-preview-quote-section p,
.process-preview-contact-copy p,
.process-preview-site-footer span {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
}

.process-preview-hero-copy p {
  max-width: 19rem;
  color: rgba(255, 255, 255, 0.82);
}

.process-preview-button {
  margin-top: 4px;
  background: linear-gradient(135deg, #d3ac58, #b8862f);
  color: #fffdf7;
  box-shadow: 0 14px 24px rgba(202, 161, 75, 0.22);
}

.process-preview-section {
  padding: 24px 20px;
}

.process-preview-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  gap: 18px;
  align-items: start;
}

.process-preview-contact-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.process-preview-copy {
  display: grid;
  gap: 12px;
}

.process-preview-section h4 {
  color: var(--preview-royal);
  font-size: 1.6rem;
  line-height: 0.98;
}

.process-preview-copy p,
.process-preview-contact-copy p {
  color: var(--preview-muted);
}

.process-preview-stat-card {
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 168px;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(233, 223, 210, 0.54)),
    radial-gradient(circle at top right, rgba(202, 161, 75, 0.18), transparent 42%);
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 18px 34px rgba(16, 28, 52, 0.08);
}

.process-preview-stat-card strong {
  font-family: "Noto Serif", serif;
  font-size: 2.45rem;
  line-height: 1;
  color: var(--preview-royal);
}

.process-preview-stat-card span {
  color: var(--preview-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-preview-collection {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(231, 212, 207, 0.18));
}

.process-preview-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.process-preview-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 33, 110, 0.14);
  color: var(--preview-royal);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.process-preview-property-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.process-preview-property {
  display: grid;
  gap: 10px;
}

.process-preview-property img {
  aspect-ratio: 0.82;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 32px rgba(16, 28, 52, 0.12);
}

.process-preview-property:last-child {
  grid-column: 1 / -1;
}

.process-preview-property strong,
.process-preview-site-footer strong,
.process-preview-quote-author strong {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  color: var(--preview-royal);
}

.process-preview-property strong {
  font-size: 0.94rem;
}

.process-preview-property span,
.process-preview-quote-author span {
  color: var(--preview-muted);
  font-size: 0.72rem;
}

.process-preview-quote-section {
  position: relative;
  padding: 28px 20px;
  background:
    linear-gradient(135deg, rgba(16, 28, 52, 0.98), rgba(0, 33, 110, 0.94)),
    radial-gradient(circle at top right, rgba(202, 161, 75, 0.24), transparent 36%);
  color: rgba(255, 255, 255, 0.96);
}

.process-preview-quote-mark {
  position: absolute;
  top: 8px;
  left: 18px;
  font-family: "Noto Serif", serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(202, 161, 75, 0.68);
}

.process-preview-quote-section p {
  position: relative;
  max-width: 44rem;
  padding-left: 18px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.process-preview-quote-author {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding-left: 18px;
}

.process-preview-quote-author strong {
  color: #ffffff;
}

.process-preview-quote-author span {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-preview-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.process-preview-contact-list span {
  font-size: 0.66rem;
}

.process-preview-form-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 18px 34px rgba(16, 28, 52, 0.08);
}

.process-preview-form-row {
  display: grid;
  gap: 7px;
}

.process-preview-form-row span {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(16, 28, 52, 0.58);
}

.process-preview-form-row div {
  height: 32px;
  border-bottom: 2px solid rgba(0, 33, 110, 0.12);
}

.process-preview-form-row-large div {
  height: 52px;
}

.process-preview-submit {
  margin-top: 8px;
  width: 100%;
}

.process-preview-site-footer {
  display: grid;
  gap: 5px;
  padding: 20px 20px 26px;
  background: linear-gradient(180deg, rgba(16, 28, 52, 0.02), rgba(16, 28, 52, 0.08));
}

.process-preview-site-footer strong {
  font-size: 0.9rem;
}

.process-preview-mobile-shell {
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 248, 242, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 42px rgba(20, 35, 29, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.process-preview-mobile-note {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(30, 122, 95, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-preview-mobile-frame {
  position: relative;
  margin-top: 12px;
  padding: 8px 8px 10px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(46, 53, 76, 0.98), rgba(19, 24, 41, 0.98));
  box-shadow:
    0 24px 42px rgba(16, 28, 52, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.process-preview-mobile-frame::before,
.process-preview-mobile-frame::after {
  content: "";
  position: absolute;
  top: 124px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(126, 136, 160, 0.86), rgba(71, 80, 110, 0.94));
}

.process-preview-mobile-frame::before {
  left: -3px;
  height: 66px;
}

.process-preview-mobile-frame::after {
  right: -3px;
  top: 138px;
  height: 82px;
}

.process-preview-mobile-devicebar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 3px 10px 10px;
}

.process-preview-mobile-time {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 10px;
}

.process-preview-mobile-status {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
  padding-right: 8px;
}

.process-preview-mobile-status span {
  display: inline-block;
  position: relative;
}

.process-preview-mobile-status .is-signal {
  width: 13px;
  height: 10px;
}

.process-preview-mobile-status .is-signal::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    -4px -1px 0 0 rgba(255, 255, 255, 0.78),
    -8px -3px 0 0 rgba(255, 255, 255, 0.62);
}

.process-preview-mobile-status .is-wifi {
  width: 13px;
  height: 10px;
}

.process-preview-mobile-status .is-wifi::before,
.process-preview-mobile-status .is-wifi::after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1.8px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translateX(-50%);
}

.process-preview-mobile-status .is-wifi::before {
  top: 1px;
  width: 12px;
  height: 9px;
}

.process-preview-mobile-status .is-wifi::after {
  top: 4px;
  width: 6px;
  height: 5px;
}

.process-preview-mobile-status .is-battery {
  width: 20px;
  height: 10px;
  border: 1.8px solid rgba(255, 255, 255, 0.88);
  border-radius: 3px;
}

.process-preview-mobile-status .is-battery::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.9);
}

.process-preview-mobile-status .is-battery::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 2px;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background: rgba(255, 255, 255, 0.88);
}

.process-preview-mobile-notch {
  position: relative;
  width: 112px;
  height: 28px;
  margin: 0 auto;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(16, 18, 26, 1), rgba(0, 0, 0, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 6px 12px rgba(0, 0, 0, 0.18);
}

.process-preview-mobile-notch::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(61, 88, 132, 0.9), rgba(18, 23, 38, 0.98));
}

.process-preview-mobile-notch::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 32px;
  top: 11px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.process-preview-mobile-scroll {
  max-height: 446px;
  overflow-y: auto;
  border-radius: 34px;
  background: #fbf8f3;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 33, 110, 0.42) rgba(16, 28, 52, 0.08);
}

.process-preview-mobile-scroll::-webkit-scrollbar {
  width: 8px;
}

.process-preview-mobile-scroll::-webkit-scrollbar-track {
  background: rgba(16, 28, 52, 0.06);
}

.process-preview-mobile-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 33, 110, 0.64), rgba(202, 161, 75, 0.54));
}

.process-preview-mobile-site {
  color: #192333;
  background: #fbf8f3;
  font-family: "Manrope", sans-serif;
}

.process-preview-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(16, 28, 52, 0.08);
}

.process-preview-mobile-brand {
  display: grid;
  gap: 3px;
}

.process-preview-mobile-brand strong {
  font-family: "Noto Serif", serif;
  font-size: 0.92rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #00216e;
}

.process-preview-mobile-brand span,
.process-preview-mobile-card span,
.process-preview-mobile-cta span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-preview-mobile-brand span {
  color: rgba(16, 28, 52, 0.56);
}

.process-preview-mobile-menu {
  display: grid;
  gap: 4px;
}

.process-preview-mobile-menu span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(16, 28, 52, 0.42);
}

.process-preview-mobile-hero {
  position: relative;
  min-height: 244px;
  overflow: hidden;
}

.process-preview-mobile-hero img {
  height: 244px;
  object-fit: cover;
}

.process-preview-mobile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 28, 52, 0.08), rgba(16, 28, 52, 0.76)),
    linear-gradient(180deg, rgba(202, 161, 75, 0.08), transparent 40%);
}

.process-preview-mobile-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  color: #ffffff;
}

.process-preview-mobile-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(202, 161, 75, 0.18);
  border: 1px solid rgba(202, 161, 75, 0.24);
  color: #fff4da;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-preview-mobile-hero-copy h4 {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: 1.96rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.process-preview-mobile-hero-copy p,
.process-preview-mobile-card p,
.process-preview-mobile-cta strong,
.process-preview-mobile-quote p,
.process-preview-mobile-property span,
.process-preview-mobile-property p,
.process-preview-mobile-footer span {
  margin: 0;
  line-height: 1.55;
}

.process-preview-mobile-hero-copy p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
}

.process-preview-mobile-section {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.process-preview-mobile-section-head {
  display: grid;
  gap: 5px;
}

.process-preview-mobile-section-head span,
.process-preview-mobile-card span,
.process-preview-mobile-cta span,
.process-preview-mobile-property span,
.process-preview-mobile-author span,
.process-preview-mobile-form-row span,
.process-preview-mobile-contact-list span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-preview-mobile-section-head span {
  color: #8b6625;
}

.process-preview-mobile-section-head strong,
.process-preview-mobile-property strong,
.process-preview-mobile-author strong,
.process-preview-mobile-footer strong {
  font-family: "Noto Serif", serif;
  color: #00216e;
}

.process-preview-mobile-section-head strong {
  font-size: 1.05rem;
  line-height: 1.04;
}

.process-preview-mobile-card {
  display: grid;
  gap: 9px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 12px 24px rgba(16, 28, 52, 0.06);
}

.process-preview-mobile-card.is-highlight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 223, 210, 0.58)),
    radial-gradient(circle at top right, rgba(202, 161, 75, 0.18), transparent 40%);
}

.process-preview-mobile-card.is-stat {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 243, 238, 0.94)),
    radial-gradient(circle at bottom left, rgba(30, 122, 95, 0.14), transparent 42%);
}

.process-preview-mobile-card span {
  color: rgba(16, 28, 52, 0.56);
}

.process-preview-mobile-card strong {
  color: #00216e;
  font-family: "Noto Serif", serif;
  font-size: 1.06rem;
  line-height: 1.08;
}

.process-preview-mobile-card p {
  font-size: 0.75rem;
  color: #69717c;
}

.process-preview-mobile-collection {
  gap: 12px;
}

.process-preview-mobile-property {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 28, 52, 0.08);
  box-shadow: 0 12px 24px rgba(16, 28, 52, 0.06);
}

.process-preview-mobile-property img {
  width: 84px;
  height: 96px;
  border-radius: 16px;
  object-fit: cover;
}

.process-preview-mobile-property div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.process-preview-mobile-property strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.process-preview-mobile-property span {
  color: #69717c;
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-transform: none;
}

.process-preview-mobile-quote {
  position: relative;
  padding: 24px 16px;
  background:
    linear-gradient(135deg, rgba(16, 28, 52, 0.98), rgba(0, 33, 110, 0.96)),
    radial-gradient(circle at top right, rgba(202, 161, 75, 0.22), transparent 38%);
  color: #ffffff;
}

.process-preview-mobile-quote-mark {
  position: absolute;
  top: 6px;
  left: 12px;
  font-family: "Noto Serif", serif;
  font-size: 3.3rem;
  line-height: 1;
  color: rgba(202, 161, 75, 0.68);
}

.process-preview-mobile-quote p {
  position: relative;
  padding-left: 12px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
}

.process-preview-mobile-author {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding-left: 12px;
}

.process-preview-mobile-author strong {
  color: #ffffff;
  font-size: 0.9rem;
}

.process-preview-mobile-author span {
  color: rgba(255, 255, 255, 0.72);
}

.process-preview-mobile-cta {
  display: grid;
  gap: 10px;
  padding: 16px 16px 18px;
  background:
    linear-gradient(135deg, rgba(16, 28, 52, 0.98), rgba(0, 33, 110, 0.96));
  color: #ffffff;
}

.process-preview-mobile-cta span {
  color: rgba(202, 161, 75, 0.86);
}

.process-preview-mobile-cta strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.process-preview-mobile-contact-list {
  display: grid;
  gap: 7px;
}

.process-preview-mobile-contact-list span {
  color: rgba(255, 255, 255, 0.72);
}

.process-preview-mobile-form {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.process-preview-mobile-form-row {
  display: grid;
  gap: 6px;
}

.process-preview-mobile-form-row span {
  color: rgba(255, 255, 255, 0.56);
}

.process-preview-mobile-form-row div {
  height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.process-preview-mobile-form-row-large div {
  height: 42px;
}

.process-preview-mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d3ac58, #b8862f);
  color: #fffdf7;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.process-preview-mobile-footer {
  display: grid;
  gap: 4px;
  padding: 16px 16px 20px;
  background: linear-gradient(180deg, rgba(16, 28, 52, 0.02), rgba(16, 28, 52, 0.08));
}

.process-preview-mobile-footer strong {
  font-size: 0.9rem;
}

.process-preview-mobile-footer span {
  color: rgba(16, 28, 52, 0.56);
  font-size: 0.68rem;
}

.process-preview-stage.is-auto-scrolling .process-preview-site-note,
.process-preview-stage.is-auto-scrolling .process-preview-mobile-note {
  box-shadow: 0 10px 18px rgba(20, 35, 29, 0.08);
}

@media (max-width: 1100px) {
  .process-preview-stage {
    grid-template-columns: minmax(0, 1fr) 272px;
  }

  .process-preview-hero-copy {
    max-width: 62%;
    padding: 24px;
  }

  .process-preview-hero-copy h3 {
    font-size: 2.3rem;
  }

  .process-preview-section,
  .process-preview-quote-section,
  .process-preview-site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 720px) {
  .process-preview-stage {
    grid-template-columns: 1fr;
  }

  .process-preview-mobile-shell {
    width: min(100%, 392px);
    justify-self: center;
  }

  .process-preview-site-nav {
    padding: 14px 16px;
  }

  .process-preview-site-links {
    display: none;
  }

  .process-preview-site-cta,
  .process-preview-button,
  .process-preview-submit {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.62rem;
  }

  .process-preview-hero,
  .process-preview-hero img {
    min-height: 282px;
    height: 282px;
  }

  .process-preview-hero-copy {
    max-width: 100%;
    padding: 22px 18px;
  }

  .process-preview-hero-copy h3 {
    font-size: 2rem;
  }

  .process-preview-section,
  .process-preview-quote-section,
  .process-preview-site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .process-preview-philosophy,
  .process-preview-contact-section,
  .process-preview-property-grid {
    grid-template-columns: 1fr;
  }

  .process-preview-quote-section p,
  .process-preview-quote-author {
    padding-left: 18px;
  }
}

.process-inspector-card {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 12px 22px rgba(20, 35, 29, 0.05);
}

.process-color-swatches {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.process-color-swatches span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(20, 35, 29, 0.08);
}

.process-color-swatches .is-navy {
  background: #101c34;
}

.process-color-swatches .is-royal {
  background: #00216e;
}

.process-color-swatches .is-rose {
  background: #e7d4cf;
}

.process-color-swatches .is-gold {
  background: #caa14b;
}

.process-color-swatches .is-ivory {
  background: #fbf8f3;
}

.process-float {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 239, 0.92));
  box-shadow:
    0 22px 40px rgba(20, 35, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.process-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.process-float-step {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(30, 122, 95, 0.08);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-float-wireframe {
  top: 56px;
  right: 40px;
  width: 232px;
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 246, 240, 0.92));
}

.process-design-board {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.process-design-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.process-design-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--brand-deep);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-design-chips .is-soft {
  color: #8b6625;
  background: rgba(216, 164, 79, 0.14);
}

.process-mini-screen {
  padding: 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 242, 0.9));
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 12px 22px rgba(20, 35, 29, 0.05);
}

.process-mini-line,
.process-mobile-top {
  height: 10px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.process-mini-line-wide {
  width: 74%;
}

.process-mini-line + .process-mini-line {
  width: 48%;
  margin-top: 10px;
}

.process-design-swatches {
  display: flex;
  gap: 7px;
  margin-top: 12px;
}

.process-design-swatches span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(16, 28, 52, 0.08);
}

.process-design-swatches .is-navy {
  background: #101c34;
}

.process-design-swatches .is-royal {
  background: #1a3d98;
}

.process-design-swatches .is-gold {
  background: #d1a84d;
}

.process-design-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.process-design-panels span {
  display: block;
  height: 58px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 238, 231, 0.9)),
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.12), transparent 40%);
  border: 1px solid rgba(20, 35, 29, 0.07);
}

.process-design-panels .is-featured {
  grid-column: span 2;
  height: 72px;
  background:
    linear-gradient(135deg, rgba(16, 28, 52, 0.06), rgba(216, 164, 79, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 244, 238, 0.92));
}

.process-float-mobile {
  right: 124px;
  bottom: -28px;
  width: 178px;
  padding: 16px;
  background:
    radial-gradient(circle at top left, rgba(30, 122, 95, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 246, 241, 0.93));
}

.process-build-stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.process-build-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.process-build-status span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-build-dots {
  display: inline-flex;
  gap: 5px;
}

.process-build-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(20, 35, 29, 0.12);
}

.process-build-dots i:nth-child(1),
.process-build-dots i:nth-child(2) {
  background: linear-gradient(135deg, var(--brand), rgba(216, 164, 79, 0.92));
}

.process-mobile-screen {
  width: 100%;
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(248, 250, 246, 0.98), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 12px 24px rgba(20, 35, 29, 0.05);
}

.process-mobile-top {
  width: 56%;
}

.process-mobile-card {
  height: 44px;
  margin-top: 10px;
  border-radius: 14px;
  background: rgba(20, 35, 29, 0.07);
}

.process-mobile-card-hero {
  height: 74px;
  background:
    linear-gradient(135deg, rgba(30, 122, 95, 0.18), rgba(216, 164, 79, 0.24)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 244, 238, 0.92));
}

.process-mobile-card-code {
  height: 54px;
  background:
    linear-gradient(180deg, rgba(16, 28, 52, 0.07), rgba(16, 28, 52, 0.03)),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 12px,
      rgba(16, 28, 52, 0.08) 12px,
      rgba(16, 28, 52, 0.08) 16px
    );
}

.process-mobile-card-live {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 240, 233, 0.96));
}

.process-build-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.process-build-progress span {
  height: 6px;
  border-radius: 999px;
  background: rgba(20, 35, 29, 0.08);
}

.process-build-progress .is-complete {
  background: linear-gradient(90deg, var(--brand), rgba(216, 164, 79, 0.78));
}

.process-float-launch {
  left: 54px;
  bottom: -4px;
  max-width: 252px;
  padding: 16px 18px 18px;
  background:
    radial-gradient(circle at bottom right, rgba(30, 122, 95, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 247, 241, 0.93));
}

.process-launch-card {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.process-launch-card strong {
  color: var(--surface-dark);
  font-size: 1rem;
  line-height: 1.2;
}

.process-launch-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.process-launch-items span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  color: var(--brand-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-launch-items span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), rgba(216, 164, 79, 0.8));
}

.process-float-launch p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.process-launch-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(30, 122, 95, 0.1);
  color: var(--brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-launch-status i {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), rgba(216, 164, 79, 0.86));
  box-shadow: 0 0 0 6px rgba(30, 122, 95, 0.08);
  animation: processLaunchPulse 2.2s ease-in-out infinite;
}

@keyframes processLaunchPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(30, 122, 95, 0.18);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 8px rgba(30, 122, 95, 0);
  }
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p:last-child {
  margin: 14px 0 0;
  line-height: 1.72;
}

.section-heading-dark p:last-child,
.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 18px;
  align-items: stretch;
}

.intro-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 30px;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}

.intro-panel-dark {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(145deg, var(--surface-dark), var(--surface-dark-2) 62%, #10231d);
  color: white;
}

.intro-panel-dark::before {
  content: "";
  position: absolute;
  top: -24%;
  right: -8%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 122, 95, 0.34), transparent 68%);
  filter: blur(16px);
  animation: introPanelGlow 9s ease-in-out infinite;
  pointer-events: none;
}

.intro-panel-dark::after {
  content: "";
  position: absolute;
  inset: -34% auto -34% -28%;
  width: 44%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  opacity: 0.46;
  transform: translateX(-145%) rotate(12deg);
  animation: introSheen 7.8s ease-in-out infinite 1.2s;
  pointer-events: none;
}

.intro-panel-dark > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: introContentRise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.intro-panel-dark > *:nth-child(1) {
  animation-delay: 80ms;
}

.intro-panel-dark > *:nth-child(2) {
  animation-delay: 180ms;
}

.intro-panel-dark > *:nth-child(3) {
  animation-delay: 300ms;
}

.intro-panel-dark h2,
.intro-panel-dark p {
  color: white;
}

.intro-panel-dark p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.metric-puzzle-hint {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  pointer-events: none;
}

.metric-puzzle-hint-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 34, 29, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 12px 24px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  color: #20332c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-4deg);
  white-space: nowrap;
}

.metric-puzzle-hint-label i {
  color: #1e7a5f;
  font-size: 0.92rem;
  animation: metricHintPulse 2.2s ease-in-out infinite;
  transform-origin: center;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.metric-grid article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 22px;
  background: rgba(247, 247, 242, 0.84);
  border: 1px solid rgba(20, 34, 29, 0.08);
  box-shadow:
    0 12px 24px rgba(20, 35, 29, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  opacity: 0;
  animation: metricCardRise 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease;
  cursor: grab;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.metric-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 164, 79, 0.9), rgba(30, 122, 95, 0.7));
  opacity: 0.56;
}

.metric-grid article::after {
  content: "";
  position: absolute;
  inset: auto -24px -52px auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 164, 79, 0.16), transparent 68%);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  transform: scale(0.9);
  pointer-events: none;
}

.metric-grid article:focus-visible {
  outline: none;
  border-color: rgba(30, 122, 95, 0.24);
  box-shadow:
    0 0 0 4px rgba(30, 122, 95, 0.1),
    0 18px 34px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.metric-grid article:nth-child(1) {
  animation-delay: 140ms;
}

.metric-grid article:nth-child(2) {
  animation-delay: 220ms;
}

.metric-grid article:nth-child(3) {
  animation-delay: 300ms;
}

.metric-grid article:nth-child(4) {
  animation-delay: 380ms;
}

.metric-grid article:nth-child(5) {
  animation-delay: 460ms;
}

.metric-grid article:nth-child(6) {
  animation-delay: 540ms;
}

.metric-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 122, 95, 0.14);
  background: rgba(251, 251, 247, 0.94);
  box-shadow:
    0 18px 36px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.metric-grid article:active {
  cursor: grabbing;
}

.metric-grid article:hover::after {
  opacity: 1;
  transform: scale(1);
}

.metric-grid article:hover strong {
  transform: translateY(-1px);
}

.metric-grid article.is-selected {
  transform: translateY(-8px);
  border-color: rgba(30, 122, 95, 0.16);
  background: linear-gradient(145deg, rgba(18, 46, 38, 0.98), rgba(31, 74, 61, 0.94));
  box-shadow:
    0 22px 42px rgba(16, 35, 29, 0.14),
    0 10px 24px rgba(30, 122, 95, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.metric-grid article.is-selected::before {
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0.96;
  background: linear-gradient(90deg, rgba(216, 164, 79, 0.94), rgba(30, 122, 95, 0.82));
}

.metric-grid article.is-selected::after {
  opacity: 1;
  transform: scale(1.08);
  background: radial-gradient(circle, rgba(216, 164, 79, 0.22), transparent 68%);
}

.metric-grid article.is-selected strong,
.metric-grid article.is-selected span {
  color: rgba(255, 255, 255, 0.94);
}

.metric-grid article.is-selected strong {
  transform: translateY(-1px);
}

.metric-grid article.is-selected span {
  color: rgba(239, 245, 242, 0.82);
}

.metric-grid article.is-drop-target {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(216, 164, 79, 0.26);
  box-shadow:
    0 20px 36px rgba(20, 35, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.metric-grid article.is-drop-target::before {
  width: 100%;
  left: 0;
  opacity: 0.82;
}

.metric-grid article.is-dragging {
  opacity: 0.72;
  transform: scale(0.97);
  border-color: rgba(30, 122, 95, 0.18);
  background: rgba(251, 251, 247, 0.94);
  box-shadow:
    0 16px 30px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.metric-tile.is-drag-ghost {
  position: fixed;
  top: -9999px;
  left: -9999px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(30, 122, 95, 0.18);
  background: linear-gradient(145deg, rgba(18, 46, 38, 0.98), rgba(31, 74, 61, 0.94));
  box-shadow:
    0 24px 44px rgba(16, 35, 29, 0.16),
    0 12px 28px rgba(30, 122, 95, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(-2deg);
  pointer-events: none;
  z-index: 9999;
}

.metric-tile.is-drag-ghost::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 164, 79, 0.94), rgba(30, 122, 95, 0.82));
  opacity: 0.96;
}

.metric-tile.is-drag-ghost strong,
.metric-tile.is-drag-ghost span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
}

.metric-tile.is-drag-ghost span {
  color: rgba(239, 245, 242, 0.82);
}

.metric-grid strong,
.metric-grid span {
  position: relative;
  z-index: 1;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.metric-grid article:hover span {
  color: #42504a;
}

.metric-grid strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
}

.metric-grid span {
  color: #23342d;
  font-weight: 700;
  line-height: 1.35;
}

.metric-grid small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: #6b7872;
  font-size: 0.84rem;
  line-height: 1.5;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.metric-grid article:hover small {
  color: #57645e;
}

.metric-grid article.is-selected small {
  color: rgba(239, 245, 242, 0.76);
}

.metric-tile.is-drag-ghost small {
  position: relative;
  z-index: 1;
  color: rgba(239, 245, 242, 0.76);
}

.service-grid,
.process-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 6px 0 4px;
  counter-reset: service-card;
}

.service-grid::before {
  content: "";
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, rgba(216, 164, 79, 0.14), rgba(30, 122, 95, 0.34), rgba(216, 164, 79, 0.14));
  pointer-events: none;
}

.service-card {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: min(100%, 780px);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  transition: transform 240ms ease;
}

.service-card.featured {
  grid-row: auto;
}

.service-card:nth-child(odd) {
  align-self: flex-start;
}

.service-card:nth-child(even) {
  align-self: flex-end;
  grid-template-columns: minmax(0, 1fr) 92px;
}

.service-card:nth-child(even) .service-step {
  order: 2;
}

.service-card:nth-child(even) .service-card-shell {
  order: 1;
}

.service-step {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 241, 0.9));
  box-shadow:
    0 22px 36px rgba(20, 35, 29, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.service-step::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.22), rgba(30, 122, 95, 0.08));
}

.service-step::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
}

.service-card-shell {
  position: relative;
  padding: 26px 28px;
  border-radius: 36px 120px 36px 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 164, 79, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 239, 0.91));
  box-shadow:
    0 24px 44px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition: box-shadow 240ms ease, border-color 240ms ease;
}

.service-card-shell::before {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 132px;
  height: 132px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.18), rgba(30, 122, 95, 0.06));
  opacity: 0.92;
  pointer-events: none;
}

.service-card:nth-child(even) .service-card-shell {
  border-radius: 120px 36px 36px 36px;
}

.service-card:nth-child(even) .service-card-shell::before {
  inset: -18px auto auto -18px;
}

.service-card-spotlight {
  width: min(100%, 860px);
}

.service-card-spotlight .service-card-shell {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 34px 30px;
  border-radius: 40px 132px 40px 40px;
  background:
    radial-gradient(circle at 86% 18%, rgba(216, 164, 79, 0.24), transparent 24%),
    radial-gradient(circle at 14% 82%, rgba(30, 122, 95, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 239, 0.93));
}

.service-card-spotlight .service-card-shell::before {
  inset: 28px 24px auto auto;
  width: 164px;
  height: 164px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(216, 164, 79, 0.2), rgba(30, 122, 95, 0.08));
}

.service-card-ribbon {
  width: min(100%, 700px);
}

.service-card-domain .service-card-shell {
  background:
    radial-gradient(circle at 14% 50%, rgba(216, 164, 79, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 247, 240, 0.91));
}

.service-card-software .service-card-shell {
  background:
    radial-gradient(circle at 86% 46%, rgba(30, 122, 95, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 239, 0.91));
}

.service-card-other .service-card-shell {
  background:
    radial-gradient(circle at 22% 76%, rgba(216, 164, 79, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 239, 0.91));
}

.service-card-shell .card-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.service-card-shell h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  max-width: 22ch;
  font-size: 1.34rem;
  line-height: 1.14;
}

.service-card-shell p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.7;
}

.service-card-spotlight h3 {
  max-width: 11ch;
  margin-bottom: 14px;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 0.98;
}

.service-card-spotlight p {
  max-width: 28ch;
}

.service-card-spotlight ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-card-spotlight ul li {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 35, 29, 0.08);
  box-shadow: 0 12px 24px rgba(20, 35, 29, 0.06);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-card-spotlight ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.service-card-spotlight ul li + li {
  margin-top: 0;
}

.service-card:hover {
  box-shadow: none;
}

.service-card:hover .service-card-shell {
  box-shadow:
    0 28px 50px rgba(20, 35, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.service-card:hover .service-step {
  transform: scale(1.04);
  box-shadow:
    0 26px 38px rgba(20, 35, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.card-tag,
.portfolio-label,
.pricing-tier {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-tag {
  color: var(--brand-deep);
  background: rgba(30, 122, 95, 0.08);
}

.service-card h3,
.portfolio-card h3,
.process-card h3,
.pricing-card h3 {
  margin: 0 0 12px;
  font-size: 1.42rem;
  max-width: 18ch;
}

.service-card p,
.portfolio-card p,
.process-card p,
.testimonial-card p {
  margin: 0;
  line-height: 1.72;
}

.service-card ul,
.pricing-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.service-card ul li + li {
  margin-top: 6px;
}

.section-dark {
  padding: 66px 34px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.14), transparent 30%),
    linear-gradient(145deg, var(--surface-dark), #16342b 58%, var(--surface-dark) 100%);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.portfolio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(11, 24, 20, 0.3), rgba(11, 24, 20, 0.68)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.portfolio-card h3,
.portfolio-card p,
.portfolio-label {
  color: white;
}

.portfolio-large {
  grid-row: span 2;
  min-height: 460px;
  background:
    linear-gradient(180deg, rgba(11, 24, 20, 0.18), rgba(11, 24, 20, 0.66)),
    url("pic/gallery-brand.svg"),
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.18), transparent 28%);
}

.portfolio-services-card {
  background-image:
    linear-gradient(180deg, rgba(11, 24, 20, 0.28), rgba(11, 24, 20, 0.66)),
    url("pic/gallery-layout.svg");
}

.portfolio-trust-card {
  background-image:
    linear-gradient(180deg, rgba(11, 24, 20, 0.28), rgba(11, 24, 20, 0.66)),
    url("pic/service-showcase.svg");
}

.portfolio-artisanal-card {
  gap: 12px;
  justify-content: flex-start;
  padding: 16px;
  text-decoration: none;
  background:
    radial-gradient(circle at 84% 16%, rgba(244, 225, 205, 0.14), transparent 0 14%, transparent 15%),
    linear-gradient(160deg, rgba(112, 81, 63, 0.72), rgba(48, 31, 24, 0.84));
}

.portfolio-artisanal-card:focus-within {
  outline: 2px solid rgba(216, 164, 79, 0.76);
  outline-offset: 4px;
}

.portfolio-artisanal-card .portfolio-preview-copy p {
  margin: 0;
  max-width: none;
  color: rgba(255, 243, 237, 0.76);
}

.portfolio-browser-artisanal {
  background: #efe4dc;
  border-color: rgba(255, 244, 236, 0.28);
}

.portfolio-browser-artisanal .portfolio-browser-stage {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.portfolio-browser-artisanal .portfolio-browser-stage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 400%;
  transform: scale(0.25);
  transform-origin: top left;
  border: 0;
}

.portfolio-browser-artisanal .portfolio-browser-viewport {
  height: auto;
  aspect-ratio: 16 /8;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    #f0e3dc;
}

.portfolio-artisanal-card .portfolio-browser-bar {
  background: rgba(67, 40, 29, 0.12);
}

.portfolio-artisanal-card .portfolio-browser-address {
  background: rgba(67, 40, 29, 0.12);
  color: rgba(58, 35, 26, 0.72);
}

.portfolio-artisanal-card:hover .portfolio-preview-meta,
.portfolio-artisanal-card:focus-within .portfolio-preview-meta {
  transform: translateX(4px);
}

.portfolio-artisanal-featured {
  gap: 14px;
  padding: 18px;
}

.portfolio-artisanal-featured .portfolio-browser-viewport {
  height: 520px;
  aspect-ratio: auto;
}

.portfolio-lumia-card {
  gap: 12px;
  justify-content: flex-start;
  padding: 16px;
  text-decoration: none;
  background:
    radial-gradient(circle at 84% 18%, rgba(203, 214, 208, 0.2), transparent 0 15%, transparent 16%),
    linear-gradient(160deg, rgba(48, 81, 74, 0.82), rgba(16, 31, 29, 0.92));
}

.portfolio-lumia-card:focus-within {
  outline: 2px solid rgba(216, 164, 79, 0.76);
  outline-offset: 4px;
}

.portfolio-browser-lumia {
  background: #ece7de;
  border-color: rgba(245, 250, 247, 0.22);
}

.portfolio-browser-lumia .portfolio-browser-stage {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.portfolio-browser-lumia .portfolio-browser-stage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 400%;
  transform: scale(0.25);
  transform-origin: top left;
  border: 0;
}

.portfolio-browser-lumia .portfolio-browser-viewport {
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    #efe9e1;
}

.portfolio-lumia-card .portfolio-browser-bar {
  background: rgba(32, 57, 52, 0.1);
}

.portfolio-lumia-card .portfolio-browser-address {
  background: rgba(32, 57, 52, 0.08);
  color: rgba(36, 52, 48, 0.64);
}

.portfolio-lumia-card .portfolio-preview-copy {
  gap: 4px;
}

.portfolio-lumia-card .portfolio-preview-copy h3 {
  font-size: 1.12rem;
}

.portfolio-lumia-card:hover .portfolio-preview-meta,
.portfolio-lumia-card:focus-within .portfolio-preview-meta {
  transform: translateX(4px);
}

.portfolio-preview-card {
  grid-column: span 2;
  gap: 14px;
  justify-content: flex-start;
  padding: 20px;
  text-decoration: none;
  background:
    radial-gradient(circle at 88% 16%, rgba(234, 239, 232, 0.14), transparent 0 14%, transparent 15%),
    linear-gradient(165deg, rgba(70, 84, 73, 0.58), rgba(25, 37, 31, 0.76));
}

.portfolio-preview-card:focus-within {
  outline: 2px solid rgba(216, 164, 79, 0.76);
  outline-offset: 4px;
}

.portfolio-preview-copy {
  display: grid;
  gap: 6px;
}

.portfolio-preview-copy p {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.76);
}

.portfolio-preview-card .portfolio-preview-copy .portfolio-label,
.portfolio-artisanal-card .portfolio-preview-copy .portfolio-label,
.portfolio-lumia-card .portfolio-preview-copy .portfolio-label {
  margin-bottom: 0;
  padding: 8px 14px;
}

.portfolio-preview-card .portfolio-preview-copy h3,
.portfolio-artisanal-card .portfolio-preview-copy h3,
.portfolio-lumia-card .portfolio-preview-copy h3 {
  margin-bottom: 0;
  max-width: none;
  font-size: 1.18rem;
  line-height: 1.14;
}

.portfolio-preview-card .portfolio-preview-copy p,
.portfolio-artisanal-card .portfolio-preview-copy p,
.portfolio-lumia-card .portfolio-preview-copy p {
  font-size: 0.92rem;
  line-height: 1.5;
}

.portfolio-artisanal-card .portfolio-preview-copy {
  gap: 4px;
}

.portfolio-artisanal-card .portfolio-preview-copy h3 {
  font-size: 1.14rem;
}

.portfolio-preview-card .portfolio-browser,
.portfolio-artisanal-card .portfolio-browser,
.portfolio-lumia-card .portfolio-browser {
  margin-top: 0;
}

.portfolio-browser-trizen {
  --preview-width: 1440px;
  --preview-height: 780px;
  --preview-scale: 0.31;
  background: #d0d6ce;
  border-color: rgba(255, 255, 255, 0.28);
}

.portfolio-preview-card .portfolio-browser-bar {
  background: rgba(18, 28, 23, 0.14);
}

.portfolio-preview-card .portfolio-browser-address {
  background: rgba(18, 28, 23, 0.12);
  color: rgba(24, 33, 28, 0.64);
}

.portfolio-preview-card .portfolio-browser-viewport {
  height: 224px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    #d8ddd5;
}

.portfolio-preview-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 200ms ease;
}

.portfolio-preview-card .portfolio-preview-meta,
.portfolio-artisanal-card .portfolio-preview-meta,
.portfolio-lumia-card .portfolio-preview-meta {
  margin-top: 6px;
}

.portfolio-preview-card:hover .portfolio-preview-meta,
.portfolio-preview-card:focus-within .portfolio-preview-meta {
  transform: translateX(4px);
}

.portfolio-preview-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.portfolio-preview-top h3 {
  max-width: 20ch;
  margin-bottom: 10px;
}

.portfolio-preview-top p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.76);
}

.portfolio-preview-link {
  flex: none;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.portfolio-preview-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.portfolio-browser {
  --preview-width: 1440px;
  --preview-height: 1100px;
  --preview-scale: 0.4;
  margin-top: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #09100d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 48px rgba(0, 0, 0, 0.18);
}

.portfolio-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.portfolio-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.portfolio-browser-bar span:nth-child(1) {
  background: #f17171;
}

.portfolio-browser-bar span:nth-child(2) {
  background: #e2c15d;
}

.portfolio-browser-bar span:nth-child(3) {
  background: #6bcf8b;
}

.portfolio-browser-address {
  min-width: 0;
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-browser-viewport {
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  overscroll-behavior: contain;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    #0d1511;
}

.portfolio-browser-stage {
  width: calc(var(--preview-width) * var(--preview-scale));
  height: calc(var(--preview-height) * var(--preview-scale));
  flex: none;
}

.portfolio-browser iframe {
  width: var(--preview-width);
  height: var(--preview-height);
  border: 0;
  display: block;
  transform: scale(var(--preview-scale));
  transform-origin: top left;
  pointer-events: none;
}

.portfolio-label {
  background: rgba(255, 255, 255, 0.09);
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 24px;
  align-items: end;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.process-card {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 239, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.process-card:nth-child(1) {
  --process-delay: 0s;
}

.process-card:nth-child(2) {
  --process-delay: 1.2s;
}

.process-card:nth-child(3) {
  --process-delay: 2.4s;
}

.process-card:nth-child(4) {
  --process-delay: 3.6s;
}

.process-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 92px;
  width: calc(100% - 92px + 18px);
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(30, 122, 95, 0.18), rgba(216, 164, 79, 0.6), rgba(30, 122, 95, 0.18));
  background-size: 220% 100%;
  opacity: 0.55;
  z-index: 0;
  animation: processFlowLine 4.8s linear infinite;
  animation-delay: var(--process-delay);
}

.process-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 92px;
  width: calc(100% - 92px + 18px);
  height: 14px;
  z-index: 1;
  background:
    radial-gradient(circle, rgba(216, 164, 79, 0.32) 0, rgba(216, 164, 79, 0.14) 42%, transparent 72%);
  animation: processFlowDot 4.8s ease-in-out infinite;
  animation-delay: calc(var(--process-delay) + 0.18s);
}

.process-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(30, 122, 95, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 239, 0.96));
  box-shadow:
    0 14px 28px rgba(15, 90, 69, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  color: var(--brand-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  animation: processStepPulse 4.8s ease-in-out infinite;
  animation-delay: var(--process-delay);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px;
  border: 1px solid rgba(20, 35, 29, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 239, 0.95));
  box-shadow: 0 20px 42px rgba(20, 35, 29, 0.1);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.pricing-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 122, 95, 0.12), transparent 72%);
  pointer-events: none;
}

.pricing-card-featured {
  border-color: rgba(30, 122, 95, 0.22);
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.2), transparent 32%),
    radial-gradient(circle at bottom left, rgba(30, 122, 95, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(236, 244, 239, 0.96));
  box-shadow: 0 26px 52px rgba(20, 35, 29, 0.14);
  transform: translateY(-8px);
}

.pricing-tier {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(30, 122, 95, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 12px 0 0;
  max-width: 12ch;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.pricing-summary {
  margin: 22px 0 0;
  min-height: 6.8rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.pricing-list {
  margin: 26px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(20, 35, 29, 0.14);
  list-style: none;
}

.pricing-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.pricing-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: auto;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.pricing-card-featured .pricing-action {
  background: linear-gradient(135deg, var(--surface-dark) 0%, var(--brand-deep) 62%, var(--brand) 100%);
}

.pricing-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 90, 69, 0.22);
}

.testimonial-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 58px 0 36px;
  overflow: hidden;
}

.testimonial-section .section-heading {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
}

.testimonial-marquee {
  position: relative;
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 6px 0;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f6f7f2, rgba(246, 247, 242, 0));
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f9faf7, rgba(249, 250, 247, 0));
}

.testimonial-track {
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  min-width: max-content;
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  animation: testimonialSlide 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-track,
.testimonial-marquee:focus-within .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  position: relative;
  width: min(32rem, calc(100vw - 48px));
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(30, 122, 95, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 238, 0.94));
  transition: transform 240ms ease, box-shadow 240ms ease;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(20, 34, 29, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.testimonial-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.testimonial-kicker,
.testimonial-score {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-kicker {
  color: var(--brand-deep);
  background: rgba(30, 122, 95, 0.09);
}

.testimonial-score {
  color: #7b5625;
  background: rgba(216, 164, 79, 0.16);
}

.testimonial-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 1.08rem;
  line-height: 1.85;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 34, 29, 0.08);
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 18px;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--surface-dark), var(--brand-deep) 58%, var(--brand));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.testimonial-meta {
  display: grid;
  gap: 4px;
}

.testimonial-card strong {
  display: block;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 38px rgba(20, 34, 29, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 22px 24px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.faq-section {
  padding-top: 72px;
}

.faq-section .section-heading {
  max-width: none;
  margin-bottom: 26px;
}

.faq-section .eyebrow {
  margin-bottom: 18px;
  color: #64706b;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
}

.faq-section .eyebrow::before {
  width: 40px;
  background: rgba(20, 35, 29, 0.34);
}

.faq-section h2 {
  max-width: 8ch;
  font-size: clamp(3.6rem, 8vw, 5.75rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.faq-list details[open] {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 46px rgba(20, 34, 29, 0.1);
}

.quote-section {
  display: block;
}

.quote-copy {
  max-width: 860px;
  margin: 0 auto 24px;
}

.quote-copy h2 {
  margin: 0;
}

.quote-copy > p:not(.eyebrow) {
  max-width: 30ch;
  margin: 14px 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 32px;
}

label {
  display: grid;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 600;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.required-mark {
  color: var(--danger);
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(30, 122, 95, 0.42);
  box-shadow: 0 0 0 4px rgba(30, 122, 95, 0.12);
}

.phone-group {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 10px;
}

.country-code-select {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 54px;
  padding: 14px 34px 14px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.country-code-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.country-code-select:focus-within {
  outline: none;
  border-color: rgba(30, 122, 95, 0.42);
  box-shadow: 0 0 0 4px rgba(30, 122, 95, 0.12);
}

.country-code-select select {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.country-code-select select option {
  color: var(--text);
}

.country-code-value {
  position: absolute;
  inset: 50% 34px auto 14px;
  transform: translateY(-50%);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-group input {
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: var(--danger);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px var(--danger-soft);
}

textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.form-note.is-success {
  color: var(--brand-deep);
  font-weight: 700;
}

.form-note.is-error {
  color: var(--danger);
  font-weight: 700;
}

.hero-proof article:hover,
.service-card:hover,
.process-card:hover,
.pricing-card:hover,
.testimonial-card:hover,
.faq-list details:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(20, 34, 29, 0.12);
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(20, 35, 29, 0.14);
}

.portfolio-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero,
  .intro-grid,
  .split-heading,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 0 0 30px;
  }

  .hero-copy {
    width: min(100vw - 36px, 1160px);
    min-height: 580px;
    margin-top: 72px;
    padding: 46px 40px 38px;
  }

  .hero-core-network {
    top: 42px;
    right: 26px;
    bottom: 118px;
    width: min(40%, 380px);
  }

  .motherboard-bg {
    opacity: 0.7;
    transform: translateX(2%) scale(0.94);
    transform-origin: right top;
  }

  .motherboard-bg::after {
    background: linear-gradient(90deg, rgba(244, 240, 229, 0.97) 0%, rgba(244, 240, 229, 0.9) 24%, rgba(244, 240, 229, 0.5) 44%, rgba(244, 240, 229, 0.06) 64%, rgba(244, 240, 229, 0) 72%);
  }

  .service-showcase-interactive {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-showcase-copy {
    padding-bottom: 24px;
  }

  .service-copy-panels {
    min-height: 268px;
  }

  .service-hover-instruction {
    max-width: none;
  }

  .service-stage-visual {
    padding: 0 34px 34px;
  }

  .service-preview-stage,
  .service-preview-scene {
    min-height: 330px;
  }

  .service-hotspot-layer {
    inset: 10px;
    gap: 10px;
  }

  .service-cursor-tooltip {
    width: min(260px, calc(100% - 20px));
  }

  .service-grid,
  .portfolio-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid {
    gap: 18px;
  }

  .service-grid::before {
    top: 38px;
    bottom: 38px;
    left: 38px;
  }

  .brand-composition {
    min-height: 920px;
  }

  .brand-list {
    display: contents;
  }

  .brand-balls-scene .brand-ball-core {
    width: 300px;
    height: 300px;
    padding: 48px;
  }

  .brand-balls-scene .brand-item {
    width: 200px;
    padding: 22px;
  }

  .brand-balls-scene .brand-ball:nth-child(1) {
    --ball-x: calc(50% - 136px);
    --ball-y: 36px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(1) {
    --ball-x: 72px;
    --ball-y: 336px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(2) {
    --ball-x: calc(100% - 288px);
    --ball-y: 314px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(3) {
    --ball-x: 98px;
    --ball-y: 566px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(4) {
    --ball-x: calc(100% - 274px);
    --ball-y: 598px;
  }

  .service-card.featured,
  .portfolio-large {
    grid-row: auto;
  }

  .service-card-spotlight,
  .service-card-ribbon {
    width: 100%;
    justify-self: stretch;
  }

  .service-card,
  .service-card:nth-child(even) {
    width: 100%;
    align-self: stretch;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .service-card:nth-child(even) .service-step,
  .service-card:nth-child(even) .service-card-shell {
    order: 0;
  }

  .service-step {
    width: 76px;
    height: 76px;
    font-size: 1.12rem;
  }

  .service-step::after {
    right: 10px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
  }

  .service-card-shell,
  .service-card:nth-child(even) .service-card-shell {
    border-radius: 32px 88px 32px 32px;
  }

  .service-card-shell::before,
  .service-card:nth-child(even) .service-card-shell::before {
    inset: auto -16px -16px auto;
    width: 110px;
    height: 110px;
  }

  .service-card-spotlight .service-card-shell {
    min-height: 0;
  }

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

  .process-card::before,
  .process-card::after {
    display: none;
  }

  .process-showcase {
    padding: 24px;
  }

  .process-panel-main {
    width: 100%;
  }

  .process-figma-workspace {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .process-figma-sidebar-right {
    display: none;
  }

  .process-preview-scroll {
    max-height: 320px;
  }

  .process-float-wireframe {
    top: auto;
    right: 18px;
    bottom: 28px;
  }

  .process-float-mobile {
    right: 246px;
    bottom: -10px;
  }

  .process-float-launch {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 860px) {
  .topbar {
    border-radius: 28px;
    padding: 5px 10px;
  }

  .brand-logo-image {
    width: 100%;
    height: 100%;
  }

  .brand-logo-frame {
    width: 50px;
    height: 50px;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .brand-text small {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
  }

  .brand {
    max-width: calc(100% - 64px);
  }

  .hero-proof,
  .hero-preview-stats,
  .metric-grid,
  .service-grid,
  .portfolio-grid,
  .pricing-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .brand-composition {
    min-height: 980px;
  }

  .brand-balls-scene .brand-ball-core {
    width: 278px;
    height: 278px;
    padding: 42px;
  }

  .brand-balls-scene .brand-item {
    width: 190px;
  }

  .brand-balls-scene .brand-ball:nth-child(1) {
    --ball-x: calc(50% - 124px);
    --ball-y: 20px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(1) {
    --ball-x: 18px;
    --ball-y: 304px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(2) {
    --ball-x: 154px;
    --ball-y: 438px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(3) {
    --ball-x: 12px;
    --ball-y: 592px;
  }

  .brand-balls-scene .brand-list .brand-ball:nth-child(4) {
    --ball-x: 152px;
    --ball-y: 742px;
  }

  .hero-copy {
    width: min(100vw - 28px, 1040px);
    margin-top: 62px;
    min-height: 0;
    padding: 40px 30px 34px;
  }

  .hero-core-network {
    display: none;
  }

  .motherboard-bg {
    opacity: 0.62;
    transform: translateX(4%) scale(0.86);
    transform-origin: right top;
  }

  .credibility-strip-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credibility-metric:nth-child(2n + 1)::before {
    display: none;
  }

  .credibility-metric:nth-child(n + 3)::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(20, 35, 29, 0), rgba(20, 35, 29, 0.08), rgba(20, 35, 29, 0));
  }

  .metric-puzzle-hint {
    margin-bottom: 12px;
  }

  .portfolio-preview-card {
    grid-column: auto;
    min-height: 0;
  }

  .portfolio-preview-top {
    flex-direction: column;
  }

  .portfolio-preview-link {
    width: 100%;
  }

  .portfolio-browser {
    --preview-scale: 0.22;
  }

  .portfolio-browser-trizen {
    --preview-scale: 0.18;
  }

  .portfolio-browser-viewport {
    height: 230px;
  }

  .portfolio-preview-card .portfolio-browser-viewport {
    height: 176px;
  }

  .portfolio-artisanal-featured .portfolio-browser-viewport {
    height: 340px;
  }

  .portfolio-lumia-card .portfolio-browser-viewport {
    height: auto;
  }

  .portfolio-artisanal-card:not(.portfolio-artisanal-featured) .portfolio-browser-viewport {
    height: auto;
  }

  .hero-copy,
  .dashboard-card,
  .intro-panel,
  .portfolio-card,
  .pricing-card,
  .quote-form,
  .showcase-copy {
    padding: 24px;
  }

  .section-showcase {
    grid-template-columns: 1fr;
  }

  .service-showcase {
    border-radius: 34px 84px 34px 34px;
  }

  .service-showcase-copy {
    padding: 30px 24px 22px;
    gap: 22px;
  }

  .service-copy-panels {
    min-height: 250px;
  }

  .service-copy-panel h3 {
    max-width: 11ch;
    font-size: clamp(1.9rem, 6vw, 2.5rem);
  }

  .service-hover-instruction {
    padding: 12px 14px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .service-selector {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .service-selector:hover,
  .service-selector:focus-visible,
  .service-selector.is-active {
    transform: translateX(4px);
  }

  .service-selector-mark {
    width: 10px;
    height: 40px;
  }

  .service-selector-text strong {
    font-size: 0.95rem;
  }

  .service-selector-text small {
    font-size: 0.8rem;
  }

  .service-visual-shell {
    border-radius: 28px 28px 44px 28px;
  }

  .service-stage-visual {
    padding: 0 24px 28px;
  }

  .service-preview-stage,
  .service-preview-scene {
    min-height: 288px;
  }

  .service-preview-scene {
    padding: 16px;
    border-radius: 26px;
  }

  .service-scene-toolbar {
    gap: 6px;
  }

  .service-scene-hero,
  .service-scene-software-top,
  .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-scene-grid,
  .service-scene-stat-grid,
  .service-scene-columns {
    grid-template-columns: 1fr;
  }

  .service-scene-grid span,
  .service-solution-node.is-core,
  .service-solution-node.is-wide {
    min-height: 82px;
    height: auto;
  }

  .service-scene-card,
  .service-solution-node.is-side {
    min-height: 72px;
  }

  .service-scene-panel,
  .service-scene-column span {
    min-height: 52px;
    height: auto;
  }

  .service-preview-caption {
    max-width: none;
    font-size: 0.76rem;
  }

  .service-hotspot-layer {
    inset: 8px;
    gap: 8px;
  }

  .service-hotspot {
    border-radius: 22px;
  }

  .service-hotspot::before {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }

  .service-hotspot::after {
    width: 10px;
    height: 10px;
  }

  .service-cursor-tooltip {
    width: min(236px, calc(100% - 16px));
    padding: 14px 16px 16px;
    border-radius: 20px;
  }

  .service-preview-note {
    font-size: 0.72rem;
  }

  .service-grid {
    gap: 14px;
  }

  .service-grid::before {
    top: 30px;
    bottom: 30px;
    left: 28px;
  }

  .service-card,
  .service-card:nth-child(even) {
    width: 100%;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-self: stretch;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .service-card:nth-child(even) .service-step,
  .service-card:nth-child(even) .service-card-shell {
    order: 0;
  }

  .service-step {
    width: 56px;
    height: 56px;
    font-size: 0.92rem;
  }

  .service-step::before {
    inset: 6px;
  }

  .service-step::after {
    right: 7px;
    bottom: 7px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7);
  }

  .service-card-shell,
  .service-card:nth-child(even) .service-card-shell {
    padding: 20px 18px;
    border-radius: 24px 56px 24px 24px;
  }

  .service-card-shell::before,
  .service-card:nth-child(even) .service-card-shell::before {
    inset: auto -12px -12px auto;
    width: 84px;
    height: 84px;
    border-radius: 26px;
  }

  .service-card-spotlight .service-card-shell {
    padding: 24px 20px;
    border-radius: 28px 72px 28px 28px;
  }

  .service-card-spotlight .service-card-shell::before {
    inset: 18px 14px auto auto;
    width: 96px;
    height: 96px;
    border-radius: 28px;
  }

  .service-card-spotlight h3 {
    max-width: 11ch;
    font-size: 1.72rem;
  }

  .service-card-spotlight ul {
    gap: 8px;
  }

  .service-card-spotlight ul li {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
  }

  .service-card-shell h3 {
    max-width: none;
    font-size: 1.08rem;
  }

  .service-card-shell p {
    max-width: none;
    font-size: 0.94rem;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .process-screenboard {
    min-height: 0;
    display: grid;
    gap: 16px;
  }

  .process-panel-main {
    width: 100%;
  }

  .process-figma-topbar {
    align-items: start;
    flex-direction: column;
  }

  .process-figma-workspace {
    grid-template-columns: 1fr;
  }

  .process-figma-sidebar-left,
  .process-figma-sidebar-right {
    border: 0;
  }

  .process-figma-sidebar-left {
    border-bottom: 1px solid rgba(20, 35, 29, 0.08);
  }

  .process-figma-sidebar-right {
    display: block;
    border-top: 1px solid rgba(20, 35, 29, 0.08);
  }

  .process-float {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
  }

  .process-float-mobile {
    width: 100%;
  }

  .phone-group {
    grid-template-columns: 1fr;
  }

  .pricing-card-featured {
    transform: none;
  }

  .testimonial-track {
    animation-duration: 28s;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }

  .brand-logo-image {
    width: 100%;
    height: 100%;
  }

  .metric-puzzle-hint-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .brand-logo-frame {
    width: 44px;
    height: 44px;
  }

  .brand {
    gap: 8px;
    max-width: calc(100% - 56px);
  }

  .hero-intro-strip,
  .hero-value-list {
    gap: 8px;
  }

  .credibility-strip {
    margin: 2px 0 22px;
  }

  .credibility-strip-shell {
    border-radius: 22px;
  }

  .credibility-metric {
    padding: 22px 16px 20px;
  }

  .credibility-metric strong {
    font-size: 1.2rem;
  }

  .credibility-metric span {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .hero-credibility-strip {
    margin-top: 24px;
  }

  .hero-value-list p {
    width: 100%;
  }

  .brand-text strong {
    font-size: 0.76rem;
  }

  .brand-text small {
    margin-top: 4px;
    font-size: 0.52rem;
    letter-spacing: 0.05em;
  }

  .hero {
    padding: 0 0 20px;
  }

  .dashboard-card,
  .process-showcase {
    padding: 12px;
  }

  .hero-copy {
    width: min(100vw - 16px, 1180px);
    min-height: 0;
    margin-top: 54px;
    padding: 28px 20px 24px;
  }

  .motherboard-bg {
    opacity: 0.48;
    transform: translateX(6%) scale(0.76);
    transform-origin: right top;
  }

  .motherboard-bg::after {
    background: linear-gradient(90deg, rgba(244, 240, 229, 0.99) 0%, rgba(244, 240, 229, 0.94) 34%, rgba(244, 240, 229, 0.64) 52%, rgba(244, 240, 229, 0.08) 70%, rgba(244, 240, 229, 0) 78%);
  }

  .chip {
    display: none;
  }

  h1 {
    font-size: 2.55rem;
    max-width: none;
  }

  h2 {
    font-size: 2.05rem;
  }

  .service-showcase-interactive {
    border-radius: 28px 52px 28px 28px;
  }

  .service-showcase-copy {
    padding: 24px 18px 18px;
  }

  .service-copy-panels {
    min-height: 276px;
  }

  .service-copy-panel h3 {
    font-size: 1.82rem;
  }

  .service-copy-tags {
    gap: 8px;
  }

  .service-copy-tags span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .service-hover-instruction {
    padding: 11px 12px;
    font-size: 0.67rem;
    letter-spacing: 0.09em;
  }

  .service-stage-visual {
    padding: 0 18px 22px;
  }

  .service-preview-stage,
  .service-preview-scene {
    min-height: 248px;
  }

  .service-preview-scene {
    padding: 14px;
  }

  .service-hotspot-layer {
    inset: 6px;
    gap: 6px;
  }

  .service-hotspot::before {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }

  .service-hotspot::after {
    width: 9px;
    height: 9px;
  }

  .service-cursor-tooltip {
    width: min(212px, calc(100% - 12px));
    padding: 12px 13px 14px;
    border-radius: 18px;
  }

  .service-cursor-tooltip strong {
    font-size: 0.94rem;
  }

  .service-cursor-tooltip p,
  .service-preview-note {
    font-size: 0.68rem;
  }

  .service-selector {
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 12px;
  }

  .service-selector-mark {
    width: 8px;
    height: 34px;
  }

  .hero-badge {
    position: static;
    max-width: none;
    margin-bottom: 14px;
  }

  .hero-visual {
    padding-top: 0;
  }

  .testimonial-section .section-heading {
    width: min(100% - 20px, 1180px);
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    width: 40px;
  }

  .testimonial-track {
    gap: 16px;
    padding-left: 10px;
    animation-duration: 24s;
  }

  .testimonial-card {
    width: calc(100vw - 44px);
    min-height: 0;
    padding: 26px 22px;
  }

  .testimonial-card p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .brand-strip {
    padding: 26px 0 22px;
  }

  .brand-strip-shell {
    width: 100%;
  }

  .brand-core {
    min-height: 0;
    padding: 28px;
    border-radius: 50%;
  }

  .brand-core h2 {
    max-width: 10ch;
  }

  .brand-list {
    display: contents;
  }

  .brand-item {
    min-height: 198px;
    padding: 24px 22px 22px;
  }

  .brand-item strong {
    font-size: 0.94rem;
  }

  .brand-strip-heading {
    width: min(100% - 20px, 760px);
    margin-bottom: 18px;
    padding: 0;
  }

  .brand-card {
    width: calc(100vw - 44px);
    min-height: 0;
    padding: 22px;
  }

  .brand-card strong {
    font-size: 1.15rem;
  }

  .testimonial-topline {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .testimonial-footer {
    gap: 12px;
  }

  .testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .brand-strip::before,
  .brand-strip::after {
    display: none;
  }

  .section-dark {
    padding: 30px 18px;
    border-radius: 28px;
  }

  .process-panel-main,
  .process-float,
  .process-float-mobile {
    width: 100%;
  }

  .process-showcase {
    padding: 16px;
  }

  .process-figma-sidebar,
  .process-figma-canvas {
    padding: 18px;
  }

  .process-preview-site-shell {
    padding: 14px;
  }

  .process-preview-scroll {
    max-height: 260px;
  }
}

/* Service hover map final overrides */
.service-showcase-interactive {
  --service-accent: #1f4a3d;
  --service-accent-rgb: 31, 74, 61;
  --service-accent-alt: #d0a84c;
  --service-accent-alt-rgb: 208, 168, 76;
  --service-shell: rgba(255, 255, 255, 0.72);
  --service-surface: rgba(255, 255, 255, 0.58);
  --service-shadow: rgba(var(--service-accent-rgb), 0.18);
  position: relative;
  isolation: isolate;
  grid-template-areas:
    "hover visual"
    "detail visual";
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  column-gap: 14px;
  row-gap: 24px;
  min-height: 720px;
  border-radius: 44px 138px 44px 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--service-accent-alt-rgb), 0.14), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(var(--service-accent-rgb), 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(244, 247, 243, 0.62));
  box-shadow:
    0 30px 70px rgba(24, 39, 33, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: background 320ms ease, box-shadow 320ms ease;
}

.service-showcase-interactive::before,
.service-showcase-interactive::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    background 520ms ease;
}

.service-showcase-interactive::before {
  top: -12%;
  right: -8%;
  width: 54%;
  height: 72%;
  z-index: 0;
  opacity: 0.92;
  filter: blur(18px);
  background:
    radial-gradient(circle at 28% 30%, rgba(var(--service-accent-alt-rgb), 0.2), transparent 34%),
    radial-gradient(circle at 76% 70%, rgba(var(--service-accent-rgb), 0.18), transparent 42%);
}

.service-showcase-interactive::after {
  right: 10%;
  bottom: 8%;
  width: 34%;
  height: 22%;
  z-index: 0;
  opacity: 0.7;
  filter: blur(34px);
  transform: translate3d(0, 0, 0);
  background: linear-gradient(120deg, rgba(var(--service-accent-rgb), 0.2), rgba(var(--service-accent-alt-rgb), 0.08));
}

.service-showcase-interactive[data-service-active="hosting"] {
  --service-accent: #6c8752;
  --service-accent-rgb: 108, 135, 82;
  --service-accent-alt: #c4ab65;
  --service-accent-alt-rgb: 196, 171, 101;
}

.service-showcase-interactive[data-service-active="software"] {
  --service-accent: #2d7f94;
  --service-accent-rgb: 45, 127, 148;
  --service-accent-alt: #74c2ca;
  --service-accent-alt-rgb: 116, 194, 202;
}

.service-showcase-interactive[data-service-active="solutions"] {
  --service-accent: #6a5ea8;
  --service-accent-rgb: 106, 94, 168;
  --service-accent-alt: #af86da;
  --service-accent-alt-rgb: 175, 134, 218;
}

.service-hover-board {
  grid-area: hover;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 42px 18px 0 40px;
}

.service-board-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.service-board-meta p {
  margin: 0;
  max-width: 28ch;
  color: rgba(20, 35, 29, 0.48);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-board-meta .mini-pill-dark {
  background: #18362d;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow:
    0 12px 24px rgba(var(--service-accent-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.service-word-stage {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 412px;
  padding: 24px 0 0 86px;
}

.service-word-stage::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 30px;
  left: 22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 35, 29, 0.16), rgba(20, 35, 29, 0.05));
}

.service-word-orbit {
  display: none;
}

.service-word {
  position: relative;
  display: grid;
  gap: 4px;
  justify-items: start;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transform: translateX(0);
  will-change: transform;
  transition: transform 280ms ease, filter 280ms ease;
}

.service-word::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(20, 35, 29, 0.08);
  transform: translateY(-50%);
  box-shadow: 0 0 0 0 rgba(var(--service-accent-rgb), 0);
  transition: transform 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-design::before,
.service-showcase-interactive[data-service-active="software"] .service-word-design::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-software::before {
  background: rgba(var(--service-accent-rgb), 0.32);
  box-shadow: 0 0 0 6px rgba(var(--service-accent-rgb), 0.07);
}

.service-showcase-interactive[data-service-active="design"] .service-word-design::before,
.service-showcase-interactive[data-service-active="hosting"] .service-word-hosting::before,
.service-showcase-interactive[data-service-active="software"] .service-word-software::before,
.service-showcase-interactive[data-service-active="solutions"] .service-word-solutions::before {
  background: rgb(var(--service-accent-rgb));
  transform: translateY(-50%) scale(1.45);
  box-shadow:
    0 0 0 10px rgba(var(--service-accent-rgb), 0.12),
    0 0 18px rgba(var(--service-accent-rgb), 0.22);
}

.service-word-design,
.service-word-hosting {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.service-word-hosting {
  margin-left: 22px;
}

.service-word-software {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-left: 8px;
}

.service-word-solutions {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-left: 34px;
}

.service-word-small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 35, 29, 0.06);
  background: rgba(255, 255, 255, 0.64);
  color: rgba(20, 35, 29, 0.42);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    color 220ms ease,
    letter-spacing 220ms ease,
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.service-word-outline {
  display: block;
  color: transparent;
  font-size: clamp(3.25rem, 5.8vw, 5.6rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.08em;
  white-space: nowrap;
  opacity: 0.13;
  filter: blur(1.1px);
  text-shadow: none;
  -webkit-text-stroke: 1.6px rgba(20, 35, 29, 0.11);
  transition:
    color 260ms ease,
    opacity 260ms ease,
    filter 260ms ease,
    transform 260ms ease,
    letter-spacing 260ms ease,
    text-shadow 260ms ease,
    -webkit-text-stroke-color 260ms ease;
}

.service-word:hover {
  transform: translateX(6px);
  filter: saturate(1.05);
}

.service-word:hover .service-word-small {
  color: rgba(20, 35, 29, 0.6);
  letter-spacing: 0.18em;
  transform: translateX(1px);
  background: rgba(255, 255, 255, 0.82);
}

.service-word:hover .service-word-outline,
.service-word:focus-visible .service-word-outline {
  color: rgba(20, 35, 29, 0.18);
  opacity: 0.96;
  filter: blur(0.15px);
  letter-spacing: -0.075em;
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.28);
}

.service-word.is-active {
  transform: translateX(8px);
}

.service-word.is-active .service-word-small {
  color: rgb(var(--service-accent-rgb));
  letter-spacing: 0.18em;
  transform: translateX(1px);
  border-color: rgba(var(--service-accent-rgb), 0.18);
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.12), rgba(var(--service-accent-alt-rgb), 0.08));
  box-shadow:
    0 12px 22px rgba(var(--service-accent-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.service-word.is-active .service-word-outline {
  color: #0f1f1a;
  opacity: 1;
  filter: none;
  transform: translateX(10px);
  letter-spacing: -0.085em;
  text-shadow: 0 16px 30px rgba(var(--service-accent-rgb), 0.14);
  -webkit-text-stroke-color: rgba(20, 35, 29, 0.94);
}

.service-word:focus-visible {
  outline: none;
  filter: saturate(1.05);
}

.service-copy-panels {
  grid-area: detail;
  position: relative;
  display: block;
  width: min(100%, 418px);
  min-height: 304px;
  margin: -12px 0 18px 56px;
  z-index: 1;
}

.service-copy-panel {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  filter: blur(7px);
  pointer-events: none;
  padding: 22px 24px 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(145deg, rgba(var(--service-accent-rgb), 0.08), rgba(255, 255, 255, 0.62) 38%, rgba(255, 255, 255, 0.54));
  backdrop-filter: blur(16px);
  box-shadow:
    0 10px 30px rgba(20, 35, 29, 0.06),
    0 2px 8px rgba(20, 35, 29, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: hidden;
  will-change: opacity, transform, filter;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease;
}

.service-copy-panel::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 36px;
  width: 124px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--service-accent-rgb), 0.15), rgba(var(--service-accent-alt-rgb), 0.06) 58%, transparent 74%);
  opacity: 0.8;
  filter: blur(20px);
  pointer-events: none;
}

.service-copy-panel::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.94), rgba(var(--service-accent-alt-rgb), 0.8));
  box-shadow: 0 8px 18px rgba(var(--service-accent-rgb), 0.18);
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"],
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"],
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"],
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] {
  opacity: 1;
  transform: translate(14px, -18px) scale(1);
  filter: none;
  pointer-events: auto;
  border-color: rgba(var(--service-accent-rgb), 0.18);
  box-shadow:
    0 12px 34px rgba(var(--service-accent-rgb), 0.1),
    0 4px 12px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"]:hover,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"]:hover,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"]:hover,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"]:hover {
  transform: translate(14px, -24px) scale(1.01);
  box-shadow:
    0 18px 42px rgba(var(--service-accent-rgb), 0.14),
    0 6px 16px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-copy-panel h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 12px;
  max-width: 17ch;
  font-size: clamp(1.2rem, 1.34vw, 1.4rem);
  color: #0f1f1a;
  line-height: 1.24;
  letter-spacing: -0.04em;
  transition: color 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.service-copy-panel p {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(20, 35, 29, 0.7);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease, color 260ms ease;
}

.service-copy-tags {
  gap: 8px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.service-copy-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(var(--service-accent-rgb), 0.12);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-copy-panel h3,
.service-copy-panel p,
.service-copy-tags span {
  opacity: 0;
  transform: translateY(12px);
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] h3,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] h3,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] h3,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] h3,
.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] p,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] p,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] p,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] p,
.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] .service-copy-tags span {
  opacity: 1;
  transform: translateY(0);
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] h3,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] h3,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] h3,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] h3 {
  transition-delay: 90ms;
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] p,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] p,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] p,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] p {
  transition-delay: 150ms;
}

.service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"] .service-copy-tags span,
.service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] .service-copy-tags span {
  transition-delay: 210ms;
}

.service-copy-tags span:hover {
  background: rgb(var(--service-accent-rgb));
  color: white;
  border-color: rgb(var(--service-accent-rgb));
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(var(--service-accent-rgb), 0.18);
}

.service-stage-visual {
  grid-area: visual;
  display: flex;
  align-items: center;
  padding: 40px 42px 40px 8px;
  perspective: 1800px;
  position: relative;
  z-index: 1;
}

.service-preview-stage {
  min-height: 560px;
  width: 100%;
  position: relative;
}

.service-preview-card {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  filter: blur(12px);
  transition:
    opacity 420ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease,
    box-shadow 420ms ease;
  will-change: opacity, transform, filter;
}

.service-preview-card-design {
  --preview-tilt: -1.4deg;
}

.service-preview-card-hosting {
  --preview-tilt: 1deg;
}

.service-preview-card-software {
  --preview-tilt: -0.9deg;
}

.service-preview-card-solutions {
  --preview-tilt: 1.2deg;
}

.service-preview-card-design,
.service-preview-card-hosting,
.service-preview-card-software,
.service-preview-card-solutions {
  transform: translateY(24px) scale(0.985) rotate(var(--preview-tilt));
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateY(0) scale(1) rotate(var(--preview-tilt));
}

.service-preview-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 16px;
  width: min(100%, 680px);
  margin-left: auto;
  padding: 18px 0 22px 18px;
  transform-style: preserve-3d;
}

.service-preview-frame::before,
.service-preview-frame::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 35, 29, 0.04);
  box-shadow: 0 22px 40px rgba(20, 35, 29, 0.08);
  border-radius: 28px;
}

.service-preview-frame::before {
  inset: 14px 58px 0 34px;
  opacity: 0.72;
}

.service-preview-frame::after {
  inset: 24px 68px -10px 24px;
  opacity: 0.42;
}

.service-preview-paper {
  position: relative;
  z-index: 1;
  padding: 12px 12px 16px;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 249, 246, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(24px);
  box-shadow:
    0 40px 80px rgba(20, 35, 29, 0.08),
    0 12px 26px rgba(20, 35, 29, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  transition: transform 400ms ease, box-shadow 400ms ease, background 320ms ease;
}

.service-preview-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--service-accent-alt-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(var(--service-accent-rgb), 0.12), transparent 24%);
  pointer-events: none;
}

.service-preview-paper::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  right: 14px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.9), rgba(var(--service-accent-alt-rgb), 0.76));
  opacity: 0.9;
  box-shadow: 0 12px 20px rgba(var(--service-accent-rgb), 0.16);
}

.service-showcase-interactive[data-service-active="design"] .service-stage-visual:hover .service-preview-card-design .service-preview-paper,
.service-showcase-interactive[data-service-active="hosting"] .service-stage-visual:hover .service-preview-card-hosting .service-preview-paper,
.service-showcase-interactive[data-service-active="software"] .service-stage-visual:hover .service-preview-card-software .service-preview-paper,
.service-showcase-interactive[data-service-active="solutions"] .service-stage-visual:hover .service-preview-card-solutions .service-preview-paper {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 30px 74px rgba(20, 35, 29, 0.15),
    0 12px 24px rgba(20, 35, 29, 0.08);
}

.service-preview-media {
  min-height: 420px;
  overflow: hidden;
  background: rgba(236, 241, 236, 0.92);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.service-preview-paper .service-preview-scene {
  min-height: 420px;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  transition: transform 420ms ease;
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-scene,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-scene,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-scene,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-scene {
  transform: scale(1.01);
}

.service-preview-overlay {
  position: absolute;
  left: 26px;
  bottom: 58px;
  z-index: 2;
  max-width: 250px;
  padding: 18px 18px 16px;
  background: rgba(23, 34, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 30px rgba(20, 35, 29, 0.18);
  border-radius: 18px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 340ms ease, transform 340ms ease, box-shadow 340ms ease;
}

.service-preview-overlay span {
  display: block;
  color: rgba(var(--service-accent-alt-rgb), 0.98);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-preview-overlay strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.055em;
}

.service-preview-overlay p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.62;
}

.service-preview-captionline {
  margin-top: 12px;
  color: rgba(20, 35, 29, 0.5);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.56;
  transform: translateY(10px);
  transition: opacity 320ms ease, transform 320ms ease, color 320ms ease;
}

.service-preview-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-preview-rail span {
  display: block;
  min-height: 92px;
  border-radius: 12px;
  opacity: 0.18;
  background: linear-gradient(160deg, rgba(var(--service-accent-alt-rgb), 0.9), rgba(var(--service-accent-rgb), 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: opacity 280ms ease, transform 280ms ease, box-shadow 280ms ease;
}

.service-preview-rail .is-active {
  opacity: 1;
  transform: translateX(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 16px 30px rgba(var(--service-accent-rgb), 0.22);
}

.service-scene-lines,
.service-scene-footer .is-cta,
.service-scene-bars .is-mid,
.service-scene-panel.is-primary,
.service-scene-column .is-highlight,
.service-solution-node.is-core,
.service-scene-solution-footer .is-cta {
  background: linear-gradient(135deg, rgba(var(--service-accent-alt-rgb), 0.94), rgba(var(--service-accent-rgb), 0.88));
}

.service-scene-domain-chip,
.service-scene-pill {
  background: linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.14), rgba(var(--service-accent-alt-rgb), 0.14));
}

.service-scene-stat strong {
  color: rgb(var(--service-accent-rgb));
}

@keyframes serviceFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes serviceCardLift {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985) rotate(var(--preview-tilt));
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--preview-tilt));
  }
}

@keyframes hostingSweep {
  from {
    opacity: 0.4;
    transform: scaleX(0.45);
    transform-origin: left center;
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@keyframes serviceGlowShift {
  from {
    opacity: 0.3;
    transform: translate3d(0, 22px, 0) scale(0.94);
  }

  to {
    opacity: 0.78;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-lines,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-scene-grid span,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-overlay,
.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-captionline,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-status,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-stat,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-overlay,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-captionline,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-panel-stack span,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-scene-column,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-overlay,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-captionline,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-solution-node,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-scene-solution-links span,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-overlay,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-captionline {
  animation: serviceFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
  animation: serviceCardLift 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-scene-bars span {
  animation: hostingSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-overlay,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-overlay,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-overlay,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-showcase-interactive[data-service-active="design"] .service-preview-card-design .service-preview-captionline,
.service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting .service-preview-captionline,
.service-showcase-interactive[data-service-active="software"] .service-preview-card-software .service-preview-captionline,
.service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions .service-preview-captionline {
  opacity: 0.82;
  color: rgba(var(--service-accent-rgb), 0.74);
  transform: translateY(0);
}

.service-showcase-interactive[data-service-active="design"]::after,
.service-showcase-interactive[data-service-active="hosting"]::after,
.service-showcase-interactive[data-service-active="software"]::after,
.service-showcase-interactive[data-service-active="solutions"]::after {
  animation: serviceGlowShift 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 1120px) {
  .service-showcase-interactive {
    grid-template-areas:
      "hover"
      "detail"
      "visual";
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-hover-board {
    padding: 36px 24px 0;
  }

  .service-copy-panels {
    width: auto;
    margin: 0 24px;
  }

  .service-stage-visual {
    padding: 4px 24px 32px;
  }

  .service-preview-stage {
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  .service-hover-board {
    gap: 18px;
    padding: 30px 20px 0;
  }

  .service-board-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-word-stage {
    min-height: 0;
    padding: 10px 0 0;
  }

  .service-word-stage::before,
  .service-word-orbit {
    display: none;
  }

  .service-word,
  .service-word-hosting,
  .service-word-software,
  .service-word-solutions {
    margin-left: 0;
    padding: 14px 16px;
    border-radius: 24px;
    border: 1px solid rgba(20, 35, 29, 0.06);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 14px 24px rgba(20, 35, 29, 0.05);
  }

  .service-word::before {
    display: none;
  }

  .service-word:hover {
    transform: translateY(-2px);
  }

  .service-word:hover .service-word-outline,
  .service-word:focus-visible .service-word-outline {
    color: rgba(20, 35, 29, 0.18);
    filter: none;
    -webkit-text-stroke-color: rgba(20, 35, 29, 0.24);
  }

  .service-word.is-active {
    transform: translateY(-2px);
    border-color: rgba(var(--service-accent-rgb), 0.2);
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 18px 30px rgba(var(--service-accent-rgb), 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }

  .service-word-outline {
    font-size: clamp(2.45rem, 10vw, 3.6rem);
    white-space: normal;
    opacity: 1;
    filter: none;
    -webkit-text-stroke-width: 1.2px;
  }

  .service-copy-panels {
    width: 100%;
    min-height: 286px;
    margin: 0;
  }

  .service-copy-panel {
    padding: 18px 18px 16px;
  }

  .service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"],
  .service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"],
  .service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"],
  .service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] {
    transform: translateY(0) scale(1);
  }

  .service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"]:hover,
  .service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"]:hover,
  .service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"]:hover,
  .service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"]:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .service-copy-panel h3 {
    font-size: 1.38rem;
  }

  .service-stage-visual {
    padding: 0 20px 28px;
  }

  .service-preview-stage {
    min-height: 432px;
  }

  .service-preview-frame {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 12px;
    width: 100%;
    padding: 12px 0 16px 10px;
  }

  .service-preview-frame::before {
    inset: 12px 40px 2px 24px;
  }

  .service-preview-frame::after {
    inset: 20px 48px -6px 16px;
  }

  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 320px;
  }

  .service-preview-overlay {
    left: 20px;
    bottom: 42px;
    max-width: 220px;
    padding: 14px 14px 12px;
  }

  .service-preview-overlay strong {
    font-size: 1.12rem;
  }

  .service-preview-paper .service-preview-scene {
    padding: 18px;
  }

  .service-scene-design-header,
  .service-scene-solution-header {
    flex-wrap: wrap;
  }

  .service-preview-scene-design .service-scene-hero,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

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

  .service-preview-scene-design .service-scene-grid-card.is-large {
    grid-column: 1 / -1;
  }

  .service-scene-software-shell {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .service-preview-rail span {
    min-height: 68px;
  }
}

@media (max-width: 640px) {
  .service-showcase-interactive {
    border-radius: 28px 52px 28px 28px;
  }

  .service-hover-board {
    padding: 24px 18px 0;
  }

  .service-board-meta p {
    font-size: 0.67rem;
    letter-spacing: 0.1em;
  }

  .service-word {
    padding: 12px 14px;
    border-radius: 20px;
  }

  .service-word-small {
    font-size: 0.64rem;
  }

  .service-word-outline {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }

  .service-preview-paper .service-preview-scene {
    padding: 16px;
  }

  .service-scene-fake-badge {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .service-scene-tab-strip {
    width: 100%;
  }

  .service-scene-tab-strip span {
    flex: 1;
  }

  .service-preview-scene-design .service-scene-grid,
  .service-preview-scene-hosting .service-scene-stat-grid,
  .service-preview-scene-software .service-scene-software-top,
  .service-scene-software-bottom,
  .service-preview-scene-solutions .service-scene-solution-map {
    grid-template-columns: 1fr;
  }

  .service-preview-scene-hosting .service-scene-status {
    flex-wrap: wrap;
  }

  .service-scene-software-shell {
    grid-template-columns: 1fr;
  }

  .service-scene-software-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }

  .service-scene-software-sidebar span {
    flex: 1;
    height: 12px;
  }

  .service-scene-software-sidebar .is-active {
    flex: 1.25;
    height: 16px;
  }

  .service-scene-solution-mix span {
    padding: 0 10px;
    font-size: 0.58rem;
  }

  .service-copy-panels {
    min-height: 304px;
    margin: 0;
  }

  .service-copy-panel {
    padding: 16px 15px 14px;
    border-radius: 22px;
  }

  .service-copy-panel h3 {
    font-size: 1.2rem;
  }

  .service-copy-panel p {
    font-size: 0.82rem;
  }

  .service-stage-visual {
    padding: 0 18px 22px;
  }

  .service-preview-stage {
    min-height: 360px;
  }

  .service-preview-frame {
    grid-template-columns: 1fr;
    padding: 8px 0 12px;
  }

  .service-preview-frame::before,
  .service-preview-frame::after,
  .service-preview-rail {
    display: none;
  }

  .service-preview-paper {
    padding: 10px 10px 14px;
  }

  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 250px;
  }

  .service-preview-overlay {
    left: 18px;
    right: 18px;
    bottom: 34px;
    max-width: none;
    padding: 12px 12px 11px;
  }

  .service-preview-overlay strong {
    font-size: 1rem;
  }

  .service-preview-overlay p,
  .service-preview-captionline {
    font-size: 0.72rem;
  }
}
/* =========================================================
   FINAL HERO LOOK — MATCH THIS VERSION
   ========================================================= */

/* page / hero background */
.hero,
.hero-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.18), transparent 26%),
    radial-gradient(circle at 84% 30%, rgba(30, 122, 95, 0.14), transparent 30%),
    linear-gradient(180deg, #f3ede0 0%, #f1ece2 42%, #f6f3eb 100%);
}

/* soft atmosphere only, not white fog */
.hero::before,
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.14), transparent 20%),
    radial-gradient(circle at 84% 32%, rgba(30, 122, 95, 0.12), transparent 24%),
    radial-gradient(circle at 76% 54%, rgba(255, 255, 255, 0.16), transparent 18%);
  filter: blur(10px);
  opacity: 0.62;
}

/* hero card */
.hero-copy,
.hero-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(249, 246, 239, 0.74) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 34px rgba(20, 35, 29, 0.05),
    0 34px 90px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* remove extra white wash */
.hero-copy::before,
.hero-card::before {
  background:
    radial-gradient(circle at 78% 40%, rgba(30, 122, 95, 0.05), transparent 18%),
    radial-gradient(circle at 72% 52%, rgba(216, 164, 79, 0.05), transparent 16%);
  filter: blur(22px);
}

/* right mini network area */
.hero-core-network {
  opacity: 0.94;
}

.hero-core-network::before {
  background:
    radial-gradient(circle at 54% 48%, rgba(255,255,255,0.62), transparent 22%),
    radial-gradient(circle at 56% 48%, rgba(216,164,79,0.14), transparent 13%),
    radial-gradient(circle at 54% 48%, rgba(30,122,95,0.10), transparent 24%);
  filter: blur(14px);
  opacity: 0.9;
}

.hero-core-network::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 52% 50%,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.03) 40%,
    rgba(247,243,234,0.12) 74%,
    rgba(247,243,234,0.18) 100%
  );
}

/* mini chip clearer */
.hero-core-chip {
  opacity: 0.95;
  border: 1px solid rgba(255,255,255,0.94);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    inset 0 0 36px rgba(255,255,255,0.18),
    0 18px 32px rgba(47,111,85,0.08),
    0 8px 20px rgba(20,35,29,0.04);
}

/* core lines clearer */
.hero-core-line {
  opacity: 0.72;
}

.hero-core-line::before {
  background: linear-gradient(
    90deg,
    rgba(47,111,85,0.16),
    rgba(212,169,79,0.30),
    rgba(47,111,85,0.20)
  );
}

.hero-core-line-v::before {
  background: linear-gradient(
    180deg,
    rgba(47,111,85,0.16),
    rgba(212,169,79,0.30),
    rgba(47,111,85,0.20)
  );
}

.hero-core-line.gold::before {
  background: linear-gradient(
    90deg,
    rgba(215,184,90,0.10),
    rgba(215,184,90,0.34),
    rgba(104,162,139,0.18)
  );
}

.hero-core-line.gold.hero-core-line-v::before {
  background: linear-gradient(
    180deg,
    rgba(215,184,90,0.10),
    rgba(215,184,90,0.34),
    rgba(104,162,139,0.18)
  );
}

/* moving light sharper */
.hero-core-line-h::after {
  top: -1px;
  width: 42px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.88),
    rgba(212,169,79,0.88),
    transparent
  );
  filter: blur(1.8px);
  opacity: 0.88;
}

.hero-core-line-v::after {
  left: -1px;
  width: 4px;
  height: 42px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255,255,255,0.88),
    rgba(212,169,79,0.88),
    transparent
  );
  filter: blur(1.8px);
  opacity: 0.88;
}

/* nodes a bit clearer */
.hero-core-node {
  width: 12px;
  height: 12px;
  background: radial-gradient(
    circle,
    #e6cc78 0%,
    #6fb39c 58%,
    transparent 80%
  );
  box-shadow:
    0 0 8px rgba(111,179,156,0.42),
    0 0 16px rgba(230,204,120,0.20);
}

/* background motherboard lines visible but still soft */
.motherboard-bg {
  opacity: 0.62;
  transform: scale(1.08);
}

.motherboard-bg::before {
  background:
    radial-gradient(circle at 22% 76%, rgba(47,111,85,0.08), transparent 18%),
    radial-gradient(circle at 14% 24%, rgba(212,169,79,0.09), transparent 16%),
    radial-gradient(circle at 72% 44%, rgba(47,111,85,0.13), transparent 20%),
    radial-gradient(circle at 84% 72%, rgba(212,169,79,0.11), transparent 16%);
  filter: blur(18px);
}

.motherboard-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(244,240,229,0.46) 0%,
      rgba(244,240,229,0.18) 18%,
      rgba(244,240,229,0.03) 34%,
      rgba(244,240,229,0) 46%
    ),
    radial-gradient(
      circle at 50% 44%,
      rgba(255,255,255,0) 0%,
      rgba(250,247,240,0.03) 42%,
      rgba(243,238,226,0.10) 78%,
      rgba(243,238,226,0.16) 100%
    );
}

/* outer traces clearer */
.trace,
.corner {
  opacity: 0.24;
}

.trace {
  background: rgba(47,111,85,0.28);
  box-shadow: 0 0 10px rgba(47,111,85,0.04);
}

.trace.gold,
.corner.gold {
  background: rgba(212,169,79,0.30);
  box-shadow: 0 0 10px rgba(212,169,79,0.05);
}

.trace.major {
  opacity: 0.34;
}

.trace.minor {
  opacity: 0.18;
}

.node {
  opacity: 0.34;
  background: rgba(47,111,85,0.34);
  box-shadow:
    0 0 0 8px rgba(255,255,255,0.05),
    0 0 10px rgba(47,111,85,0.08),
    0 0 18px rgba(47,111,85,0.04);
}

.node.gold {
  background: rgba(212,169,79,0.38);
}

.chip {
  opacity: 0.08;
}

/* navbar */
.topbar {
  box-shadow: 0 10px 28px rgba(20, 35, 29, 0.08);
}

/* bottom metric cards */
.hero-proof article,
.metric-grid > *,
.hero-copy .hero-credibility-strip > *,
.hero-card .hero-credibility-strip > * {
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(20,35,29,0.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.72),
    0 10px 24px rgba(25,38,31,0.03);
}

/* mobile */
@media (max-width: 720px) {
  .motherboard-bg {
    opacity: 0.38;
  }

  .hero-core-network {
    opacity: 0.82;
  }
}

.motherboard-bg { opacity: 0.66; }
.trace.major { opacity: 0.38; }
.trace.minor { opacity: 0.20; }
.hero-core-line { opacity: 0.76; }

/* ===== make background boxes clearer ===== */

.chip {
  opacity: 0.16 !important;
  background: rgba(255, 255, 255, 0.20) !important;
  border: 1px solid rgba(255, 255, 255, 0.30) !important;
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.02) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* specific right-side boxes a bit more visible */
.chip1,
.chip2,
.chip3 {
  opacity: 0.24 !important;
}

/* reduce the white wash above background area */
.motherboard-bg::after {
  background:
    linear-gradient(
      90deg,
      rgba(244,240,229,0.28) 0%,
      rgba(244,240,229,0.10) 18%,
      rgba(244,240,229,0.02) 34%,
      rgba(244,240,229,0) 46%
    ),
    radial-gradient(
      circle at 50% 44%,
      rgba(255,255,255,0) 0%,
      rgba(250,247,240,0.02) 42%,
      rgba(243,238,226,0.06) 78%,
      rgba(243,238,226,0.10) 100%
    ) !important;
}

/* slightly stronger green/gold tinted background blocks */
.motherboard-bg::before {
  background:
    radial-gradient(circle at 22% 76%, rgba(47,111,85,0.10), transparent 18%),
    radial-gradient(circle at 14% 24%, rgba(212,169,79,0.10), transparent 16%),
    radial-gradient(circle at 72% 44%, rgba(47,111,85,0.16), transparent 20%),
    radial-gradient(circle at 84% 72%, rgba(212,169,79,0.13), transparent 16%) !important;
  filter: blur(16px) !important;
}

/* overall bg layer a little clearer */
.motherboard-bg {
  opacity: 0.72 !important;
}

/* ===== make core less blur ===== */

.hero-core-network::before {
  filter: blur(8px) !important;
  opacity: 0.76 !important;
}

.hero-core-network::after {
  background: radial-gradient(
    circle at 52% 50%,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.02) 42%,
    rgba(247,243,234,0.08) 74%,
    rgba(247,243,234,0.12) 100%
  ) !important;
}

.hero-core-chip {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.86) 0%,
    rgba(248,244,236,0.78) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 0 22px rgba(255,255,255,0.10),
    0 14px 24px rgba(47,111,85,0.06),
    0 6px 14px rgba(20,35,29,0.03) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.hero-core-chip::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0.06)),
    radial-gradient(circle at 50% 50%, rgba(138,170,156,0.07), transparent 30%) !important;
  border: 1px solid rgba(227,223,214,0.90) !important;
}

.hero-core-chip::after {
  width: 40% !important;
  height: 40% !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(207,186,123,0.12), transparent 34%),
    radial-gradient(circle at 52% 54%, rgba(144,174,161,0.10), transparent 44%),
    rgba(250,249,245,0.34) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.28),
    0 0 10px rgba(212,169,79,0.06) !important;
}

.hero-core-line-h::after,
.hero-core-line-v::after {
  filter: blur(1px) !important;
}

/* ===== core match reference ===== */

.hero-core-network::before {
  background:
    radial-gradient(circle at 54% 48%, rgba(255,255,255,0.42), transparent 24%),
    radial-gradient(circle at 52% 50%, rgba(216,164,79,0.10), transparent 16%),
    radial-gradient(circle at 54% 48%, rgba(30,122,95,0.07), transparent 26%) !important;
  filter: blur(6px) !important;
  opacity: 0.68 !important;
}

.hero-core-chip {
  border-radius: 34px !important;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.92) 0%,
    rgba(248,244,236,0.84) 100%
  ) !important;
  border: 1px solid rgba(255,255,255,0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 0 16px rgba(255,255,255,0.08),
    0 12px 24px rgba(20,35,29,0.035),
    0 0 0 1px rgba(239,232,218,0.50) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

.hero-core-chip::before {
  inset: 14px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(220,214,201,0.82) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02)),
    radial-gradient(circle at 50% 46%, rgba(188,206,196,0.05), transparent 34%) !important;
}

.hero-core-chip::after {
  width: 48% !important;
  height: 48% !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 50% 52%, rgba(215,184,90,0.24), transparent 34%),
    radial-gradient(circle at 46% 44%, rgba(171,206,195,0.18), transparent 54%),
    rgba(255,255,255,0.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.56),
    0 0 0 1px rgba(255,255,255,0.30),
    0 10px 22px rgba(255,255,255,0.12) !important;
}

.hero-core-chip-kicker {
  top: 16px !important;
  left: 18px !important;
  width: 48px !important;
  height: 8px !important;
  background: rgba(160,184,176,0.56) !important;
}

.hero-core-chip-bar {
  left: 18px !important;
  height: 7px !important;
  background: rgba(218,220,213,0.88) !important;
}

.hero-core-chip-bar-long {
  top: 42px !important;
  width: 74px !important;
  opacity: 0.66 !important;
}

.hero-core-chip-bar-mid {
  top: 64px !important;
  width: 58px !important;
  opacity: 0.54 !important;
}

.hero-core-chip-grid {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(233,228,215,0.92) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.25),
    0 0 8px rgba(255,255,255,0.08) !important;
}

.hero-core-chip-grid-a {
  right: 16px !important;
  top: 58px !important;
}

.hero-core-chip-grid-b {
  right: 16px !important;
  top: 88px !important;
}

.hero-core-chip-node {
  width: 10px !important;
  height: 10px !important;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.08) !important;
}

.hero-core-chip-node-green {
  top: 18px !important;
  right: 18px !important;
  background: rgba(113,163,139,0.82) !important;
}

.hero-core-chip-node-gold {
  bottom: 18px !important;
  left: 18px !important;
  background: rgba(212,177,86,0.86) !important;
}

/* ===== more green light in core ===== */

.hero-core-network::before {
  background:
    radial-gradient(circle at 54% 48%, rgba(255,255,255,0.36), transparent 24%),
    radial-gradient(circle at 52% 50%, rgba(216,164,79,0.14), transparent 20%),
    radial-gradient(circle at 54% 48%, rgba(30,122,95,0.18), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(113,163,139,0.14), transparent 24%) !important;
}

.hero-core-chip::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02)),
    radial-gradient(circle at 50% 46%, rgba(113,163,139,0.16), transparent 42%) !important;
}

.hero-core-chip::after {
  background:
    radial-gradient(circle at 50% 52%, rgba(220,188,96,0.34), transparent 42%),
    radial-gradient(circle at 48% 46%, rgba(239,218,146,0.16), transparent 22%),
    radial-gradient(circle at 46% 44%, rgba(113,163,139,0.24), transparent 56%),
    rgba(255,255,255,0.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.56),
    0 0 0 1px rgba(255,255,255,0.30),
    0 0 18px rgba(113,163,139,0.10),
    0 0 16px rgba(220,188,96,0.08) !important;
}

.hero-core-chip-node-green {
  width: 12px !important;
  height: 12px !important;
  top: 17px !important;
  right: 17px !important;
  background: rgba(104,166,139,0.92) !important;
  box-shadow:
    0 0 0 5px rgba(255,255,255,0.08),
    0 0 12px rgba(104,166,139,0.24) !important;
}

/* ===== services + portfolio ambient shell ===== */

#services,
#work {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#services > *,
#work > * {
  position: relative;
  z-index: 1;
}

#services {
  padding: 56px 34px 40px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.18), transparent 26%),
    radial-gradient(circle at 84% 28%, rgba(30, 122, 95, 0.14), transparent 30%),
    linear-gradient(180deg, #f5efe3 0%, #f1ece2 42%, #f6f4ec 100%);
  box-shadow:
    0 18px 44px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#services::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(216, 164, 79, 0.13), transparent 18%),
    radial-gradient(circle at 78% 34%, rgba(30, 122, 95, 0.12), transparent 22%),
    radial-gradient(circle at 66% 52%, rgba(255, 255, 255, 0.24), transparent 18%);
  filter: blur(12px);
  opacity: 0.82;
}

#services::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0.5;
}

#services .section-heading,
#work .section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

#work {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.12), transparent 24%),
    radial-gradient(circle at 86% 24%, rgba(52, 143, 113, 0.16), transparent 28%),
    linear-gradient(145deg, #10231d 0%, #16342b 58%, #10231d 100%);
  box-shadow:
    0 24px 52px rgba(10, 20, 18, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#work::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 164, 79, 0.12), transparent 16%),
    radial-gradient(circle at 82% 28%, rgba(52, 143, 113, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 44%);
  filter: blur(14px);
  opacity: 0.8;
}

@media (max-width: 980px) {
  #services {
    padding: 44px 24px 30px;
    border-radius: 30px;
  }

  #services .section-heading,
  #work .section-heading {
    margin-bottom: 28px;
  }
}

@media (max-width: 720px) {
  #services {
    padding: 30px 18px 24px;
    border-radius: 24px;
  }
}

/* ===== portfolio match services shell ===== */

#work.section-dark {
  padding: 56px 34px 40px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 79, 0.18), transparent 26%),
    radial-gradient(circle at 84% 28%, rgba(30, 122, 95, 0.14), transparent 30%),
    linear-gradient(180deg, #f5efe3 0%, #f1ece2 42%, #f6f4ec 100%);
  box-shadow:
    0 18px 44px rgba(20, 35, 29, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#work.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(216, 164, 79, 0.13), transparent 18%),
    radial-gradient(circle at 78% 34%, rgba(30, 122, 95, 0.12), transparent 22%),
    radial-gradient(circle at 66% 52%, rgba(255, 255, 255, 0.24), transparent 18%);
  filter: blur(12px);
  opacity: 0.82;
}

#work.section-dark::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0.5;
}

#work.section-dark h2,
#work.section-dark .section-heading h2 {
  color: #14231d;
}

#work.section-dark .section-heading p,
#work.section-dark .section-heading-dark p:last-child {
  color: rgba(20, 35, 29, 0.62) !important;
}

#work .portfolio-card {
  box-shadow:
    0 16px 28px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  #work.section-dark {
    padding: 44px 24px 30px;
    border-radius: 30px;
  }
}

@media (max-width: 720px) {
  #work.section-dark {
    padding: 30px 18px 24px;
    border-radius: 24px;
  }
}

/* =========================================================
   PORTFOLIO COLOR REFINEMENT
   ========================================================= */

#work .portfolio-card {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 18px 34px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#work .portfolio-preview-copy .portfolio-label {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#work .portfolio-artisanal-card {
  background:
    radial-gradient(circle at 84% 14%, rgba(246, 219, 187, 0.24), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 18% 92%, rgba(255, 255, 255, 0.06), transparent 20%),
    linear-gradient(155deg, #a28571 0%, #7b5d4c 42%, #433029 100%);
}

#work .portfolio-artisanal-card .portfolio-label {
  background: rgba(255, 244, 234, 0.14);
  color: rgba(255, 248, 243, 0.96);
}

#work .portfolio-browser-artisanal {
  background: #f3e8de;
  border-color: rgba(255, 244, 236, 0.34);
}

#work .portfolio-artisanal-card .portfolio-browser-bar {
  background: rgba(73, 46, 35, 0.14);
}

#work .portfolio-artisanal-card .portfolio-browser-address {
  background: rgba(73, 46, 35, 0.14);
  color: rgba(61, 37, 28, 0.72);
}

#work .portfolio-studio-card {
  background:
    radial-gradient(circle at 86% 14%, rgba(228, 236, 224, 0.22), transparent 0 17%, transparent 18%),
    radial-gradient(circle at 12% 88%, rgba(216, 164, 79, 0.1), transparent 22%),
    linear-gradient(160deg, #889289 0%, #68736b 48%, #434d45 100%);
}

#work .portfolio-studio-card .portfolio-label {
  background: rgba(243, 247, 241, 0.12);
  color: rgba(250, 252, 249, 0.96);
}

#work .portfolio-studio-card .portfolio-preview-copy p {
  color: rgba(255, 255, 255, 0.82);
}

#work .portfolio-studio-card .portfolio-browser-trizen {
  background: #d7ddd5;
  border-color: rgba(255, 255, 255, 0.34);
}

#work .portfolio-studio-card .portfolio-browser-bar {
  background: rgba(18, 30, 24, 0.16);
}

#work .portfolio-studio-card .portfolio-browser-address {
  background: rgba(18, 30, 24, 0.12);
  color: rgba(24, 33, 28, 0.66);
}

#work .portfolio-studio-card .portfolio-browser-viewport {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    #dde3da;
}

#work .portfolio-interior-card {
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 232, 214, 0.18), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 12% 88%, rgba(120, 173, 149, 0.12), transparent 22%),
    linear-gradient(160deg, #758e81 0%, #587063 44%, #31423c 100%);
}

#work .portfolio-interior-card .portfolio-label {
  background: rgba(247, 243, 236, 0.12);
  color: rgba(255, 250, 244, 0.95);
}

#work .portfolio-interior-card .portfolio-browser-lumia {
  background: #efe9df;
  border-color: rgba(245, 250, 247, 0.28);
}

#work .portfolio-interior-card .portfolio-browser-bar {
  background: rgba(34, 60, 54, 0.12);
}

#work .portfolio-interior-card .portfolio-browser-address {
  background: rgba(34, 60, 54, 0.1);
  color: rgba(34, 52, 46, 0.64);
}

#work .portfolio-concept-card {
  background:
    radial-gradient(circle at 84% 14%, rgba(229, 208, 163, 0.16), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 14% 88%, rgba(216, 230, 219, 0.1), transparent 20%),
    linear-gradient(160deg, #6f8178 0%, #56685f 45%, #33413b 100%);
}

#work .portfolio-concept-card .portfolio-label {
  background: rgba(249, 245, 236, 0.12);
  color: rgba(255, 251, 245, 0.95);
}

#work .portfolio-concept-card .portfolio-browser-lumia {
  background: #ebe6dd;
  border-color: rgba(245, 248, 242, 0.28);
}

#work .portfolio-concept-card .portfolio-browser-bar {
  background: rgba(42, 56, 50, 0.12);
}

#work .portfolio-concept-card .portfolio-browser-address {
  background: rgba(42, 56, 50, 0.1);
  color: rgba(35, 49, 43, 0.64);
}

/* =========================================================
   MOBILE SERVICES CLEANUP
   ========================================================= */

@media (max-width: 760px) {
  .service-showcase-interactive {
    grid-template-areas:
      "hover"
      "visual"
      "detail";
    border-radius: 24px;
  }

  .service-hover-board {
    gap: 14px;
    padding: 20px 16px 8px;
  }

  .service-board-meta {
    gap: 10px;
  }

  .service-board-meta p {
    max-width: 24ch;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    line-height: 1.45;
    text-wrap: balance;
  }

  .service-word-stage {
    gap: 10px;
    padding-top: 4px;
  }

  .service-word,
  .service-word-design,
  .service-word-hosting,
  .service-word-software,
  .service-word-solutions {
    margin-left: 0;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .service-word-small {
    min-height: 24px;
    padding: 0 10px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .service-word-outline {
    font-size: clamp(1.7rem, 9.2vw, 2.55rem);
    line-height: 0.92;
    opacity: 0.14;
    -webkit-text-stroke-width: 1px;
  }

  .service-word.is-active .service-word-outline {
    transform: none;
  }

  .service-stage-visual {
    padding: 0 16px 12px;
  }

  .service-preview-stage {
    min-height: 0;
  }

  .service-preview-card {
    position: relative;
    inset: auto;
    display: none;
    align-items: stretch;
    opacity: 1;
    filter: none;
  }

  .service-preview-card-design,
  .service-preview-card-hosting,
  .service-preview-card-software,
  .service-preview-card-solutions {
    --preview-tilt: 0deg;
    transform: none;
  }

  .service-showcase-interactive[data-service-active="design"] .service-preview-card-design,
  .service-showcase-interactive[data-service-active="hosting"] .service-preview-card-hosting,
  .service-showcase-interactive[data-service-active="software"] .service-preview-card-software,
  .service-showcase-interactive[data-service-active="solutions"] .service-preview-card-solutions {
    position: relative;
    display: flex;
    transform: none;
  }

  .service-preview-frame {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .service-preview-frame::before,
  .service-preview-frame::after,
  .service-preview-rail,
  .service-preview-captionline {
    display: none;
  }

  .service-preview-paper {
    padding: 8px;
    border-radius: 24px;
  }

  .service-preview-media,
  .service-preview-paper .service-preview-scene {
    min-height: 210px;
    border-radius: 18px;
  }

  .service-preview-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 11px 12px 10px;
    border-radius: 16px;
  }

  .service-preview-overlay strong {
    font-size: 0.98rem;
  }

  .service-preview-overlay p {
    font-size: 0.7rem;
  }

  .service-copy-panels {
    width: auto;
    min-height: 0;
    margin: 0 16px 18px;
  }

  .service-copy-panel {
    position: relative;
    inset: auto;
    display: none;
    padding: 18px 16px 16px;
    border-radius: 22px;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"],
  .service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"],
  .service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"],
  .service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"] {
    display: block;
    transform: none;
  }

  .service-showcase-interactive[data-service-active="design"] .service-copy-panel[data-service-panel="design"]:hover,
  .service-showcase-interactive[data-service-active="hosting"] .service-copy-panel[data-service-panel="hosting"]:hover,
  .service-showcase-interactive[data-service-active="software"] .service-copy-panel[data-service-panel="software"]:hover,
  .service-showcase-interactive[data-service-active="solutions"] .service-copy-panel[data-service-panel="solutions"]:hover {
    transform: none;
  }

  .service-copy-panel::before {
    left: 22px;
    width: 92px;
  }

  .service-copy-panel::after {
    left: 16px;
    width: 48px;
  }

  .service-copy-panel h3 {
    margin-top: 14px;
    max-width: none;
    font-size: 1.18rem;
  }

  .service-copy-panel p {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .service-copy-tags {
    margin-top: 14px;
  }

  .service-copy-tags span {
    min-height: 30px;
    font-size: 0.68rem;
  }
}

/* =========================================================
   PROCESS SECTION REFINEMENT
   ========================================================= */

.process-section {
  position: relative;
  isolation: isolate;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 84px 0 auto;
  height: 420px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(216, 164, 79, 0.12), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(30, 122, 95, 0.12), transparent 30%);
  filter: blur(26px);
  opacity: 0.82;
}

.process-section > * {
  position: relative;
  z-index: 1;
}

.process-section .split-heading {
  gap: 26px;
  margin-bottom: 22px;
  align-items: end;
}

.process-section .split-heading > p {
  max-width: 36ch;
  margin: 0;
  color: rgba(20, 35, 29, 0.62);
  line-height: 1.72;
}

.process-showcase {
  padding: 24px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 12% 16%, rgba(216, 164, 79, 0.12), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(30, 122, 95, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 241, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 22px 54px rgba(20, 35, 29, 0.1);
}

.process-screenboard::before {
  top: 34px;
  left: 42px;
  width: 154px;
  height: 154px;
  opacity: 0.82;
}

.process-screenboard::after {
  right: 88px;
  bottom: 26px;
  width: 172px;
  height: 172px;
  opacity: 0.74;
}

.process-panel {
  border-radius: 32px;
}

.process-panel-figma {
  box-shadow:
    0 30px 70px rgba(20, 35, 29, 0.12),
    0 10px 28px rgba(255, 255, 255, 0.32);
}

.process-figma-topbar {
  padding: 18px 20px;
}

.process-figma-workspace {
  min-height: 0;
}

.process-figma-file strong {
  font-size: 0.88rem;
}

.process-figma-file span {
  font-size: 0.76rem;
}

.process-preview-stage {
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 18px;
}

.process-preview-site-shell,
.process-preview-mobile-shell {
  border-radius: 28px;
}

.process-preview-site-shell {
  padding: 14px;
}

.process-preview-site-note,
.process-preview-mobile-note {
  min-height: 28px;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.process-preview-scroll {
  max-height: 390px;
  border-radius: 22px;
}

.process-preview-mobile-shell {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 248, 242, 0.86));
  box-shadow:
    0 22px 44px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.process-preview-mobile-frame {
  margin-top: 10px;
  border-radius: 38px;
}

.process-grid {
  gap: 18px;
}

.process-card {
  min-height: 100%;
  padding: 28px 24px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at top right, rgba(216, 164, 79, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 239, 0.92));
  box-shadow:
    0 18px 36px rgba(20, 35, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.process-card h3 {
  margin: 0 0 10px;
  max-width: 10ch;
  font-size: clamp(1.22rem, 1.5vw, 1.42rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.process-card p {
  margin: 0;
  max-width: 26ch;
  color: rgba(20, 35, 29, 0.7);
  font-size: 0.9rem;
  line-height: 1.65;
}

.process-card span {
  min-width: 52px;
  min-height: 52px;
  margin-bottom: 18px;
  font-size: 0.84rem;
}

.process-card-session,
.process-card-list,
.process-card-note {
  position: relative;
  z-index: 2;
}

.process-card-session {
  display: block;
  margin-bottom: 8px;
  color: rgba(20, 35, 29, 0.44);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-card-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.process-card-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(20, 35, 29, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.process-card-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 122, 95, 0.92), rgba(216, 164, 79, 0.78));
  box-shadow: 0 0 0 4px rgba(30, 122, 95, 0.08);
}

.process-card-note {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 35, 29, 0.08);
  color: rgba(20, 35, 29, 0.56);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .process-section .split-heading {
    margin-bottom: 18px;
  }

  .process-showcase {
    padding: 20px;
  }

  .process-preview-stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-preview-mobile-shell {
    width: min(100%, 400px);
    justify-self: center;
  }

  .process-card {
    padding: 24px 20px 20px;
  }
}

@media (max-width: 860px) {
  .process-section::before,
  .process-screenboard::before,
  .process-screenboard::after {
    display: none;
  }

  .process-showcase {
    padding: 18px;
    border-radius: 28px;
  }

  .process-figma-topbar {
    padding: 16px;
  }

  .process-figma-sidebar,
  .process-figma-canvas {
    padding: 16px;
  }

  .process-preview-site-shell,
  .process-preview-mobile-shell {
    padding: 12px;
    border-radius: 24px;
  }

  .process-preview-scroll {
    max-height: 300px;
    border-radius: 18px;
  }

  .process-preview-mobile-frame {
    border-radius: 34px;
  }

  .process-grid {
    gap: 14px;
  }

  .process-card {
    padding: 22px 18px 18px;
    border-radius: 24px;
  }

  .process-card h3,
  .process-card p {
    max-width: none;
  }

  .process-card-list li {
    font-size: 0.8rem;
  }

  .process-card-note {
    font-size: 0.76rem;
  }
}

@media (max-width: 640px) {
  .process-section .split-heading {
    gap: 12px;
    margin-bottom: 14px;
  }

  .process-showcase {
    padding: 14px;
    border-radius: 24px;
  }

  .process-figma-topbar,
  .process-figma-sidebar,
  .process-figma-canvas {
    padding: 14px;
  }

  .process-figma-file strong {
    font-size: 0.8rem;
  }

  .process-figma-file span,
  .process-layer-group span,
  .process-inspector-card span {
    font-size: 0.72rem;
  }

  .process-preview-site-shell,
  .process-preview-mobile-shell {
    padding: 10px;
    border-radius: 20px;
  }

  .process-preview-site-note,
  .process-preview-mobile-note {
    font-size: 0.58rem;
  }

  .process-preview-scroll {
    max-height: 240px;
  }

  .process-preview-mobile-frame {
    padding: 7px 7px 9px;
    border-radius: 30px;
  }

  .process-preview-mobile-frame::before,
  .process-preview-mobile-frame::after {
    display: none;
  }

  .process-card {
    padding: 18px 16px 16px;
    border-radius: 22px;
  }

  .process-card span {
    min-width: 46px;
    min-height: 46px;
    margin-bottom: 14px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .process-card h3 {
    font-size: 1.14rem;
  }

  .process-card p {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .process-card-session {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .process-card-list {
    gap: 8px;
    margin-top: 14px;
  }

  .process-card-list li {
    padding-left: 16px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .process-card-list li::before {
    width: 7px;
    height: 7px;
  }

  .process-card-note {
    padding-top: 14px;
    font-size: 0.72rem;
  }
}

.process-card-body {
  display: contents;
}

@media (max-width: 720px) {
  .process-showcase,
  .process-preview-stage,
  .process-preview-mobile-shell,
  .process-preview-mobile-frame {
    overflow: hidden;
  }

  .process-preview-mobile-frame::before,
  .process-preview-mobile-frame::after {
    display: none;
  }

  .process-grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .process-card {
    cursor: pointer;
    min-height: 0;
    height: auto;
    flex: 0 0 auto;
    align-self: auto;
    overflow: hidden;
    padding-right: 18px;
    -webkit-tap-highlight-color: transparent;
    background:
      radial-gradient(circle at 92% 12%, rgba(216, 164, 79, 0.1), transparent 22%),
      radial-gradient(circle at 8% 8%, rgba(111, 179, 156, 0.05), transparent 22%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 241, 0.98));
    border-color: rgba(232, 237, 229, 0.96);
    box-shadow:
      0 18px 34px rgba(20, 34, 29, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition:
      box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
      background 280ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 220ms ease;
  }

  .process-card:not(:last-child)::after,
  .process-card::after {
    display: none !important;
  }

  .process-card::before,
  .process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 24px;
    left: auto;
    right: -20px;
    width: clamp(390px, 112vw, 560px);
    height: 2px;
    display: block;
    border-radius: 999px;
    background:
      linear-gradient(
        90deg,
        rgba(108, 123, 112, 0) 0%,
        rgba(194, 168, 91, 0.62) 18%,
        rgba(211, 188, 120, 0.86) 48%,
        rgba(110, 126, 117, 0.88) 84%,
        rgba(108, 123, 112, 0) 100%
      );
    box-shadow:
      0 0 8px rgba(206, 180, 102, 0.12),
      0 0 16px rgba(111, 179, 156, 0.05);
    opacity: 0.8;
    filter: blur(0.25px);
    transform: rotate(-49deg);
    transform-origin: right center;
    transition:
      top 360ms cubic-bezier(0.22, 1, 0.36, 1),
      right 360ms cubic-bezier(0.22, 1, 0.36, 1),
      width 360ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      filter 220ms ease;
    animation: none;
    z-index: 1;
    pointer-events: none;
  }

  .process-card > span,
  .process-card-session,
  .process-card h3 {
    transition:
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease;
  }

  .process-card:hover {
    transform: none;
    box-shadow: 0 18px 34px rgba(20, 34, 29, 0.1);
  }

  .process-card:not(.is-open) {
    min-height: clamp(170px, 44vw, 196px);
    height: clamp(170px, 44vw, 196px);
  }

  .process-card.is-open {
    min-height: 0;
    height: auto;
    border-color: rgba(226, 233, 222, 0.98);
    background:
      radial-gradient(circle at 92% 12%, rgba(216, 164, 79, 0.14), transparent 24%),
      radial-gradient(circle at 8% 8%, rgba(111, 179, 156, 0.06), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 243, 0.99));
    box-shadow: 0 22px 38px rgba(20, 34, 29, 0.12);
  }

  .process-card.is-open::before {
    top: 24px;
    left: auto;
    right: -10px;
    width: clamp(240px, 68vw, 320px);
    transform: rotate(43deg);
    transform-origin: right center;
    opacity: 0.72;
    filter: blur(0.25px) saturate(0.9);
  }

  .process-card.is-open > span {
    transform: translateY(-2px) scale(1.03);
  }

  .process-card.is-open .process-card-session,
  .process-card.is-open h3 {
    transform: translateY(-1px);
  }

  .process-card-body {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      margin-top 220ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .process-card.is-open .process-card-body {
    max-height: 420px;
    margin-top: 2px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .process-preview-site-shell {
    padding: 12px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 88% 12%, rgba(202, 161, 75, 0.1), transparent 18%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 243, 0.92));
    box-shadow:
      0 20px 36px rgba(20, 35, 29, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .process-preview-site-shell::before,
  .process-preview-site-shell::after {
    display: none;
  }

  .process-preview-site-note {
    min-height: 28px;
    padding: 0 12px;
    font-size: 0.57rem;
    letter-spacing: 0.09em;
    color: rgba(122, 90, 29, 0.92);
    background: linear-gradient(90deg, rgba(202, 161, 75, 0.16), rgba(202, 161, 75, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  }

  .process-preview-scroll {
    margin-top: 10px;
    max-height: 332px;
    border-radius: 20px;
    border-color: rgba(16, 28, 52, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 12px 24px rgba(20, 35, 29, 0.06);
    scrollbar-width: none;
  }

  .process-preview-scroll::-webkit-scrollbar {
    display: none;
  }

  .process-preview-site-nav {
    padding: 15px 16px 14px;
    gap: 12px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 249, 244, 0.9));
    border-bottom: 1px solid rgba(16, 28, 52, 0.07);
  }

  .process-preview-site-brand {
    max-width: none;
    gap: 4px;
  }

  .process-preview-site-brand strong {
    font-size: 0.98rem;
    letter-spacing: -0.025em;
  }

  .process-preview-site-brand span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    color: rgba(16, 28, 52, 0.52);
  }

  .process-preview-site-cta {
    min-height: 40px;
    padding: 0 16px;
    background: linear-gradient(135deg, #163176, #24479a);
    box-shadow:
      0 12px 22px rgba(0, 33, 110, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .process-preview-hero,
  .process-preview-hero img {
    min-height: 228px;
    height: 228px;
  }

  .process-preview-hero {
    border-radius: 0 0 18px 18px;
  }

  .process-preview-hero-overlay {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(12, 23, 46, 0.06) 0%, rgba(12, 23, 46, 0.16) 34%, rgba(12, 23, 46, 0.84) 100%),
      linear-gradient(90deg, rgba(16, 28, 52, 0.16), rgba(16, 28, 52, 0.02) 58%, rgba(16, 28, 52, 0));
  }

  .process-preview-hero-copy {
    z-index: 2;
    align-content: end;
    gap: 8px;
    max-width: 100%;
    padding: 16px;
  }

  .process-preview-tag {
    min-height: 24px;
    padding: 0 10px;
    font-size: 0.54rem;
    letter-spacing: 0.11em;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .process-preview-hero-copy h3 {
    max-width: 11ch;
    font-size: clamp(1.64rem, 8vw, 1.94rem);
    line-height: 0.94;
    text-shadow: 0 10px 22px rgba(8, 18, 37, 0.28);
  }

  .process-preview-hero-copy p {
    max-width: 16rem;
    font-size: 0.73rem;
    color: rgba(255, 255, 255, 0.86);
    text-shadow: 0 8px 16px rgba(8, 18, 37, 0.22);
  }

  .process-preview-button {
    display: none;
  }

  .process-preview-section,
  .process-preview-quote-section,
  .process-preview-site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 860px) and (hover: none), (max-width: 860px) and (pointer: coarse) {
  .portfolio-static-previews #work .portfolio-card {
    overflow: hidden;
    transform: none !important;
    content-visibility: auto;
    contain: layout paint style;
    contain-intrinsic-size: 420px;
  }

  .portfolio-static-previews #work .portfolio-card:hover,
  .portfolio-static-previews #work .portfolio-card:focus-within,
  .portfolio-static-previews #work .portfolio-preview-card:hover .portfolio-preview-meta,
  .portfolio-static-previews #work .portfolio-artisanal-card:hover .portfolio-preview-meta,
  .portfolio-static-previews #work .portfolio-lumia-card:hover .portfolio-preview-meta,
  .portfolio-static-previews #work .portfolio-preview-card:focus-within .portfolio-preview-meta,
  .portfolio-static-previews #work .portfolio-artisanal-card:focus-within .portfolio-preview-meta,
  .portfolio-static-previews #work .portfolio-lumia-card:focus-within .portfolio-preview-meta {
    transform: none !important;
  }

  .portfolio-static-previews #work .portfolio-browser {
    isolation: isolate;
    contain: layout paint;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 12px 24px rgba(20, 35, 29, 0.08);
  }

  .portfolio-static-previews #work .portfolio-browser-viewport {
    height: auto;
    background: rgba(255, 255, 255, 0.08);
  }

  .portfolio-static-previews #work .portfolio-browser-stage {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: var(--mobile-cover-ratio, 16 / 10);
  }

  .portfolio-static-previews #work .portfolio-browser iframe {
    display: none !important;
  }

  .portfolio-static-previews #work .portfolio-browser-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    pointer-events: none;
  }

  .portfolio-static-previews #work .portfolio-browser-stage::before {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    transform: translateZ(0);
  }

  .portfolio-static-previews #work .portfolio-artisanal-card .portfolio-browser-stage {
    --mobile-cover-ratio: 325 / 357;
  }

  .portfolio-static-previews #work .portfolio-artisanal-card .portfolio-browser-stage::before {
    background-image: url("/img/mobile-cover-artisanal.png");
  }

  .portfolio-static-previews #work .portfolio-studio-card .portfolio-browser-stage {
    --mobile-cover-ratio: 547 / 219;
  }

  .portfolio-static-previews #work .portfolio-studio-card .portfolio-browser-stage::before {
    background-image: url("/img/mobile-cover-studio.png");
  }

  .portfolio-static-previews #work .portfolio-interior-card .portfolio-browser-stage {
    --mobile-cover-ratio: 308 / 199;
  }

  .portfolio-static-previews #work .portfolio-interior-card .portfolio-browser-stage::before {
    background-image: url("/img/mobile-cover-lumia.png");
  }

  .portfolio-static-previews #work .portfolio-concept-card .portfolio-browser-stage {
    --mobile-cover-ratio: 306 / 187;
  }

  .portfolio-static-previews #work .portfolio-concept-card .portfolio-browser-stage::before {
    background-image: url("/img/mobile-cover-concept.png");
  }
}
