:root {
  --navy: #061347;
  --deep: #030b25;
  --blue: #1b65ff;
  --purple: #7037ef;
  --violet: #5d26ff;
  --pink: #a52cff;
  --text: #071848;
  --muted: #637096;
  --soft-purple: #f3edff;
  --card-line: #ded3ff;
  --line: rgba(18, 44, 94, .12);
  --bg: #f7faff;
}

@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.services-page { background: var(--bg); color: var(--text); font-family: "Poppins", Arial, sans-serif; font-weight: 400; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.services-hero {
  min-height: 620px;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgb(2 8 31 / 48%) 0%, rgb(3 11 41 / 64%) 42%, rgb(4 12 45 / 0%) 72%), url(../images/services-hero-banner.png) center right / cover no-repeat;
  overflow: hidden;
}
.services-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 73% 42%, rgba(111, 48, 255, .18), transparent 26%), linear-gradient(180deg, transparent 74%, rgba(2, 8, 31, .86));
  pointer-events: none;
}
.services-dots {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .68;
  pointer-events: none;
}
.services-header, .services-hero-content { position: relative; z-index: 1; }
.services-header { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; gap: 24px; }
.services-logo { width: 132px; flex: 0 0 auto; }
.services-nav { margin: 0 auto; display: flex; gap: 8px; align-items: center; }
.services-nav a { color: #fff; font-size: 14px; font-weight: 600; padding: 10px 14px; border-radius: 4px; transition: .2s ease; }
.services-nav a:hover, .services-nav a.active { background: var(--blue); }
.services-call { color: #fff; display: grid; text-align: right; gap: 2px; font-weight: 700; }
.services-call small { color: rgba(255,255,255,.72); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.services-menu { display: none; margin-left: auto; width: 44px; height: 40px; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; background: rgba(255,255,255,.08); z-index: 10000; }
.services-menu span { display: block; height: 2px; margin: 6px 10px; background: #fff; transition: transform .25s ease, opacity .2s ease; }
.services-menu.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.services-menu.is-active span:nth-child(2) { opacity: 0; }
.services-menu.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.services-hero-content { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 84px 0 118px; max-width: 610px; margin-left: max(20px, calc((100% - 1320px)/2)); }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 600; margin-bottom: 30px; }
.breadcrumb a { color: #fff; }
.services-hero h1 { font-size: var(--h1-hero-size); line-height: var(--h1-hero-lh); font-weight: 700; margin-bottom: 22px; text-wrap: balance; }
.services-hero h1 span { color: #8a5cff; }
.services-hero-content > p:not(.breadcrumb) { color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.85; margin-bottom: 30px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 6px; padding: 13px 24px; color: #fff; font-size: 14px; font-weight: 700; transition: .2s ease; }
.btn:after { content: "\2192"; }
.btn.primary { background: linear-gradient(135deg, var(--violet), var(--pink)); box-shadow: 0 16px 28px rgba(93, 38, 255, .24); }
.btn.ghost { border: 1px solid rgba(255,255,255,.72); background: transparent; }
.btn.light { background: #fff; color: var(--purple); }
.btn.small { min-height: 40px; padding: 10px 14px; font-size: 12px; }
.btn:hover { transform: translateY(-2px); }

.service-stats {
  width: min(1400px, calc(100% - 86px));
  min-height: 118px;
  margin: -1px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0;
  padding: 18px 28px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(93,38,255,.12);
}
.service-stats:before,
.service-stats:after {
  content: "";
  position: absolute;
  top: 30px;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(112,55,239,.26) 0 1.5px, transparent 2px) 0 0 / 12px 12px;
  opacity: .72;
  pointer-events: none;
}
.service-stats:before { left: -54px; }
.service-stats:after { right: -54px; }
.service-stats div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 20px;
  padding: 0 28px;
  border-left: 1px solid rgba(12,24,72,.18);
}
.service-stats div:first-child { border-left: 0; }
.service-stats img {
  grid-row: 1 / 3;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(93,38,255,.2));
}
.service-stats span {
  color: var(--text);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
}
.service-stats small {
  color: #263762;
  font-size: 13px;
  line-height: 1.45;
}

main {
  background:
    radial-gradient(circle at 8% 34%, rgba(112, 55, 239, .08) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    radial-gradient(circle at 93% 38%, rgba(112, 55, 239, .07) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(180deg, #fff 0%, #fbf9ff 48%, #fff 100%);
  overflow: hidden;
}
.services-showcase, .why-section, .industries-mini { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.services-showcase { position: relative; padding: 64px 0 36px; }
.services-showcase:before,
.services-showcase:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 520px;
  pointer-events: none;
  opacity: .42;
  background: repeating-radial-gradient(ellipse at bottom, transparent 0 34px, rgba(112,55,239,.36) 35px 36px, transparent 37px 54px);
}
.services-showcase:before { left: -230px; bottom: -120px; transform: rotate(-30deg); }
.services-showcase:after { right: -230px; bottom: -130px; transform: rotate(30deg); }
.section-intro { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.section-intro .kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.section-intro .kicker:before,
.section-intro .kicker:after {
  content: "";
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112,55,239,.55));
}
.section-intro .kicker:after { background: linear-gradient(90deg, rgba(112,55,239,.55), transparent); }
.section-intro .kicker span { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); }
.kicker { color: var(--purple); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.section-intro h2, .technology-band h2, .services-cta h2 { color: var(--text); font-size: clamp(28px, 4vw, 42px); line-height: 1.24; font-weight: 700; }
.section-intro h2 {
  font-size: clamp(40px, 5.2vw, 62px);
  letter-spacing: 0;
  background: linear-gradient(90deg, #061347 0%, #1b177f 46%, #7326e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-intro p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.7; margin-top: 10px; }

.services-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 210px 1fr; gap: 22px; align-items: start; }
.service-sidebar { display: grid; gap: 0; position: sticky; top: 18px; }
.service-sidebar button { min-height: 60px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border: 1px solid #e5e0f0; border-bottom: 0; background: rgba(255,255,255,.86); color: #26335f; font-size: 14px; font-weight: 700; text-align: left; transition: .2s ease; }
.service-sidebar button:first-child { border-radius: 9px 9px 0 0; }
.service-sidebar button:nth-of-type(7) { border-bottom: 1px solid #e5e0f0; border-radius: 0 0 9px 9px; }
.service-sidebar button span { width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center; color: var(--purple); background: #f2edff; font-size: 10px; font-weight: 800; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(112,55,239,.05); }
.service-sidebar button.active { color: #fff; border-color: transparent; background: linear-gradient(135deg, #662cff 0%, #b21cff 100%); box-shadow: 0 16px 34px rgba(93, 38, 255, .24); }
.service-sidebar button.active span { color: var(--violet); background: #fff; }
.consult-card { margin-top: 22px; border-radius: 9px; padding: 22px 18px 20px; background: linear-gradient(160deg, #f1ecff 0%, #fff 55%, #f9f5ff 100%); border: 1px solid rgba(112,55,239,.2); min-height: 238px; overflow: hidden; position: relative; box-shadow: 0 14px 34px rgba(93,38,255,.08); }
.consult-card:before { content: ""; position: absolute; left: -30px; bottom: -54px; width: 165px; height: 110px; border-radius: 50%; background: rgba(178,28,255,.1); }
.consult-card:after { content: ""; position: absolute; right: -32px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: rgba(112,55,239,.14); }
.consult-card h3 { color: var(--purple); font-size: 22px; line-height: 1.18; font-weight: 800; margin-bottom: 12px; position: relative; z-index: 1; }
.consult-card p { color: #364267; font-size: 13px; line-height: 1.65; margin-bottom: 52px; position: relative; z-index: 1; max-width: 116px; }
.consult-card img { position: absolute; right: 14px; bottom: 72px; width: 74px; transform: rotate(13deg); z-index: 1; }
.consult-card .btn { position: relative; z-index: 1; width: 100%; }

.service-content-area { min-width: 0; }
.category-panel { min-height: 188px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: center; overflow: hidden; background: linear-gradient(105deg, #fff 0%, #fbf8ff 52%, #f0e7ff 100%); border: 1px solid var(--card-line); border-radius: 13px; padding: 28px 34px; margin-bottom: 22px; box-shadow: 0 18px 44px rgba(93,38,255,.08); position: relative; }
.category-panel:after { content: ""; position: absolute; right: -80px; top: -84px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(112,55,239,.18), transparent 64%); }
.category-copy { position: relative; z-index: 1; }
.category-panel h3 { color: var(--text); font-size: 26px; line-height: 1.28; font-weight: 800; margin-bottom: 10px; }
.category-panel p:not(.kicker) { color: #4f5c86; font-size: 14px; line-height: 1.75; max-width: 650px; }
.category-visual { position: relative; z-index: 1; justify-self: end; width: min(100%, 310px); filter: drop-shadow(0 22px 28px rgba(93,38,255,.16)); }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 238px; display: flex; flex-direction: column; background: rgba(255,255,255,.93); border: 1px solid var(--card-line); border-radius: 12px; padding: 24px 20px 18px; box-shadow: 0 16px 34px rgba(17,34,82,.04); transition: .2s ease; }
.service-card.is-hidden { display: none; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(178,28,255,.34); box-shadow: 0 24px 46px rgba(93,38,255,.1); }
.card-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, #f5fbff, #f1eaff); border: 1px solid rgba(112,55,239,.09); margin-bottom: 18px; overflow: hidden; box-shadow: 0 10px 22px rgba(93,38,255,.1); }
.card-icon img { width: 34px; height: 34px; object-fit: contain; }
.card-icon.wide img { width: 44px; }
.card-icon.icon-generated { position: relative; background: linear-gradient(135deg, #eef4ff, #f3ecff); color: var(--purple); }
.card-icon.icon-generated:before, .card-icon.icon-generated:after { content: ""; position: absolute; box-sizing: border-box; }
.card-icon.ai:before { width: 28px; height: 28px; border: 2px solid currentColor; border-radius: 9px; }
.card-icon.ai:after { width: 22px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; top: 20px; left: 15px; }
.card-icon.ecommerce:before { width: 30px; height: 21px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 5px 5px; bottom: 14px; }
.card-icon.ecommerce:after { width: 24px; height: 14px; border: 2px solid currentColor; border-bottom: 0; border-radius: 16px 16px 0 0; top: 13px; }
.card-icon.marketing:before { width: 30px; height: 22px; border: 2px solid currentColor; border-radius: 20px 4px 4px 20px; transform: rotate(-15deg); }
.card-icon.marketing:after { width: 12px; height: 14px; border-left: 3px solid currentColor; border-bottom: 3px solid currentColor; right: 9px; bottom: 11px; transform: rotate(-15deg); }
.card-icon.api:before { width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; left: 10px; top: 12px; box-shadow: 18px 16px 0 -2px #f4f7ff, 18px 16px 0 0 currentColor; }
.card-icon.api:after { width: 25px; height: 2px; background: currentColor; top: 25px; left: 14px; transform: rotate(36deg); }
.card-icon.maintenance:before { width: 28px; height: 28px; border: 3px solid currentColor; border-radius: 50%; border-right-color: transparent; }
.card-icon.maintenance:after { width: 14px; height: 14px; border: 3px solid currentColor; border-radius: 4px; background: #f4f7ff; }
.card-icon.performance:before { width: 31px; height: 31px; border: 2px solid currentColor; border-radius: 50%; border-bottom-color: transparent; }
.card-icon.performance:after { width: 16px; height: 2px; background: currentColor; left: 25px; top: 29px; transform-origin: left center; transform: rotate(-42deg); }
.service-card h3 { color: var(--text); font-size: 17px; line-height: 1.25; font-weight: 800; margin-bottom: 10px; }
.service-card p { color: #58658d; font-size: 12px; line-height: 1.68; margin-bottom: 18px; }
.service-card a { margin-top: auto; color: #6b24ff; font-size: 12px; font-weight: 800; }
.service-card a:after { content: "\2192"; margin-left: 9px; }

.technology-band { width: min(1320px, calc(100% - 40px)); margin: 10px auto 54px; border-radius: 12px; padding: 26px 32px 30px; color: #fff; background: linear-gradient(90deg, #07154c, #2f1684 54%, #081344); box-shadow: 0 22px 44px rgba(7, 21, 76, .18); }
.technology-band p { color: #a999ff; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.technology-band h2 { color: #fff; font-size: clamp(22px, 3vw, 28px); margin-bottom: 22px; }
.tech-list { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 18px; align-items: start; }
.tech-list div { min-width: 0; display: grid; justify-items: center; gap: 10px; color: #fff; }
.tech-list span { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--text); text-align: center; box-shadow: 0 12px 24px rgba(0,0,0,.14); overflow: hidden; }
.tech-list img { width: 48px; height: 48px; object-fit: contain; }
.tech-list small { color: #fff; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: center; }
.next-logo { color: #222a38; font-weight: 700; letter-spacing: .04em; font-size: 15px; }
.php-logo { color: #4b5c9b; border: 4px solid #4b5c9b; font-size: 16px; font-weight: 800; font-style: italic; }
.laravel-logo { color: #ff4b38; font-size: 34px; font-weight: 700; font-family: Georgia, serif; }
.mysql-logo { color: #2276a5; font-size: 13px; font-weight: 800; }
.mongo-logo:before { content: ""; width: 20px; height: 42px; border-radius: 90% 0 90% 0; background: #20a464; display: block; transform: rotate(45deg); }

.why-section {
  position: relative;
  padding: 64px 0 58px;
}
.why-section:before,
.why-section:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.why-section:before {
  left: -150px;
  top: -80px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, rgba(112,55,239,.18), transparent 62%);
  box-shadow: 42px 42px 0 -10px rgba(112,55,239,.04);
}
.why-section:after {
  right: -70px;
  bottom: 20px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 50% 50%, rgba(112,55,239,.2) 0 1px, transparent 2px) 0 0 / 17px 17px;
  opacity: .55;
}
.why-section .section-intro,
.why-stats,
.why-grid,
.why-cta {
  position: relative;
  z-index: 1;
}
.why-section .section-intro {
  max-width: 760px;
  margin-bottom: 30px;
}
.why-section .section-intro h2 {
  font-size: clamp(36px, 5vw, 58px);
}
.why-section .section-intro h2::first-line {
  color: var(--text);
}
.why-section .section-intro p:not(.kicker) {
  color: #23305e;
  font-size: 16px;
  line-height: 1.65;
  max-width: 650px;
  margin: 14px auto 0;
}
.why-stats {
  width: min(1000px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid var(--card-line);
  border-radius: 17px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 54px rgba(93,38,255,.09);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.why-stats div {
  min-height: 98px;
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  padding: 18px 28px;
  border-left: 1px solid rgba(112,55,239,.16);
}
.why-stats div:first-child { border-left: 0; }
.why-stats img {
  grid-row: 1 / 3;
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(93,38,255,.18));
}
.why-stats strong {
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
.why-stats span {
  color: #2f3d6b;
  font-size: 13px;
  line-height: 1.35;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.why-grid article {
  min-height: 176px;
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 28px 28px 26px;
  border: 1px solid var(--card-line);
  border-radius: 15px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(17,34,82,.06);
  overflow: hidden;
  transition: .2s ease;
}
.why-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(112,55,239,.32);
  box-shadow: 0 26px 52px rgba(93,38,255,.12);
}
.why-grid article > span {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #5d26ff;
  background: #f1ecff;
  font-size: 12px;
  font-weight: 800;
}
.why-grid img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(93,38,255,.18));
}
.why-grid h3 {
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 10px;
}
.why-grid p {
  color: #263762;
  font-size: 14px;
  line-height: 1.65;
}
.why-cta {
  min-height: 126px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  border: 1px solid var(--card-line);
  border-radius: 17px;
  background: linear-gradient(100deg, #efe3ff 0%, #fff 36%, #fbf8ff 100%);
  box-shadow: 0 24px 54px rgba(93,38,255,.09);
  padding: 20px 32px 20px 28px;
}
.why-cta > img {
  align-self: end;
  width: 230px;
  max-height: 150px;
  object-fit: contain;
  margin: -46px 0 -38px 28px;
  filter: drop-shadow(0 18px 22px rgba(93,38,255,.18));
}
.why-cta h3 {
  color: var(--text);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 8px;
}
.why-cta p {
  color: #344371;
  font-size: 15px;
  line-height: 1.5;
}
.why-cta .btn {
  min-width: 236px;
}

.industries-mini { padding: 18px 0 70px; }
.industry-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.industry-list article { position: relative; min-height: 218px; overflow: hidden; padding: 24px 20px 22px; border: 1px solid rgba(27,101,255,.1); border-radius: 14px; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); box-shadow: 0 16px 34px rgba(17,34,82,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.industry-list article:before { content: ""; position: absolute; right: -42px; top: -46px; width: 126px; height: 126px; border-radius: 50%; background: rgba(112,55,239,.08); transition: .2s ease; }
.industry-list article:hover { transform: translateY(-5px); border-color: rgba(112,55,239,.26); box-shadow: 0 24px 46px rgba(17,34,82,.12); }
.industry-list article:hover:before { transform: scale(1.12); background: rgba(27,101,255,.1); }
.industry-list span { position: relative; z-index: 1; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 18px; background: #fff; box-shadow: 0 14px 28px rgba(17,34,82,.08); margin-bottom: 20px; }
.industry-list img { width: 54px; height: 54px; object-fit: contain; }
.industry-list h3 { position: relative; z-index: 1; color: var(--text); font-size: 17px; line-height: 1.3; font-weight: 700; margin-bottom: 9px; }
.industry-list p { position: relative; z-index: 1; color: var(--muted); font-size: 12px; line-height: 1.7; }
.industry-more:before { content: ""; width: 38px; height: 38px; display: block; border-radius: 50%; background: radial-gradient(circle, var(--purple) 0 18%, transparent 20%), radial-gradient(circle at 20% 50%, var(--blue) 0 15%, transparent 17%), radial-gradient(circle at 80% 50%, #20c7ff 0 15%, transparent 17%); }

.services-cta { color: #fff; background: linear-gradient(90deg, #5930e8, #9428ef); padding: 48px max(20px, calc((100% - 1320px)/2)); display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.services-cta h2 { color: #fff; margin-bottom: 8px; font-size: clamp(26px, 3vw, 36px); }
.services-cta p { color: rgba(255,255,255,.88); font-size: 15px; }

.services-footer { background: #030c27; color: rgba(255,255,255,.76); padding: 54px max(20px, calc((100% - 1320px)/2)) 24px; display: grid; grid-template-columns: 1.25fr .75fr .95fr .8fr 1fr; gap: 36px; }
.services-footer > div > img { width: 120px; margin-bottom: 18px; }
.services-footer h3 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.services-footer p { line-height: 1.7; font-size: 14px; }
.services-footer a { color: rgba(255,255,255,.76); display: block; margin: 8px 0; font-size: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: auto; height: auto; margin: 0; background: transparent; color: #fff; display: grid; place-items: center; font-size: 11px; transition: transform .2s ease; }
.footer-social a:hover { transform: translateY(-3px); }
.footer-social img { width: 26px; height: 26px; object-fit: contain; margin: 0; }
.footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-contact p { margin: 0; display: grid; gap: 4px; }
.footer-contact b { color: #fff; font-size: 13px; }
.footer-contact a, .footer-contact span { margin: 0; color: rgba(255,255,255,.76); font-style: normal; line-height: 1.55; }
.services-footer form { display: grid; gap: 10px; margin-top: 14px; }
.services-footer input { border: 1px solid rgba(255,255,255,.24); background: transparent; border-radius: 5px; padding: 13px; color: #fff; min-width: 0; }
.services-footer button { border: 0; border-radius: 5px; padding: 13px; background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; font-weight: 700; }
.copyright { grid-column: 1 / 4; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.policy { grid-column: 4 / 6; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: flex-end; gap: 18px; }
.policy a, .policy span { margin: 0; }

@media (max-width: 1180px) {
  .category-panel { grid-template-columns: minmax(0, 1fr) 260px; }
  .service-card-grid { grid-template-columns: repeat(3, 1fr); }
  .tech-list { grid-template-columns: repeat(5, 86px); justify-content: center; }
  .industry-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
  .services-header { position: sticky; top: 0; z-index: 9999; background: var(--navy); }
  .services-menu { display: block; }
  .services-nav { position: fixed; inset: 0; width: 100%; height: 100%; margin: 0; transform: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; background: rgba(3, 12, 39, .98); padding: 90px 28px 40px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; overflow-y: auto; z-index: 9998; }
  .services-nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .services-nav a { font-size: 18px; padding: 14px 16px; min-height: 44px; display: flex; align-items: center; }
  .services-call { display: none; }
  .service-stats { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); gap: 0; padding: 10px 18px; }
  .service-stats div { padding: 18px 20px; border-left: 0; border-top: 1px solid rgba(12,24,72,.12); }
  .service-stats div:nth-child(1),
  .service-stats div:nth-child(2) { border-top: 0; }
  .service-stats div:nth-child(even) { border-left: 1px solid rgba(12,24,72,.12); }
  .services-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .service-sidebar button, .service-sidebar button:first-child, .service-sidebar button:nth-of-type(7) { min-height: 54px; border: 1px solid var(--line); border-radius: 10px; }
  .consult-card { grid-column: 1 / -1; min-height: auto; }
  .consult-card p { max-width: none; margin-bottom: 18px; padding-right: 86px; }
  .consult-card img { right: 22px; bottom: 62px; width: 70px; }
  .why-stats { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
  .why-stats div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(112,55,239,.16); }
  .why-stats div:nth-child(4) { border-top: 1px solid rgba(112,55,239,.16); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article { grid-template-columns: 94px minmax(0, 1fr); padding: 24px; }
  .why-grid img { width: 84px; height: 84px; }
  .why-cta { grid-template-columns: 160px minmax(0, 1fr); }
  .why-cta > img { width: 160px; margin: -30px 0 -30px 0; }
  .why-cta .btn { grid-column: 2; justify-self: start; min-width: 220px; }
  .services-footer { grid-template-columns: repeat(2, 1fr); }
  .copyright, .policy { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .services-header { width: calc(100% - 28px); padding: 12px 0; }
  .services-logo { width: 48px; }
  .services-hero { min-height: auto; background-position: 62% center; }
  .services-hero-content { width: calc(100% - 28px); margin: 0 auto; padding: 54px 0 76px; }
  .services-hero-content > p:not(.breadcrumb) { font-size: 15px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .service-stats { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 12px 18px; margin-top: 0; }
  .service-stats:before,
  .service-stats:after { display: none; }
  .service-stats div,
  .service-stats div:nth-child(even),
  .service-stats div:nth-child(2) { border-left: 0; border-top: 1px solid rgba(12,24,72,.12); padding: 16px 0; }
  .service-stats div:first-child { border-top: 0; }
  .service-stats span { font-size: 24px; }
  .services-showcase, .why-section, .industries-mini, .technology-band { width: calc(100% - 28px); }
  .services-showcase { padding-top: 46px; }
  .section-intro .kicker:before,
  .section-intro .kicker:after { width: 48px; }
  .section-intro h2 { font-size: 38px; }
  .service-sidebar { grid-template-columns: 1fr; }
  .category-panel { grid-template-columns: 1fr; padding: 22px; }
  .category-visual { width: min(100%, 280px); justify-self: center; margin-top: -8px; }
  .service-card-grid, .why-grid { grid-template-columns: 1fr; }
  .why-section { padding: 46px 0 42px; }
  .why-section .section-intro h2 { font-size: 38px; }
  .why-section .section-intro p:not(.kicker) { font-size: 14px; }
  .why-stats { grid-template-columns: 1fr; border-radius: 14px; }
  .why-stats div,
  .why-stats div:nth-child(3),
  .why-stats div:nth-child(4) { border-left: 0; border-top: 1px solid rgba(112,55,239,.16); }
  .why-stats div:first-child { border-top: 0; }
  .why-grid article { min-height: auto; grid-template-columns: 86px minmax(0, 1fr); padding: 22px 20px; }
  .why-grid img { width: 76px; height: 76px; }
  .why-grid h3 { font-size: 18px; }
  .why-grid p { font-size: 13px; }
  .why-cta { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; text-align: center; }
  .why-cta > img { justify-self: center; width: 150px; margin: -34px 0 -12px; }
  .why-cta h3 { font-size: 22px; }
  .why-cta .btn { grid-column: auto; justify-self: stretch; min-width: 0; }
  .industry-list { grid-template-columns: 1fr; }
  .industry-list article { min-height: auto; }
  .service-card { min-height: auto; }
  .tech-list { grid-template-columns: repeat(2, minmax(88px, 1fr)); gap: 16px 12px; }
  .tech-list span { width: 64px; height: 64px; }
  .tech-list img { width: 42px; height: 42px; }
  .technology-band { padding: 24px 18px; }
  .services-cta { flex-direction: column; align-items: flex-start; padding: 34px 20px; }
  .services-footer { grid-template-columns: 1fr; }
  .policy { flex-wrap: wrap; }
}
