/* ============================================================
 * home-platform-hero.css
 * Otomatik olarak home-platform.css dosyasından ayrıştırıldı.
 * Kaynak satırlar: L731 – L4294
 * ============================================================ */

.platform-hero {
  position: relative;
  --mesh-shift-x: 0px;
  --mesh-shift-y: 0px;
  min-height: 790px;
  padding: 82px 0 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fd 46%, #ffffff 100%);
}

.platform-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  filter: saturate(1.08);
  pointer-events: none;
  animation: mesh-breathe 18s ease-in-out infinite alternate;
}

.platform-hero::before,
.platform-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: -4;
  border-radius: 50%;
  filter: blur(26px);
  pointer-events: none;
}

.platform-hero::before {
  top: -10%;
  right: -8%;
  width: 52vw;
  height: 52vw;
  min-width: 640px;
  min-height: 640px;
  background: conic-gradient(from 160deg, rgba(90, 118, 255, .22), rgba(15, 153, 165, .2), rgba(245, 155, 69, .22), rgba(90, 118, 255, .16));
  animation: hero-aurora-drift-a 24s ease-in-out infinite alternate;
}

.platform-hero::after {
  left: 42%;
  bottom: 10%;
  width: 24vw;
  height: 24vw;
  min-width: 260px;
  min-height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 70%);
  animation: hero-aurora-drift-b 18s ease-in-out infinite alternate;
}

.mesh-orb {
  position: absolute;
  display: block;
  border-radius: 44% 56% 61% 39% / 45% 38% 62% 55%;
  filter: blur(5px);
  transform: rotate(-12deg);
  will-change: transform, opacity;
}

.mesh-orb--a {
  top: -45%;
  right: -9%;
  width: 840px;
  height: 850px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 8%, rgba(33, 185, 196, .72) 30%, rgba(79, 116, 255, .64) 56%, rgba(245, 155, 69, .9) 82%, rgba(255, 198, 92, .78));
  box-shadow: 0 0 160px rgba(56, 165, 206, .25);
  animation: orb-drift-a 22s ease-in-out infinite alternate;
}

.mesh-orb--b {
  top: -31%;
  right: 22%;
  width: 420px;
  height: 760px;
  opacity: .65;
  background: linear-gradient(180deg, rgba(23, 181, 188, .8), rgba(99, 91, 255, .58), rgba(255, 255, 255, 0));
  transform: rotate(32deg);
  animation: orb-drift-b 18s ease-in-out infinite alternate;
}

.mesh-orb--c {
  top: 32%;
  right: -7%;
  width: 600px;
  height: 430px;
  opacity: .72;
  background: linear-gradient(135deg, rgba(245, 155, 69, .12), rgba(245, 155, 69, .72), rgba(99, 91, 255, .5));
  transform: rotate(-28deg);
  animation: orb-drift-c 20s ease-in-out infinite alternate;
}

.mesh-orb--d {
  top: 8%;
  left: 43%;
  width: 420px;
  height: 420px;
  opacity: .26;
  background: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 72%);
  filter: blur(18px);
  animation: orb-pulse 12s ease-in-out infinite alternate;
}

.mesh-glass,
.mesh-halo {
  position: absolute;
  display: block;
}

.mesh-glass {
  border: 1px solid rgba(255, 255, 255, .5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .12);
  box-shadow:
    0 28px 58px rgba(76, 108, 156, .08),
    inset 0 1px 0 rgba(255, 255, 255, .54);
  backdrop-filter: blur(16px);
}

.mesh-glass--a {
  top: 18%;
  right: 30%;
  width: 220px;
  height: 220px;
  border-radius: 34px;
  transform: translate3d(calc(var(--mesh-shift-x) * -.18), calc(var(--mesh-shift-y) * -.18), 0) rotate(14deg);
  animation: glass-float-a 16s ease-in-out infinite alternate;
}

.mesh-glass--b {
  right: 9%;
  bottom: 11%;
  width: 290px;
  height: 168px;
  border-radius: 32px;
  transform: translate3d(calc(var(--mesh-shift-x) * .12), calc(var(--mesh-shift-y) * .2), 0) rotate(-12deg);
  animation: glass-float-b 20s ease-in-out infinite alternate;
}

.mesh-glass--c {
  left: 55%;
  bottom: 19%;
  width: 182px;
  height: 182px;
  border-radius: 40px;
  transform: translate3d(calc(var(--mesh-shift-x) * .08), calc(var(--mesh-shift-y) * -.14), 0) rotate(22deg);
  animation: glass-float-c 17s ease-in-out infinite alternate;
}

.mesh-halo {
  border-radius: 50%;
  filter: blur(32px);
}

.mesh-halo--a {
  top: 21%;
  right: 19%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0) 72%);
  transform: translate3d(calc(var(--mesh-shift-x) * -.1), calc(var(--mesh-shift-y) * -.08), 0);
  animation: halo-drift-a 14s ease-in-out infinite alternate;
}

.mesh-halo--b {
  left: 48%;
  bottom: 10%;
  width: 320px;
  height: 220px;
  background: radial-gradient(circle, rgba(111, 160, 255, .12), rgba(255, 255, 255, 0) 68%);
  transform: translate3d(calc(var(--mesh-shift-x) * .1), calc(var(--mesh-shift-y) * .12), 0);
  animation: halo-drift-b 18s ease-in-out infinite alternate;
}

.platform-grid {
  display: none;
}

@keyframes mesh-breathe {
  0% {
    filter: saturate(1.04) brightness(1);
  }

  100% {
    filter: saturate(1.12) brightness(1.03);
  }
}

@keyframes orb-drift-a {
  0% {
    transform: translate3d(0, 0, 0) rotate(-12deg) scale(1);
  }

  100% {
    transform: translate3d(-34px, 22px, 0) rotate(-7deg) scale(1.04);
  }
}

@keyframes orb-drift-b {
  0% {
    transform: translate3d(0, 0, 0) rotate(32deg) scale(1);
    opacity: .6;
  }

  100% {
    transform: translate3d(22px, -20px, 0) rotate(26deg) scale(1.06);
    opacity: .78;
  }
}

@keyframes orb-drift-c {
  0% {
    transform: translate3d(0, 0, 0) rotate(-28deg) scale(1);
  }

  100% {
    transform: translate3d(-18px, 24px, 0) rotate(-21deg) scale(1.05);
  }
}

@keyframes orb-pulse {
  0% {
    transform: scale(.96);
    opacity: .18;
  }

  100% {
    transform: scale(1.08);
    opacity: .34;
  }
}

@keyframes glass-float-a {
  0% {
    transform: translate3d(calc(var(--mesh-shift-x) * -.18), calc(var(--mesh-shift-y) * -.18), 0) rotate(14deg);
  }

  100% {
    transform: translate3d(calc(var(--mesh-shift-x) * -.18 - 16px), calc(var(--mesh-shift-y) * -.18 + 14px), 0) rotate(18deg);
  }
}

@keyframes glass-float-b {
  0% {
    transform: translate3d(calc(var(--mesh-shift-x) * .12), calc(var(--mesh-shift-y) * .2), 0) rotate(-12deg);
  }

  100% {
    transform: translate3d(calc(var(--mesh-shift-x) * .12 + 12px), calc(var(--mesh-shift-y) * .2 - 16px), 0) rotate(-8deg);
  }
}

