/* =========================================================
   WIZZIOSOFT SOLUTIONS — SERVICES PAGE
   ========================================================= */

.services-page-body {
  background: var(--paper);
}

.desktop-nav .active-link {
  color: var(--blue);
}
.desktop-nav .active-link::after {
  transform: scaleX(1);
}

/* HERO */
.services-hero {
  position: relative;
  min-height: 100svh;
  padding: 165px 0 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 43%, rgba(37,171,225,.15), transparent 27%),
    linear-gradient(180deg, #fcfdff 0%, #f0f5ff 100%);
}

.service-hero-grid,
.custom-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40,56,144,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,56,144,.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent);
}

.services-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.services-hero-glow.glow-one {
  width: 650px;
  height: 650px;
  right: -210px;
  top: 3%;
  background: radial-gradient(circle, rgba(18,189,232,.18), transparent 67%);
}
.services-hero-glow.glow-two {
  width: 580px;
  height: 580px;
  left: -320px;
  bottom: -300px;
  background: radial-gradient(circle, rgba(77,72,183,.12), transparent 67%);
}

.services-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 55px;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-breadcrumb a {
  transition: color .25s;
}
.page-breadcrumb a:hover {
  color: var(--cyan);
}
.page-breadcrumb strong {
  color: var(--blue);
  font-weight: 700;
}

.services-hero-title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(70px, 7.3vw, 126px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .88;
}
.services-hero-title em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 500;
}
.services-hero-description {
  max-width: 650px;
  margin: 40px 0 0;
  color: var(--text);
  font-size: clamp(18px, 1.5vw, 22px);
}
.services-hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
}

.services-hero-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.service-system {
  position: relative;
  width: min(100%, 680px);
  aspect-ratio: 1;
}

.system-rings {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(40,56,144,.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ring-one { width: 37%; height: 37%; }
.ring-two { width: 68%; height: 68%; border-style: dashed; }
.ring-three { width: 94%; height: 94%; border-color: rgba(37,171,225,.2); }

.system-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 185px;
  height: 185px;
  padding: 28px;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(37,171,225,.45), transparent 38%),
    var(--navy);
  border-radius: 50%;
  box-shadow:
    0 35px 70px rgba(18,26,85,.23),
    0 0 0 18px rgba(255,255,255,.58),
    0 0 0 19px rgba(40,56,144,.09);
  transform: translate(-50%, -50%);
  text-align: center;
}
.system-core img {
  width: 82px;
  max-height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.system-core span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.5;
}

.system-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 145px;
  padding: 16px 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(18,26,85,.1);
  border-radius: 17px;
  box-shadow: 0 18px 45px rgba(25,42,118,.12);
  backdrop-filter: blur(16px);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.system-node:hover {
  z-index: 6;
  transform: translateY(-7px);
  border-color: rgba(37,171,225,.55);
  box-shadow: 0 25px 55px rgba(25,42,118,.18);
}
.system-node i {
  margin-bottom: 13px;
  color: var(--cyan);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
}
.system-node strong {
  color: var(--navy);
  font: 650 17px/1.1 "Manrope",sans-serif;
  letter-spacing: -.03em;
}
.system-node span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.node-wordpress { left: 2%; top: 13%; }
.node-shopify { right: 0; top: 9%; }
.node-custom { right: -2%; bottom: 17%; }
.node-seo { left: 4%; bottom: 8%; }
.node-marketing { left: 50%; bottom: -2%; transform: translateX(-50%); }
.node-marketing:hover { transform: translateX(-50%) translateY(-7px); }

.system-node::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(40,56,144,.25), transparent);
  transform-origin: left;
}
.node-wordpress::after { right: -57px; bottom: 20px; transform: rotate(28deg); }
.node-shopify::after { left: -42px; bottom: 17px; transform: rotate(150deg); }
.node-custom::after { left: -42px; top: 20px; transform: rotate(205deg); }
.node-seo::after { right: -55px; top: 19px; transform: rotate(-25deg); }
.node-marketing::after { left: 50%; top: -39px; transform: rotate(-90deg); }

