/*
  Services page styles
  BEM-like structure for maintainability.
*/

.services-page {
  background: #eff2f7;
  color: #111827;
}

.services-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(108px, 9vw, 126px) 0 clamp(86px, 7vw, 112px);
  background:
    radial-gradient(46% 72% at 34% 48%, rgba(37, 95, 255, 0.34), transparent 72%),
    radial-gradient(63% 100% at 0% 0%, rgba(18, 43, 108, 0.44), transparent 72%),
    linear-gradient(106deg, #040916 0%, #07112d 42%, #071333 100%);
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 129, 255, 0), rgba(67, 129, 255, 0.66), rgba(67, 129, 255, 0));
}

.services-hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -1px;
  height: 40px;
  background: #eff2f7;
  border-top-left-radius: 56% 100%;
  border-top-right-radius: 56% 100%;
}

.services-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
}

.services-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(28px, 4vw, 35px);
  align-items: center;
}

.services-hero__content {
  position: relative;
  z-index: 2;
}

.services-hero__breadcrumb {
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8e9ab4;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.services-hero__breadcrumb a {
  color: #8e9ab4;
  text-decoration: none;
}

.services-hero__breadcrumb a:hover,
.services-hero__breadcrumb a:focus-visible {
  color: #c4d3f7;
}

.services-hero__eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(58, 120, 255, 0.38);
  background: linear-gradient(180deg, rgba(12, 29, 69, 0.9) 0%, rgba(10, 25, 58, 0.84) 100%);
  color: #58a3ff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
}

.services-hero__title {
  margin: 22px 0 0;
  max-width: 590px;
  color: #fff;
  font-family: "Poppins", "Sora", "Segoe UI", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64.8px;
  letter-spacing: -2.1px;
}

.services-hero__title-dot {
  display: inline-block;
  width: 0.17em;
  height: 0.17em;
  margin-left: 0.12em;
  border-radius: 50%;
  background: #2d78ff;
  vertical-align: baseline;
}

.services-hero__subtitle {
  margin: 22px 0 0;
  max-width: 560px;
  color: #9ca8c2;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 28.56px;
  letter-spacing: 0;
}

.services-hero__search {
  margin-top: 30px;
  position: relative;
  max-width: 670px;
}

