/* Pivot'u farklı yapan detaylar — koyu zemin, solda anlatım, sağda 2x2 kart. */

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --grid: rgba(255, 255, 255, 0.055);
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 116px) 5vw;
  background: linear-gradient(160deg, #0a1830 0%, #071a33 55%, #0b2144 100%);
  color: #fff;
  font-family: var(--font-body, cc_iaGi07ZoIl_Inter, sans-serif);
}

/* Teknik çizim kâğıdı hissi: ince ızgara + ortadan kenarlara doğru sönen
   maske. Ölçülü tutuluyor — kartların arkasında doku, önünde gürültü değil. */
.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, var(--grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 40%, #000 25%, transparent 78%);
  mask-image: radial-gradient(120% 90% at 50% 40%, #000 25%, transparent 78%);
  pointer-events: none;
}

/* Her 4 karede bir daha belirgin ana çizgi — teknik çizim ölçeği gibi */
.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 224px 224px;
  -webkit-mask-image: radial-gradient(110% 85% at 50% 40%, #000 20%, transparent 72%);
  mask-image: radial-gradient(110% 85% at 50% 40%, #000 20%, transparent 72%);
  pointer-events: none;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
}

/* ---- Sol: anlatım ---- */
.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__head {
  min-width: 0;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__eyebrow {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-accent, #2563eb);
  color: #7ba3ec;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__title {
  display: block;
  max-width: 14ch;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__copy {
  display: block;
  max-width: 44ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.62;
}

/* ---- Sağ: 2x2 detay kartları ---- */
.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 520ms var(--ease), border-color 520ms var(--ease),
    background 520ms var(--ease);
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.075);
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  transition: transform 620ms var(--ease);
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__card:hover .pivot-feat__media img {
  transform: scale(1.04);
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 8px;
  border-radius: 7px;
  background: rgba(7, 26, 51, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__cap {
  padding: 16px 18px 20px;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__cap h3 {
  display: block;
  color: #fff;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__cap p {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13.5px;
  line-height: 1.5;
}

/* ---- Tablet / mobil ---- */
@media (max-width: 980px) {
  .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat {
    padding: 56px 4vw;
  }

  .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__title, .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__copy {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__card, .cc_iaGi07ZoIl_RbwZNqIEk4 .pivot-feat__media img {
    transition-duration: 1ms;
  }
}
