.pd-page { padding: 0 0 84px; background: #fff; color: var(--color-ink-950); }
.pd-page * { box-sizing: border-box; }
.pd-page a { text-decoration: none; }

/* ── Bölüm giriş animasyonu ───────────────────────────────────────
   app.js global IntersectionObserver'ı görünür bölüme .is-visible ekler. */
.pd-page [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.pd-page [data-reveal].is-visible { opacity: 1; transform: none; }

/* ── Ortak buton ──────────────────────────────────────────────── */
.pd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; font-size: .85rem; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pd-btn svg { width: 15px; }
.pd-btn--primary { background: var(--color-brand); color: #fff; box-shadow: 0 10px 24px rgba(14,159,170,.3); }
.pd-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(14,159,170,.42); }
.pd-btn--ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); color: #fff; }
.pd-btn--ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }

/* ── Hero ─────────────────────────────────────────────────────── */
.pd-hero {
  position: relative;
  margin-bottom: clamp(40px, 4.4vw, 60px);
  padding: clamp(46px, 5.4vw, 74px) 0 clamp(44px, 4.8vw, 64px);
  overflow: hidden;
  background: linear-gradient(128deg, #06202f 0%, #0a3550 52%, #0b4a5c 100%);
  color: #fff;
  isolation: isolate;
}

/* Yavaşça dönen renk bulutları — arka planı canlı tutar */
.pd-hero__aurora {
  position: absolute;
  inset: -30%;
  z-index: 0;
  content: "";
  background:
    radial-gradient(38% 46% at 78% 28%, rgba(18, 193, 205, .42), transparent 62%),
    radial-gradient(34% 40% at 22% 78%, rgba(14, 159, 170, .30), transparent 64%),
    radial-gradient(30% 36% at 60% 88%, rgba(56, 122, 190, .26), transparent 66%);
  filter: blur(14px);
  animation: pd-aurora 22s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes pd-aurora {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-3%, 2%, 0) scale(1.08); }
  100% { transform: translate3d(3%, -2%, 0) scale(1.04); }
}

/* İnce teknik ızgara — "yazılım" hissi, dikkat dağıtmadan */
.pd-hero__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(120% 90% at 70% 15%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 90% at 70% 15%, #000 20%, transparent 78%);
  pointer-events: none;
}

.pd-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: clamp(28px, 4vw, 56px); }

.pd-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 7px 14px; border: 1px solid rgba(124, 226, 232, .35); border-radius: 999px; background: rgba(14, 159, 170, .16); color: #8ee6ec; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(4px); }
.pd-hero__eyebrow i { display: block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #35e0ea; box-shadow: 0 0 0 0 rgba(53, 224, 234, .7); animation: pd-pulse 2.4s ease-out infinite; }
@keyframes pd-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(53, 224, 234, .6); }
  70%  { box-shadow: 0 0 0 9px rgba(53, 224, 234, 0); }
  100% { box-shadow: 0 0 0 0 rgba(53, 224, 234, 0); }
}

.pd-hero__copy h1 { margin: 0; color: #fff; font-size: clamp(1.95rem, 3.3vw, 2.95rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) both; }
.pd-hero__copy > p { margin: 18px 0 0; color: #b9d0de; font-size: clamp(.95rem, 1.2vw, 1.05rem); line-height: 1.7; animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) .1s both; }
@keyframes pd-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.pd-hero__model { display: flex; align-items: flex-start; gap: 13px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .13); animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) .18s both; }
.pd-hero__model i { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 9px; background: rgba(14, 159, 170, .22); color: #7ee0e7; }
.pd-hero__model svg { width: 18px; }
.pd-hero__model span { display: grid; gap: 4px; color: #a9c3d4; font-size: .84rem; line-height: 1.6; }
.pd-hero__model b { color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.pd-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) .26s both; }

/* Sağ sütun: varsa ürün görseli, altında istatistikler. */
.pd-hero__side { display: grid; gap: 12px; }
.pd-hero__visual { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; background: rgba(255, 255, 255, .06); box-shadow: 0 24px 60px rgba(0, 0, 0, .35); animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) .22s both; }
.pd-hero__visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }

