.services-page {
  --svc-purple: #8a2be2;
  --svc-blue: #4d8eff;
  --svc-cyan: #45d7ff;
  --svc-mint: #72f0d4;
  --svc-ink: #06060f;
  --svc-deep: #120724;
  --svc-line: rgba(255, 255, 255, 0.14);
  --svc-radius: 8px;
  --svc-max: 1180px;
  --svc-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  background:
    radial-gradient(ellipse 80% 55% at 72% 12%, rgba(138, 43, 226, 0.13), transparent 70%),
    radial-gradient(ellipse 55% 75% at 8% 58%, rgba(26, 86, 219, 0.1), transparent 64%),
    radial-gradient(ellipse 48% 45% at 88% 88%, rgba(56, 189, 248, 0.055), transparent 65%),
    linear-gradient(155deg, #06060f 0%, #10091f 48%, #070711 100%);
  color: #fff;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.58;
  overflow: hidden;
}

.services-page * { box-sizing: border-box; }
.services-page a { color: inherit; text-decoration: none; }
.services-page button { color: inherit; cursor: pointer; font: inherit; }
.services-page img { display: block; max-width: 100%; }
.services-page :focus-visible { outline: 3px solid var(--svc-mint); outline-offset: 4px; }
.services-page .shell { width: min(var(--svc-max), calc(100% - 32px)); margin: 0 auto; }
.services-page .display { margin-bottom: 0; font-family: "Bebas Neue", Impact, sans-serif; font-weight: 400; letter-spacing: 0; line-height: 0.92; text-transform: uppercase; }

.services-page .btn {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--svc-radius);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.services-page .btn::before { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(110deg, transparent, rgba(255,255,255,.34), transparent); transition: transform .7s ease; }
.services-page .btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.4); box-shadow: 0 18px 44px rgba(77,142,255,.22); }
.services-page .btn:hover::before { transform: translateX(120%); }
.services-page .btn span { position: relative; z-index: 1; }
.services-page .btn-primary { border: 0; background: linear-gradient(90deg, var(--svc-purple), var(--svc-blue)); box-shadow: 0 18px 44px rgba(77,142,255,.28); }
.services-page .btn-dark { border-color: rgba(255,255,255,.16); background: #0f172a; }

.services-page .hero { position: relative; min-height: 100svh; padding: 0; overflow: hidden; }
.services-page .hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,15,.96), rgba(6,6,15,.58), rgba(6,6,15,.92)), url("/assets/img/services/hero-ai-workspace.png") center / cover no-repeat; }
.services-page .grid-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 76px 76px; }
.services-page .hero-inner { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 130px 0 54px; }
.services-page .hero-inner > div { width: 100%; min-width: 0; }
.services-page h1 { max-width: 940px; margin: 0; color: #fff; font-size: clamp(3.8rem, 7vw, 7.2rem); animation: none; }
.services-page .title-line { display: block; }
.services-page .work { display: inline-block; color: transparent; font-size: 1.14em; background: linear-gradient(90deg, #9bf3ff, var(--svc-blue), #d75bff); -webkit-background-clip: text; background-clip: text; }
.services-page .hero-copy { max-width: 780px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 1.08rem; line-height: 1.75; }
.services-page .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.services-page .proof-grid { max-width: 900px; margin-top: 38px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.services-page .proof { min-height: 118px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--svc-radius); background: rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.services-page .proof strong { display: block; }
.services-page .proof span { display: block; margin-top: 8px; color: rgba(255,255,255,.64); font-size: .84rem; }

.services-page .section { padding: 104px 0; background: transparent; color: #fff; }
.services-page #consulenza { padding-bottom: 56px; }
.services-page #legal-ai { padding-top: 56px; }
.services-page .label { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.services-page .label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--svc-cyan); box-shadow: 0 0 18px var(--svc-cyan); }
.services-page h2 { max-width: 980px; margin: 22px 0 0; color: #fff; font-size: clamp(1.8rem, 3.3vw, 3.4rem); }
.services-page .lead { max-width: 780px; margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.services-page .gradient-word { color: transparent; background: linear-gradient(90deg, var(--svc-blue), var(--svc-purple)); -webkit-background-clip: text; background-clip: text; }
.services-page .path-grid,
.services-page .zero-grid,
.services-page .consult-grid,
.services-page .solution-grid,
.services-page .boezio-grid,
.services-page .contact-grid { display: grid; gap: 28px; }

.services-page .path-grid { grid-template-columns: .95fr 1.05fr; margin-top: 42px; }
.services-page .path-list,
.services-page .step-list { display: grid; gap: 12px; }
.services-page .choice { width: 100%; min-height: 112px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--svc-radius); background: rgba(255,255,255,.06); text-align: left; transition: .18s ease; }
.services-page .choice.active,
.services-page .choice:hover { border-color: rgba(69,215,255,.5); background: rgba(255,255,255,.13); transform: translateX(4px); }
.services-page .num { display: grid; place-items: center; width: 52px; height: 52px; margin: 0; border-radius: var(--svc-radius); background: linear-gradient(135deg, var(--svc-purple), var(--svc-blue)); font-weight: 900; }
.services-page .choice strong { display: block; font-size: 1.03rem; }
.services-page .choice > span:last-child > span { display: block; margin-top: 7px; color: rgba(255,255,255,.64); font-size: .88rem; }
.services-page .dynamic-panel { position: relative; min-height: 460px; overflow: hidden; padding: 30px; border: 1px solid var(--svc-line); border-radius: var(--svc-radius); background: rgba(255,255,255,.08); box-shadow: var(--svc-shadow); }
.services-page .dynamic-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--svc-purple), var(--svc-blue), var(--svc-mint)); }
.services-page .panel-kicker { color: var(--svc-cyan); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.services-page .zero-kicker { margin-top: 24px; }
.services-page .dynamic-panel h3 { margin: 18px 0 0; font-size: clamp(1.75rem, 2.6vw, 2.8rem); }
.services-page .dynamic-panel p { color: rgba(255,255,255,.72); }
.services-page .tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.services-page .tag { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--svc-radius); background: rgba(0,0,0,.22); font-weight: 800; }

.services-page .zero-grid { grid-template-columns: .95fr 1.05fr; margin-top: 42px; }
.services-page .zero-card { padding: 30px; border: 1px solid var(--svc-line); border-radius: var(--svc-radius); background: linear-gradient(135deg, rgba(138,43,226,.22), rgba(77,142,255,.14)), rgba(255,255,255,.07); box-shadow: var(--svc-shadow); }
.services-page .logo-box { display: inline-flex; }
.services-page .logo-box img { width: auto; max-height: 63px; }
.services-page .zero-card h2 { margin-top: 24px; font-size: clamp(1.75rem, 2.6vw, 2.8rem); }
.services-page .zero-card p { color: rgba(255,255,255,.72); }
.services-page .zero-cta-mobile { display: none; }
.services-page .step { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--svc-radius); background: rgba(255,255,255,.06); transition: .18s ease; }
.services-page .step:hover { border-color: rgba(69,215,255,.5); background: rgba(255,255,255,.13); }
.services-page .step span:last-child { color: rgba(255,255,255,.64); font-size: .9rem; }

.services-page .zero-grid,
.services-page .zero-card,
.services-page .step-list,
.services-page .step,
.services-page .step > span:last-child {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.services-page .step > span:last-child {
  overflow-wrap: anywhere;
}

.services-page .consult-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; }
.services-page .image-card { position: relative; min-height: 410px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--svc-radius); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.25); transition: transform .25s ease; }
.services-page .image-card:hover { transform: translateY(-8px); }
.services-page .image-card img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; transition: transform .7s ease; }
.services-page .image-card:hover img { transform: scale(1.05); }
.services-page .image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,6,15,.08), rgba(6,6,15,.86)); }
.services-page .image-card-text { position: absolute; z-index: 1; inset: auto 0 0; padding: 26px; }
.services-page .image-card h3 { margin: 0; font-size: 1.9rem; }
.services-page .image-card p { color: rgba(255,255,255,.76); }