@keyframes glass-float-c {
  0% {
    transform: translate3d(calc(var(--mesh-shift-x) * .08), calc(var(--mesh-shift-y) * -.14), 0) rotate(22deg);
  }

  100% {
    transform: translate3d(calc(var(--mesh-shift-x) * .08 - 10px), calc(var(--mesh-shift-y) * -.14 - 12px), 0) rotate(26deg);
  }
}

@keyframes halo-drift-a {
  0% {
    transform: translate3d(calc(var(--mesh-shift-x) * -.1), calc(var(--mesh-shift-y) * -.08), 0) scale(.96);
    opacity: .2;
  }

  100% {
    transform: translate3d(calc(var(--mesh-shift-x) * -.1 + 16px), calc(var(--mesh-shift-y) * -.08 - 14px), 0) scale(1.08);
    opacity: .42;
  }
}

@keyframes halo-drift-b {
  0% {
    transform: translate3d(calc(var(--mesh-shift-x) * .1), calc(var(--mesh-shift-y) * .12), 0) scale(.94);
    opacity: .18;
  }

  100% {
    transform: translate3d(calc(var(--mesh-shift-x) * .1 - 18px), calc(var(--mesh-shift-y) * .12 + 10px), 0) scale(1.05);
    opacity: .34;
  }
}

@keyframes grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 0 48px, 48px 0;
  }
}

@keyframes grid-sheen {
  0% {
    transform: translateX(-34%) rotate(8deg);
    opacity: .06;
  }

  45% {
    opacity: .24;
  }

  100% {
    transform: translateX(18%) rotate(8deg);
    opacity: .08;
  }
}

@keyframes hero-aurora-drift-a {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: .82;
  }

  100% {
    transform: translate3d(-36px, 24px, 0) rotate(18deg) scale(1.06);
    opacity: 1;
  }
}

@keyframes hero-aurora-drift-b {
  0% {
    transform: translate3d(0, 0, 0) scale(.92);
    opacity: .48;
  }

  100% {
    transform: translate3d(20px, -12px, 0) scale(1.08);
    opacity: .82;
  }
}

@media (prefers-reduced-motion: reduce) {

  .platform-hero__mesh,
  .mesh-orb,
  .mesh-glass,
  .mesh-halo,
  .platform-grid,
  .platform-grid::after {
    animation: none !important;
  }
}

.platform-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(510px, 1.13fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.platform-hero__copy {
  position: relative;
  z-index: 3;
  padding-bottom: 56px;
}

.platform-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(16, 38, 63, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #4b6076;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(17, 42, 70, .05);
}

.platform-hero__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a9b3;
  box-shadow: 0 0 0 6px rgba(22, 169, 179, .12);
}

.platform-hero h1 {
  max-width: 10.8ch;
  color: var(--platform-navy);
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  font-weight: 585;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.platform-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(105deg, #087f8a 0%, #3d72d9 44%, #635bff 70%, #d46f2c 110%);
  background-clip: text;
  -webkit-background-clip: text;
}

.platform-hero__copy>p {
  max-width: 54ch;
  margin-top: 22px;
  color: #5a6e82;
  font-size: clamp(.98rem, 1.2vw, 1.07rem);
  line-height: 1.78;
}

.platform-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-branch-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.hero-branch-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(214, 225, 235, .94);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 12%, transparent), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 254, .95)),
    #fff;
  box-shadow: 0 24px 60px rgba(21, 44, 72, .08);
  backdrop-filter: blur(12px);
  transition: transform var(--transition-ui), box-shadow var(--transition-ui), border-color var(--transition-ui);
}

.hero-branch-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 26%, #dce5ee);
  box-shadow: 0 30px 74px color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 12%, rgba(21, 44, 72, .12));
}

.hero-branch-card__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.hero-branch-card__index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(14, 159, 170, .1);
  color: #0e9faa;
  font-size: .72rem;
  font-weight: 700;
}

.hero-branch-card__top strong {
  color: #112d48;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-branch-card__pulse {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--hero-branch-accent, #0e9faa);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 28%, transparent);
  animation: hero-card-pulse 2.8s ease-in-out infinite;
}

.hero-branch-card__summary {
  color: #597084;
  font-size: .88rem;
  line-height: 1.68;
}

.hero-branch-card__visual {
  position: relative;
  min-height: 84px;
  margin-top: auto;
  border: 1px solid rgba(220, 229, 238, .82);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 24%, color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 14%, transparent), transparent 22%),
    linear-gradient(160deg, rgba(246, 250, 253, .96), rgba(239, 245, 250, .9));
  overflow: hidden;
  opacity: .9;
}

.hero-branch-card__beam,
.hero-branch-card__node {
  position: absolute;
}

.hero-branch-card__beam {
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 58%, #dce5ee), transparent);
}

.hero-branch-card__beam--a {
  inset: 36px 18px auto 18px;
}

.hero-branch-card__beam--b {
  inset: auto 44px 34px 44px;
}

.hero-branch-card__node {
  border-radius: 50%;
  background: var(--hero-branch-accent, #0e9faa);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 14%, transparent);
}

.hero-branch-card__node--core {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.hero-branch-card__node--a {
  left: 18%;
  top: 24%;
  width: 10px;
  height: 10px;
  animation: hero-card-node-a 6s ease-in-out infinite;
}

.hero-branch-card__node--b {
  right: 16%;
  top: 28%;
  width: 12px;
  height: 12px;
  animation: hero-card-node-b 5.6s ease-in-out infinite;
}

.hero-branch-card__node--c {
  left: 28%;
  bottom: 20%;
  width: 11px;
  height: 11px;
  animation: hero-card-node-c 6.8s ease-in-out infinite;
}

.hero-branch-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: #183650;
  font-size: .78rem;
  font-weight: 700;
}

.hero-branch-card__link::after {
  content: "â†’";
}

.hero-branch-card--yazilim-teknoloji {
  --hero-branch-accent: #0e9faa;
}

.hero-branch-card--arge-tesvik {
  --hero-branch-accent: #f28b3c;
}

.hero-branch-card--teknik-proje-danismanligi {
  --hero-branch-accent: #635bff;
}

.hero-branch-card--organizasyon-tanitim {
  --hero-branch-accent: #e34d8c;
}

@keyframes hero-card-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 22%, transparent);
    opacity: .84;
  }

  50% {
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--hero-branch-accent, #0e9faa) 0%, transparent);
    opacity: 1;
  }
}

@keyframes hero-card-node-a {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, 6px, 0);
  }
}

@keyframes hero-card-node-b {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-8px, 8px, 0);
  }
}

@keyframes hero-card-node-c {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(12px, -6px, 0);
  }
}

.platform-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 700;
  transition: transform var(--transition-ui), box-shadow var(--transition-ui), background-color var(--transition-ui);
}

.platform-btn:hover {
  transform: translateY(-2px);
}

.platform-btn--primary {
  background: linear-gradient(135deg, #0f99a5, #137caa);
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 137, 169, .26);
}

.platform-btn--primary:hover {
  color: #fff;
  box-shadow: 0 20px 40px rgba(17, 137, 169, .32);
}

