/*
 * Orbix Dijital service-page system.
 * Conversion-focused, responsive and deliberately independent of page-builder
 * markup so content stays editable through the native Orbix Dijital front editor.
 */

.orbix-service-page {
  overflow-x: clip;
  background: #fff;
}

.orbix-service-page .orbix-editable-content {
  overflow: visible;
}

.service-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(146px, 15vw, 190px) 0 clamp(82px, 10vw, 124px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 35%, rgba(99, 91, 255, .3), transparent 25%),
    radial-gradient(circle at 55% 0%, rgba(36, 99, 212, .25), transparent 34%),
    linear-gradient(145deg, #050b15 0%, #07111f 54%, #10152e 100%);
}

.service-hero::before {
  position: absolute;
  z-index: -1;
  top: -38%;
  right: -10%;
  width: min(72vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(141, 175, 255, .15);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(141, 175, 255, .035),
    0 0 0 180px rgba(117, 87, 232, .025);
  content: "";
}

.service-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, #000 62%, transparent);
  content: "";
}

.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(50px, 8vw, 112px);
  align-items: center;
}

.service-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.service-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .58);
  font-size: .75rem;
}

.service-hero .breadcrumb a {
  color: rgba(255, 255, 255, .8);
}

.service-hero .breadcrumb a::after {
  margin-left: 8px;
  color: rgba(255, 255, 255, .3);
  content: "/";
}

.service-hero .eyebrow {
  margin-bottom: 18px;
}

.service-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 4.125rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.064em;
  text-wrap: balance;
}

.service-hero__copy > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(236, 241, 250, .78);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.72;
}

.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 36px;
}

.service-quiet-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 700;
}

.service-quiet-link span {
  transition: transform 180ms ease;
}

.service-quiet-link:hover,
.service-quiet-link:focus-visible {
  color: #fff;
}

.service-quiet-link:hover span,
.service-quiet-link:focus-visible span {
  transform: translateY(3px);
}

.service-quiet-link--dark {
  color: #2463d4;
}

.service-quiet-link--dark:hover,
.service-quiet-link--dark:focus-visible {
  color: #07111f;
}

.service-hero__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-rows: auto auto;
  gap: 24px;
  align-content: center;
  padding: 28px 0;
}

.service-hero__mascot {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 560px;
  align-self: end;
  place-items: end center;
}

.service-hero__mascot::before,
.service-hero__mascot::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(141, 175, 255, .22);
  border-radius: 50%;
  content: "";
}

.service-hero__mascot::before {
  width: 92%;
  aspect-ratio: 1;
  transform: rotate(-14deg) scaleY(.55);
}

.service-hero__mascot::after {
  width: 70%;
  aspect-ratio: 1;
  border-color: rgba(169, 137, 255, .22);
  transform: rotate(24deg) scaleY(.62);
}

.service-hero__mascot-glow {
  position: absolute;
  z-index: -2;
  right: 4%;
  bottom: 5%;
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .68;
  background: radial-gradient(circle, rgba(80, 101, 255, .32), rgba(76, 54, 189, .12) 46%, transparent 72%);
  filter: blur(18px);
}

.service-hero__mascot img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 580px);
  height: auto;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, .34));
}

.service-hero__mascot picture {
  display: contents;
}

.service-orbit {
  position: absolute;
  border: 1px solid rgba(141, 175, 255, .3);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.service-orbit--one {
  width: 100%;
  aspect-ratio: 1.55;
}

.service-orbit--two {
  width: 75%;
  aspect-ratio: 1.3;
  border-color: rgba(117, 87, 232, .34);
  transform: rotate(38deg);
}

.service-orbit--one::after,
.service-orbit--two::after {
  position: absolute;
  top: 10%;
  left: 18%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8dafff;
  box-shadow: 0 0 0 9px rgba(141, 175, 255, .1), 0 0 28px #3478f6;
  content: "";
}

.service-orbit--two::after {
  top: auto;
  right: 10%;
  bottom: 12%;
  left: auto;
  width: 10px;
  height: 10px;
  background: #a989ff;
}

.service-signal-card {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(88%, 410px);
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  justify-self: start;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(22, 35, 61, .88), rgba(8, 14, 29, .68));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  backdrop-filter: blur(20px);
  transform: rotate(-3deg);
}

