/* Webioo /hizmetlerimiz
   Page-scoped visual system. Shared header, footer and business behavior stay in anasayfa3.css. */

.services-page-body {
  --services-cobalt: #075ee8;
  --services-cobalt-deep: #003a91;
  --services-navy: #061a38;
  --services-ink: #0a1730;
  --services-copy: #53627a;
  --services-line: rgba(15, 54, 105, 0.13);
  --services-panel: rgba(255, 255, 255, 0.82);
  --services-card-radius: 16px;
  --services-control-radius: 14px;
  --services-shadow: 0 28px 80px rgba(18, 65, 128, 0.12);
  background: #f5f9ff;
}

.services-page,
.services-page button,
.services-page a {
  font-family: var(--tc-body-font-family, "Satoshi-Variable"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.services-page {
  position: relative;
  isolation: isolate;
  color: var(--services-copy);
  overflow: clip;
  background:
    radial-gradient(circle at 86% 10%, rgba(44, 113, 235, 0.14), transparent 25rem),
    radial-gradient(circle at 8% 51%, rgba(106, 166, 255, 0.09), transparent 31rem),
    linear-gradient(180deg, #fbfdff 0%, #f3f8ff 52%, #f7fbff 100%);
}

.services-page__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 17%, rgba(7, 94, 232, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 93% 34%, rgba(7, 94, 232, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 13% 72%, rgba(7, 94, 232, 0.15) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 88%, rgba(7, 94, 232, 0.18) 0 2px, transparent 3px);
}

.services-hero,
.services-catalog,
.services-cta {
  z-index: 1;
}

.services-page__path {
  position: absolute;
  display: block;
  border: 1px solid rgba(7, 94, 232, 0.075);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(7, 94, 232, 0.018),
    0 0 0 82px rgba(7, 94, 232, 0.012);
}

.services-page__path--one {
  width: 860px;
  height: 520px;
  top: 770px;
  left: -610px;
  transform: rotate(18deg);
}

.services-page__path--two {
  width: 980px;
  height: 610px;
  top: 1460px;
  right: -730px;
  transform: rotate(-17deg);
}

.services-page__path--three {
  width: 760px;
  height: 430px;
  bottom: 250px;
  left: -520px;
  transform: rotate(11deg);
}

.services-page__monogram {
  position: absolute;
  top: 43%;
  right: -0.08em;
  color: transparent;
  font-size: clamp(360px, 41vw, 760px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.14em;
  -webkit-text-stroke: 1px rgba(7, 94, 232, 0.035);
  transform: translateY(-50%);
  user-select: none;
}

.services-page :where(h1, h2, h3, p, figure, ul) {
  margin: 0;
}

.services-page :where(button, a) {
  -webkit-tap-highlight-color: transparent;
}

.services-page :where(a, button):focus-visible {
  outline: 3px solid rgba(7, 94, 232, 0.35);
  outline-offset: 4px;
}

.services-page ::selection {
  color: #fff;
  background: var(--services-cobalt-deep);
}

.services-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: calc(100dvh - var(--home2-top-offset, 126px));
  min-height: 720px;
  box-sizing: border-box;
  padding: clamp(34px, 4.2vh, 52px) 0 26px;
}

.services-hero__aura {
  position: absolute;
  z-index: -1;
  width: min(54vw, 780px);
  aspect-ratio: 1;
  top: -25%;
  right: -13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 130, 244, 0.2), rgba(57, 130, 244, 0.05) 43%, transparent 71%);
  pointer-events: none;
}

.services-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(480px, 1.09fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  min-height: 0;
}

.services-hero__copy {
  position: relative;
  z-index: 2;
  padding: 22px 0;
}

.services-hero h1 {
  max-width: 760px;
  color: var(--services-ink);
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 760;
  line-height: 0.99;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.services-hero h1 span {
  color: var(--services-cobalt);
}

.services-hero__copy > p {
  max-width: 650px;
  margin-top: 25px;
  color: var(--services-copy);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 520;
  line-height: 1.62;
}

.services-hero__signals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 680px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.services-hero__signals li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #40516b;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.35;
}

.services-hero__signals i {
  flex: 0 0 auto;
  color: var(--services-cobalt);
  font-size: 16px;
  line-height: 1;
}

.services-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: var(--services-control-radius);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms ease, background-color 280ms ease, border-color 280ms ease;
}