.system-pulse {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(37,171,225,.12);
}
.pulse-a { width: 9px; height: 9px; left: 20%; top: 49%; }
.pulse-b { width: 7px; height: 7px; right: 17%; top: 48%; }

.services-hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 28px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.services-hero-foot p { margin: 0; }
.services-hero-foot > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.services-hero-foot i {
  width: 4px;
  height: 4px;
  background: var(--cyan);
  border-radius: 50%;
}

/* SERVICE JUMP NAV */
.service-jump-nav {
  position: relative;
  z-index: 2;
  top: auto;
  background: rgba(255,255,255,.9);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.service-jump-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 64px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.service-jump-inner::-webkit-scrollbar { display: none; }
.jump-label {
  flex: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 30px 0 max(48px, calc((100vw - var(--container))/2));
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-jump-inner a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 22px 18px;
  border-left: 1px solid var(--line);
  color: #4e5677;
  font-size: 14px;
  font-weight: 700;
  transition: color .25s, background .25s;
}
.service-jump-inner a:last-child { border-right: 1px solid var(--line); }
.service-jump-inner a:hover,
.service-jump-inner a.active {
  color: var(--navy);
  background: var(--sky);
}
.service-jump-inner a i {
  color: var(--cyan);
  font-size: 10px;
  font-style: normal;
}

/* INTRO */
.services-intro {
  background: var(--white);
}
.services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .7fr);
  gap: 95px;
}
.services-intro-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.outcome-list {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.outcome-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-list span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
}
.outcome-list p {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
}

/* SERVICE DETAIL COMMON */
.service-detail {
  position: relative;
  padding: 150px 0;
  scroll-margin-top: 150px;
  overflow: clip;
}
.service-detail-light { background: var(--paper); }
.service-detail-tint {
  background:
    radial-gradient(circle at 90% 20%, rgba(37,171,225,.1), transparent 25%),
    #edf3ff;
}
.service-detail-dark {
  color: white;
  background:
    radial-gradient(circle at 8% 70%, rgba(37,171,225,.18), transparent 30%),
    var(--navy);
}
.service-detail-dark .custom-grid-bg {
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
}

.service-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
}
.service-reverse .service-detail-content { order: 2; }
.service-reverse .service-detail-visual { order: 1; }

.service-detail-number {
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.service-detail-dark .service-detail-number { color: rgba(255,255,255,.45); }

.service-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.service-label span {
  width: 27px;
  height: 2px;
  background: var(--cyan);
}
.service-detail-dark .service-label { color: var(--cyan); }

.service-detail-content h2 {
  margin: 0;
  font: 650 clamp(53px, 5.2vw, 84px)/.96 "Manrope",sans-serif;
  letter-spacing: -.065em;
}
.service-detail-content h2 em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 500;
}

.service-detail-lead {
  max-width: 660px;
  margin: 32px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7;
}
.service-detail-dark .service-detail-lead { color: rgba(255,255,255,.65); }

.service-benefits {
  display: grid;
  margin-top: 45px;
  border-top: 1px solid var(--line);
}
.service-detail-dark .service-benefits { border-color: var(--line-light); }
.service-benefits article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.service-detail-dark .service-benefits article { border-color: var(--line-light); }
.service-benefits b {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
}
.service-detail-dark .service-benefits b { color: white; }
.service-benefits p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.55;
}
.service-detail-dark .service-benefits p { color: rgba(255,255,255,.55); }