.service-signal-card span {
  color: #9ab9ff;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-signal-card strong {
  max-width: 300px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.18;
}

.service-signal-card i {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
}

.service-signal-card i::after {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3478f6, #8c5cff);
  content: "";
}

.service-metric-stack {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(92%, 410px);
  gap: 9px;
  justify-self: end;
}

.service-metric {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 58px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(8, 15, 29, .86);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.service-metric span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: #a9c2ff;
  background: rgba(52, 120, 246, .16);
  font-size: .64rem;
  font-style: normal;
  font-weight: 700;
}

.service-metric strong {
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
}

.service-anchor-nav {
  position: sticky;
  z-index: 80;
  top: 76px;
  border-bottom: 1px solid #e6e9ef;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 32px rgba(7, 17, 31, .045);
  backdrop-filter: blur(18px);
}

.admin-bar .service-anchor-nav {
  top: 108px;
}

.service-anchor-nav__inner {
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 66px;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.service-anchor-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: #475467;
  font-size: .74rem;
  font-weight: 700;
}

.service-anchor-nav a:hover,
.service-anchor-nav a:focus-visible {
  color: #07111f;
  background: #f0f4fb;
}

.service-anchor-nav .service-anchor-nav__cta {
  margin-left: auto;
  color: #fff;
  background: #07111f;
}

.service-anchor-nav .service-anchor-nav__cta:hover,
.service-anchor-nav .service-anchor-nav__cta:focus-visible {
  color: #fff;
  background: #2463d4;
}

.service-section {
  position: relative;
  padding: clamp(78px, 9vw, 126px) 0;
  scroll-margin-top: 150px;
}

.service-section--white {
  background: #fff;
}

.service-section--soft {
  background:
    radial-gradient(circle at 90% 10%, rgba(52, 120, 246, .06), transparent 26%),
    #f6f8fb;
}

.service-section--dark {
  color: #fff;
  background: #07111f;
}

.service-section__heading {
  max-width: 800px;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.service-section__heading h2 {
  margin: 12px 0 0;
  color: #07111f;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.service-section__heading > p,
.service-lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: #667085;
  font-size: 1rem;
  line-height: 1.75;
}

.service-section__heading--row {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
}

.service-section__heading--row > p {
  margin: 0;
}

.service-section__heading--dark h2 {
  color: #fff;
}

.service-section__heading--dark > p {
  color: rgba(236, 241, 250, .7);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .62fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.service-audience {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid #e3e8f0;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #f8faff);
  box-shadow: 0 22px 70px rgba(7, 17, 31, .07);
}

.service-card-label {
  display: block;
  margin-bottom: 20px;
  color: #2463d4;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.service-audience ul,
.service-overview-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-audience li,
.service-overview-card li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-size: .88rem;
  line-height: 1.6;
}

.service-audience li::before,
.service-overview-card li::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(36, 99, 212, .28);
  border-radius: 50%;
  background: radial-gradient(circle, #2463d4 0 3px, transparent 4px);
  content: "";
}

.service-section--channel-selector {
  background:
    radial-gradient(circle at 8% 12%, rgba(117, 87, 232, .08), transparent 25%),
    #fff;
}

.service-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-channel-card {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  padding: clamp(30px, 4.5vw, 52px);
  overflow: hidden;
  border: 1px solid #e0e6ef;
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 4%, rgba(52, 120, 246, .12), transparent 34%),
    linear-gradient(145deg, #fff, #f8faff);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-channel-card[data-service-channel="meta"] {
  background:
    radial-gradient(circle at 94% 4%, rgba(117, 87, 232, .14), transparent 34%),
    linear-gradient(145deg, #fff, #faf8ff);
}

.service-channel-card:hover {
  border-color: rgba(36, 99, 212, .3);
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(7, 17, 31, .09);
}

.service-channel-card__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.service-channel-card__top span {
  color: #2463d4;
  font-size: .7rem;
  font-weight: 700;
}

.service-channel-card__top strong {
  color: #667085;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.service-channel-card h3 {
  max-width: 520px;
  margin: 52px 0 16px;
  color: #07111f;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-channel-card > p {
  max-width: 610px;
  margin: 0 0 24px;
  color: #667085;
  font-size: .93rem;
  line-height: 1.72;
}

.service-channel-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.service-channel-card li {
  position: relative;
  padding-left: 27px;
  color: #344054;
  font-size: .86rem;
  line-height: 1.55;
}

.service-channel-card li::before {
  position: absolute;
  top: .46em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(36, 99, 212, .28);
  border-radius: 50%;
  background: radial-gradient(circle, #2463d4 0 3px, transparent 4px);
  content: "";
}

.service-channel-card > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #2463d4;
  font-size: .8rem;
  font-weight: 700;
}

.service-channel-card > a span {
  transition: transform 180ms ease;
}

.service-channel-card > a:hover span,
.service-channel-card > a:focus-visible span {
  transform: translateX(5px);
}

.service-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(14px, 3vw, 34px);
}

.service-outcome-card {
  min-height: 270px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid #e6e9ef;
  border-radius: 26px;
  background: #fff;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-outcome-card:hover {
  border-color: rgba(36, 99, 212, .3);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(7, 17, 31, .08);
}

.service-outcome-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #2463d4;
  background: #eef4ff;
  font-size: .68rem;
  font-weight: 700;
}

.service-outcome-card h3 {
  margin: 34px 0 12px;
  color: #07111f;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.18;
}

.service-outcome-card p {
  margin: 0;
  color: #667085;
  font-size: .9rem;
  line-height: 1.7;
}

.service-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-capability-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid #e0e6ef;
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
}