.platform-btn--secondary {
  border-color: rgba(10, 37, 64, .12);
  background: rgba(255, 255, 255, .9);
  color: var(--platform-navy);
  backdrop-filter: blur(12px);
}

.platform-hero__visual {
  position: relative;
  min-width: 0;
  perspective: 1400px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shift-x: 0px;
  --shift-y: 0px;
}

.discipline-stage {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(248, 251, 254, .82)),
    rgba(255, 255, 255, .84);
  box-shadow: 0 34px 78px rgba(24, 54, 91, .12);
  backdrop-filter: blur(16px) saturate(1.15);
  transform: rotateY(calc(-3deg + var(--tilt-x))) rotateX(calc(1.4deg + var(--tilt-y)));
  transform-origin: center right;
  transition: transform 220ms cubic-bezier(.2, .7, .2, 1);
}

.discipline-stage__surface,
.discipline-stage__center,
.discipline-chip {
  position: relative;
  z-index: 2;
}

.discipline-stage__surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.discipline-stage__ring,
.discipline-stage__beam,
.discipline-stage__core-glow {
  position: absolute;
}

.discipline-stage__ring {
  left: 50%;
  top: 54%;
  border: 1px solid rgba(102, 123, 148, .14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.discipline-stage__ring--outer {
  width: 380px;
  height: 380px;
  animation: discipline-ring-spin 28s linear infinite;
}

.discipline-stage__ring--inner {
  width: 236px;
  height: 236px;
  animation: discipline-ring-spin-reverse 22s linear infinite;
}

.discipline-stage__beam {
  left: 50%;
  top: 54%;
  width: 1px;
  height: 220px;
  background: linear-gradient(180deg, rgba(14, 159, 170, .28), rgba(99, 91, 255, .12), transparent);
  transform-origin: top center;
}

.discipline-stage__beam--a {
  transform: translate(-50%, -50%) rotate(0deg);
}

.discipline-stage__beam--b {
  transform: translate(-50%, -50%) rotate(90deg);
}

.discipline-stage__beam--c {
  transform: translate(-50%, -50%) rotate(45deg);
}

.discipline-stage__beam--d {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.discipline-stage__header {
  max-width: 28ch;
  display: grid;
  gap: 8px;
}

.discipline-stage__eyebrow {
  color: #0e9faa;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.discipline-stage__header strong {
  color: #112d48;
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.discipline-stage__header p {
  color: #607387;
  font-size: .88rem;
  line-height: 1.68;
}

.discipline-stage__center {
  position: absolute;
  left: 50%;
  top: 54%;
  display: grid;
  gap: 8px;
  width: 224px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 22px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 24px 50px rgba(24, 54, 91, .08);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.discipline-stage__center small {
  color: #0e9faa;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.discipline-stage__center strong {
  color: #112d48;
  font-size: 1rem;
  line-height: 1.34;
}

.discipline-stage__center span {
  color: #6f8397;
  font-size: .76rem;
  line-height: 1.58;
}

.discipline-chip {
  position: absolute;
  display: grid;
  gap: 10px;
  width: 230px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(219, 228, 238, .96);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 46px rgba(24, 54, 91, .06);
  backdrop-filter: blur(12px);
  transition: transform var(--transition-ui), box-shadow var(--transition-ui), border-color var(--transition-ui);
}

.discipline-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(24, 54, 91, .1);
}

.discipline-chip span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--discipline-accent, #0e9faa) 12%, #eef6fb);
  color: var(--discipline-accent, #0e9faa);
  font-size: .72rem;
  font-weight: 700;
}

.discipline-chip strong {
  color: #16314c;
  font-size: .98rem;
  line-height: 1.35;
}

.discipline-chip p {
  color: #687d92;
  font-size: .8rem;
  line-height: 1.58;
}

.discipline-chip--software {
  --discipline-accent: #0e9faa;
  left: 12px;
  top: 146px;
}

.discipline-chip--grant {
  --discipline-accent: #f28b3c;
  right: 12px;
  top: 146px;
}

.discipline-chip--process {
  --discipline-accent: #635bff;
  left: 12px;
  bottom: 26px;
}

.discipline-chip--organization {
  --discipline-accent: #e34d8c;
  right: 12px;
  bottom: 26px;
}

@keyframes discipline-ring-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes discipline-ring-spin-reverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.service-stage {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(247, 250, 253, .88)),
    rgba(255, 255, 255, .88);
  box-shadow: 0 34px 78px rgba(24, 54, 91, .14);
  backdrop-filter: blur(16px) saturate(1.15);
  transform: rotateY(calc(-3deg + var(--tilt-x))) rotateX(calc(1.4deg + var(--tilt-y)));
  transform-origin: center right;
  transition: transform 220ms cubic-bezier(.2, .7, .2, 1);
}

.service-stage__header,
.service-stage__center,
.service-stage__grid {
  position: relative;
  z-index: 2;
}

.service-stage__header {
  max-width: 34ch;
  display: grid;
  gap: 10px;
}

.service-stage__eyebrow {
  color: #0e9faa;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-stage__header strong {
  color: #0f2c49;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 620;
  line-height: 1.14;
  letter-spacing: -.03em;
}

.service-stage__header p {
  color: #5c7085;
  font-size: .92rem;
  line-height: 1.72;
}

.service-stage__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.service-stage__ring,
.service-stage__core-glow {
  position: absolute;
  border-radius: 50%;
}

.service-stage__ring {
  left: 50%;
  top: 56%;
  border: 1px solid rgba(90, 116, 146, .16);
  transform: translate(-50%, -50%);
}

.service-stage__ring--outer {
  width: 390px;
  height: 390px;
  animation: service-ring-spin 28s linear infinite;
}

.service-stage__ring--inner {
  width: 248px;
  height: 248px;
  opacity: .74;
  animation: service-ring-spin-reverse 22s linear infinite;
}

.service-stage__core-glow {
  left: 50%;
  top: 56%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(103, 127, 255, .18), rgba(103, 127, 255, 0) 72%);
  filter: blur(10px);
  transform: translate(-50%, -50%);
  animation: service-core-breathe 7s ease-in-out infinite alternate;
}

.service-stage__center {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: 220px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 50px rgba(24, 54, 91, .1);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
}

.service-stage__center small {
  color: #0e9faa;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-stage__center strong {
  color: #102c49;
  font-size: 1rem;
  line-height: 1.35;
}

.service-stage__center span {
  color: #687d92;
  font-size: .76rem;
  line-height: 1.55;
}

.service-stage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.service-stage-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 164px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(214, 225, 235, .96);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 36px rgba(24, 54, 91, .05);
  transition: transform var(--transition-ui), box-shadow var(--transition-ui), border-color var(--transition-ui), background-color var(--transition-ui);
}

.service-stage-card:nth-child(1) {
  margin-right: 92px;
}

.service-stage-card:nth-child(2) {
  margin-left: 92px;
}

.service-stage-card:nth-child(3) {
  margin-right: 92px;
}

.service-stage-card:nth-child(4) {
  margin-left: 92px;
}

.service-stage-card.is-active,
.service-stage-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--service-stage-accent, #0e9faa) 30%, #dce5ee);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 254, .94));
  box-shadow: 0 24px 54px color-mix(in srgb, var(--service-stage-accent, #0e9faa) 12%, rgba(24, 54, 91, .1));
}

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

.service-stage-card__index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--service-stage-accent, #0e9faa) 12%, #eef6fb);
  color: var(--service-stage-accent, #0e9faa);
  font-size: .72rem;
  font-weight: 700;
}

.service-stage-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--service-stage-accent, #0e9faa);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--service-stage-accent, #0e9faa) 18%, transparent);
}

.service-stage-card.is-active .service-stage-card__dot {
  animation: service-dot-pulse 2.4s ease-in-out infinite;
}

.service-stage-card h3 {
  color: #132f4b;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
}

.service-stage-card p {
  color: #62778c;
  font-size: .82rem;
  line-height: 1.62;
}

.service-stage-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--service-stage-accent, #0e9faa);
  font-size: .77rem;
  font-weight: 700;
}