.service-deliverables {
  margin-top: 35px;
}
.service-deliverables > p {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.service-detail-dark .service-deliverables > p { color: rgba(255,255,255,.4); }
.service-deliverables > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.service-deliverables span {
  padding: 9px 14px;
  color: #59617e;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
.service-detail-dark .service-deliverables span {
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
}

.service-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}
.service-actions > .button {
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.custom-light-link { color: white; }
.custom-light-link .link-line { background: white; }

/* SERVICE VISUAL COMMON */
.service-detail-visual {
  position: relative;
  min-width: 0;
}
.visual-window-top {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 0 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}
.visual-window-top i {
  width: 7px;
  height: 7px;
  background: #d9dfed;
  border-radius: 50%;
}
.visual-window-top span { margin-left: auto; }

/* WORDPRESS VISUAL */
.wp-window {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(18,26,85,.1);
  border-radius: 27px;
  box-shadow: 0 40px 90px rgba(25,42,118,.15);
}
.wp-screen {
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 572px;
}
.wp-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  background: #f4f7ff;
  border-right: 1px solid var(--line);
}
.wp-sidebar img {
  width: 37px;
  height: 30px;
  object-fit: contain;
}
.wp-sidebar i {
  width: 23px;
  height: 3px;
  background: #ccd4ec;
  border-radius: 3px;
}
.wp-sidebar i:nth-of-type(1) {
  height: 23px;
  background: var(--navy);
  border-radius: 7px;
}
.wp-canvas { padding: 21px; }
.wp-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}
.wp-toolbar button {
  padding: 8px 13px;
  color: white;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  font-size: 8px;
}
.wp-hero-block {
  min-height: 340px;
  padding: 48px 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(37,171,225,.25), transparent 30%),
    linear-gradient(145deg, #17205d, #263894);
  border-radius: 18px;
}
.wp-hero-block small {
  color: rgba(255,255,255,.6);
  font-size: 8px;
  letter-spacing: .16em;
}
.wp-hero-block h3 {
  position: relative;
  z-index: 2;
  margin: 55px 0 0;
  color: white;
  font: 650 clamp(45px, 4vw, 66px)/.94 "Manrope";
  letter-spacing: -.06em;
}
.wp-hero-block b {
  position: absolute;
  right: -20px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 42px rgba(37,171,225,.1), inset 0 0 0 85px rgba(37,171,225,.1);
}
.wp-block-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 13px;
}
.wp-block-row i {
  height: 104px;
  background: #eef2fb;
  border-radius: 12px;
}
.visual-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  padding: 13px 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(25,42,118,.12);
  backdrop-filter: blur(15px);
}
.visual-chip strong {
  color: var(--cyan);
  font: 700 21px "Manrope";
}
.visual-chip span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.chip-speed { right: 18px; top: 16%; }
.chip-edit { left: 18px; bottom: 14%; }