.service-capability-card::after {
  position: absolute;
  right: -56px;
  bottom: -74px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(52, 120, 246, .13);
  border-radius: 50%;
  content: "";
}

.service-capability-card__number {
  color: #2463d4;
  font-size: .72rem;
  font-weight: 700;
}

.service-capability-card h3 {
  max-width: 260px;
  margin: 62px 0 12px;
  color: #07111f;
  font-size: 1.25rem;
  line-height: 1.22;
}

.service-capability-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #667085;
  font-size: .88rem;
  line-height: 1.7;
}

.service-process {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
}

.service-process__item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.service-process__item > span {
  color: #8dafff;
  font-size: .72rem;
  font-weight: 700;
}

.service-process__item > div {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 100px);
}

.service-process__item h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  line-height: 1.15;
}

.service-process__item p {
  max-width: 670px;
  margin: 0;
  color: rgba(236, 241, 250, .68);
  font-size: .93rem;
  line-height: 1.72;
}

.service-process--light {
  border-color: #dfe5ee;
}

.service-process--light .service-process__item {
  border-color: #dfe5ee;
}

.service-process--light .service-process__item h3 {
  color: #07111f;
}

.service-process--light .service-process__item p {
  color: #667085;
}

.service-process--light .service-process__item > span {
  color: #2463d4;
}

