.page-services-main {
  --hs-container: 1170px;
  --hs-blue-900: #083e78;
  --hs-blue-800: #0d569f;
  --hs-blue-700: #0f76c8;
  --hs-blue-600: #2aa0ea;
  --hs-bg-muted: #f4f8fb;
  --hs-line: #dce8f2;
  --hs-text: #16304b;
  --hs-muted: #648198;
  --hs-accent: #ffad1f;
  --hs-accent-2: #ff9800;
  --hs-danger: #ff5b43;
  --hs-shadow-sm: 0 8px 18px rgba(12, 54, 103, 0.08);
  --hs-shadow-md: 0 18px 36px rgba(13, 58, 108, 0.1);
  --hs-shadow-lg: 0 22px 52px rgba(8, 58, 116, 0.16);
}

.page-services-main *,
.page-services-main *::before,
.page-services-main *::after {
  box-sizing: border-box;
}

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

.page-services-main input,
.page-services-main textarea,
.page-services-main button {
  font: inherit;
}

.page-services-main .hs-container {
  width: var(--hs-container);
  margin: 0 auto;
}

.page-services-main .hs-section {
  padding: 74px 0;
}

.page-services-main .hs-section--tight {
  padding: 58px 0;
}

.page-services-main .hs-section--muted {
  background: var(--hs-bg-muted);
}

.page-services-main .hs-section--blue {
  background: linear-gradient(100deg, #094582 0%, #0f69ba 54%, #1594df 100%);
}

.page-services-main .hs-section--cases {
  padding: 70px 0 84px;
}

.page-services-main .hs-section-head {
  margin-bottom: 32px;
}

.page-services-main .hs-section-head--center {
  text-align: center;
}

.page-services-main .hs-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.page-services-main .hs-eyebrow {
  color: var(--hs-blue-700);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-services-main .hs-eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.page-services-main .hs-eyebrow--accent {
  color: var(--hs-danger);
}

.page-services-main .hs-title {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--hs-text);
}

.page-services-main .hs-title--light {
  color: #ffffff;
}

.page-services-main .hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-services-main .hs-btn:hover {
  transform: translateY(-1px);
}

.page-services-main .hs-btn--sm {
  min-height: 34px;
  padding: 0 16px;
  font-size: 12px;
}

.page-services-main .hs-btn--full {
  width: 100%;
}

.page-services-main .hs-btn--primary {
  background: var(--hs-blue-800);
  color: #ffffff;
}

.page-services-main .hs-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.page-services-main .hs-btn--accent {
  background: linear-gradient(180deg, #ffb62a 0%, #ff9b14 100%);
  color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.page-services-main .hs-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(103, 212, 255, 0.48) 0, rgba(103, 212, 255, 0.12) 20%, rgba(103, 212, 255, 0) 44%),
    radial-gradient(circle at 92% 48%, rgba(137, 221, 255, 0.2) 0, rgba(137, 221, 255, 0) 28%),
    linear-gradient(104deg, #083d77 0%, #0e64b2 56%, #18a0e7 100%);
}

.page-services-main .hs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(6, 42, 82, 0.14) 0, rgba(6, 42, 82, 0.24) 100%);
}