/* SHOPIFY VISUAL */
.shopify-device {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #251e1a;
  background: #f5efe8;
  border: 1px solid rgba(60,40,20,.12);
  border-radius: 28px;
  box-shadow: 0 42px 90px rgba(50,39,30,.14);
}
.commerce-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 65px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(60,40,20,.1);
  font-size: 10px;
}
.commerce-header strong {
  font: 800 16px "Manrope";
  letter-spacing: .14em;
}
.commerce-header i {
  justify-self: end;
  font-style: normal;
}
.commerce-stage {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 455px;
}
.commerce-copy {
  padding: 70px 20px 40px 48px;
}
.commerce-copy small {
  font-size: 8px;
  letter-spacing: .17em;
}
.commerce-copy h3 {
  margin: 58px 0 28px;
  font: 600 clamp(45px,4.3vw,70px)/.94 "Manrope";
  letter-spacing: -.065em;
}
.commerce-copy button {
  padding: 11px 15px;
  color: white;
  background: #2a231f;
  border: 0;
  border-radius: 999px;
  font-size: 9px;
}
.commerce-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: #ddc7b2;
}
.product-object {
  position: relative;
  height: 310px;
}
.product-object::before,
.product-object::after {
  content: "";
  position: absolute;
  background: #322a26;
  border-radius: 45% 45% 10px 10px;
}
.product-object::before {
  left: 25%;
  bottom: 65px;
  width: 50%;
  height: 140px;
}
.product-object::after {
  left: 20%;
  top: 18px;
  width: 60%;
  height: 150px;
  border-radius: 80px 80px 28px 28px;
  transform: rotate(-5deg);
}
.product-object i,
.product-object b {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  width: 14px;
  height: 100px;
  background: #322a26;
}
.product-object i { left: 29%; transform: rotate(7deg); }
.product-object b { right: 29%; transform: rotate(-7deg); }
.product-caption {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.commerce-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  min-height: 130px;
  border-top: 1px solid rgba(60,40,20,.1);
}
.commerce-metrics > div {
  display: grid;
  align-content: center;
  padding: 23px;
  border-right: 1px solid rgba(60,40,20,.1);
}
.commerce-metrics > div:last-child { border-right: 0; }
.commerce-metrics strong {
  font: 650 30px "Manrope";
  letter-spacing: -.05em;
}
.commerce-metrics span {
  color: #77685e;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

/* CUSTOM APP VISUAL */
.custom-app {
  position: relative;
  min-height: 650px;
  overflow: visible;
  color: var(--ink);
  background: #f8faff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 45px 100px rgba(2,8,40,.32);
}
.app-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 50px;
  padding: 0 18px;
  color: #7f88a8;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
}
.app-topbar > div {
  display: flex;
  gap: 5px;
}
.app-topbar i {
  width: 6px;
  height: 6px;
  background: #d3d9e8;
  border-radius: 50%;
}
.app-topbar b {
  justify-self: end;
  color: #20b67b;
  font-size: 8px;
  letter-spacing: .12em;
}
.app-body {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 600px;
}
.app-body aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  background: #eef2fc;
  border-right: 1px solid var(--line);
}
.app-body aside img {
  width: 35px;
  height: 28px;
  object-fit: contain;
}
.app-body aside i {
  width: 20px;
  height: 3px;
  background: #c6cee5;
  border-radius: 3px;
}
.app-body aside .active {
  width: 30px;
  height: 30px;
  background: var(--navy);
  border-radius: 8px;
}
.app-dashboard {
  padding: 30px;
}
.dashboard-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-heading small {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .14em;
}
.dashboard-heading h3 {
  margin: 5px 0 0;
  font: 650 27px "Manrope";
  letter-spacing: -.04em;
}
.dashboard-heading button {
  padding: 9px 13px;
  color: white;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  font-size: 8px;
}
.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 25px;
}
.dashboard-cards article {
  display: grid;
  padding: 17px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.dashboard-cards span {
  color: var(--muted);
  font-size: 8px;
}
.dashboard-cards strong {
  margin: 18px 0 3px;
  font: 700 25px "Manrope";
}
.dashboard-cards i {
  color: #20af7a;
  font-size: 8px;
  font-style: normal;
}
.dashboard-lower {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 10px;
  margin-top: 10px;
}
.app-chart,
.app-feed {
  position: relative;
  min-height: 250px;
  padding: 18px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.app-chart > span,
.app-feed > span {
  color: var(--navy);
  font-size: 9px;
  font-weight: 700;
}
.app-chart svg {
  position: absolute;
  inset: 60px 15px 25px;
  width: calc(100% - 30px);
  height: calc(100% - 85px);
}
.app-chart path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 3;
  filter: drop-shadow(0 8px 9px rgba(37,171,225,.2));
}
.app-feed {
  display: grid;
  align-content: start;
  gap: 19px;
}
.app-feed i {
  height: 30px;
  background: linear-gradient(90deg,#eef2fb 25%,#f7f9ff 25%);
  border-radius: 6px;
}
.code-float {
  position: absolute;
  right: 18px;
  bottom: 38px;
  display: grid;
  gap: 5px;
  padding: 14px 18px;
  color: #b9c4e8;
  background: #0c133e;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 13px;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}
.code-float span {
  color: var(--cyan);
  font-size: 7px;
  letter-spacing: .14em;
}
.code-float b {
  font: 400 10px monospace;
}

/* SEO VISUAL */
.seo-console {
  position: relative;
  min-height: 640px;
  padding: 30px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 42px 90px rgba(25,42,118,.14);
}
.seo-console-top {
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}
.seo-console-top > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 9px;
}
.seo-console-top i {
  width: 7px;
  height: 7px;
  background: #24c886;
  border-radius: 50%;
}
.seo-main-metric {
  margin-top: 50px;
}
.seo-main-metric small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.seo-main-metric > div {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-top: 8px;
}
.seo-main-metric strong {
  font: 650 clamp(48px,5vw,78px)/1 "Manrope";
  letter-spacing: -.065em;
}
.seo-main-metric span {
  margin-bottom: 9px;
  padding: 5px 9px;
  color: #168d63;
  background: #e4faef;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}
.seo-chart {
  position: relative;
  height: 280px;
  margin-top: 22px;
  overflow: hidden;
  background: linear-gradient(180deg,#fbfcff,#f3f7ff);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.chart-lines {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-around;
}
.chart-lines i {
  height: 1px;
  background: var(--line);
}
.seo-chart svg {
  position: absolute;
  inset: 25px 0 0;
  width: 100%;
  height: calc(100% - 25px);
}
.seo-area { fill: url(#seoGradient); }
.seo-line {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 4;
}
.chart-point {
  position: absolute;
  right: 9%;
  top: 21%;
  display: grid;
  padding: 10px 12px;
  color: white;
  background: var(--navy);
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(18,26,85,.2);
}
.chart-point b { font: 700 16px "Manrope"; }
.chart-point span { color: rgba(255,255,255,.6); font-size: 7px; }
.seo-keywords {
  margin-top: 16px;
}
.seo-keywords > div {
  display: grid;
  grid-template-columns: 1fr 45px 55px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
}
.seo-keywords > div span { color: #555e7c; }
.seo-keywords b { color: var(--navy); }
.seo-keywords i {
  color: #1aa873;
  font-style: normal;
  font-weight: 700;
}

/* MARKETING VISUAL */
.marketing-board {
  min-height: 660px;
  padding: 27px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 42px 90px rgba(25,42,118,.14);
}
.marketing-board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketing-board-top > div {
  display: grid;
}
.marketing-board-top strong {
  font: 650 15px "Manrope";
}
.marketing-board-top span {
  color: var(--muted);
  font-size: 8px;
}
.marketing-board-top button {
  padding: 8px 12px;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 8px;
}
.marketing-summary {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 26px;
}
.marketing-summary article {
  display: grid;
  padding: 18px;
  background: #f7f9ff;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.marketing-summary span {
  color: var(--muted);
  font-size: 8px;
}
.marketing-summary strong {
  margin: 13px 0 2px;
  font: 700 25px "Manrope";
  letter-spacing: -.04em;
}
.marketing-summary i {
  color: #159268;
  font-size: 8px;
  font-style: normal;
}
.marketing-content {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 11px;
  margin-top: 11px;
}
.campaign-chart,
.campaign-creative {
  min-height: 370px;
  padding: 19px;
  background: #f7f9ff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.campaign-chart-head {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
}
.campaign-chart-head b {
  color: var(--muted);
  font-size: 7px;
}
.bar-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 280px;
  padding-top: 40px;
  border-bottom: 1px solid var(--line);
}
.bar-chart i {
  flex: 1;
  height: var(--h);
  min-width: 9px;
  background: linear-gradient(var(--cyan), var(--blue));
  border-radius: 5px 5px 0 0;
  box-shadow: 0 7px 12px rgba(37,171,225,.13);
}
.campaign-creative > span {
  color: var(--navy);
  font-size: 9px;
  font-weight: 700;
}
.creative-card {
  min-height: 235px;
  margin-top: 18px;
  padding: 24px 19px;
  color: white;
  background:
    radial-gradient(circle at 90% 10%,rgba(37,171,225,.5),transparent 33%),
    var(--navy);
  border-radius: 13px;
}
.creative-card small {
  color: rgba(255,255,255,.55);
  font-size: 6px;
  letter-spacing: .13em;
}
.creative-card h3 {
  margin: 60px 0 25px;
  font: 600 28px/1 "Manrope";
  letter-spacing: -.05em;
}
.creative-card button {
  padding: 8px 10px;
  color: var(--navy);
  background: white;
  border: 0;
  border-radius: 999px;
  font-size: 7px;
}
.creative-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: var(--muted);
  font-size: 7px;
}
.creative-stats b { color: var(--navy); }
.marketing-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
}
.marketing-status i {
  width: 7px;
  height: 7px;
  background: #1fc183;
  border-radius: 50%;
}
.marketing-status b {
  margin-left: auto;
  color: var(--blue);
  letter-spacing: .12em;
}

/* FIT TABLE */
.service-fit {
  background: white;
}
.service-fit-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 70px;
  margin-bottom: 75px;
}
.service-fit-head > p {
  max-width: 440px;
  color: var(--text);
}
.fit-table {
  border-top: 1px solid var(--line);
}
.fit-row {
  display: grid;
  grid-template-columns: 1.45fr .85fr 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 108px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.fit-row-head {
  min-height: 50px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.fit-row:not(.fit-row-head) > span {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font: 600 17px/1.35 "Manrope";
  letter-spacing: -.025em;
}
.fit-row span i {
  flex: none;
  display: grid;
  place-items: center;
  width: 32px;
  height: 24px;
  color: var(--cyan);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: 800 8px "DM Sans";
}
.fit-row strong {
  color: var(--blue);
  font-size: 12px;
}
.fit-row p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
}
.fit-row a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  transition: color .25s, background .25s;
}
.fit-row a:hover {
  color: white;
  background: var(--navy);
}
.fit-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.fit-cta p {
  margin: 0;
  font: 600 23px "Manrope";
  letter-spacing: -.04em;
}

/* PROCESS */
.services-process {
  position: relative;
  color: white;
  background: var(--navy);
}
.services-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 6% 50%, rgba(37,171,225,.18), transparent 28%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 70px 70px, 70px 70px;
}
.services-process-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .83fr 1fr;
  gap: 120px;
}
.services-process-sticky {
  position: sticky;
  top: 125px;
  align-self: start;
}
.services-process-sticky > p {
  max-width: 500px;
  margin: 38px 0;
  color: rgba(255,255,255,.61);
  font-size: 18px;
}
.services-process-list {
  border-top: 1px solid var(--line-light);
}
.services-process-item {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 25px;
  padding: 50px 0;
  border-bottom: 1px solid var(--line-light);
}
.services-process-item > span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
}
.services-process-item small {
  color: rgba(255,255,255,.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}
.services-process-item h3 {
  margin: 13px 0;
  font: 600 clamp(29px,3vw,44px)/1.06 "Manrope";
  letter-spacing: -.045em;
}
.services-process-item p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.56);
}