.pd-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pd-hero__stats article { padding: 20px 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; background: rgba(255, 255, 255, .06); text-align: center; backdrop-filter: blur(8px); animation: pd-rise .8s cubic-bezier(.2,.7,.2,1) both; transition: transform .25s ease, border-color .25s ease; }
.pd-hero__stats article:nth-child(1) { animation-delay: .3s; }
.pd-hero__stats article:nth-child(2) { animation-delay: .38s; }
.pd-hero__stats article:nth-child(3) { animation-delay: .46s; }
.pd-hero__stats article:hover { transform: translateY(-4px); border-color: rgba(124, 226, 232, .4); }
.pd-hero__stats b { display: block; color: #fff; font-size: 1.9rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.03em; line-height: 1; }
.pd-hero__stats span { display: block; margin-top: 8px; color: #9fbacc; font-size: .68rem; line-height: 1.35; }

/* ── Paket kartları ───────────────────────────────────────────── */
.pd-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; align-items: stretch; }
.pd-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  /* Üstteki 42px, "En kapsamlı" rozetine ayrılmış şerit. Rozet yalnız bir kartta
     olsa da boşluk TÜM kartlarda durur; aksi halde başlıklar hizasını kaybeder. */
  padding: 42px 22px 24px;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 32, 51, .045);
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
[data-reveal].is-visible .pd-plan { animation: pd-card-in .62s cubic-bezier(.2,.7,.2,1) both; animation-delay: calc(var(--i, 0) * 70ms); }
@keyframes pd-card-in { from { opacity: 0; transform: translateY(26px) scale(.985); } to { opacity: 1; transform: none; } }