.services-button i {
  font-size: 17px;
  line-height: 1;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.services-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--services-cobalt), var(--services-cobalt-deep));
  box-shadow: 0 16px 34px rgba(7, 94, 232, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.services-button--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(7, 94, 232, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.services-button--primary:hover i {
  transform: translate(2px, -2px);
}

.services-button--secondary {
  color: var(--services-ink);
  background: rgba(255, 255, 255, 0.68);
  border-color: var(--services-line);
  box-shadow: inset 0 1px 0 #fff;
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.services-button--secondary:hover {
  color: var(--services-cobalt-deep);
  border-color: rgba(7, 94, 232, 0.28);
  background: #fff;
  transform: translateY(-2px);
}

.services-button--secondary:hover i {
  transform: translateY(2px);
}

.services-button:active {
  transform: scale(0.98);
  transition-duration: 100ms;
}

.services-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}

.services-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.services-hero-art {
  position: relative;
  isolation: isolate;
  width: min(112%, 720px);
  aspect-ratio: 1305 / 1206;
  margin-left: auto;
  transform: translateX(5%);
}

.services-hero-art::before,
.services-hero-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.services-hero-art::before {
  z-index: -2;
  inset: 4% 0 3% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.98) 0 22%, rgba(211, 230, 255, 0.62) 49%, transparent 72%);
  filter: blur(2px);
}

.services-hero-art::after {
  z-index: -1;
  left: 12%;
  right: 4%;
  bottom: 1%;
  height: 9%;
  border-radius: 50%;
  background: rgba(9, 57, 127, 0.2);
  filter: blur(30px);
  transform: perspective(400px) rotateX(68deg);
}

.services-hero-art img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 40px rgba(12, 59, 126, 0.22));
  will-change: transform;
}

.services-principles {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 62, 127, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 15px 40px rgba(18, 65, 128, 0.07), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.services-principle {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 24px;
}

.services-principle + .services-principle {
  border-left: 1px solid rgba(13, 62, 127, 0.1);
}

.services-principle > i {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  aspect-ratio: 1;
  color: var(--services-cobalt);
  border-radius: 12px;
  background: rgba(7, 94, 232, 0.09);
  font-size: 18px;
}

.services-principle span {
  display: grid;
  gap: 3px;
  color: #758196;
  font-size: 13px;
  line-height: 1.35;
}

.services-principle strong {
  color: var(--services-ink);
  font-size: 15px;
  font-weight: 780;
}

.services-catalog {
  position: relative;
  padding: clamp(82px, 10vw, 136px) 0 clamp(70px, 9vw, 118px);
  scroll-margin-top: calc(var(--home2-top-offset, 126px) + 20px);
}

.services-section-head {
  max-width: 760px;
  margin: 0 auto clamp(38px, 5vw, 64px);
  text-align: center;
}

.services-section-head h2 {
  color: var(--services-ink);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.services-section-head h2 span {
  color: var(--services-cobalt);
}

.services-section-head p {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--services-copy);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  text-wrap: balance;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.services-card {
  --card-accent: var(--services-cobalt);
  position: relative;
  isolation: isolate;
  grid-column: span 4;
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(230px, 0.92fr);
  min-height: 560px;
  overflow: hidden;
  color: var(--services-copy);
  border: 1px solid var(--services-line);
  border-radius: var(--services-card-radius);
  background:
    radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 20%), rgba(48, 119, 229, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 #fff;
  transform: translateZ(0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms ease, box-shadow 380ms ease;
}

.services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(225, 238, 255, 0.6));
  transition: opacity 360ms ease;
}

.services-card:hover {
  color: var(--services-copy);
  border-color: rgba(7, 94, 232, 0.25);
  box-shadow: 0 30px 70px rgba(18, 65, 128, 0.14), inset 0 1px 0 #fff;
  transform: translateY(-7px);
}

.services-card:hover::before {
  opacity: 1;
}

.services-card:active {
  transform: translateY(-2px) scale(0.99);
  transition-duration: 100ms;
}

.services-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 38px);
}

.services-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--card-accent);
  border: 1px solid rgba(7, 94, 232, 0.13);
  border-radius: 14px;
  background: rgba(231, 241, 255, 0.88);
  font-size: 20px;
  box-shadow: inset 0 1px 0 #fff;
}