.service-stage-card a::after {
  content: "â†’";
}

.service-stage-card--yazilim-teknoloji {
  --service-stage-accent: #0e9faa;
}

.service-stage-card--arge-tesvik {
  --service-stage-accent: #f28b3c;
}

.service-stage-card--teknik-proje-danismanligi {
  --service-stage-accent: #635bff;
}

.service-stage-card--organizasyon-tanitim {
  --service-stage-accent: #e34d8c;
}

@keyframes service-ring-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes service-ring-spin-reverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes service-core-breathe {
  0% {
    transform: translate(-50%, -50%) scale(.96);
    opacity: .16;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: .28;
  }
}

@keyframes service-dot-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--service-stage-accent, #0e9faa) 18%, transparent);
  }

  50% {
    box-shadow: 0 0 0 9px color-mix(in srgb, var(--service-stage-accent, #0e9faa) 0%, transparent);
  }
}

.platform-console {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 34px 78px rgba(24, 54, 91, .16), inset 0 0 0 1px rgba(10, 37, 64, .05);
  backdrop-filter: blur(18px) saturate(1.15);
  transform: rotateY(calc(-3deg + var(--tilt-x))) rotateX(calc(1.4deg + var(--tilt-y)));
  transform-origin: center right;
  transition: transform 220ms cubic-bezier(.2, .7, .2, 1);
}

.platform-console__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(10, 37, 64, .09);
  color: #64758a;
  font-size: .66rem;
  letter-spacing: .08em;
}

.platform-console__topbar strong {
  color: #1a3855;
  font-size: .69rem;
}

.console-lights {
  display: flex;
  gap: 5px;
}

.console-lights i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dce5ee;
}

.console-lights i:first-child {
  background: #f59b45;
}

.console-lights i:nth-child(2) {
  background: #efc257;
}

.console-lights i:last-child {
  background: #17a9b3;
}

.console-live {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.console-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #20b77a;
  box-shadow: 0 0 0 4px rgba(32, 183, 122, .12);
}

.platform-console__body {
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 455px;
}

.platform-console__body--canvas {
  display: block;
  min-height: 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(248, 250, 253, .96), rgba(242, 246, 251, .9));
}

.console-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-right: 1px solid rgba(10, 37, 64, .08);
  background: rgba(245, 249, 253, .72);
}

.console-sidebar span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #8090a2;
  font-size: .62rem;
  font-weight: 700;
}

.console-sidebar span.is-active {
  background: #0a2540;
  color: #fff;
  box-shadow: 0 8px 16px rgba(10, 37, 64, .18);
}

.console-main {
  padding: 22px;
}

.workspace-canvas {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(12, 29, 49, .08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 18%, rgba(88, 106, 255, .12), transparent 22%),
    linear-gradient(180deg, #0c1c31 0%, #12253f 62%, #172f4f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 26px 60px rgba(18, 43, 71, .12);
}

.workspace-canvas__glow,
.workspace-canvas__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.workspace-canvas__glow--a {
  inset: auto auto -18% -12%;
  width: 54%;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 159, 170, .24), rgba(14, 159, 170, 0) 68%);
  filter: blur(24px);
  animation: canvas-glow-a 16s ease-in-out infinite alternate;
}

.workspace-canvas__glow--b {
  inset: 10% -12% auto auto;
  width: 42%;
  height: 36%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 91, 255, .22), rgba(99, 91, 255, 0) 68%);
  filter: blur(22px);
  animation: canvas-glow-b 18s ease-in-out infinite alternate;
}

.workspace-canvas__grid {
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 100%);
  animation: canvas-grid-shift 24s linear infinite;
}

.workspace-canvas__header,
.workspace-canvas__chips,
.workspace-canvas__code,
.workspace-canvas__overlays,
.workspace-canvas__logs {
  position: relative;
  z-index: 2;
}

.workspace-canvas__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 0;
}

.workspace-canvas__header div {
  display: grid;
  gap: 6px;
}

.workspace-canvas__header small {
  color: rgba(160, 181, 204, .78);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.workspace-canvas__header strong {
  color: #f4f8fc;
  font-size: 1.14rem;
  font-weight: 650;
  letter-spacing: -.02em;
}

.workspace-canvas__header>span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #8ea5bd;
  font-size: .62rem;
}

.workspace-canvas__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 24px 0;
}

.workspace-chip {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(10px);
}

.workspace-chip small {
  color: #7f97b0;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.workspace-chip strong {
  color: #f6f9fc;
  font-size: 1.36rem;
  font-weight: 650;
}

.workspace-chip span {
  color: #75e3c3;
  font-size: .67rem;
  font-weight: 600;
}

.workspace-canvas__code {
  width: calc(100% - 48px);
  margin: 18px 24px 0;
}

.workspace-canvas .console-terminal {
  border-color: rgba(255, 255, 255, .06);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(99, 91, 255, .14), transparent 34%),
    linear-gradient(180deg, rgba(7, 20, 36, .94), rgba(10, 23, 39, .98));
}

.workspace-canvas .console-terminal__body {
  min-height: 232px;
  gap: 12px;
  padding: 18px 18px 22px;
}

.workspace-canvas__overlays {
  position: absolute;
  inset: 154px 24px auto auto;
  display: grid;
  gap: 12px;
  width: 204px;
}

.workspace-note {
  display: grid;
  gap: 6px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 30px rgba(8, 19, 33, .16);
  backdrop-filter: blur(16px);
}

.workspace-note span {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.workspace-note strong {
  color: #f5f9fc;
  font-size: .86rem;
}

.workspace-note p {
  color: #b5c3d1;
  font-size: .68rem;
  line-height: 1.55;
}

.workspace-note--grant span {
  color: #f4a457;
}

.workspace-note--software span {
  color: #69d5de;
}

.workspace-canvas__logs {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.workspace-canvas__logs article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 62px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(12px);
}

.workspace-canvas__logs article div {
  display: grid;
  gap: 2px;
}

.workspace-canvas__logs article strong {
  color: #f0f6fb;
  font-size: .68rem;
}

.workspace-canvas__logs article small {
  color: #8ea5bd;
  font-size: .56rem;
}

.workspace-canvas__logs article b {
  color: #d6e3ef;
  font-size: .62rem;
}

@keyframes canvas-grid-shift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 0 46px, 46px 0;
  }
}

@keyframes canvas-glow-a {
  0% {
    transform: translate3d(0, 0, 0) scale(.96);
    opacity: .26;
  }

  100% {
    transform: translate3d(18px, -10px, 0) scale(1.08);
    opacity: .42;
  }
}