.pd-plan:hover { border-color: rgba(16, 152, 162, .38); box-shadow: 0 18px 42px rgba(18, 32, 51, .1); }
.pd-plan--featured { border-color: rgba(14, 159, 170, .55); box-shadow: 0 18px 44px rgba(14, 159, 170, .16); }
.pd-plan--featured::before { position: absolute; top: 0; right: 0; left: 0; z-index: 2; height: 3px; content: ""; background: linear-gradient(90deg, #0e9faa, #12c1cd, #0e9faa); background-size: 200% 100%; animation: pd-sheen 3.4s linear infinite; }
@keyframes pd-sheen { from { background-position: 0 0; } to { background-position: 200% 0; } }
.pd-plan__flag { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 4px 10px; border-radius: 6px; background: var(--color-brand); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Başlık */
.pd-plan__head { display: flex; align-items: center; gap: 12px; }
.pd-plan__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid var(--color-line); border-radius: 11px; background: #f6fafb; color: var(--color-brand-strong); transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.pd-plan__icon svg { width: 21px; }
.pd-plan:hover .pd-plan__icon { transform: rotate(-4deg) scale(1.06); }
.pd-plan:not(.pd-plan--featured):hover .pd-plan__icon { border-color: rgba(14, 159, 170, .35); background: var(--color-brand-soft); }
.pd-plan--featured .pd-plan__icon,
.pd-plan--featured:hover .pd-plan__icon { border-color: transparent; background: linear-gradient(140deg, #0e9faa, #0b7f8b); color: #fff; box-shadow: 0 8px 18px rgba(14, 159, 170, .3); }
.pd-plan__tier { display: block; margin-bottom: 3px; color: var(--color-ink-400); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pd-plan__head h2 { margin: 0; font-size: 1.15rem; letter-spacing: -.02em; }

/* Fiyat — kartın görsel ağırlık merkezi */
.pd-plan__pricing { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--color-line); }
.pd-plan__cycle { display: none; animation: pd-price-in .35s cubic-bezier(.2,.7,.2,1); }
@keyframes pd-price-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.pd-page[data-billing="single"] .pd-plan__cycle[data-cycle="monthly"],
.pd-page[data-billing="monthly"] .pd-plan__cycle[data-cycle="monthly"],
.pd-page[data-billing="annual"] .pd-plan__cycle[data-cycle="annual"] { display: block; }
.pd-plan__price { display: flex; align-items: baseline; gap: 6px; }
.pd-plan__price strong { font-size: clamp(1.55rem, 2vw, 1.9rem); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
.pd-plan__price small { color: var(--color-ink-400); font-size: .76rem; font-weight: 600; }
.pd-plan__sub { margin: 6px 0 0; color: var(--color-ink-500); font-size: .76rem; line-height: 1.5; }

/* Kapsam özeti */
.pd-plan__counts { margin-top: 18px; border: 1px solid var(--color-line); border-radius: 10px; background: #fafcfd; }
.pd-plan__count { display: flex; align-items: center; gap: 9px; padding: 9px 12px; color: var(--color-ink-700); font-size: .76rem; }
.pd-plan__count + .pd-plan__count { border-top: 1px solid var(--color-line); }
.pd-plan__count svg { width: 13px; flex: 0 0 13px; color: var(--color-brand-strong); }
.pd-plan__count--optional svg { color: var(--color-ink-400); }
.pd-plan__count b { color: var(--color-ink-950); font-weight: 700; }

/* Kapsam listesi — esneyerek butonu hep en alta iter */
.pd-plan__delta { flex: 1; margin-top: 20px; }
.pd-plan__delta-head { display: flex; align-items: center; gap: 7px; margin-bottom: 11px; color: var(--color-ink-500); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pd-plan__delta-head svg { width: 12px; color: var(--color-brand); }
.pd-plan__delta ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pd-plan__delta li { position: relative; padding-left: 15px; color: var(--color-ink-700); font-size: .78rem; line-height: 1.45; }
.pd-plan__delta li::before { position: absolute; top: .5em; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: rgba(14, 159, 170, .5); }
.pd-plan__delta-more { color: var(--color-ink-400) !important; }
.pd-plan__delta-more::before { display: none; }

/* CTA — her kartta aynı hizada */
.pd-plan__cta { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; padding: 12px; border: 1px solid var(--color-line); border-radius: 9px; background: #fff; color: var(--color-ink-950); font-size: .82rem; font-weight: 700; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.pd-plan__cta svg { width: 15px; transition: transform .18s ease; }
.pd-plan__cta:hover { border-color: var(--color-brand); background: var(--color-brand); color: #fff; }
.pd-plan__cta:hover svg { transform: translateX(4px); }
.pd-plan--featured .pd-plan__cta { border-color: var(--color-brand); background: var(--color-brand); color: #fff; box-shadow: var(--shadow-btn); }
.pd-plan--featured .pd-plan__cta:hover { opacity: .92; }

/* ── Aylık / yıllık anahtarı ──────────────────────────────────── */
.pd-billing { display: inline-flex; flex: 0 0 auto; gap: 3px; padding: 4px; border: 1px solid var(--color-line); border-radius: 10px; background: #f4f8fa; }
.pd-billing button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 0; border-radius: 7px; background: none; color: var(--color-ink-500); font-family: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.pd-billing button:hover { color: var(--color-ink-900); }
.pd-billing button.is-active { background: #fff; color: var(--color-ink-950); box-shadow: 0 2px 8px rgba(18, 32, 51, .08); }
.pd-billing em { padding: 3px 7px; border-radius: 5px; background: var(--color-brand-soft); color: var(--color-brand-strong); font-size: .63rem; font-style: normal; font-weight: 800; letter-spacing: .02em; }

/* ── Bölüm başlıkları ─────────────────────────────────────────── */
.pd-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin: 72px 0 22px; padding-bottom: 16px; border-bottom: 1px solid var(--color-line); }
.pd-page .container > section:first-child .pd-section-head { margin-top: 0; }
.pd-section-head span { display: block; margin-bottom: 8px; color: var(--color-brand); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.pd-section-head h2 { margin: 0; font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -.03em; }
.pd-section-head > p { max-width: 52ch; margin: 0; color: var(--color-ink-500); font-size: .78rem; line-height: 1.6; text-align: right; }

/* ── Ekran görüntüleri ────────────────────────────────────────── */
.pd-gallery__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; }
.pd-shot { margin: 0; overflow: hidden; border: 1px solid var(--color-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(18, 32, 51, .04); transition: border-color .2s ease, box-shadow .2s ease; }
.pd-shot:hover { border-color: rgba(16, 152, 162, .3); box-shadow: 0 14px 32px rgba(18, 32, 51, .08); }
.pd-shot img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; background: #f6fafb; }
.pd-shot figcaption { padding: 11px 14px; border-top: 1px solid var(--color-line); color: var(--color-ink-600); font-size: .78rem; line-height: 1.5; }

/* ── Referanslar ──────────────────────────────────────────────────
   auto-FILL (auto-fit değil): tek referans varken kart sayfayı baştan sona
   germiyor, kolon genişliğinde kalıyor. Yüzlerce referansta da aynı ızgara
   düzenli şekilde satırlara bölünür. */
.pd-ref-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 14px; }
.pd-ref {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(18, 32, 51, .04);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.pd-ref:hover { transform: translateY(-3px); border-color: rgba(16, 152, 162, .34); box-shadow: 0 16px 36px rgba(18, 32, 51, .09); }

.pd-ref__head { display: flex; align-items: center; gap: 13px; min-width: 0; }
.pd-ref__mark { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 11px; background: linear-gradient(140deg, #0e9faa, #0b7f8b); color: #fff; font-size: .92rem; font-weight: 800; letter-spacing: .03em; box-shadow: 0 8px 18px rgba(14, 159, 170, .26); }
/* Gerçek logo yüklüyse monogram yerine o basılır; logo kırpılmadan sığdırılır. */
.pd-ref__logo { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 5px; border: 1px solid var(--color-line); border-radius: 11px; background: #fff; }
.pd-ref__logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.pd-ref__head > div { min-width: 0; }
.pd-ref__head h3 { margin: 0; overflow: hidden; font-size: 1rem; letter-spacing: -.02em; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.pd-ref__meta { margin: 3px 0 0; overflow: hidden; color: var(--color-ink-500); font-size: .745rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

.pd-ref__note { flex: 1; margin: 15px 0 0; padding-top: 15px; border-top: 1px solid var(--color-line); color: var(--color-ink-600); font-size: .815rem; line-height: 1.6; }

.pd-ref__tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; }
.pd-ref__plan, .pd-ref__since { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 6px; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.pd-ref__plan { background: var(--color-brand-soft); color: var(--color-brand-strong); }
.pd-ref__since { color: var(--color-ink-400); font-weight: 600; }
.pd-ref__site { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 5px 10px; border: 1px solid var(--color-line); border-radius: 6px; color: var(--color-brand-strong); font-size: .7rem; font-weight: 700; white-space: nowrap; transition: border-color .18s ease, background .18s ease; }
.pd-ref__site svg { width: 12px; flex: 0 0 12px; }
.pd-ref__site:hover { border-color: rgba(14, 159, 170, .4); background: var(--color-brand-soft); }

/* ── Karşılaştırma tablosu ────────────────────────────────────── */
.pd-table-wrap { overflow-x: auto; border: 1px solid var(--color-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(18, 32, 51, .04); }
.pd-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .82rem; }
.pd-table th, .pd-table td { padding: 13px 14px; text-align: center; white-space: nowrap; transition: background .16s ease; }
.pd-table thead th { position: sticky; top: 0; z-index: 2; border-bottom: 1px solid var(--color-line); background: #f6fafb; color: var(--color-ink-800); font-size: .78rem; font-weight: 700; }
.pd-table thead th.is-featured { background: #eaf7f8; color: var(--color-brand-strong); }
.pd-table tbody td { border-bottom: 1px solid #f0f4f7; }
.pd-table tbody tr:last-child td { border-bottom: 0; }
.pd-table tbody tr:hover td { background: #fbfdfe; }
.pd-table td.is-featured { background: rgba(14, 159, 170, .045); }
.pd-table tbody tr:hover td.is-featured { background: rgba(14, 159, 170, .075); }
/* Sütun vurgusu — JS imlecin bulunduğu sütuna .is-hot ekler */
.pd-table td.is-hot, .pd-table th.is-hot { background: rgba(14, 159, 170, .085); }
.pd-table th.is-hot { color: var(--color-brand-strong); }
/* `.pd-table td` (class+element) özgüllüğü `.pd-table__feature`'ı yendiği için
   sola hizalama td ile birlikte yazılmalı; aksi halde başlıklar ortalanır. */
.pd-table th.pd-table__feature,
.pd-table td.pd-table__feature {
  min-width: 320px;
  max-width: 420px;
  padding: 14px 20px;
  white-space: normal;
  text-align: left;
}
.pd-table td.pd-table__feature b { display: block; color: var(--color-ink-950); font-size: .86rem; font-weight: 650; line-height: 1.35; }
.pd-table td.pd-table__feature small { display: block; margin-top: 4px; color: var(--color-ink-500); font-size: .75rem; font-weight: 400; line-height: 1.55; }
.pd-table__group td { padding: 11px 20px; background: #f3f7fa !important; color: var(--color-ink-500); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.pd-table__limit { color: var(--color-ink-900); font-weight: 700; }

.pd-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 27px; padding: 0 9px; border-radius: 7px; font-size: .71rem; font-weight: 700; }
.pd-badge svg { width: 15px; }
.pd-badge--ok { background: var(--color-brand-soft); color: var(--color-brand-strong); }
.pd-badge--addon { background: #fff3df; color: #92630a; }
.pd-badge--soon { background: #eef1f6; color: var(--color-ink-500); }
.pd-badge--no { background: none; color: #c8d3dd; font-weight: 400; }

.pd-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 16px; color: var(--color-ink-500); font-size: .73rem; }
.pd-legend span { display: inline-flex; align-items: center; gap: 8px; }
.pd-legend i { font-style: normal; }

/* ── Özellik kartı ────────────────────────────────────────────────
   Ek özellikler bölümünde kullanılır; sayfadaki diğer kartlarla aynı dil. */
.pd-feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }

.pd-card {
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: 13px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.pd-card:hover { border-color: rgba(16, 152, 162, .3); box-shadow: 0 10px 26px rgba(18, 32, 51, .055); }
.pd-card h3 { margin: 0; color: var(--color-ink-950); font-size: .93rem; font-weight: 650; letter-spacing: -.01em; line-height: 1.35; }
.pd-card p { margin: 7px 0 0; color: var(--color-ink-500); font-size: .8rem; line-height: 1.6; }

.pd-addons__note { margin: 16px 0 0; color: var(--color-ink-400); font-size: .77rem; line-height: 1.6; }

/* ── Süreç adımları ───────────────────────────────────────────── */
.pd-step-list { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.pd-step-list li { position: relative; padding: 24px 20px; border: 1px solid var(--color-line); border-radius: 13px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
[data-reveal].is-visible .pd-step-list li { animation: pd-card-in .6s cubic-bezier(.2,.7,.2,1) both; animation-delay: calc(var(--i, 0) * 90ms); }
.pd-step-list li:hover { transform: translateY(-3px); border-color: rgba(16, 152, 162, .32); }
.pd-step__no { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 13px; border-radius: 9px; background: linear-gradient(140deg, #0e9faa, #0b7f8b); color: #fff; font-size: .82rem; font-weight: 800; }
.pd-step-list b { display: block; margin-bottom: 6px; font-size: .95rem; letter-spacing: -.01em; }
.pd-step-list small { display: block; color: var(--color-ink-500); font-size: .8rem; font-weight: 400; line-height: 1.6; }

/* ── SSS ──────────────────────────────────────────────────────── */
.pd-faq__list { border-top: 1px solid var(--color-line); }
.pd-faq details { border-bottom: 1px solid var(--color-line); }
.pd-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 4px; cursor: pointer; list-style: none; color: var(--color-ink-950); font-size: .94rem; font-weight: 650; transition: color .18s ease; }
.pd-faq summary:hover { color: var(--color-brand-strong); }
.pd-faq details[open] summary { color: var(--color-brand-strong); }
.pd-faq summary::-webkit-details-marker { display: none; }
.pd-faq summary b { color: var(--color-brand); font-size: 1.2rem; font-weight: 400; transition: transform .22s ease; }
.pd-faq details[open] summary b { transform: rotate(45deg); }
.pd-faq details p { max-width: none; margin: 0; padding: 0 4px 24px; color: var(--color-ink-600); font-size: .86rem; line-height: 1.8; }
.pd-faq details[open] p { animation: pd-rise .38s cubic-bezier(.2,.7,.2,1) both; }

/* ── Final CTA ────────────────────────────────────────────────── */
.pd-final { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 72px; padding: clamp(30px, 3.6vw, 44px); border-radius: 18px; overflow: hidden; background: linear-gradient(125deg, #06202f, #0b4457); color: #fff; }
.pd-final::before { position: absolute; top: -60%; right: -10%; width: 50%; height: 220%; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(14, 159, 170, .34), transparent 66%); animation: pd-aurora 18s ease-in-out infinite alternate; pointer-events: none; }
.pd-final > * { position: relative; z-index: 1; }
.pd-final h2 { margin: 0; color: #fff; font-size: clamp(1.3rem, 2vw, 1.65rem); letter-spacing: -.025em; line-height: 1.25; }
.pd-final p { max-width: 62ch; margin: 10px 0 0; color: #bcd2e0; font-size: .89rem; line-height: 1.65; }
.pd-final a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 9px; background: var(--color-brand); color: #fff; font-size: .86rem; font-weight: 700; box-shadow: 0 12px 28px rgba(14, 159, 170, .34); transition: transform .18s ease, box-shadow .18s ease; }
.pd-final a svg { width: 16px; }
.pd-final a:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(14, 159, 170, .46); }

/* ── Yapışkan alt çubuk ───────────────────────────────────────── */
.pd-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(7, 32, 47, .95);
  backdrop-filter: blur(10px);
  color: #fff;
  transform: translateY(105%);
  transition: transform .34s cubic-bezier(.2,.7,.2,1);
}
.pd-sticky.is-visible { transform: none; }
.pd-sticky .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pd-sticky__info { display: grid; gap: 2px; min-width: 0; }
.pd-sticky__info b { font-size: .92rem; font-weight: 700; }
.pd-sticky__info small { color: #9fbacc; font-size: .74rem; }
.pd-sticky__actions { display: flex; flex: 0 0 auto; gap: 9px; }
.pd-sticky .pd-btn { padding: 10px 18px; font-size: .8rem; }

@media (max-width: 980px) {
  .pd-hero__grid { grid-template-columns: 1fr; }
  .pd-section-head { display: block; }
  .pd-section-head > p { margin-top: 12px; text-align: left; }
  .pd-billing { margin-top: 16px; }
}
@media (max-width: 640px) {
  .pd-hero__stats { grid-template-columns: 1fr; }
  .pd-hero__stats article { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 16px; text-align: left; }
  .pd-hero__stats span { margin-top: 0; }
  .pd-hero__actions .pd-btn { flex: 1; }
  .pd-final { flex-direction: column; align-items: flex-start; }
  .pd-final a { width: 100%; justify-content: center; }
  .pd-sticky__info small { display: none; }
  .pd-sticky .pd-btn--ghost { display: none; }
}

/* Hareket azaltma tercihi — tüm süsleme durur, içerik tam görünür kalır. */
@media (prefers-reduced-motion: reduce) {
  .pd-page [data-reveal],
  .pd-page [data-reveal].is-visible { opacity: 1; transform: none; transition: none; }
  .pd-hero__aurora,
  .pd-plan--featured::before,
  .pd-hero__eyebrow i,
  .pd-final::before { animation: none !important; }
  .pd-hero__copy h1,
  .pd-hero__copy > p,
  .pd-hero__model,
  .pd-hero__actions,
  .pd-hero__stats article,
  .pd-hero__visual,
  [data-reveal].is-visible .pd-plan,
  [data-reveal].is-visible .pd-step-list li,
  .pd-faq details[open] p { animation: none !important; opacity: 1; transform: none; }
  .pd-sticky { transition: none; }
}