.services-card h3 {
  max-width: 390px;
  margin-top: 24px;
  color: var(--services-ink);
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.services-card__content > p {
  max-width: 48ch;
  margin-top: 14px;
  color: #647189;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.services-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.services-card__tags li {
  padding: 7px 9px;
  color: #52637c;
  border: 1px solid rgba(18, 66, 129, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.15;
}

.services-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--services-cobalt-deep);
  font-size: 14px;
  font-weight: 800;
}

.services-card__link i {
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.services-card:hover .services-card__link i {
  transform: translateX(5px);
}

.services-card__visual {
  position: relative;
  isolation: isolate;
  z-index: 1;
  min-height: 230px;
  overflow: hidden;
  border-top: 1px solid rgba(18, 66, 129, 0.08);
  background:
    radial-gradient(circle at 68% 28%, rgba(78, 143, 240, 0.2), transparent 34%),
    linear-gradient(145deg, #f7fbff 0%, #e9f3ff 100%);
}

.services-card__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 132%;
  height: 62%;
  left: -16%;
  bottom: -36%;
  border: 1px solid rgba(7, 94, 232, 0.11);
  border-radius: 50%;
  box-shadow:
    0 -22px 55px rgba(74, 141, 238, 0.08),
    0 0 0 28px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.services-card__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent 35%);
  pointer-events: none;
}

.services-card__media {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.services-card__visual img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.services-card:hover .services-card__visual img {
  transform: scale(1.035);
}

.services-card__visual.is-cutout {
  overflow: visible;
  border-top: 0;
  background:
    radial-gradient(circle at 55% 42%, rgba(47, 119, 232, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(248, 252, 255, 0.96), rgba(226, 240, 255, 0.92));
}

.services-card__visual.is-cutout .services-card__media {
  position: absolute;
  inset: 3% 3% 0;
  display: grid;
  place-items: end center;
  width: auto;
  height: auto;
}

.services-card__visual.is-cutout img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: 0;
  filter: drop-shadow(0 25px 30px rgba(15, 63, 128, 0.2));
}

.services-card:hover .services-card__visual.is-cutout img {
  transform: translateY(-6px) scale(1.025);
}

.services-card[data-service-key="e-ticaret"] .services-card__visual.is-cutout .services-card__media,
.services-card[data-service-key="mobil-uygulama"] .services-card__visual.is-cutout .services-card__media {
  inset-inline: 7%;
}

.services-card[data-service-key="reklam-yonetimi"] .services-card__visual.is-cutout .services-card__media {
  z-index: 4;
  inset: 4% 2.5% 2%;
}

.services-card[data-service-key="reklam-yonetimi"] .services-card__visual.is-cutout img {
  visibility: visible;
  opacity: 1;
}

.services-card[data-service-key="seo"] .services-card__visual,
.services-card[data-service-key="ozel-yazilim"] .services-card__visual {
  background:
    radial-gradient(circle at 66% 35%, rgba(71, 140, 242, 0.23), transparent 38%),
    linear-gradient(150deg, #f8fbff 0%, #e7f2ff 100%);
}

.services-card__placeholder {
  position: absolute;
  z-index: 2;
  inset: 20px;
  display: grid;
  place-items: center;
  color: rgba(7, 94, 232, 0.34);
  border: 1px dashed rgba(7, 94, 232, 0.18);
  border-radius: 18px;
  font-size: 56px;
}

.services-card:nth-child(1) {
  grid-column: span 7;
  grid-template-columns: minmax(0, 0.84fr) minmax(300px, 1.16fr);
  grid-template-rows: 1fr;
  min-height: 560px;
}

.services-card:nth-child(1) .services-card__visual {
  min-height: 100%;
  border-top: 0;
  border-left: 1px solid rgba(18, 66, 129, 0.08);
}

.services-card:nth-child(2) {
  grid-column: span 5;
  min-height: 560px;
  background:
    radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 20%), rgba(48, 119, 229, 0.16), transparent 38%),
    rgba(236, 244, 255, 0.82);
}

.services-card:nth-child(n+3):nth-child(-n+5) {
  grid-column: span 4;
}

.services-card:nth-child(6) {
  grid-column: span 12;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  grid-template-rows: 1fr;
  min-height: 440px;
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at var(--spot-x, 78%) var(--spot-y, 28%), rgba(42, 132, 255, 0.38), transparent 34%),
    linear-gradient(135deg, #071d3f, #053f8f);
  box-shadow: 0 30px 75px rgba(3, 39, 91, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.services-card:nth-child(6)::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 58%);
}