.page-services-main .hs-hero::after {
  content: "";
  position: absolute;
  top: 48px;
  right: 58px;
  width: 420px;
  height: 250px;
  border-radius: 26px;
  background:
    linear-gradient(rgba(155, 231, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 231, 255, 0.11) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid rgba(166, 235, 255, 0.22);
  transform: perspective(900px) rotateY(-22deg) rotateX(9deg);
  box-shadow: 0 0 42px rgba(96, 204, 255, 0.18), inset 0 0 32px rgba(115, 215, 255, 0.08);
  opacity: 0.95;
}

.page-services-main .hs-hero__body {
  position: relative;
  z-index: 1;
  min-height: 388px;
  display: flex;
  align-items: center;
  padding: 58px 0 42px;
}

.page-services-main .hs-hero__content {
  max-width: 600px;
}

.page-services-main .hs-hero__title {
  margin: 10px 0 18px;
  max-width: 590px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.page-services-main .hs-hero__text {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.page-services-main .hs-hero__actions {
  display: flex;
  gap: 14px;
}

.page-services-main .hs-hero__media {
  display: none;
}

.page-services-main .hs-hero__stats {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(3, 37, 75, 0.26);
}

.page-services-main .hs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.page-services-main .hs-stats__item {
  min-height: 76px;
  padding: 18px 26px 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-services-main .hs-stats__item:last-child {
  border-right: 0;
}

.page-services-main .hs-stats__value {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}

.page-services-main .hs-stats__label {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

.page-services-main .hs-card-grid {
  display: grid;
  gap: 18px;
}

.page-services-main .hs-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.page-services-main .hs-feature-card,
.page-services-main .hs-soft-card,
.page-services-main .hs-scenario-card,
.page-services-main .hs-product-card,
.page-services-main .hs-review-card,
.page-services-main .hs-article-card,
.page-services-main .hs-case-card,
.page-services-main .hs-faq-list details,
.page-services-main .hs-timeline {
  border-radius: 14px;
}

.page-services-main .hs-feature-card {
  min-height: 176px;
  padding: 22px 22px 20px;
  background: #ffffff;
  border: 1px solid var(--hs-line);
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-feature-card__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #9bc6ec;
  color: var(--hs-blue-700);
  font-size: 11px;
  font-weight: 700;
}

.page-services-main .hs-feature-card__title,
.page-services-main .hs-soft-card__title,
.page-services-main .hs-scenario-card__title,
.page-services-main .hs-product-card__title,
.page-services-main .hs-case-card__title {
  margin: 0 0 11px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.page-services-main .hs-feature-card__text,
.page-services-main .hs-soft-card__text,
.page-services-main .hs-scenario-card__text,
.page-services-main .hs-product-card__text,
.page-services-main .hs-case-card__text,
.page-services-main .hs-review-card__text,
.page-services-main .hs-faq-layout__text {
  color: var(--hs-muted);
  font-size: 15px;
  line-height: 1.6;
}

.page-services-main .hs-lead {
  display: grid;
  grid-template-columns: 1fr 422px;
  gap: 52px;
  align-items: center;
}

.page-services-main .hs-lead__content {
  padding-right: 24px;
}

.page-services-main .hs-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-services-main .hs-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

.page-services-main .hs-check-list li:last-child {
  margin-bottom: 0;
}

.page-services-main .hs-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--hs-accent);
  box-shadow: 0 0 0 4px rgba(255, 173, 31, 0.22);
}

.page-services-main .hs-form-card {
  padding: 28px;
  background: rgba(8, 56, 104, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: var(--hs-shadow-lg);
}

.page-services-main .hs-form-card__row {
  margin-bottom: 12px;
}

.page-services-main .hs-form-card__row:last-child {
  margin-bottom: 0;
}

.page-services-main .hs-form-card input,
.page-services-main .hs-form-card textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  outline: none;
  border-radius: 4px;
}

.page-services-main .hs-form-card textarea {
  min-height: 84px;
  resize: vertical;
}

.page-services-main .hs-form-card input::placeholder,
.page-services-main .hs-form-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.page-services-main .hs-soft-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.page-services-main .hs-soft-card {
  min-height: 214px;
  padding: 24px;
  background: #ffffff;
  border-left: 3px solid var(--hs-blue-700);
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-soft-card__link,
.page-services-main .hs-scenario-card__link,
.page-services-main .hs-case-card__link,
.page-services-main .hs-article-card__link,
.page-services-main .hs-product-card__meta a {
  display: inline-block;
  margin-top: 18px;
  color: var(--hs-blue-700);
  font-size: 13px;
  font-weight: 700;
}

.page-services-main .hs-timeline {
  position: relative;
  padding: 36px 34px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: var(--hs-shadow-md);
}

.page-services-main .hs-timeline__line {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 64px;
  height: 2px;
  background: #ffb444;
}

.page-services-main .hs-timeline__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.page-services-main .hs-timeline__item {
  text-align: center;
}

.page-services-main .hs-timeline__dot {
  width: 18px;
  height: 18px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--hs-accent-2);
  box-shadow: 0 0 0 7px rgba(255, 171, 46, 0.18);
}

.page-services-main .hs-timeline__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.page-services-main .hs-timeline__text {
  color: var(--hs-muted);
  font-size: 14px;
  line-height: 1.5;
}

.page-services-main .hs-timeline__footer {
  margin-top: 24px;
  padding: 18px 20px;
  background: #eef5fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 12px;
}

.page-services-main .hs-timeline__footer-text {
  font-size: 15px;
  line-height: 1.5;
}

.page-services-main .hs-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.page-services-main .hs-chip {
  min-height: 48px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #d7e5ef;
  border-radius: 10px;
  color: #35516c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.page-services-main .hs-note-box {
  margin-top: 18px;
  min-height: 56px;
  padding: 17px 18px;
  background: #eaf3fb;
  border-radius: 12px;
  color: #4f6c86;
  font-size: 14px;
  line-height: 1.55;
}

.page-services-main .hs-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.page-services-main .hs-scenario-card {
  min-height: 202px;
  padding: 24px;
  background: #ffffff;
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-scenario-card__link {
  color: var(--hs-danger);
}

.page-services-main .hs-cta-strip {
  margin-top: 22px;
  min-height: 86px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(90deg, #103d70 0%, #0f67b8 100%);
  border-radius: 14px;
  color: #ffffff;
}

.page-services-main .hs-cta-strip__text {
  font-size: 16px;
  line-height: 1.55;
}

.page-services-main .hs-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.page-services-main .hs-mini-card {
  min-height: 116px;
  padding: 18px 18px 16px;
  background: #ffffff;
  border: 1px solid var(--hs-line);
  border-radius: 12px;
  box-shadow: var(--hs-shadow-sm);
  color: #4e6f8b;
  font-size: 14px;
  line-height: 1.55;
}

.page-services-main .hs-mini-card span {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: var(--hs-blue-700);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}

.page-services-main .hs-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.page-services-main .hs-product-card {
  padding: 20px 20px 18px;
  background: #ffffff;
  border: 1px solid #dce7f1;
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-product-card__image {
  position: relative;
  height: 180px;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0) 52%),
    linear-gradient(180deg, #f8fbfd 0%, #f1f6fa 100%);
  border-radius: 10px;
}

.page-services-main .hs-product-card__image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #2b2b2b 0%, #121212 100%);
}

.page-services-main .hs-product-card__image--scanner::before {
  width: 78px;
  height: 122px;
  left: 50%;
  top: 28px;
  transform: translateX(-50%) rotate(-18deg);
  border-radius: 20px 20px 16px 16px;
  box-shadow: 22px 44px 0 -24px rgba(0, 0, 0, 0.86);
}

.page-services-main .hs-product-card__image--camera::before {
  width: 104px;
  height: 104px;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 14px #252525, 0 0 0 24px #404040 inset;
}

.page-services-main .hs-product-card__image--gun::before {
  width: 124px;
  height: 44px;
  left: 50%;
  top: 58px;
  transform: translateX(-50%) rotate(-14deg);
  border-radius: 22px;
  box-shadow: -20px 56px 0 -24px rgba(0, 0, 0, 0.92);
}

.page-services-main .hs-product-card__image--pistol::before {
  width: 72px;
  height: 128px;
  left: 50%;
  top: 26px;
  transform: translateX(-50%) rotate(13deg);
  border-radius: 18px 18px 28px 18px;
  box-shadow: -8px 56px 0 -30px rgba(0, 0, 0, 0.86);
}

.page-services-main .hs-product-card__meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e2edf5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-services-main .hs-product-card__meta span {
  font-size: 16px;
  font-weight: 700;
}

.page-services-main .hs-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.page-services-main .hs-case-card {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(4, 28, 58, 0.24);
}

.page-services-main .hs-case-card__image {
  height: 198px;
}

.page-services-main .hs-case-card__image--one {
  background: linear-gradient(135deg, rgba(18, 90, 158, 0.18), rgba(18, 90, 158, 0.18)), linear-gradient(120deg, #b9d6eb 0%, #9ec3dc 35%, #dce7ef 100%);
}

.page-services-main .hs-case-card__image--two {
  background: linear-gradient(135deg, rgba(18, 90, 158, 0.18), rgba(18, 90, 158, 0.18)), linear-gradient(120deg, #89a9c6 0%, #6d95bb 35%, #cad9e7 100%);
}

.page-services-main .hs-case-card__image--three {
  background: linear-gradient(135deg, rgba(18, 90, 158, 0.18), rgba(18, 90, 158, 0.18)), linear-gradient(120deg, #a5b3c0 0%, #8da0b5 35%, #dfe6ec 100%);
}

.page-services-main .hs-case-card__body {
  padding: 22px 22px 24px;
}

.page-services-main .hs-logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 42px;
}

.page-services-main .hs-logo-box {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e1ebf2;
  border-radius: 12px;
  color: #1a2733;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-services-main .hs-subtitle {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.page-services-main .hs-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-services-main .hs-review-card {
  min-height: 220px;
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid #e2ecf4;
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-review-card__quote {
  color: #dce8f3;
  font-size: 74px;
  line-height: 0.8;
  margin-bottom: 12px;
}

.page-services-main .hs-review-card__author {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.page-services-main .hs-faq-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
}

.page-services-main .hs-faq-list details {
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #d8e5f0;
  overflow: hidden;
}

.page-services-main .hs-faq-list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 54px 18px 18px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.page-services-main .hs-faq-list summary::-webkit-details-marker {
  display: none;
}

.page-services-main .hs-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 14px;
  color: var(--hs-blue-700);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.page-services-main .hs-faq-list details[open] summary::after {
  content: "-";
}

.page-services-main .hs-faq-list__body {
  padding: 0 18px 18px;
  color: var(--hs-muted);
  font-size: 15px;
  line-height: 1.6;
}

.page-services-main .hs-article-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.page-services-main .hs-article-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--hs-line);
  box-shadow: var(--hs-shadow-sm);
}

.page-services-main .hs-article-card__image {
  height: 150px;
}

.page-services-main .hs-article-card__image--one {
  background: linear-gradient(135deg, #d6b08f 0%, #f5d5b4 48%, #b47953 100%);
}

.page-services-main .hs-article-card__image--two {
  background: linear-gradient(135deg, #d9c986 0%, #f2e6b2 52%, #9f7d2e 100%);
}

.page-services-main .hs-article-card__image--three {
  background: linear-gradient(135deg, #ddb48f 0%, #f0d2b4 45%, #9f603f 100%);
}

.page-services-main .hs-article-card__image--four {
  background: linear-gradient(135deg, #a5c4d5 0%, #d6e6f2 48%, #688da5 100%);
}

.page-services-main .hs-article-card__image--five {
  background: linear-gradient(135deg, #d0d5da 0%, #eceff2 48%, #8d949d 100%);
}

.page-services-main .hs-article-card__body {
  padding: 16px;
}

.page-services-main .hs-article-card__tag {
  margin-bottom: 10px;
  color: var(--hs-blue-700);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-services-main .hs-article-card__title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