@keyframes canvas-glow-b {
  0% {
    transform: translate3d(0, 0, 0) scale(.94);
    opacity: .18;
  }

  100% {
    transform: translate3d(-16px, 14px, 0) scale(1.06);
    opacity: .34;
  }
}

.console-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.console-heading div {
  display: grid;
  gap: 4px;
}

.console-heading small,
.console-stream>span {
  color: #8291a3;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.console-heading strong {
  color: var(--platform-navy);
  font-size: 1rem;
}

.console-heading>span {
  padding: 5px 8px;
  border: 1px solid #dce5ee;
  border-radius: 7px;
  color: #718196;
  font-size: .62rem;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.console-metrics article {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid #e2e9f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
}

.console-metrics small {
  color: #8a99aa;
  font-size: .58rem;
  letter-spacing: .08em;
}

.console-metrics strong {
  color: #193650;
  font-size: 1.25rem;
}

.console-metrics em {
  color: #0d929d;
  font-size: .62rem;
  font-style: normal;
}

.console-workspace {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 12px;
  margin-top: 12px;
}

.console-terminal,
.console-stream {
  border: 1px solid #e1e9f1;
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
}

.console-terminal {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(99, 91, 255, .1), transparent 32%),
    linear-gradient(180deg, #091b31, #102845 72%, #15365a);
  border-color: rgba(113, 142, 176, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.console-terminal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #8ea5bd;
  font-size: .63rem;
}

.console-terminal__head b {
  color: #75e3c3;
}

.console-terminal__body {
  display: grid;
  gap: 10px;
  padding: 16px 14px 18px;
  font: 500 .72rem/1.8 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.console-terminal__line {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.console-terminal__prompt {
  color: #59718b;
  user-select: none;
}

.console-terminal__code {
  display: inline-block;
  min-height: 1.8em;
  color: #d8e6f4;
  white-space: pre-wrap;
  word-break: break-word;
}

.console-terminal__line.is-active .console-terminal__code::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.1em;
  margin-left: 3px;
  vertical-align: -2px;
  background: #7be4da;
  animation: terminal-caret 1s step-end infinite;
}

@keyframes terminal-caret {
  50% {
    opacity: 0;
  }
}

.console-stream {
  padding: 16px;
}

.console-stream>span {
  display: block;
  margin-bottom: 12px;
}

.console-stream article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
}

.console-stream article div {
  display: grid;
  gap: 2px;
}

.console-stream article strong {
  color: #294057;
  font-size: .66rem;
}

.console-stream article small {
  color: #8a99aa;
  font-size: .56rem;
}

.console-stream article b {
  color: #576b80;
  font-size: .63rem;
}

.stream-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.stream-dot--teal {
  background: #12a6af;
}

.stream-dot--orange {
  background: #f59b45;
}

.stream-dot--blue {
  background: #5d78e8;
}

.platform-float {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 50px rgba(20, 47, 79, .2);
  backdrop-filter: blur(18px);
}

.platform-float--grant {
  top: 78px;
  right: -16px;
  display: grid;
  gap: 6px;
  width: 196px;
  padding: 15px 16px;
  transform: translate3d(calc(var(--shift-x) * -.65), calc(var(--shift-y) * -.65), 0);
  transition: transform 260ms cubic-bezier(.2, .7, .2, 1);
}

.platform-float--grant>span {
  color: #d46f2c;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.platform-float--grant>strong {
  color: #193650;
  font-size: .78rem;
}

.platform-float--grant>div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.platform-float--grant>div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20b77a;
  box-shadow: 0 0 0 4px rgba(32, 183, 122, .12);
}

.platform-float--grant>div b {
  color: #6a7b8e;
  font-size: .59rem;
}

.platform-reference-band {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 0 10px;
  border-top: 1px solid rgba(10, 37, 64, .08);
}

.platform-reference-band__label {
  display: grid;
  gap: 8px;
}

.platform-reference-band__label span {
  color: #0a2540;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.platform-reference-band__label p {
  color: #6a7d90;
  font-size: .76rem;
  line-height: 1.6;
}

.platform-reference-band__rail {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: reference-marquee 34s linear infinite;
}

.platform-reference-band__viewport {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.platform-reference-band__viewport:hover .platform-reference-band__rail {
  animation-play-state: paused;
}

.platform-reference-band__group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.platform-reference-chip {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 156px;
  min-height: 72px;
  padding: 10px 18px;
  border: 1px solid #e4ebf2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 34px rgba(18, 43, 71, .05);
  text-align: center;
}

.platform-reference-chip img {
  max-width: 100%;
  max-height: 28px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: .76;
}

.platform-reference-chip strong {
  display: none;
  color: #52667b;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.platform-reference-chip.is-text-only strong {
  display: block;
}

@keyframes reference-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 10px));
  }
}

/* â”€â”€ Referanslar marquee (hero altÄ±) â”€â”€ */
.ref-marquee {
  position: relative;
  padding: 28px 0 36px;
  background: #fff;
  border-bottom: 1px solid #e8eef3;
}

.ref-marquee__head {
  margin-bottom: 22px;
}