.services-card:nth-child(6):hover {
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 38px 86px rgba(3, 39, 91, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.services-card:nth-child(6) .services-card__icon {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.services-card:nth-child(6) h3,
.services-card:nth-child(6) .services-card__link {
  color: #fff;
}

.services-card:nth-child(6) .services-card__content > p {
  color: rgba(255, 255, 255, 0.72);
}

.services-card:nth-child(6) .services-card__tags li {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.services-card:nth-child(6) .services-card__visual {
  min-height: 100%;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.services-card[data-service-key="reklam-yonetimi"] .services-card__visual.is-cutout::after {
  z-index: 5;
  inset: clamp(10px, 2vw, 24px);
  opacity: 1;
  background: var(--service-visual) center / contain no-repeat;
  filter: drop-shadow(0 26px 34px rgba(2, 28, 70, 0.28));
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.services-card[data-service-key="reklam-yonetimi"] .services-card__visual.is-cutout .services-card__media {
  display: none;
}

.services-card[data-service-key="reklam-yonetimi"]:hover .services-card__visual.is-cutout::after {
  filter: drop-shadow(0 32px 40px rgba(2, 28, 70, 0.34));
  transform: translate3d(0, -6px, 0) scale(1.02);
}

.services-cta {
  padding: 0 0 clamp(82px, 10vw, 132px);
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.services-cta__panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: 190px;
  padding: clamp(28px, 4.3vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(7, 94, 232, 0.12);
  border-radius: var(--services-card-radius);
  background:
    radial-gradient(circle at 87% 5%, rgba(40, 115, 235, 0.25), transparent 34%),
    rgba(226, 238, 255, 0.94);
  box-shadow: 0 26px 76px rgba(18, 65, 128, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms ease, background-color 320ms ease;
}

.services-cta__panel:hover {
  border-color: rgba(7, 94, 232, 0.3);
  background:
    radial-gradient(circle at 87% 5%, rgba(40, 115, 235, 0.33), transparent 36%),
    rgba(216, 232, 255, 0.98);
  transform: translateY(-5px);
  box-shadow:
    0 38px 96px rgba(18, 65, 128, 0.22),
    0 0 0 3px rgba(7, 94, 232, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.services-cta__panel:active {
  transform: translateY(-1px) scale(0.995);
  transition-duration: 100ms;
}

.services-cta__panel:focus-visible {
  outline: 3px solid rgba(7, 94, 232, 0.35);
  outline-offset: 5px;
}

.services-cta__panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 380px;
  aspect-ratio: 1;
  right: -130px;
  bottom: -270px;
  border: 1px solid rgba(7, 94, 232, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(7, 94, 232, 0.035), 0 0 0 68px rgba(7, 94, 232, 0.025);
}

.services-cta__copy h2 {
  max-width: 900px;
  color: var(--services-ink);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.services-cta__copy p {
  max-width: 790px;
  margin-top: 10px;
  color: #69758a;
  font-size: 16px;
  line-height: 1.5;
}

body.services-page-body .home2-footer {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}

body.services-page-body .home2-footer-curve {
  background: transparent !important;
}

.services-motion-ready [data-services-reveal] {
  opacity: 0;
  transform: translateY(24px);
}

.services-motion-ready [data-services-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--service-order, 0) * 55ms + var(--services-reveal-delay, 0ms));
}

.services-motion-ready [data-services-delay="1"] {
  --services-reveal-delay: 100ms;
}

.services-motion-ready [data-services-delay="2"] {
  --services-reveal-delay: 180ms;
}

@media (prefers-reduced-motion: no-preference) {
  .services-hero-art img {
    animation: services-hero-art-float 8s ease-in-out infinite;
  }
}

@keyframes services-hero-art-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@media (min-width: 992px) {
  .services-hero__container {
    transform: translateY(clamp(-44px, -4vh, -24px));
  }
}

@media (min-width: 992px) and (max-height: 850px) {
  .services-hero {
    min-height: 0;
    padding-top: clamp(18px, 3vh, 28px);
    padding-bottom: 14px;
  }

  .services-hero__container {
    transform: translateY(-26px);
  }

  .services-hero__copy {
    padding: 10px 0 0;
  }

  .services-hero__copy > p {
    margin-top: 18px;
    line-height: 1.55;
  }

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

  .services-hero__actions {
    margin-top: 20px;
  }

  .services-hero-art {
    width: min(100%, 590px);
  }

  .services-principles {
    margin-top: 8px;
  }

  .services-principle {
    min-height: 76px;
    padding: 14px 22px;
  }
}

@media (max-width: 1199.98px) {
  .services-hero__container {
    grid-template-columns: minmax(0, 0.96fr) minmax(410px, 1.04fr);
    gap: 28px;
  }

  .services-hero h1 {
    font-size: clamp(46px, 5.4vw, 66px);
  }

  .services-card:nth-child(1) {
    grid-column: span 12;
  }

  .services-card:nth-child(2),
  .services-card:nth-child(n+3):nth-child(-n+6) {
    grid-column: span 6;
  }

  .services-card:nth-child(6) {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(190px, 0.72fr);
    min-height: 500px;
  }

  .services-card:nth-child(6) .services-card__visual {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .services-hero {
    height: auto;
    min-height: auto;
    padding-top: 62px;
  }

  .services-hero__container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .services-hero__copy {
    max-width: 720px;
    padding-bottom: 0;
  }

  .services-hero h1 {
    max-width: 680px;
    font-size: clamp(52px, 8vw, 72px);
  }

  .services-hero__visual {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .services-hero-art {
    margin: 0 auto;
    transform: none;
  }

  .services-principles {
    margin-top: 10px;
  }

  .services-principle {
    padding-inline: 18px;
  }

  .services-card:nth-child(1) {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(240px, 0.7fr);
    min-height: 610px;
  }

  .services-card:nth-child(1) .services-card__visual {
    border-top: 1px solid rgba(18, 66, 129, 0.08);
    border-left: 0;
  }

  .services-page__monogram {
    right: -0.14em;
    font-size: min(78vw, 620px);
  }
}

@media (max-width: 767.98px) {
  .services-page {
    background:
      radial-gradient(circle at 96% 6%, rgba(44, 113, 235, 0.12), transparent 18rem),
      linear-gradient(180deg, #fbfdff 0%, #f5f9ff 58%, #fbfdff 100%);
  }

  .services-hero {
    padding-top: 48px;
  }

  .services-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.01;
  }

  .services-hero__copy > p {
    margin-top: 20px;
    font-size: 17px;
  }

  .services-hero__signals {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-top: 18px;
  }

  .services-hero__actions {
    margin-top: 26px;
  }

  .services-button {
    min-height: 52px;
  }

  .services-hero-art {
    width: min(100%, 620px);
  }

  .services-principles {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .services-principle {
    min-height: 76px;
  }

  .services-principle + .services-principle {
    border-top: 1px solid rgba(13, 62, 127, 0.1);
    border-left: 0;
  }

  .services-catalog {
    padding-top: 82px;
  }

  .services-section-head {
    margin-bottom: 36px;
    text-align: left;
  }

  .services-section-head h2 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .services-section-head p {
    margin-left: 0;
  }

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

  .services-card,
  .services-card:nth-child(1),
  .services-card:nth-child(2),
  .services-card:nth-child(n+3):nth-child(-n+6),
  .services-card:nth-child(6) {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(260px, 0.82fr);
    min-height: 600px;
  }

  .services-card__content {
    min-height: 330px;
  }

  .services-card:nth-child(1) .services-card__visual,
  .services-card:nth-child(6) .services-card__visual {
    border-top: 1px solid rgba(18, 66, 129, 0.08);
    border-left: 0;
  }

  .services-card:nth-child(6) .services-card__visual {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .services-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .services-cta__panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .services-page__path--one,
  .services-page__path--two,
  .services-page__path--three {
    opacity: 0.7;
  }
}

@media (max-width: 479.98px) {
  .services-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .services-button {
    width: 100%;
  }

  .services-hero-art {
    width: calc(100% + 34px);
    margin-left: -17px;
  }

  .services-card__content {
    padding: 25px;
  }

  .services-card__tags li {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .services-motion-ready [data-services-reveal],
  .services-motion-ready [data-services-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .services-card,
  .services-button,
  .services-card__visual img {
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .services-button--secondary,
  .services-principles {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  .services-card,
  .services-principles,
  .services-cta__panel {
    border-color: #36516f;
  }

  .services-hero__copy > p,
  .services-card__content > p,
  .services-section-head p {
    color: #263b55;
  }
}
