/* Paketler — sade premium sayfa */
body.sebs-pricing-page {
  padding-top: 4rem;
  background: #fafbfc;
  color: #0f172a;
}

body.sebs-pricing-page .premium-fx-orb {
  opacity: 0.22;
}

.pp-container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .pp-container {
    padding: 0 1.5rem;
  }
}

/* Hero */
.pp-hero {
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.pp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.pp-hero h1 {
  margin: 1.25rem 0 0.75rem;
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.pp-hero__lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #64748b;
}

.pp-hero__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.pp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pp-btn--primary {
  color: #fff;
  background: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}

.pp-btn--primary:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

.pp-btn--ghost {
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.pp-btn--ghost:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

/* Aşama özeti */
.pp-stages {
  padding: 0 0 2rem;
}

.pp-stages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 52rem;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .pp-stages__grid {
    grid-template-columns: 1fr;
    max-width: 20rem;
  }
}

.pp-stage {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8ecf1;
  text-align: center;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.pp-stage--featured {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

.pp-stage__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.pp-stage h3 {
  margin: 0.35rem 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.pp-stage p {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}

.pp-stage__price {
  display: block;
  margin-top: 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d4ed8;
}

/* Planlar */
.pp-plans {
  padding: 2.5rem 0 3rem;
}

.pp-section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.pp-section-head h2 {
  margin: 0 0 0.5rem;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #0f172a;
}

.pp-section-head p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

body.sebs-pricing-page .pricing-container {
  padding: 0;
  background: transparent;
}

body.sebs-pricing-page .pricing-container::before {
  display: none;
}

body.sebs-pricing-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 960px) {
  body.sebs-pricing-page .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}

body.sebs-pricing-page .pricing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.25rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  cursor: default;
  backdrop-filter: none;
  transform: none;
}

body.sebs-pricing-page .pricing-card::before {
  display: none;
}

body.sebs-pricing-page .pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: #d1d9e6;
}

body.sebs-pricing-page .pricing-card.featured {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.12);
}

body.sebs-pricing-page .pricing-featured-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
}

body.sebs-pricing-page .pricing-header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

body.sebs-pricing-page .pricing-level {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #475569;
  background: #f1f5f9;
  border: none;
}

body.sebs-pricing-page .pricing-card.featured .pricing-level {
  color: #fff;
  background: linear-gradient(135deg, #1e40af, #2563eb);
}

body.sebs-pricing-page .pricing-title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

body.sebs-pricing-page .pricing-price {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

body.sebs-pricing-page .pricing-period {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

body.sebs-pricing-page .pricing-subtitle {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}

body.sebs-pricing-page .pricing-flow {
  display: none;
}

body.sebs-pricing-page .pricing-features {
  flex: 1;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

body.sebs-pricing-page .pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #475569;
  background: transparent;
  border: none;
  border-radius: 0;
}

body.sebs-pricing-page .pricing-features li:hover {
  transform: none;
  background: transparent;
}

body.sebs-pricing-page .pricing-features li i {
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: #16a34a;
}

body.sebs-pricing-page .pricing-features li.disabled {
  opacity: 0.55;
}

body.sebs-pricing-page .pricing-features li.disabled i {
  color: #94a3b8;
}

body.sebs-pricing-page .btn-purchase {
  width: 100%;
  margin-top: auto;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: #0f172a;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
  box-shadow: none;
}

body.sebs-pricing-page .btn-purchase:hover:not(:disabled) {
  background: #1e293b;
}

body.sebs-pricing-page .pricing-card.featured .btn-purchase {
  background: linear-gradient(135deg, #1e40af, #2563eb);
}

body.sebs-pricing-page .btn-purchase:disabled {
  opacity: 0.65;
  cursor: default;
  background: #94a3b8;
}

body.sebs-pricing-page .access-info {
  margin-top: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  font-size: 0.78rem;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
  color: #15803d;
}

/* Karşılaştırma */
.pp-compare {
  padding: 0 0 3rem;
}

.pp-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .pp-compare__grid {
    grid-template-columns: 1fr;
  }
}

.pp-compare-card {
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8ecf1;
}

.pp-compare-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.pp-compare-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #64748b;
}

.pp-compare-card .pp-tag {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1d4ed8;
}

/* Erişim tablosu — kompakt */
.pp-access-table-wrap {
  max-width: 40rem;
  margin: 1.5rem auto 0;
  overflow-x: auto;
}

.pp-access-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.pp-access-table th,
.pp-access-table td {
  padding: 0.65rem 0.75rem;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}

.pp-access-table th:first-child,
.pp-access-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #334155;
}

.pp-access-table th {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.pp-chip-open {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #15803d;
  background: rgba(22, 163, 74, 0.1);
}

.pp-chip-locked {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  background: #f1f5f9;
}

/* Bilgi notu */
.pp-note {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.pp-note p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475569;
}

.pp-note strong {
  color: #1e293b;
}

/* Müfredat — gizli varsayılan */
.pp-mufredat {
  padding: 0 0 4rem;
}

.pp-mufredat details {
  max-width: 56rem;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #e8ecf1;
  background: #fff;
  overflow: hidden;
}

.pp-mufredat summary {
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  list-style: none;
}

.pp-mufredat summary::-webkit-details-marker {
  display: none;
}

.pp-mufredat summary::after {
  content: '+';
  float: right;
  font-weight: 400;
  color: #94a3b8;
}

.pp-mufredat details[open] summary::after {
  content: '−';
}

.pp-mufredat__body {
  padding: 0 1rem 1rem;
  border-top: 1px solid #f1f5f9;
}

.pp-mufredat__hint {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: #64748b;
}

.pp-mufredat__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
}

.pp-mufredat__link:hover {
  text-decoration: underline;
}

/* Gizli / kullanılmayan */
body.sebs-pricing-page .category-tabs,
body.sebs-pricing-page .journey-roadmap-wrap,
body.sebs-pricing-page .sebs-pricing-options-table,
body.sebs-pricing-page .access-info-section,
body.sebs-pricing-page .pricing-hero,
body.sebs-pricing-page .pricing-plans-section .pricing-plans-intro {
  display: none !important;
}

body.sebs-pricing-page .journey-reveal {
  opacity: 1;
  transform: none;
}

/* Modal & loading — korunur */
.loading-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
}