.ref-marquee__intro {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ref-marquee__eyebrow {
  color: #087f8a;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ref-marquee__title {
  margin: 0;
  color: #0a2540;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.ref-marquee__link {
  flex-shrink: 0;
}

.ref-marquee__viewport {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  cursor: default;
}

.ref-marquee__viewport.is-paused .ref-marquee__chip img {
  filter: grayscale(0);
  opacity: 1;
}

.ref-marquee__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.ref-marquee__edge--left {
  left: 0;
  background: linear-gradient(90deg, #fff 25%, rgba(255, 255, 255, 0));
}

.ref-marquee__edge--right {
  right: 0;
  background: linear-gradient(270deg, #fff 25%, rgba(255, 255, 255, 0));
}

.ref-marquee__rail {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  will-change: transform;
}

.ref-marquee__group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ref-marquee__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 148px;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #e4ebf2;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10, 37, 64, .04);
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.ref-marquee__viewport:hover .ref-marquee__chip,
.ref-marquee__viewport:focus-within .ref-marquee__chip {
  border-color: #d4e8eb;
  box-shadow: 0 6px 20px rgba(10, 37, 64, .06);
}

.ref-marquee__chip img {
  max-width: 120px;
  max-height: 32px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
  transition: filter .3s ease, opacity .3s ease;
}

.ref-marquee__viewport:hover .ref-marquee__chip img,
.ref-marquee__viewport:focus-within .ref-marquee__chip img {
  filter: grayscale(0);
  opacity: 1;
}

.ref-marquee__chip-name {
  display: none;
  color: #425466;
  font-size: .82rem;
  font-weight: 650;
  text-align: center;
  line-height: 1.3;
}

.ref-marquee__chip.is-text-only .ref-marquee__chip-name {
  display: block;
}

@media (max-width: 820px) {
  .ref-marquee {
    padding: 22px 0 28px;
  }

  .ref-marquee__head {
    margin-bottom: 16px;
  }

  .ref-marquee__chip {
    min-width: 132px;
    height: 56px;
    padding: 0 16px;
  }

  .ref-marquee__edge {
    width: 40px;
  }
}

@media (max-width: 640px) {
  .ref-marquee__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ref-marquee__rail {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .ref-marquee__group[aria-hidden='true'] {
    display: none;
  }
}

.page-home .content-section {
  padding: clamp(78px, 9vw, 124px) 0;
  background: #fff;
}

.page-home .content-section+.content-section {
  border-top: 0;
}

.page-home .section-heading {
  align-items: start;
  margin-bottom: 52px;
}

.page-home .section-heading__kicker {
  color: var(--platform-purple);
}

.page-home .section-heading h2 {
  max-width: 15ch;
  font-size: clamp(1.65rem, 2.8vw, 2.4rem);
  font-weight: 570;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.page-home .section-heading__summary {
  padding-top: 8px;
  color: #53677d;
  font-size: 1.04rem;
}

.platform-solutions {
  position: relative;
}

.solutions-workbench {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.page-home .branch-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dce5ee;
}

.page-home .branch-tab {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 18px 12px;
  border: 0;
  border-bottom: 1px solid #dce5ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .branch-tab:hover {
  transform: none;
  background: rgba(246, 249, 252, .72);
  box-shadow: none;
}

.page-home .branch-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
}

.page-home .branch-tab.is-active {
  border-color: #dce5ee;
  background: linear-gradient(90deg, rgba(99, 91, 255, .075), transparent 92%);
  box-shadow: none;
}

.page-home .branch-tab.is-active::before {
  background: linear-gradient(180deg, #635bff, #12a6af);
}

.page-home .branch-tab__index {
  margin: 0;
  color: #8998a9;
  font-size: .62rem;
}

.page-home .branch-tab__label {
  color: #435970;
  font-size: .88rem;
}

.page-home .branch-tab.is-active .branch-tab__label {
  color: var(--platform-navy);
}

.branch-tab__arrow {
  color: #a1aebe;
  transition: transform var(--transition-ui), color var(--transition-ui);
}

.branch-tab.is-active .branch-tab__arrow {
  color: var(--platform-purple);
  transform: translateX(3px);
}

.page-home .branch-panel {
  min-height: 560px;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 34px;
  padding: 36px;
  border-color: rgba(214, 225, 235, .9);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(99, 91, 255, .11), transparent 38%),
    linear-gradient(145deg, #fbfdff, #f2f7fb);
  box-shadow: 0 26px 70px rgba(29, 61, 97, .1);
}

.page-home .branch-panel.is-active {
  animation: panel-enter 420ms cubic-bezier(.2, .75, .2, 1) both;
}

.page-home .branch-panel__copy {
  padding: 6px 0;
}

.page-home .branch-panel__eyebrow {
  color: var(--platform-purple);
}

.page-home .branch-panel h3 {
  max-width: 15ch;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 560;
  line-height: 1.07;
  letter-spacing: -.038em;
}

.page-home .branch-panel__description {
  color: #53677d;
  font-size: .96rem;
}

.branch-panel__highlights {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.branch-highlight {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e2e9f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.branch-highlight small {
  color: #8a99aa;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.branch-highlight p,
.branch-highlight li {
  color: #4f6479;
  font-size: .79rem;
  line-height: 1.65;
}

.branch-highlight ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.branch-highlight li {
  position: relative;
  padding-left: 14px;
}

.branch-highlight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--solution-accent, #635bff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--solution-accent, #635bff) 12%, transparent);
}

.page-home .branch-panel__link {
  margin-top: 22px;
  color: var(--platform-purple);
}

.branch-panel__visual {
  display: grid;
  align-items: center;
}

.solution-app {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 25px 50px rgba(34, 68, 105, .16), inset 0 0 0 1px rgba(10, 37, 64, .05);
  transform: rotateY(-3deg);
}

.solution-app__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid #e3eaf1;
  color: #74859a;
  font-size: .6rem;
}

.solution-app__bar>span {
  display: flex;
  gap: 4px;
}

.solution-app__bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6e0e9;
}

.solution-app__bar i:first-child {
  background: #f59b45;
}

.solution-app__bar i:last-child {
  background: #11a7b0;
}

.solution-app__bar strong {
  color: #29435c;
}

.solution-app__bar em {
  justify-self: end;
  color: var(--platform-purple);
  font-style: normal;
  font-weight: 700;
}

.solution-app__content {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 12px;
  min-height: 370px;
  padding: 16px;
}

.solution-app__metric,
.solution-app__list {
  padding: 18px;
  border: 1px solid #e4ebf2;
  border-radius: 12px;
  background: rgba(249, 251, 253, .82);
}

.solution-app__metric small,
.solution-app__list>small {
  color: #8998a9;
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.solution-app__metric strong {
  display: block;
  margin-top: 22px;
  color: #183650;
  font-size: 1.35rem;
  line-height: 1.15;
}

.solution-progress {
  position: relative;
  height: 96px;
  margin: 28px 0 16px;
  overflow: hidden;
  border-bottom: 1px solid #dce5ed;
  background-image: linear-gradient(#e9eff5 1px, transparent 1px);
  background-size: 100% 24px;
}

.solution-progress i {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 13px;
  height: 46px;
  border-top: 3px solid var(--solution-accent, #635bff);
  border-radius: 50%;
  transform: skewY(-10deg);
  box-shadow: 0 -14px 24px color-mix(in srgb, var(--solution-accent, #635bff) 20%, transparent);
}

.solution-app__metric>span,
.solution-app__metric>b,
.solution-app__metric>em {
  display: block;
  margin-top: 8px;
  color: #74859a;
  font-size: .61rem;
  font-style: normal;
  font-weight: 600;
}

.solution-app__metric>b {
  color: var(--solution-accent, #635bff);
}

.solution-app__list>small {
  display: block;
  margin-bottom: 14px;
}

.solution-app__list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid #e7edf3;
}

.solution-app__list article span {
  color: #96a3b2;
  font-size: .57rem;
  font-weight: 700;
}

.solution-app__list article strong {
  color: #40566d;
  font-size: .67rem;
  font-weight: 600;
}

.solution-app__list article i {
  width: 8px;
  height: 8px;
  border: 2px solid #cbd7e2;
  border-radius: 50%;
}

.solution-app__list article i.is-complete {
  border-color: var(--solution-accent, #635bff);
  background: var(--solution-accent, #635bff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--solution-accent, #635bff) 12%, transparent);
}

.branch-panel--yazilim-teknoloji {
  --solution-accent: #0e9faa;
}

.branch-panel--arge-tesvik {
  --solution-accent: #f28b3c;
}

.branch-panel--teknik-proje-danismanligi {
  --solution-accent: #635bff;
}

.branch-panel--organizasyon-tanitim {
  --solution-accent: #e34d8c;
}

.platform-use-cases {
  position: relative;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.use-case-card {
  --case-accent: #12a6af;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  gap: 18px;
  min-height: 360px;
  padding: 28px;
  border: 1px solid #dce5ee;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--case-accent) 14%, transparent), transparent 38%),
    linear-gradient(155deg, #fbfdff, #f4f8fc);
  box-shadow: 0 24px 56px rgba(29, 61, 97, .08);
}

.use-case-card__copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.use-case-card__eyebrow {
  color: var(--case-accent);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.use-case-card h3 {
  max-width: 14ch;
  color: #15324d;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.use-case-card p {
  color: #5a6e82;
  font-size: .92rem;
  line-height: 1.7;
}

.use-case-card__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.use-case-card__list li {
  position: relative;
  padding-left: 18px;
  color: #42576d;
  font-size: .82rem;
  line-height: 1.55;
}

.use-case-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--case-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--case-accent) 16%, transparent);
}

.use-case-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--case-accent);
  font-size: .82rem;
  font-weight: 700;
}

.use-case-card__visual {
  display: grid;
  place-items: center;
}

.use-case-orbit {
  position: relative;
  width: min(100%, 250px);
  aspect-ratio: 1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .95), rgba(240, 246, 251, .92) 52%, rgba(233, 240, 246, .65) 100%);
  box-shadow: inset 0 0 0 1px rgba(10, 37, 64, .05);
}

.use-case-orbit::before,
.use-case-orbit::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid color-mix(in srgb, var(--case-accent) 24%, #dce5ee);
  border-radius: 50%;
}

.use-case-orbit::after {
  inset: 28%;
  opacity: .75;
}

.use-case-orbit__label {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 1px solid color-mix(in srgb, var(--case-accent) 25%, #dce5ee);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  color: #193650;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--case-accent) 18%, transparent);
}

.use-case-orbit__node,
.use-case-orbit__beam {
  position: absolute;
}

.use-case-orbit__node {
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--case-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--case-accent) 14%, transparent);
}

.use-case-orbit__node--a {
  top: 16%;
  left: 22%;
}

.use-case-orbit__node--b {
  top: 24%;
  right: 16%;
}

.use-case-orbit__node--c {
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.use-case-orbit__beam {
  inset: 50% 12% auto 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--case-accent) 48%, #dce5ee), transparent);
  transform: translateY(-50%);
}

.use-case-card--teal {
  --case-accent: #0e9faa;
}

.use-case-card--blue {
  --case-accent: #4978e8;
}

.use-case-card--orange {
  --case-accent: #f28b3c;
}

.use-case-card--rose {
  --case-accent: #df4b88;
}

.infrastructure-section {
  position: relative;
  overflow: visible;
  background: #fff;
}

/* ============================================================
 * Teknik Altyapı — gerçek dağıtım katmanları (UI→APP→AI→DB→OPS),
 * bir istek yaşam döngüsünün gerçek sırasını izleyen "spec sheet".
 * Koyu lacivert panel, Duyurular/Projeler'in beyaz kart dilinden
 * bilinçli olarak ayrışıyor.
 * ============================================================ */

.infra-panel {
  position: relative;
  padding: 44px 40px;
  border-radius: 22px;
  background: radial-gradient(120% 160% at 100% -20%, #123a47 0%, #0a2540 45%, #081b30 100%);
  overflow: hidden;
}

.infra-panel::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(35% 50% at 90% 100%, rgba(14, 159, 170, .2), transparent 70%),
    radial-gradient(25% 35% at 5% 0%, rgba(184, 134, 11, .12), transparent 70%);
  pointer-events: none;
  animation: infra-glow-drift 10s ease-in-out infinite alternate;
}

@keyframes infra-glow-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-2%, 2%) scale(1.06); }
}

.infra-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(80% 80% at 50% 20%, #000, transparent 75%);
  pointer-events: none;
}

/* ── Nitelik şeridi ───────────────────────────────────────── */
.infra-panel__qualities {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.infra-quality {
  padding: 7px 14px;
  border: 1px solid rgba(94, 234, 212, .3);
  border-radius: 7px;
  background: rgba(14, 159, 170, .1);
  color: #5eead4;
  font-size: .78rem;
  font-weight: 700;
}

/* ── Katman yığını (imza öge) ─────────────────────────────── */
.infra-stack {
  position: relative;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.infra-stack::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(94, 234, 212, .35) 12%, rgba(94, 234, 212, .35) 88%, transparent);
}

.infra-layer {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 8px;
  border-radius: 12px;
  transition: background-color .2s ease;
}

.infra-layer:hover {
  background: rgba(255, 255, 255, .035);
}

.infra-layer__code {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 30px;
  border: 1px solid rgba(94, 234, 212, .35);
  border-radius: 7px;
  background: #0d3040;
  color: #5eead4;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.infra-layer__main {
  display: grid;
  gap: 6px;
  align-content: start;
  padding-top: 3px;
}

.infra-layer__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.infra-layer__name {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.infra-layer__tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.infra-layer__tech span {
  padding: 3px 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #cbd7e3;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .68rem;
  font-weight: 600;
}

.infra-layer__desc {
  margin: 0;
  max-width: 62ch;
  color: #a9bcce;
  font-size: .86rem;
  line-height: 1.62;
}

.infra-extras {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #7f93a6;
  font-size: .78rem;
}

/* ── İlkeler ──────────────────────────────────────────────── */
.infra-principles {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.infra-panel__subhead {
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.infra-principles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.infra-principles-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #a9bcce;
  font-size: .85rem;
  line-height: 1.55;
}

.infra-principles-list li svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: #eac25a;
}

@media (max-width: 900px) {
  .infra-panel { padding: 32px 22px; }
  .infra-principles-list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .infra-layer { grid-template-columns: 1fr; gap: 8px; }
  .infra-layer__code { width: auto; justify-self: start; padding: 3px 10px; height: auto; }
  .infra-stack::before { display: none; }
}

/* Giriş animasyonu — panel görünür olduğunda kademeli beliriş */
@keyframes infra-item-in {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

[data-reveal].is-visible .infra-quality { animation: infra-item-in .45s cubic-bezier(.2,.7,.2,1) both; }
[data-reveal].is-visible .infra-quality:nth-child(1) { animation-delay: .05s; }
[data-reveal].is-visible .infra-quality:nth-child(2) { animation-delay: .1s; }
[data-reveal].is-visible .infra-quality:nth-child(3) { animation-delay: .15s; }

[data-reveal].is-visible .infra-layer { animation: infra-item-in .55s cubic-bezier(.2,.7,.2,1) both; }
[data-reveal].is-visible .infra-layer:nth-child(1) { animation-delay: .2s; }
[data-reveal].is-visible .infra-layer:nth-child(2) { animation-delay: .28s; }
[data-reveal].is-visible .infra-layer:nth-child(3) { animation-delay: .36s; }
[data-reveal].is-visible .infra-layer:nth-child(4) { animation-delay: .44s; }
[data-reveal].is-visible .infra-layer:nth-child(5) { animation-delay: .52s; }

[data-reveal].is-visible .infra-principles-list li { animation: infra-item-in .5s cubic-bezier(.2,.7,.2,1) both; }
[data-reveal].is-visible .infra-principles-list li:nth-child(1) { animation-delay: .6s; }
[data-reveal].is-visible .infra-principles-list li:nth-child(2) { animation-delay: .66s; }
[data-reveal].is-visible .infra-principles-list li:nth-child(3) { animation-delay: .72s; }
[data-reveal].is-visible .infra-principles-list li:nth-child(4) { animation-delay: .78s; }

@media (prefers-reduced-motion: reduce) {
  .infra-panel::before { animation: none; }
  [data-reveal].is-visible .infra-quality,
  [data-reveal].is-visible .infra-layer,
  [data-reveal].is-visible .infra-principles-list li {
    animation: none !important;
  }
}

.backbone-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.backbone-metric {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid #e3ebf3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 37, 64, .05);
}

.backbone-metric strong {
  color: #0a2540;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 580;
  letter-spacing: -.04em;
}

.backbone-metric span {
  color: #73dce2;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.backbone-metric p {
  color: #607286;
  font-size: .84rem;
  line-height: 1.65;
}

.page-home .process-card {
  position: relative;
  min-height: 250px;
  border-color: #e3ebf3;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 37, 64, .05);
  backdrop-filter: none;
}

.page-home .process-card::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -16px;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(115, 220, 226, .7), rgba(115, 220, 226, 0));
}

.page-home .process-card:last-child::after {
  display: none;
}

.page-home .process-card__number {
  border-color: rgba(115, 220, 226, .24);
  color: #73dce2;
}

.page-home .process-card h3 {
  color: #17344f;
}

.page-home .process-card p {
  color: #607286;
}

/* â”€â”€â”€ Hero Dashboard Mock â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.hero-dash {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}

.hero-dash__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #edf2f7;
  background: #fafbfc;
  flex-shrink: 0;
}

.hero-dash__dots {
  display: flex;
  gap: 5px;
}

.hero-dash__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e2e8f0;
}

.hero-dash__dots i:nth-child(1) {
  background: #fca5a5;
}

.hero-dash__dots i:nth-child(2) {
  background: #fcd34d;
}

.hero-dash__dots i:nth-child(3) {
  background: #6ee7b7;
}

.hero-dash__name {
  flex: 1;
  text-align: center;
  color: #8898aa;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.hero-dash__live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #22c55e;
  font-size: .6rem;
  font-weight: 700;
}

.hero-dash__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
  animation: status-pulse 2.4s ease-in-out infinite;
}

.hero-dash__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #edf2f7;
  border-bottom: 1px solid #edf2f7;
  flex-shrink: 0;
}

.hero-dash__metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: #fff;
}

.hero-dash__metric small {
  color: #94a3b8;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-dash__metric strong {
  color: #0f2540;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
}

.hero-dash__metric em {
  color: #22c55e;
  font-style: normal;
  font-size: .58rem;
  font-weight: 700;
}

.hero-dash__list {
  display: flex;
  flex-direction: column;
  padding: 12px 14px;
  gap: 2px;
  flex: 1;
  overflow: hidden;
}

.hero-dash__item {
  display: grid;
  grid-template-columns: 32px 1fr 80px;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  transition: background-color .18s ease;
}

.hero-dash__item:hover {
  background: #f8fafc;
}

.hero-dash__badge {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .02em;
  flex-shrink: 0;
}

.hero-dash__badge--teal {
  background: rgba(14, 159, 170, .12);
  color: #0e9faa;
}

.hero-dash__badge--orange {
  background: rgba(242, 139, 60, .12);
  color: #f28b3c;
}

.hero-dash__badge--purple {
  background: rgba(99, 91, 255, .12);
  color: #635bff;
}

.hero-dash__badge--rose {
  background: rgba(223, 75, 136, .12);
  color: #df4b88;
}

.hero-dash__item div {
  min-width: 0;
}

.hero-dash__item strong {
  display: block;
  color: #1e3a52;
  font-size: .72rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-dash__item small {
  color: #94a3b8;
  font-size: .6rem;
}

.hero-dash__prog {
  height: 4px;
  background: #edf2f7;
  border-radius: 999px;
  overflow: hidden;
}

.hero-dash__prog span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #1098a2, #635bff);
}

.hero-dash__prog--full span {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

/* â”€â”€â”€ Pillars Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.pillars-section {
  padding-block: clamp(80px, 10vw, 130px);
  background: var(--page-bg);
}

.pillars-header {
  max-width: 720px;
  margin: 0 auto clamp(52px, 7vw, 88px);
  text-align: center;
  display: grid;
  gap: 18px;
}

.pillars-header__kicker {
  display: inline-block;
  color: var(--color-brand);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pillars-header__title {
  color: var(--color-ink-950);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.pillars-header__lead {
  max-width: 56ch;
  margin-inline: auto;
  color: var(--color-ink-600);
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  line-height: 1.7;
}

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

.pillar-card {
  --pillar-accent: #0e9faa;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 28px 28px;
  border: 1px solid #e8eef5;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform var(--transition-ui),
    box-shadow var(--transition-ui),
    border-color var(--transition-ui);
}

/* top accent bar */
.pillar-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--pillar-accent), color-mix(in srgb, var(--pillar-accent) 30%, transparent));
  opacity: .55;
  transition: opacity var(--transition-ui);
}

/* faded watermark number */
.pillar-card::after {
  content: attr(data-num);
  position: absolute;
  bottom: -10px;
  right: 16px;
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
  color: var(--pillar-accent);
  opacity: .04;
  pointer-events: none;
  user-select: none;
  transition: opacity var(--transition-ui);
}

.pillar-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--pillar-accent) 30%, #dce5ee);
  box-shadow: 0 24px 52px rgba(10, 37, 64, .1);
}

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