.services-hero__search input {
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(138, 157, 196, 0.3);
  background: linear-gradient(180deg, rgba(51, 62, 90, 0.72) 0%, rgba(39, 48, 74, 0.68) 100%);
  color: #d7e2fb;
  padding: 0 18px 0 52px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.services-hero__search input::placeholder {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(194, 204, 226, 0.58);
}

.services-hero__search input:focus {
  outline: none;
  border-color: rgba(103, 148, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.services-hero__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8696bc;
  display: inline-grid;
  place-items: center;
}

.services-hero__search-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-hero__highlights {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.services-hero__highlight {
  min-height: 40px;
  padding: 0 16px 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(130, 149, 191, 0.28);
  background: linear-gradient(180deg, rgba(33, 44, 71, 0.82) 0%, rgba(29, 39, 63, 0.76) 100%);
  color: #d6e2ff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.services-hero__highlight-icon {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  color: #4c92ff;
}

.services-hero__highlight-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-hero__highlight--star .services-hero__highlight-icon svg {
  fill: rgba(76, 146, 255, 0.16);
}

.services-hero__media {
  position: relative;
  z-index: 1;
  max-width: 510px;
  margin-left: auto;
}

.services-hero__media::before {
  content: "";
  position: absolute;
  inset: 3% 0 -5%;
  border-radius: 26px;
  background: radial-gradient(70% 65% at 40% 50%, rgba(52, 95, 238, 0.48) 0%, rgba(52, 95, 238, 0) 84%);
  pointer-events: none;
}

.services-hero__media-frame {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(124, 146, 192, 0.36);
  overflow: hidden;
  background: #101d39;
  min-height: 414px;
}

.services-hero__media-frame img {
  width: 100%;
  height: 100%;
  min-height: 414px;
  display: block;
  object-fit: cover;
}

.services-hero__media-fallback {
  min-height: 414px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  padding: 24px;
  background:
    radial-gradient(80% 70% at 65% 35%, rgba(37, 99, 235, 0.3) 0%, rgba(37, 99, 235, 0) 84%),
    linear-gradient(135deg, #1a284d 0%, #121e3c 100%);
  color: #d3dcf5;
}

.services-hero__media-fallback p {
  margin: 0;
  max-width: 340px;
  font-size: 16px;
  line-height: 1.5;
}

.services-hero__media-fallback-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  border: 1px solid rgba(132, 156, 206, 0.42);
  background: rgba(14, 27, 59, 0.62);
  color: #79a7ff;
  display: inline-grid;
  place-items: center;
}

.services-hero__media-fallback-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-highlight-zone {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: clamp(34px, 3.4vw, 48px) 0 clamp(34px, 3.4vw, 48px);
}

.services-highlight-zone__inner {
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
}

.services-stats-strip {
  border-radius: 22px;
  border: 1px solid #eceef5;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: clamp(16px, 2.1vw, 22px) clamp(14px, 2vw, 24px);
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
}

.services-stats-strip__item {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 86px;
}

.services-stats-strip__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
}

.services-stats-strip__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-stats-strip__item strong {
  display: block;
  margin: 0;
  color: #161c2a;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}

.services-stats-strip__item p {
  margin: 0;
  color: #9ca3b4;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11.2px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0;
  text-align: center;
}

.services-stats-strip__item--blue .services-stats-strip__icon {
  color: #2f6df7;
  background: #eaf1ff;
}

.services-stats-strip__item--amber .services-stats-strip__icon {
  color: #e0a51e;
  background: #fff6df;
}

.services-stats-strip__item--green .services-stats-strip__icon {
  color: #0f9f7b;
  background: #e5f8f2;
}

.services-stats-strip__item--violet .services-stats-strip__icon {
  color: #8258ff;
  background: #efe8ff;
}

.services-stats-strip__item--rose .services-stats-strip__icon {
  color: #e96666;
  background: #ffeaea;
}

.services-stats-strip__item--cyan .services-stats-strip__icon {
  color: #32a2c8;
  background: #e8f6fb;
}

.services-offer-strip {
  margin-top: clamp(24px, 3vw, 34px);
  margin-bottom: clamp(24px, 3vw, 34px);
  border-radius: 22px;
  border: 1px solid rgba(74, 114, 230, 0.35);
  background:
    radial-gradient(70% 110% at 62% 120%, rgba(46, 92, 232, 0.6) 0%, rgba(46, 92, 232, 0) 72%),
    linear-gradient(96deg, #122545 0%, #243a62 45%, #1c2f53 100%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 1.8vw, 20px);
  padding: clamp(16px, 2.1vw, 24px) clamp(16px, 2.6vw, 30px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.11);
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
}

.services-offer-strip__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(79, 136, 255, 0.5);
  background: rgba(31, 75, 164, 0.7);
  color: #bcd4ff;
  display: inline-grid;
  place-items: center;
}

.services-offer-strip__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-offer-strip__copy {
  min-width: 0;
}

.services-offer-strip__kicker {
  margin: 0;
  color: #7fb5ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.services-offer-strip__kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4aa7ff;
  display: inline-block;
}

.services-offer-strip__copy h2 {
  margin: 6px 0 0;
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.05vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.services-offer-strip__text {
  margin: 6px 0 0;
  color: #b7c8ea;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.services-offer-strip__button {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #fff;
  color: #10192d;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.services-offer-strip__button:hover,
.services-offer-strip__button:focus-visible {
  color: #10192d;
  background: #edf2ff;
}

.services-list {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 0 clamp(76px, 9vw, 126px);
  background: transparent;
}

.services-list__inner {
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
}

.services-list__header {
  max-width: 760px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  text-align: center;
  /* match exact Figma spacing here */
}

.services-list__filters {
  margin: 0 0 clamp(18px, 2.6vw, 30px);
}

.services-list__filters-head {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.services-list__filters-title {
  margin: 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.services-list__filters-all {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

.services-list__filters-all:hover,
.services-list__filters-all:focus-visible {
  color: #2563eb;
}

.services-list__filters-all.is-active {
  color: #111827;
}

.services-list__filters-count {
  color: #2563eb;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.services-list__filters-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.services-list__chip {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #d4d9e5;
  background: #f2f4f8;
  color: #252f41;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services-list__chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: inline-block;
  opacity: 0.85;
}

.services-list__chip:hover,
.services-list__chip:focus-visible {
  border-color: #9eb0d3;
  background: #fff;
}

.services-list__chip.is-active {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 17, 33, 0.26);
}

.services-list__chip.is-active::before {
  border-color: rgba(255, 255, 255, 0.95);
}

.services-list--no-header .services-list__inner {
  width: min(1220px, calc(100% - 2rem));
}

.services-list__title {
  margin: 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 48px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.services-list__intro {
  margin: 10px 0 0;
  color: #6b7280;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
}

.services-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.services-list__empty {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 1.2rem;
}

.services-list__empty p {
  margin: 0;
  color: #4b5563;
}

.services-card {
  --service-accent: #2563eb;
  --service-soft-bg: #dbe8fb;
  --service-icon-bg: #e5edff;
  --service-button-bg: #0b1732;
  --service-button-bg-hover: #14244a;
  --service-badge-bg: rgba(37, 99, 235, 0.12);
  --service-badge-border: rgba(37, 99, 235, 0.42);
  --service-badge-color: #1d4ed8;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.services-card--violet {
  --service-accent: #7c3aed;
  --service-soft-bg: #ece8fb;
  --service-icon-bg: #ede6ff;
  --service-badge-bg: rgba(124, 58, 237, 0.12);
  --service-badge-border: rgba(124, 58, 237, 0.42);
  --service-badge-color: #6d28d9;
}

.services-card--green {
  --service-accent: #059669;
  --service-soft-bg: #dff2e9;
  --service-icon-bg: #ddf4ea;
  --service-badge-bg: rgba(5, 150, 105, 0.12);
  --service-badge-border: rgba(5, 150, 105, 0.42);
  --service-badge-color: #047857;
}

.services-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.services-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.services-card__icon-wrap {
  flex: 0 0 auto;
}

.services-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: var(--service-icon-bg);
  color: var(--service-accent);
}

.services-card__icon--svg svg,
.services-card__icon--image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.services-card__icon--svg svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-card__icon--font span {
  font-size: 21px;
  line-height: 1;
}

.services-card__icon--fallback {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.services-card__head-main {
  flex: 1 1 auto;
  min-width: 0;
}

.services-card__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.services-card__kicker {
  margin: 0;
  color: var(--service-accent);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 10.4px;
  font-weight: 600;
  line-height: 15.6px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}

.services-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--service-badge-border);
  background: var(--service-badge-bg);
  color: var(--service-badge-color);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 10.4px;
  font-weight: 600;
  line-height: 15.6px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-card__title {
  margin: 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
}

.services-card__title a {
  color: inherit;
  text-decoration: none;
}

.services-card__description {
  margin: 0;
  color: #5f6775;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 22.44px;
  letter-spacing: 0;
}

.services-card__meta {
  border-radius: 16px;
  background: var(--service-soft-bg);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.services-card__price-wrap {
  min-width: 0;
}

.services-card__price {
  margin: 0;
  color: var(--service-accent);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 21.6px;
  font-weight: 800;
  line-height: 21.6px;
  letter-spacing: 0;
}

.services-card__price-note {
  margin: 5px 0 0;
  color: #7f8795;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.services-card__duration {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--service-accent);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.services-card__duration svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.services-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #444d5d;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13.12px;
  font-weight: 400;
  line-height: 19.68px;
  letter-spacing: 0;
}

.services-card__feature-icon {
  margin-top: 2px;
  color: var(--service-accent);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.services-card__feature-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-card__actions {
  margin-top: auto;
}

.services-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  width: 100%;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--service-button-bg);
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.services-card__button-icon {
  display: inline-grid;
  place-items: center;
}

.services-card__button-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-card__button:hover,
.services-card__button:focus-visible {
  color: #fff;
  border-color: transparent;
  background: var(--service-button-bg-hover);
}

.services-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(6px, 0.8vw, 10px) 0 clamp(24px, 2.8vw, 36px);
  background:
    radial-gradient(48% 72% at 50% 42%, rgba(42, 96, 250, 0.34) 0%, rgba(42, 96, 250, 0) 72%),
    linear-gradient(96deg, #07112a 0%, #081632 46%, #081739 100%);
}

.services-cta::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: -22px;
  height: 44px;
  background: #eff2f7;
  border-top-left-radius: 56% 100%;
  border-top-right-radius: 56% 100%;
}

.services-cta__inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: clamp(50px, 4.8vw, 64px) clamp(18px, 3vw, 32px) clamp(42px, 4.2vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
}

.services-cta__title {
  margin: 0;
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.services-cta__title-line {
  display: block;
}

.services-cta__text {
  margin: 24px auto 0;
  max-width: 760px;
  color: #9fb0d0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.services-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.services-cta__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.services-cta__button--primary {
  border: 1px solid rgba(59, 130, 246, 0.88);
  background: linear-gradient(145deg, #3270ff, #2659d6);
  color: #fff;
  box-shadow: 0 10px 24px rgba(28, 73, 199, 0.42);
}

.services-cta__button--ghost {
  border: 1px solid rgba(130, 149, 191, 0.3);
  background: rgba(7, 19, 42, 0.4);
  color: #f2f6ff;
}

.services-cta__button-icon {
  display: inline-grid;
  place-items: center;
}

.services-cta__phone-icon {
  display: inline-grid;
  place-items: center;
}

.services-cta__button-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-cta__phone-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-cta__note {
  margin: 20px 0 0;
  color: #4b5c7f;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.services-cta__button--primary:hover,
.services-cta__button--primary:focus-visible {
  color: #fff;
  border-color: #93c5fd;
  background: linear-gradient(145deg, #3a78ff, #2a64e3);
}

.services-cta__button--ghost:hover,
.services-cta__button--ghost:focus-visible {
  color: #fff;
  border-color: rgba(167, 184, 221, 0.48);
  background: rgba(12, 29, 62, 0.66);
}

.services-page__content {
  padding: 0 0 92px;
  background: #eff2f7;
}

.services-page__content-inner {
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 1.2rem;
}

.services-page__content-inner > * + * {
  margin-top: 0.85rem;
}

@media (max-width: 1120px) {
  .services-hero {
    padding: 104px 0 82px;
  }

  .services-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .services-hero__media {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }

  .services-hero__subtitle {
    font-size: 20px;
    max-width: 100%;
  }

  .services-hero__title {
    font-size: clamp(46px, 6.1vw, 58px);
    line-height: 1.05;
    letter-spacing: -1.7px;
  }

  .services-hero__search {
    max-width: 100%;
  }

  .services-hero__search input {
    height: 54px;
    font-size: 15px;
  }

  .services-hero__highlights {
    flex-wrap: wrap;
  }

  .services-hero__highlight {
    font-size: 13px;
    min-height: 40px;
    padding-inline: 14px;
  }

  .services-hero__media-frame,
  .services-hero__media-frame img,
  .services-hero__media-fallback {
    min-height: 360px;
  }

  .services-highlight-zone {
    padding: 28px 0;
  }

  .services-highlight-zone__inner {
    width: min(1220px, calc(100% - 2rem));
  }

  .services-stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .services-offer-strip {
    grid-template-columns: auto 1fr;
    padding: 18px;
    margin-bottom: 24px;
  }

  .services-offer-strip__button {
    grid-column: 1 / -1;
    width: max-content;
  }

  .services-list {
    margin-top: 0;
  }

  .services-list__filters-title {
    font-size: 27px;
  }

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

  .services-cta__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-cta__title {
    font-size: clamp(36px, 5.2vw, 48px);
  }

  .services-cta__text {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 760px) {
  .services-highlight-zone__inner {
    width: min(1220px, calc(100% - 1.25rem));
  }

  .services-hero__inner,
  .services-list__inner,
  .services-cta__inner,
  .services-page__content-inner {
    width: min(1220px, calc(100% - 1.25rem));
  }

  .services-hero {
    padding: 94px 0 64px;
  }

  .services-hero__breadcrumb {
    margin-bottom: 14px;
    gap: 9px;
    font-size: 13px;
  }

  .services-hero__eyebrow {
    font-size: 12px;
    min-height: 28px;
    padding: 5px 11px;
  }

  .services-hero__title {
    margin-top: 18px;
    font-size: clamp(36px, 11vw, 52px);
  }

  .services-hero__subtitle {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.55;
  }

  .services-hero__search {
    margin-top: 22px;
  }

  .services-hero__search input {
    height: 52px;
    font-size: 15px;
    border-radius: 12px;
    padding-left: 44px;
  }

  .services-hero__search-icon {
    left: 14px;
  }

  .services-hero__search-icon svg {
    width: 19px;
    height: 19px;
  }

  .services-hero__highlights {
    margin-top: 14px;
    gap: 8px;
  }

  .services-hero__highlight {
    min-height: 36px;
    font-size: 12px;
    border-radius: 10px;
    padding-inline: 10px;
  }

  .services-hero__highlight-icon {
    width: 16px;
    height: 16px;
  }

  .services-hero__media-frame,
  .services-hero__media-frame img,
  .services-hero__media-fallback {
    min-height: 244px;
    border-radius: 18px;
  }

  .services-hero__media {
    max-width: 100%;
  }

  .services-highlight-zone {
    margin-top: 0;
    padding: 20px 0;
  }

  .services-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
    padding: 14px 10px;
    gap: 10px 4px;
  }

  .services-stats-strip__item {
    min-height: 74px;
  }

  .services-stats-strip__icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .services-stats-strip__item strong {
    font-size: 16px;
    line-height: 16px;
  }

  .services-stats-strip__item p {
    font-size: 11.2px;
    line-height: 16.8px;
  }

  .services-offer-strip {
    margin-top: 14px;
    margin-bottom: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 16px;
    padding: 14px;
  }

  .services-offer-strip__icon {
    width: 48px;
    height: 48px;
  }

  .services-offer-strip__copy h2 {
    font-size: clamp(22px, 7vw, 27px);
  }

  .services-offer-strip__text {
    font-size: 13px;
  }

  .services-offer-strip__button {
    width: 100%;
    min-height: 50px;
  }

  .services-list {
    margin-top: 0;
    padding: 0 0 76px;
  }

  .services-list__filters-head {
    margin-bottom: 12px;
    gap: 8px;
  }

  .services-list__filters-title {
    font-size: 24px;
  }

  .services-list__filters-count {
    font-size: 13px;
  }

  .services-list__filters-chips {
    gap: 8px;
  }

  .services-list__chip {
    min-height: 32px;
    font-size: 13px;
    padding: 0 13px;
  }

  .services-list__grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .services-cta {
    padding: 0 0 28px;
  }

  .services-cta__inner {
    padding: 40px 14px 44px;
  }

  .services-cta__title {
    font-size: clamp(31px, 9vw, 42px);
  }

  .services-cta__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .services-cta__actions {
    margin-top: 20px;
    width: 100%;
    gap: 10px;
  }

  .services-cta__button {
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .services-cta__note {
    margin-top: 14px;
    font-size: 11px;
  }

  .services-page__content {
    padding-bottom: 70px;
  }
}

.services-hero__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.services-hero__action {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.services-hero__action--primary {
  border-color: #2563eb;
  background: linear-gradient(145deg, #3270ff, #2659d6);
  color: #fff;
}

.services-hero__action--primary:hover,
.services-hero__action--primary:focus-visible {
  outline: none;
  background: linear-gradient(145deg, #3a78ff, #2c65e2);
  color: #fff;
}

.services-hero__action--ghost {
  border-color: rgba(125, 184, 255, 0.45);
  background: rgba(10, 23, 52, 0.32);
  color: #b9d8ff;
}

.services-hero__action--ghost:hover,
.services-hero__action--ghost:focus-visible {
  outline: none;
  border-color: rgba(125, 184, 255, 0.82);
  color: #e5f0ff;
}

.services-page__content-cta {
  padding: 0 0 82px;
}

.services-page__content-cta-inner {
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
  border: 1px solid #d6deeb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.services-page__content-cta-inner p {
  margin: 0;
  color: #334155;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.services-page__content-cta-inner a {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #2563eb;
  background: linear-gradient(145deg, #3270ff, #2659d6);
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.services-page__content-cta-inner a:hover,
.services-page__content-cta-inner a:focus-visible {
  outline: none;
  background: linear-gradient(145deg, #3a78ff, #2c65e2);
}

@media (max-width: 760px) {
  .services-hero__actions {
    margin-top: 14px;
    flex-direction: column;
  }

  .services-hero__action {
    width: 100%;
  }

  .services-page__content-cta {
    padding-bottom: 64px;
  }

  .services-page__content-cta-inner {
    width: min(1220px, calc(100% - 1.25rem));
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .services-page__content-cta-inner a {
    width: 100%;
  }
}