.loading-overlay.active {
  display: flex;
}

.purchase-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10010;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.purchase-modal {
  width: min(480px, 100%);
  max-height: min(calc(100dvh - 2rem), calc(100vh - 2rem));
  margin: auto 0;
  border-radius: 16px;
  border: 1px solid #e8ecf1;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.purchase-modal-head {
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
}

.purchase-modal-eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.purchase-modal-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.purchase-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.purchase-modal-close:hover {
  background: #f8fafc;
  color: #0f172a;
}

.purchase-modal-body {
  padding: 1.15rem 1.25rem 1rem;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.purchase-modal-summary {
  padding: 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e8ecf1;
}

.purchase-modal-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.purchase-modal-price__label {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.purchase-modal-price__amount {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1d4ed8;
}

.purchase-modal-summary__note {
  margin: 0.65rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #64748b;
}

.purchase-billing-notice {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  text-align: left;
}

.purchase-billing-notice__icon {
  flex-shrink: 0;
  color: #2563eb;
  font-size: 1rem;
  line-height: 1.4;
}

.purchase-billing-notice p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #334155;
}

.purchase-billing-options {
  margin: 0.85rem 0 0;
  padding: 0;
  border: none;
  text-align: left;
}

.purchase-billing-options__legend {
  padding: 0;
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #64748b;
}

.purchase-billing-option {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.purchase-billing-option + .purchase-billing-option {
  margin-top: 0.55rem;
}

.purchase-billing-option input[type="radio"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
  accent-color: #1d4ed8;
}

.purchase-billing-option__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.purchase-billing-option__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.purchase-billing-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.purchase-billing-option__icon--debit {
  background: #f0fdf4;
  color: #16a34a;
}

.purchase-billing-option__title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}

.purchase-billing-option__desc {
  font-size: 0.76rem;
  line-height: 1.5;
  color: #64748b;
}

.purchase-billing-option:hover {
  border-color: #cbd5e1;
  background: #fafbfc;
}

.purchase-billing-option.is-selected {
  border-color: #2563eb;
  background: #f8fbff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.purchase-modal--billing {
  max-width: 480px;
}

.purchase-modal-trust {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}

.purchase-modal-trust__logo {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 168px;
}

.purchase-modal-trust p {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #94a3b8;
}

.purchase-legal-consents {
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid #e8ecf1;
  background: #fafbfc;
  text-align: left;
}

.purchase-legal-consents label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.76rem;
  line-height: 1.5;
  color: #475569;
  cursor: pointer;
}

.purchase-legal-consents label + label {
  margin-top: 0.65rem;
}