.services-page .boezio-grid { grid-template-columns: .9fr 1.1fr; grid-template-areas: "copy visual" "tabs tabs"; align-items: stretch; margin-top: 42px; }
.services-page .legal-copy { grid-area: copy; align-self: center; }
.services-page .legal-visual { grid-area: visual; position: relative; min-height: 410px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--svc-radius); background: #d9d0c4; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.services-page .legal-visual img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.services-page .legal-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(6,6,15,.82)); }
.services-page .legal-visual figcaption { position: absolute; z-index: 1; inset: auto 24px 22px; max-width: 520px; color: #fff; font-weight: 800; }
.services-page .tabs-card { grid-area: tabs; overflow: hidden; border: 1px solid rgba(116,161,255,.25); border-radius: 10px; background: rgba(8,9,20,.96); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.services-page .explorer-titlebar { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; }
.services-page .window-controls { display: flex; gap: 7px; }
.services-page .window-controls i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.22); }
.services-page .explorer-toolbar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.services-page .explorer-nav { color: rgba(255,255,255,.45); font-size: 1.1rem; }
.services-page .resource-address { flex: 1; min-width: 0; overflow: hidden; padding: 9px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 6px; background: rgba(255,255,255,.035); color: rgba(255,255,255,.55); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.services-page .resource-address strong { color: var(--svc-cyan); }
.services-page .explorer-body { min-height: 330px; display: grid; grid-template-columns: 230px 1fr; }
.services-page .tabs { z-index: 5; display: grid; align-content: start; gap: 5px; padding: 14px 10px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); }
.services-page .tab { position: relative; width: 100%; min-height: 48px; padding: 0 12px 0 44px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: rgba(255,255,255,.72); text-align: left; font-weight: 900; transition: .18s ease; }
.services-page .tab::before { content: ""; position: absolute; left: 14px; top: 17px; width: 20px; height: 14px; border-radius: 2px; background: linear-gradient(135deg,#7d5df3,#4d8eff); box-shadow: 0 -4px 0 -1px #8069d9; }
.services-page .tab.active,
.services-page .tab:hover { color: #fff; border-color: rgba(69,215,255,.22); background: rgba(77,142,255,.12); transform: translateX(3px); }
.services-page .tab-panel { position: relative; min-height: 330px; padding: 42px 46px; background: radial-gradient(circle at 82% 18%, rgba(77,142,255,.1), transparent 34%); }
.services-page .tab-panel.opening { animation: svcFileOpen .28s ease; }
.services-page .tab-panel::before { content: "RISORSA SELEZIONATA"; display: block; margin-bottom: 24px; color: var(--svc-mint); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.services-page .tab-panel::after { content: attr(data-page); position: absolute; right: 24px; bottom: 18px; color: rgba(255,255,255,.35); font: 800 .68rem "DM Sans", sans-serif; }
.services-page .tab-panel h3 { margin: 0; font-size: 1.8rem; }
.services-page .tab-panel p { max-width: 650px; color: rgba(255,255,255,.66); }

.services-page .solution-grid { grid-template-columns: 1.05fr .95fr; align-items: center; margin-top: 42px; }
.services-page .solution-stage,
.services-page .system-map { position: relative; min-height: 620px; }
.services-page .system-map { --tilt-x: 0deg; --tilt-y: 0deg; z-index: 1; perspective: 1000px; transform-style: preserve-3d; }
.services-page .network-lines { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.services-page .fiber-halo,
.services-page .fiber-strand,
.services-page .fiber-wave { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.services-page .fiber-halo { stroke: rgba(77,142,255,.16); stroke-width: 10; filter: blur(5px); }
.services-page .fiber-strand { stroke: url(#fiberGradient); stroke-width: 1.05; opacity: .58; }
.services-page .fiber-wave { stroke: url(#fiberWave); stroke-width: 2.2; stroke-dasharray: 14 54; filter: url(#fiberGlow); animation: svcFiberFlow 2.4s linear infinite; }
.services-page .route:nth-of-type(2) .fiber-wave { animation-delay: -.6s; }
.services-page .route:nth-of-type(3) .fiber-wave { animation-delay: -1.2s; }
.services-page .route:nth-of-type(4) .fiber-wave { animation-delay: -1.8s; }
.services-page .system-map[data-active="0"] .route-0 .fiber-strand,
.services-page .system-map[data-active="1"] .route-1 .fiber-strand,
.services-page .system-map[data-active="2"] .route-2 .fiber-strand,
.services-page .system-map[data-active="3"] .route-3 .fiber-strand { opacity: 1; stroke-width: 1.45; }
.services-page .system-map[data-active="0"] .route-0 .fiber-wave,
.services-page .system-map[data-active="1"] .route-1 .fiber-wave,
.services-page .system-map[data-active="2"] .route-2 .fiber-wave,
.services-page .system-map[data-active="3"] .route-3 .fiber-wave { stroke-width: 3.2; animation-duration: 1.25s; }
.services-page .system-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 180px; aspect-ratio: 1; translate: -50% -50%; display: grid; place-items: center; padding: 26px 20px 20px; border: 1px solid rgba(114,240,212,.78); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(77,142,255,.35), rgba(16,11,34,.96) 64%); text-align: center; transform: rotateX(var(--tilt-y)) rotateY(var(--tilt-x)) translateZ(42px); transition: width .42s cubic-bezier(.18,.78,.22,1), transform .18s ease-out, background .34s ease, box-shadow .34s ease; box-shadow: 0 0 0 9px rgba(114,240,212,.04), 0 0 46px rgba(69,215,255,.2), inset 0 0 35px rgba(77,142,255,.14); }
.services-page .core-kicker { display: block; margin-bottom: 7px; color: var(--svc-mint); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.services-page .system-core strong { display: block; font-size: 1.08rem; line-height: 1.15; }
.services-page .core-copy { display: block; margin-top: 9px; color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.48; }
.services-page .core-reset { display: block; margin-top: 11px; color: var(--svc-cyan); font-size: .68rem; font-weight: 900; }
.services-page .core-reset[hidden] { display: none; }
.services-page .system-map.has-selection .system-core { width: 244px; cursor: pointer; background: radial-gradient(circle at 35% 25%, rgba(138,43,226,.42), rgba(12,9,28,.98) 66%); box-shadow: 0 0 0 13px rgba(114,240,212,.05), 0 0 68px rgba(69,215,255,.34), inset 0 0 42px rgba(77,142,255,.2); }
.services-page .system-map.transferring .system-core::after { content: ""; position: absolute; inset: -13px; border: 1px solid rgba(114,240,212,.48); border-radius: 50%; animation: svcReceiveRing .48s ease-out both; }
.services-page .system-core.updating { animation: svcCoreReceive .48s cubic-bezier(.2,.8,.2,1); }
.services-page .system-module { position: absolute; z-index: 3; width: 210px; min-height: 104px; padding: 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: linear-gradient(145deg, rgba(24,17,48,.96), rgba(7,7,18,.92)); text-align: left; transform: rotateX(var(--tilt-y)) rotateY(var(--tilt-x)) translateZ(18px); transition: transform .22s ease, border-color .22s ease, background .22s ease, opacity .22s ease; }
.services-page .system-module::before { content: attr(data-index); display: block; margin-bottom: 9px; color: var(--svc-cyan); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.services-page .system-module span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: .72rem; }
.services-page .system-module::after { content: ""; position: absolute; z-index: -1; inset: 7px -7px -7px 7px; border: 1px solid rgba(77,142,255,.18); border-radius: inherit; transform: translateZ(-22px); }
.services-page .system-module.active,
.services-page .system-module:hover { border-color: var(--svc-mint); background: linear-gradient(145deg,#25184a,#0b0a1a); transform: translateY(-7px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x)) translateZ(34px); box-shadow: 0 20px 44px rgba(69,215,255,.16); }
.services-page .module-a { left: 6%; top: 12%; }
.services-page .module-b { right: 6%; top: 12%; }
.services-page .module-c { left: 6%; bottom: 12%; }
.services-page .module-d { right: 6%; bottom: 12%; }
.services-page .system-map.has-selection .system-module:not(.active) { opacity: .42; }
.services-page .system-map.receiving .route-active .fiber-halo { stroke: rgba(69,215,255,.5); stroke-width: 16; }
.services-page .system-map.receiving .route-active .fiber-strand { opacity: 1; stroke-width: 1.8; }
.services-page .system-map.receiving .route-active .fiber-wave { stroke-dasharray: 22 78; stroke-width: 6; animation: svcFiberReceive .46s ease both; }
.services-page .system-map.returning .route-active .fiber-wave { stroke-dasharray: 8 18; stroke-width: 4; animation: svcFiberReturn .52s ease-in both; }

.services-page .contact-grid { grid-template-columns: .8fr 1.2fr; align-items: start; }
.services-page .contact-aside { padding: 30px; border-radius: var(--svc-radius); background: linear-gradient(135deg, rgba(138,43,226,.36), rgba(77,142,255,.22)), var(--svc-deep); }
.services-page .contact-aside h2 { font-size: clamp(1.75rem, 2.6vw, 2.9rem); }
.services-page .contact-aside p { color: rgba(255,255,255,.75); }
.services-page .delera-form-shell { width: 100%; min-width: 0; height: 1084px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--svc-radius); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.services-page .delera-form-shell iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: inherit; }
.services-page .form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.services-page .reveal { opacity: 1; transform: none; }
.services-page.services-js-ready .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.services-page.services-js-ready .hero .reveal,
.services-page.services-js-ready .reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes svcFiberFlow { to { stroke-dashoffset: -68; } }
@keyframes svcFileOpen { from { opacity: .2; transform: translateY(7px) scale(.99); } to { opacity: 1; transform: none; } }
@keyframes svcCoreReceive { 0% { opacity: .45; transform: scale(.84); } 100% { opacity: 1; transform: scale(1); } }
@keyframes svcReceiveRing { 0% { opacity: 0; transform: scale(.82); } 45% { opacity: 1; } 100% { opacity: 0; transform: scale(1.16); } }
@keyframes svcFiberReceive { from { stroke-dashoffset: -90; opacity: .15; } to { stroke-dashoffset: 0; opacity: .2; } }
@keyframes svcFiberReturn { from { stroke-dashoffset: 30; opacity: 1; } to { stroke-dashoffset: -72; opacity: .2; } }

@media (max-width: 980px) {
  .services-page .path-grid,
  .services-page .zero-grid,
  .services-page .consult-grid,
  .services-page .solution-grid,
  .services-page .boezio-grid,
  .services-page .contact-grid { grid-template-columns: 1fr; }
  .services-page .boezio-grid { grid-template-areas: "copy" "visual" "tabs"; }
  .services-page .solution-copy { order: -1; }
  .services-page .proof-grid { grid-template-columns: 1fr; }
  .services-page .hero-inner { align-items: center; padding: 110px 0 48px; }
  .services-page h1 { max-width: 22rem; font-size: clamp(2.6rem, 7.4vw, 4.2rem); }
  .services-page .hero-copy,
  .services-page .proof { max-width: 32rem; }
  .services-page h2 { font-size: clamp(1.8rem, 6.5vw, 3.4rem); }
  .services-page .tags { grid-template-columns: 1fr; }
  .services-page .system-map { min-height: 680px; }
  .services-page .system-core { width: 150px; }
  .services-page .system-module { width: calc(50% - 25px); }
  .services-page .module-a,
  .services-page .module-c { left: 12px; }
  .services-page .module-b,
  .services-page .module-d { right: 12px; }
  .services-page .module-a,
  .services-page .module-b { top: 8%; }
  .services-page .module-c,
  .services-page .module-d { bottom: 6%; }
}

@media (max-width: 560px) {
  .services-page .shell { width: auto; margin-inline: 12px; }
  .services-page .hero { min-height: auto; }
  .services-page .hero-bg { background: linear-gradient(90deg, rgba(6,6,15,.45), rgba(6,6,15,.62) 50%, rgba(6,6,15,.86)), linear-gradient(180deg, rgba(6,6,15,.18), rgba(6,6,15,.88)), url("/assets/img/services/hero-ai-workspace.png") 54% center / cover no-repeat; }
  .services-page .hero-inner { min-height: 100svh; align-items: flex-end; padding: 100px 0 34px; }
  .services-page h1 { max-width: 100%; font-size: clamp(2.5rem, 10.2vw, 3rem); line-height: .9; }
  .services-page .work { display: block; max-width: 100%; font-size: 1em; white-space: normal; }
  .services-page .hero-copy,
  .services-page .proof-grid { width: 100%; max-width: 100%; }
  .services-page .hero-copy { margin-top: 20px; font-size: .96rem; line-height: 1.62; }
  .services-page .proof-grid { margin-top: 24px; }
  .services-page .proof { min-height: auto; padding: 15px; }
  .services-page .hero-actions,
  .services-page .hero-actions .btn,
  .services-page .form-actions .btn { width: 100%; }
  .services-page .zero-cta {
    min-height: 48px;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: normal;
  }
  .services-page .zero-cta-desktop { display: none; }
  .services-page .zero-cta-mobile { display: inline; }
  .services-page .section { padding: 72px 0; }
  .services-page .dynamic-panel,
  .services-page .contact-aside { min-height: auto; padding: 22px; }
  .services-page .choice { min-height: auto; grid-template-columns: 44px 1fr; gap: 12px; }
  .services-page .num { width: 44px; height: 44px; }
  .services-page .zero-card { padding: 22px; }
  .services-page .step { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .services-page .legal-visual,
  .services-page .legal-visual img { min-height: 300px; }
  .services-page .legal-visual figcaption { inset: auto 18px 17px; }
  .services-page .explorer-body { grid-template-columns: 1fr; }
  .services-page .tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .services-page .tab { min-width: 0; padding: 0 8px 0 38px; font-size: .78rem; }
  .services-page .tab::before { left: 10px; }
  .services-page .tab-panel { min-height: 280px; padding: 28px 22px; }
  .services-page .solution-stage,
  .services-page .system-map { min-height: 610px; }
  .services-page .system-core { width: 132px; padding: 16px; }
  .services-page .system-map.has-selection .system-core { width: 170px; }
  .services-page .system-module { width: calc(50% - 18px); min-height: 116px; padding: 12px; }
  .services-page .system-module strong { font-size: .82rem; }
  .services-page .contact-aside h2,
  .services-page h2 { font-size: clamp(1.8rem, 9vw, 2.7rem); }
}

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .services-page.services-js-ready .reveal { opacity: 1; transform: none; }
  .services-page .fiber-wave { animation: none; stroke-dasharray: none; }
}