.service-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .66fr) minmax(460px, 1fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.service-faq {
  display: grid;
  border-top: 1px solid #dce3ec;
}

.service-faq details {
  border-bottom: 1px solid #dce3ec;
}

.service-faq summary {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  min-height: 86px;
  padding: 20px 0;
  color: #07111f;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #d7dfeb;
  border-radius: 50%;
  color: #2463d4;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.service-faq details[open] summary span {
  color: #fff;
  background: #2463d4;
  transform: rotate(45deg);
}

.service-faq details > p {
  max-width: 760px;
  margin: -5px 54px 27px 0;
  color: #667085;
  font-size: .9rem;
  line-height: 1.75;
}

.service-section--cta {
  padding: clamp(44px, 4vw, 64px) 0 clamp(72px, 9vw, 112px);
  background: #fff;
}

.service-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: clamp(38px, 6vw, 76px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 22%, rgba(117, 87, 232, .4), transparent 28%),
    linear-gradient(135deg, #07111f, #111c37);
  box-shadow: 0 30px 80px rgba(7, 17, 31, .18);
}

.service-final-cta h2 {
  max-width: 780px;
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.service-final-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(236, 241, 250, .72);
}

/* Services overview */
.service-hero--overview h1 {
  font-size: clamp(2.7rem, 5vw, 4.125rem);
}

.service-system-map {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  place-content: center;
}

.service-system-map::before,
.service-system-map::after {
  position: absolute;
  z-index: -1;
  inset: 10%;
  border: 1px solid rgba(141, 175, 255, .18);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.service-system-map::after {
  inset: 22%;
  border-color: rgba(117, 87, 232, .25);
  transform: rotate(32deg);
}

.service-system-map__core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 142px;
  height: 142px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: linear-gradient(145deg, #3478f6, #6f52df);
  box-shadow: 0 25px 70px rgba(41, 85, 218, .38);
  text-align: center;
  transform: translate(-50%, -50%);
}

.service-system-map__core span {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.service-system-map__core strong {
  font-size: 1.1rem;
}

.service-system-map > a {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 136px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  color: rgba(255, 255, 255, .9);
  background: rgba(7, 17, 31, .68);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
  backdrop-filter: blur(14px);
  font-size: .85rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-system-map > a:hover,
.service-system-map > a:focus-visible {
  color: #fff;
  border-color: rgba(141, 175, 255, .5);
  transform: translateY(-4px);
}

.service-system-map > a span {
  margin-bottom: auto;
  color: #9ab9ff;
  font-size: .62rem;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-overview-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(30px, 4.5vw, 52px);
  overflow: hidden;
  border: 1px solid #e0e6ef;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(52, 120, 246, .09), transparent 34%),
    #fff;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-overview-card:hover {
  border-color: rgba(36, 99, 212, .3);
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(7, 17, 31, .09);
}

.service-overview-card[data-service-card="geo-ai-arama-gorunurlugu"] {
  min-height: 440px;
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 88% 18%, rgba(140, 92, 255, .14), transparent 28%),
    radial-gradient(circle at 62% 100%, rgba(52, 120, 246, .1), transparent 34%),
    #fff;
}

.service-overview-card[data-service-card="geo-ai-arama-gorunurlugu"] h2,
.service-overview-card[data-service-card="geo-ai-arama-gorunurlugu"] > p {
  max-width: 820px;
}

.service-overview-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-overview-card__top span {
  color: #2463d4;
  font-size: .7rem;
  font-weight: 700;
}

.service-overview-card__top i {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(36, 99, 212, .2);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #2463d4 0 4px, transparent 5px),
    linear-gradient(45deg, transparent 47%, rgba(36, 99, 212, .28) 48% 52%, transparent 53%);
}

.service-overview-card h2 {
  max-width: 520px;
  margin: 52px 0 16px;
  color: #07111f;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-overview-card > p {
  max-width: 620px;
  margin: 0 0 26px;
  color: #667085;
  font-size: .93rem;
  line-height: 1.72;
}

.service-overview-card ul {
  margin-bottom: 32px;
}

.service-overview-card > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #2463d4;
  font-size: .8rem;
  font-weight: 700;
}

.service-overview-card > a span {
  transition: transform 180ms ease;
}

.service-overview-card > a:hover span,
.service-overview-card > a:focus-visible span {
  transform: translateX(5px);
}

.service-loop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .12);
}

.service-loop > div {
  min-height: 280px;
  padding: 32px 28px;
  background: #0b1727;
}

.service-loop span {
  display: block;
  color: #8dafff;
  font-size: .68rem;
  font-weight: 700;
}

.service-loop strong {
  display: block;
  margin: 78px 0 14px;
  color: #fff;
  font-size: 1.16rem;
}

.service-loop p {
  margin: 0;
  color: rgba(236, 241, 250, .64);
  font-size: .84rem;
  line-height: 1.65;
}

/* Fail-safe: front-editor controls must never be visible to visitors. */
body:not(.logged-in) [data-orbix-create-project],
body:not(.logged-in) .portfolio-button--add,
body:not(.logged-in) .orbix-front-editor,
body:not(.logged-in) [data-orbix-editor-toolbar] {
  display: none !important;
}