.pillar-card:hover::after {
  opacity: .07;
}

.pillar-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pillar-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--pillar-accent) 10%, #f8fafc);
  color: var(--pillar-accent);
  border: 1px solid color-mix(in srgb, var(--pillar-accent) 16%, #e8eef5);
  flex-shrink: 0;
}

.pillar-card__icon svg {
  width: 20px;
  height: 20px;
}

.pillar-card__index {
  color: var(--pillar-accent);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  opacity: .72;
  padding-top: 4px;
}

.pillar-card__body {
  display: grid;
  gap: 10px;
  flex: 1;
}

.pillar-card h3 {
  color: var(--color-ink-950);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.02em;
}

.pillar-card p {
  color: var(--color-ink-600);
  font-size: .86rem;
  line-height: 1.65;
}

.pillar-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pillar-card__tags li {
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--pillar-accent) 22%, #dce5ee);
  border-radius: 999px;
  color: var(--pillar-accent);
  font-size: .65rem;
  font-weight: 600;
  background: color-mix(in srgb, var(--pillar-accent) 6%, transparent);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.pillar-card__footer {
  padding-top: 16px;
  border-top: 1px solid #f0f4f8;
  margin-top: auto;
}

.pillar-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pillar-accent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: -.01em;
}

.pillar-card__cta svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-ui);
  flex-shrink: 0;
}

.pillar-card:hover .pillar-card__cta svg {
  transform: translateX(4px);
}

/* color variants */
.pillar-card--teal {
  --pillar-accent: #0e9faa;
}

.pillar-card--orange {
  --pillar-accent: #f28b3c;
}

.pillar-card--purple {
  --pillar-accent: #635bff;
}

.pillar-card--rose {
  --pillar-accent: #df4b88;
}

/* Pillars responsive */
@media (max-width: 1100px) {
  .pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pillars-section {
    padding-block: clamp(56px, 8vw, 80px);
  }

  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pillar-card {
    padding: 24px 22px 22px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }

  .pillar-card__head {
    flex: 0 0 100%;
  }

  .pillar-card__body {
    flex: 0 0 100%;
  }

  .pillar-card__tags {
    flex: 0 0 100%;
  }

  .pillar-card__footer {
    flex: 0 0 100%;
  }

  .pillar-card::after {
    display: none;
  }
}