/* FAQ */
.services-faq {
  background: var(--paper);
}
.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}
.faq-intro {
  align-self: start;
}
.faq-intro > p {
  max-width: 390px;
  margin: 35px 0 28px;
  color: var(--text);
}
.services-faq-list {
  border-top: 1px solid var(--line);
}
.service-faq-item {
  border-bottom: 1px solid var(--line);
}
.service-faq-item button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 28px 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.service-faq-item button span {
  font: 600 clamp(21px,2vw,29px)/1.25 "Manrope";
  letter-spacing: -.035em;
}
.service-faq-item button i {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  transition: transform .4s var(--ease);
}
.service-faq-item.active button i {
  transform: rotate(45deg);
}
.service-faq-answer {
  height: 0;
  overflow: hidden;
}
.service-faq-answer p {
  max-width: 760px;
  padding: 0 65px 30px 0;
  margin: 0;
  color: var(--text);
}

/* CTA */
.services-contact {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .services-hero-layout {
    grid-template-columns: .88fr 1.12fr;
    gap: 25px;
  }
  .services-hero-title {
    font-size: clamp(65px, 7vw, 95px);
  }
  .service-system { max-width: 600px; }
  .system-node { min-width: 125px; padding: 14px; }
  .system-node strong { font-size: 14px; }
  .service-detail-grid { gap: 60px; }
  .service-benefits article { grid-template-columns: 190px 1fr; }
  .services-process-grid { gap: 70px; }
}

