/* fiyatlandirma — SoT 7+9 (kart + başlık) sot246f */
.hero {
  padding: clamp(28px, 4vw, 48px) 0 clamp(20px, 3vw, 32px);
  background:
    radial-gradient(ellipse 48% 70% at 78% 38%, rgba(120, 150, 255, 0.2), transparent 68%),
    linear-gradient(180deg, #eef4fc 0%, #fff 100%);
}
.eyebrow--blue { color: var(--blue); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 24px; align-items: center; }
.hero__title { margin: 0 0 14px; font-size: clamp(30px, 3.8vw, 46px); line-height: 1.15; font-weight: 700; color: var(--navy); letter-spacing: -0.03em; }
.hero__title-accent {
  background: linear-gradient(90deg, #2f44d9 0%, #6d3bd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lead { margin: 0 0 20px; max-width: 48ch; color: var(--muted); font-size: clamp(14px, 1.1vw, 16px); line-height: 1.7; }
.hero-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hero-checks li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--navy-text); }
.hero-checks img { width: 22px; height: 22px; }
.hero__visual { position: relative; display: flex; justify-content: flex-end; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(120,155,255,0.35), transparent 70%); filter: blur(12px); }
.hero__visual img { position: relative; z-index: 1; width: 100%; max-width: 720px; }

/* Madde 4 — üst fiyat başlığı HEDEF / SoT 4.png */
.pricing {
  padding: clamp(28px, 3.8vw, 48px) 0 clamp(24px, 3.5vw, 40px);
  background: #fff;
}
.pricing__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: 28px;
  width: 100%;
}
.pricing__head > div {
  flex: 0 1 auto;
  min-width: 0;
}
.pricing__head .eyebrow--blue {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #5b6ef0;
}
.pricing__head h2 {
  margin: 0;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 800;
  color: #0a1468;
  max-width: none;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.pricing__head > p {
  margin: 0 0 0 auto;
  flex: 0 1 36rem;
  width: min(100%, 36rem);
  max-width: 36rem;
  color: #7a849f;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
  padding-top: 0;
}

.pricing__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.price-card {
  background: #fff;
  border: 1px solid #e7ecf6;
  border-radius: 14px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.045);
  min-width: 0;
}
.price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.price-card__top img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  flex-shrink: 0;
}
.tag {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  background: #eef1ff;
  color: #3b4fd9;
}
.tag--pazaryeri { background: #eef2ff; color: #2f44d9; }
.tag--nebim { background: #eef2f7; color: #475569; }
.tag--mobil { background: #eef2ff; color: #4338ca; }
.tag--analitik { background: #eef2ff; color: #4f46e5; }
.price-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0f1a4d;
  line-height: 1.3;
}
.price-card > p {
  margin: 0 0 12px;
  font-size: 12.5px;
  color: #8b93a7;
  line-height: 1.55;
  min-height: 0;
}
.checks { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 7px; }
.checks li {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #5c657a;
  line-height: 1.35;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("../../assets/common/check.png") center / contain no-repeat;
}
.price-card__price { margin-top: auto; }
.price-card__price strong {
  display: block;
  font-size: clamp(18px, 1.5vw, 22px);
  color: #3b59ff;
  font-weight: 700;
  line-height: 1.2;
}
.price-card__price span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #9aa3b5;
}
.price-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #eef1ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}
.price-card__cta:hover { background: #e4e8ff; }
.price-card__cta span { font-weight: 500; }
.btn--start {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  padding: 10px 12px; border-radius: 10px; background: var(--blue-btn); color: #fff; font-size: 13px; font-weight: 600;
}

/* Trust şeridi — chrome border yok; SSS kaldırıldı */
.page-fiyatlandirma .trust {
  background: #fff;
  border: 0;
  padding: 8px 0 32px;
  margin: 0;
}
.page-fiyatlandirma .trust__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  background: #f4f8fc;
  border-radius: 14px;
  padding: 18px 20px;
  border: 0;
}
.page-fiyatlandirma .trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-left: 1px solid #dde5f0;
  min-width: 0;
}
.page-fiyatlandirma .trust__item:first-child {
  border-left: 0;
  padding-left: 0;
}
.page-fiyatlandirma .trust__item:not(:first-child) {
  padding-left: clamp(16px, 1.6vw, 28px);
}
.page-fiyatlandirma .trust__item:not(:last-child) {
  padding-right: clamp(16px, 1.6vw, 28px);
}
.page-fiyatlandirma .trust__item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
.page-fiyatlandirma .trust__item > div {
  min-width: 0;
  flex: 1 1 auto;
}
.page-fiyatlandirma .trust__item strong {
  display: block;
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 700;
  color: #0a1468;
  margin-bottom: 2px;
  line-height: 1.25;
}
.page-fiyatlandirma .trust__item span {
  display: block;
  font-size: clamp(13px, 0.95vw, 14px);
  font-weight: 400;
  color: #8b93a7;
  line-height: 1.4;
}

/* Alt CTA — SoT 4.png gradient/font (chrome .cta__band; sayfa tonu) */
.page-fiyatlandirma .cta {
  background: #fff;
}
.page-fiyatlandirma .cta__band {
  background: linear-gradient(100deg, #06183f 0%, #16348f 42%, #3d2fb8 78%, #5a34c8 100%);
}
.page-fiyatlandirma .cta__copy h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.page-fiyatlandirma .cta__note {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1200px) {
  .pricing__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero__grid,
  .pricing__head { grid-template-columns: 1fr; }
  .pricing__grid { grid-template-columns: 1fr 1fr; }
  .pricing__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .pricing__head h2 { white-space: normal; }
  .pricing__head > p {
    text-align: left;
    max-width: none;
    width: 100%;
    flex: none;
    margin-left: 0;
  }
  .page-fiyatlandirma .trust__row { grid-template-columns: 1fr 1fr; }
  .page-fiyatlandirma .trust__item:nth-child(odd) { border-left: 0; }
}
@media (max-width: 600px) {
  .pricing__grid { grid-template-columns: 1fr; }
  .page-fiyatlandirma .trust__row { grid-template-columns: 1fr; }
  .page-fiyatlandirma .trust__item {
    border-left: 0;
    border-top: 1px solid #dde5f0;
  }
  .page-fiyatlandirma .trust__item:first-child { border-top: 0; }
}
