/* @2026 Mario Machado. */
.services-page {
  position: relative;
  max-width: 1536px;
  margin: 0 auto 44px;
  padding: 82px 54px 22px;
  scroll-margin-top: 24px;
  overflow: hidden;
}

.services-hero {
  position: relative;
  min-height: 438px;
  padding: 30px 24px 0;
}

.services-bg-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.services-bg-left {
  left: -150px;
  top: -146px;
  width: 460px;
  height: 470px;
  border-radius: 0 0 68% 0;
  background: radial-gradient(circle at 58% 72%, rgba(255, 255, 255, 0.78) 0 42px, transparent 43px), linear-gradient(140deg, rgba(142, 198, 255, 0.48), rgba(234, 247, 255, 0.3));
}

.services-bg-left::after {
  position: absolute;
  right: -58px;
  top: 0;
  width: 96px;
  height: 360px;
  border-radius: 50%;
  border-right: 46px solid rgba(255, 255, 255, 0.62);
  content: "";
  transform: rotate(15deg);
}

.services-bg-right {
  display: none;
}

.services-cart {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 158px;
  width: 262px;
  height: 220px;
  object-fit: contain;
}

.services-worker {
  position: absolute;
  z-index: 1;
  right: 42px;
  top: 132px;
  width: 340px;
  height: 244px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 32px rgba(23, 89, 148, 0.1);
}

.services-heading {
  position: relative;
  z-index: 4;
  width: min(690px, 100%);
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
}

.services-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 214px;
  padding: 0 24px;
  border: 1.4px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-heading h2 {
  margin: 22px 0 18px;
  color: var(--ink);
  font-size: 56px;
  line-height: 0.98;
  font-weight: 800;
}

.services-heading h2 strong {
  color: var(--blue);
  font-weight: 800;
}

.services-heading h2 i {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-left: 8px;
  color: #4e9ee4;
  vertical-align: 3px;
}

.services-heading p {
  max-width: 640px;
  margin: 0 auto;
  color: #3d4d65;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.services-trust {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  gap: 24px;
  transform: translateX(-50%);
}

.services-trust .trust-item {
  min-width: auto;
  gap: 12px;
  font-size: 13px;
}

.services-trust .trust-item + .trust-item {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.services-trust .icon-bubble {
  width: 50px;
  height: 50px;
}

.services-trust .icon-bubble svg {
  width: 29px;
  height: 29px;
}

.services-grid {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 22px;
}

.service-card {
  position: relative;
  min-height: 294px;
  border: 0;
  border-radius: 10px;
  padding: 26px 220px 22px 24px;
  overflow: hidden;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 8px 26px rgba(20, 92, 157, 0.12);
  cursor: pointer;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.48s ease, opacity 0.48s ease, box-shadow 0.3s ease;
}

.service-card.visible {
  transform: translateY(0);
  opacity: 1;
}

.service-card.active,
.service-card:hover {
  box-shadow: 0 18px 42px rgba(0, 100, 201, 0.2);
  transform: translateY(-4px);
}

.service-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 132px;
  width: 168px;
  height: 110%;
  border-radius: 0 0 999px 0;
  background: var(--white);
  content: "";
  transform: skewX(-13deg);
  transform-origin: top;
}

.service-card::after {
  position: absolute;
  z-index: 5;
  top: -2px;
  right: -2px;
  width: 70px;
  height: 48px;
  border-bottom-left-radius: 30px;
  color: var(--white);
  background: linear-gradient(135deg, #1288df, #005fbf);
  content: attr(data-number);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
}

.service-card-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 244px;
  height: 100%;
  object-fit: cover;
  background: #d9ecfb;
}

.service-card-content {
  position: relative;
  z-index: 6;
}

.service-card-title {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.service-card-title .card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--blue);
  background: #e8f4ff;
}

.service-card-title .card-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
}

.service-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
}

.service-card p {
  max-width: 260px;
  margin: 0 0 16px;
  color: #314258;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.service-card li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
  color: #122641;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.service-card li i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-style: normal;
  font-size: 10px;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.service-card a span {
  width: 18px;
  height: 18px;
}

.budget-strip {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto 210px;
  align-items: center;
  gap: 24px;
  width: min(1260px, calc(100% - 120px));
  min-height: 122px;
  margin: 20px auto 0;
  padding: 22px 28px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), #0075d7);
  box-shadow: 0 18px 40px rgba(0, 93, 190, 0.2);
}

.budget-strip > span {
  width: 54px;
  height: 54px;
  color: #ffffff;
}

.budget-strip h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.1;
}

.budget-strip p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.budget-btn {
  min-width: 226px;
  color: var(--blue);
  background: var(--white);
}

.budget-strip > strong {
  font-size: 18px;
  line-height: 1.18;
  font-weight: 800;
  font-style: italic;
  transform: rotate(-7deg);
}