.purchase-legal-consents input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #1d4ed8;
}

.purchase-legal-consents a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.purchase-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid #f1f5f9;
  background: #fff;
}

.btn-modal-cancel,
.btn-modal-confirm {
  border-radius: 10px;
  padding: 0.65rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.btn-modal-cancel {
  background: #fff;
  color: #475569;
  border-color: #e2e8f0;
}

.btn-modal-cancel:hover {
  background: #f8fafc;
}

.btn-modal-confirm {
  background: #0f172a;
  color: #fff;
}

.btn-modal-confirm:hover:not(:disabled) {
  background: #1e293b;
}

.btn-modal-confirm:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .purchase-modal-actions {
    flex-direction: column-reverse;
  }

  .purchase-modal-actions .btn-modal-cancel,
  .purchase-modal-actions .btn-modal-confirm {
    width: 100%;
  }
}

/* SEBS Yolu — kompakt modül haritası */
.pp-road {
  margin-top: 1.25rem;
}

.pp-road__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.pp-road__filters,
.pp-road__mode {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pp-road__chip {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.pp-road__chip:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.pp-road__chip.is-active {
  color: #fff;
  background: #0f172a;
  border-color: #0f172a;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.pp-road__canvas {
  position: relative;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.5rem 0 0.25rem;
}

.pp-road__curve {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4rem;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.55;
  z-index: 0;
}

.pp-road__stage {
  position: relative;
  z-index: 1;
}

.pp-road__stage + .pp-road__stage {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #e2e8f0;
}

.pp-road__stage-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.06), transparent);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.pp-road__stage--violet .pp-road__stage-head {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.06), transparent);
  border-color: rgba(124, 58, 237, 0.12);
}

.pp-road__stage--amber .pp-road__stage-head {
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.06), transparent);
  border-color: rgba(217, 119, 6, 0.12);
}

.pp-road__stage-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #6366f1);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  flex-shrink: 0;
}

.pp-road__stage--violet .pp-road__stage-dot {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.pp-road__stage--amber .pp-road__stage-dot {
  background: linear-gradient(135deg, #d97706, #f59e0b);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.pp-road__stage-text h4 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.pp-road__stage-text p {
  margin: 0.1rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1d4ed8;
}

.pp-road__path {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.pp-road__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
}

.pp-road__node {
  width: 12px;
  height: 12px;
  justify-self: center;
  border-radius: 999px;
  background: #fff;
  border: 3px solid #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
  z-index: 2;
}

.pp-road__gap {
  display: block;
}

.pp-road__card {
  max-width: 17.5rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pp-road__row--left .pp-road__card {
  justify-self: end;
}

.pp-road__row--right .pp-road__card {
  justify-self: start;
}

.pp-road__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
  border-color: #cbd5e1;
}

.pp-road__card.is-open {
  border-color: rgba(22, 163, 74, 0.35);
  background: linear-gradient(145deg, #fff, rgba(22, 163, 74, 0.04));
}

.pp-road__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.pp-road__card-title {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.pp-road__card-hours {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}

.pp-road__card-desc {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pp-road__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.4rem;
}

.pp-road__tag {
  padding: 0.12rem 0.4rem;
  border-radius: 4px;
  font-size: 0.62rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
}

.pp-road__card-btn {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.42rem 0.55rem;
  border: none;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: #0f172a;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pp-road__card-btn:hover:not(:disabled) {
  background: #1e293b;
}

.pp-road__card-btn:disabled {
  background: #94a3b8;
  cursor: default;
}

.pp-road__card.stage-ilk-adim .pp-road__card-btn:not(:disabled) {
  background: linear-gradient(135deg, #1e40af, #2563eb);
}

.pp-road__card.stage-yukselis .pp-road__card-btn:not(:disabled) {
  background: linear-gradient(135deg, #5b21b6, #7c3aed);
}

.pp-road__card.stage-zirve .pp-road__card-btn:not(:disabled) {
  background: linear-gradient(135deg, #b45309, #d97706);
}

@media (max-width: 640px) {
  .pp-road__curve {
    display: none;
  }

  .pp-road__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pp-road__node,
  .pp-road__gap {
    display: none;
  }

  .pp-road__row--left .pp-road__card,
  .pp-road__row--right .pp-road__card {
    justify-self: stretch;
    max-width: none;
  }

  .pp-road__path {
    padding-left: 0.65rem;
    border-left: 2px solid #e0e7ff;
  }
}