@media (max-width: 1040px) {
  .service-anchor-nav {
    top: 70px;
  }

  .admin-bar .service-anchor-nav {
    top: 102px;
  }

  .service-hero__grid {
    grid-template-columns: 1fr;
  }

  .service-hero__copy {
    max-width: 820px;
  }

  .service-hero__visual,
  .service-system-map,
  .service-hero__mascot {
    width: min(100%, 680px);
    min-height: 460px;
    margin-inline: auto;
  }

  .service-intro-grid,
  .service-faq-layout {
    grid-template-columns: 1fr;
  }

  .service-audience,
  .service-faq {
    max-width: 760px;
  }

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

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

@media (max-width: 760px) {
  .service-hero {
    min-height: auto;
    padding: 126px 0 72px;
  }

  .service-hero::before {
    top: -12%;
    right: -62%;
    width: 130vw;
  }

  .service-hero h1,
  .service-hero--overview h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 1.01;
  }

  .service-hero__copy > p {
    font-size: .98rem;
  }

  .service-hero__visual {
    min-height: 420px;
    gap: 20px;
    padding: 18px 0;
  }

  .service-hero__mascot {
    width: min(100%, 580px);
    min-height: 470px;
    margin-top: 10px;
  }

  .service-hero__mascot img {
    width: min(100%, 500px);
    max-height: 520px;
  }

  .service-signal-card {
    width: 88%;
    min-height: 160px;
    padding: 27px;
  }

  .service-metric-stack {
    width: 88%;
  }

  .service-anchor-nav__inner {
    width: 100%;
    min-height: 58px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-anchor-nav .service-anchor-nav__cta {
    margin-left: 0;
  }

  .service-section {
    padding: 72px 0;
    scroll-margin-top: 130px;
  }

  .service-section__heading--row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-section__heading h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .service-outcome-grid,
  .service-capability-grid,
  .service-channel-grid,
  .service-overview-grid {
    grid-template-columns: 1fr;
  }

  .service-outcome-card,
  .service-capability-card {
    min-height: 230px;
  }

  .service-capability-card h3 {
    margin-top: 44px;
  }

  .service-process__item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .service-process__item > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-faq summary {
    min-height: 78px;
    font-size: .88rem;
  }

  .service-final-cta {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .service-final-cta .button {
    width: fit-content;
  }

  .service-system-map {
    min-height: 430px;
  }

  .service-system-map__core {
    width: 116px;
    height: 116px;
  }

  .service-system-map > a {
    min-height: 122px;
    padding: 18px;
    font-size: .72rem;
  }

  .service-overview-card {
    min-height: 470px;
  }

  .service-overview-card[data-service-card="geo-ai-arama-gorunurlugu"] {
    min-height: 470px;
    grid-column: auto;
  }

  .service-loop {
    grid-template-columns: 1fr;
  }

  .service-loop > div {
    min-height: 220px;
  }

  .service-loop strong {
    margin-top: 54px;
  }
}

@media (max-width: 480px) {
  .service-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-hero__visual {
    min-height: 390px;
  }

  .service-hero__mascot {
    min-height: 390px;
    margin-top: 4px;
  }

  .service-hero__mascot img {
    width: 112%;
    max-width: none;
    max-height: 430px;
  }

  .service-hero__mascot::before {
    width: 108%;
  }

  .service-signal-card {
    width: 94%;
  }

  .service-metric-stack {
    width: 94%;
  }

  .service-metric {
    min-height: 52px;
  }

  .service-audience {
    padding: 25px 22px;
    border-radius: 22px;
  }

  .service-outcome-card,
  .service-capability-card,
  .service-channel-card,
  .service-overview-card {
    padding: 26px 23px;
    border-radius: 22px;
  }

  .service-faq details > p {
    margin-right: 0;
  }

  .service-final-cta {
    padding: 32px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-outcome-card,
  .service-channel-card,
  .service-overview-card,
  .service-system-map > a,
  .service-quiet-link span,
  .service-faq summary span {
    transition: none;
  }
}