@media (max-width: 960px) {
  .services-hero {
    min-height: auto;
    padding-top: 145px;
  }
  .services-hero-layout {
    grid-template-columns: 1fr;
  }
  .services-hero-copy { max-width: 830px; }
  .services-hero-visual {
    min-height: 650px;
    margin-top: 20px;
  }
  .service-system { width: min(100%, 650px); }
  .services-hero-foot { margin-top: 15px; }
  .service-jump-nav { top: auto; }
  .jump-label { display: none; }
  .service-jump-inner a:first-of-type { border-left: 0; }
  .services-intro-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .service-detail {
    padding: 110px 0;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
  .service-reverse .service-detail-content,
  .service-reverse .service-detail-visual {
    order: initial;
  }
  .service-detail-content { max-width: 800px; }
  .service-detail-visual {
    width: min(100%, 760px);
    margin: 25px auto 0;
  }
  .service-fit-head {
    align-items: start;
    flex-direction: column;
  }
  .fit-row {
    grid-template-columns: 1.3fr .8fr 1fr;
  }
  .fit-row > a { display: none; }
  .services-process-grid {
    grid-template-columns: 1fr;
  }
  .services-process-sticky {
    position: relative;
    top: auto;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }
}

@media (max-width: 680px) {
  .services-hero {
    padding-top: 125px;
    padding-bottom: 35px;
  }
  .services-hero-title {
    font-size: clamp(58px, 17vw, 78px);
  }
  .services-hero-description {
    margin-top: 28px;
    font-size: 17px;
  }
  .services-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }
  .services-hero-visual {
    min-height: 540px;
    margin-top: 35px;
  }
  .system-core {
    width: 130px;
    height: 130px;
    padding: 20px;
  }
  .system-core img { width: 58px; }
  .system-core span { font-size: 6px; }
  .system-node {
    min-width: 104px;
    padding: 11px;
    border-radius: 13px;
  }
  .system-node i { margin-bottom: 7px; }
  .system-node strong { font-size: 12px; }
  .system-node span { font-size: 7px; }
  .node-wordpress { left: -2%; top: 12%; }
  .node-shopify { right: -2%; top: 8%; }
  .node-custom { right: -4%; bottom: 14%; }
  .node-seo { left: -2%; bottom: 9%; }
  .node-marketing { bottom: -1%; }
  .system-node::after { display: none; }
  .services-hero-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .services-hero-foot > div {
    flex-wrap: wrap;
  }
  .service-jump-nav { top: auto; }
  .service-jump-inner {
    width: 100%;
    padding-left: 0;
  }
  .service-jump-inner a {
    flex: 0 0 auto;
    min-width: 145px;
    padding: 18px 15px;
    font-size: 12px;
  }
  .services-intro-grid { gap: 40px; }
  .service-detail {
    padding: 88px 0;
    scroll-margin-top: 125px;
  }
  .service-detail-content h2 {
    font-size: clamp(47px,14vw,67px);
  }
  .service-detail-lead {
    margin-top: 25px;
    font-size: 16px;
  }
  .service-benefits article {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .service-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .wp-window,
  .shopify-device,
  .custom-app,
  .seo-console,
  .marketing-board {
    min-height: 520px;
    border-radius: 20px;
  }
  .wp-screen { grid-template-columns: 48px 1fr; min-height: 472px; }
  .wp-sidebar { gap: 18px; }
  .wp-sidebar img { width: 27px; }
  .wp-canvas { padding: 12px; }
  .wp-hero-block { min-height: 285px; padding: 38px 22px; }
  .wp-hero-block h3 { font-size: 43px; }
  .wp-block-row i { height: 75px; }
  .chip-speed { right: 12px; top: 14%; }
  .chip-edit { left: 12px; bottom: 10%; }
  .visual-chip { padding: 9px 11px; }
  .visual-chip strong { font-size: 16px; }
  .commerce-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .commerce-header span { display: none; }
  .commerce-stage {
    grid-template-columns: 1fr;
    min-height: 360px;
  }
  .commerce-copy { padding: 38px 25px 15px; }
  .commerce-copy h3 { margin: 30px 0 20px; font-size: 48px; }
  .commerce-product { padding: 15px 25px; }
  .product-object { height: 175px; }
  .product-object::before { bottom: 35px; height: 78px; }
  .product-object::after { top: 2px; height: 90px; }
  .product-object i,.product-object b { height: 55px; }
  .commerce-metrics { min-height: 95px; }
  .commerce-metrics > div { padding: 12px; }
  .commerce-metrics strong { font-size: 21px; }
  .app-body { grid-template-columns: 45px 1fr; min-height: 470px; }
  .app-body aside { gap: 17px; }
  .app-body aside img { width: 27px; }
  .app-dashboard { padding: 16px; }
  .dashboard-heading h3 { font-size: 20px; }
  .dashboard-heading button { display: none; }
  .dashboard-cards { grid-template-columns: 1fr 1fr; }
  .dashboard-cards article:last-child { display: none; }
  .dashboard-lower { grid-template-columns: 1fr; }
  .app-feed { display: none; }
  .code-float { right: 12px; bottom: 25px; }
  .seo-console { padding: 20px; }
  .seo-main-metric { margin-top: 35px; }
  .seo-chart { height: 230px; }
  .seo-keywords > div { grid-template-columns: 1fr 35px; }
  .seo-keywords i { display: none; }
  .marketing-board { padding: 18px; }
  .marketing-summary { grid-template-columns: 1fr 1fr; }
  .marketing-summary article:last-child { display: none; }
  .marketing-content { grid-template-columns: 1fr; }
  .campaign-creative { display: none; }
  .campaign-chart { min-height: 310px; }
  .bar-chart { height: 235px; }
  .service-fit-head { margin-bottom: 50px; }
  .fit-row-head { display: none; }
  .fit-row {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 25px 0;
  }
  .fit-row:not(.fit-row-head) > span {
    align-items: flex-start;
  }
  .fit-row p { padding-left: 50px; }
  .fit-row strong { padding-left: 50px; }
  .fit-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .services-process-item {
    grid-template-columns: 40px 1fr;
    padding: 38px 0;
  }
  .faq-layout { gap: 50px; }
  .service-faq-answer p { padding-right: 0; }
}

/* Service visual visibility fallback */
.service-detail-visual {
  opacity: 1;
  visibility: visible;
}

/* MAINTENANCE & SUPPORT INTEGRATION */
.maintenance-service-row {
  background: linear-gradient(90deg,rgba(37,171,225,.07),rgba(40,56,144,.035));
}
.services-maintenance-strip {
  padding: 0 0 clamp(90px,9vw,150px);
  background: var(--paper);
}
.services-maintenance-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .8fr 70px;
  align-items: center;
  gap: 55px;
  min-height: 330px;
  padding: 55px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 88% 18%,rgba(37,171,225,.38),transparent 28%),
    linear-gradient(145deg,#1a236c,#11193c);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(25,42,118,.16);
}
.services-maintenance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 58px 58px;
  opacity: .45;
  pointer-events: none;
}
.maintenance-card-copy,
.maintenance-card-features,
.maintenance-card-arrow {
  position: relative;
  z-index: 2;
}
.maintenance-card-copy > span {
  color: var(--cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.maintenance-card-copy h2 {
  max-width: 760px;
  margin: 22px 0 16px;
  font: 600 clamp(36px,4.1vw,62px)/1 "Manrope";
  letter-spacing: -.055em;
}
.maintenance-card-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 14px;
}
.maintenance-card-features {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.13);
}
.maintenance-card-features span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  padding: 13px 0;
  color: rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-size: 10px;
  font-weight: 600;
}
.maintenance-card-features i {
  color: var(--cyan);
  font-style: normal;
}
.maintenance-card-arrow {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  font-size: 25px;
  transition: .35s;
}
.services-maintenance-card:hover .maintenance-card-arrow {
  color: var(--navy);
  background: var(--cyan);
  border-color: var(--cyan);
  transform: rotate(45deg);
}
@media (max-width: 900px) {
  .services-maintenance-card {
    grid-template-columns: 1fr 1fr;
  }
  .maintenance-card-arrow {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 650px) {
  .services-maintenance-card {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 38px 24px;
    border-radius: 22px;
  }
  .maintenance-card-copy h2 {
    padding-right: 45px;
    font-size: 38px;
  }
  .maintenance-card-arrow {
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
  }
}
