:root {
  --sebs-premium-ink: #0f172a;
  --sebs-premium-blue: #1d4ed8;
  --sebs-premium-violet: #7c3aed;
  --sebs-premium-emerald: #059669;
}

body.sebs-premium-page {
  position: relative;
  background-image:
    radial-gradient(ellipse at top left, rgba(37, 99, 235, 0.08), transparent 45%),
    radial-gradient(ellipse at bottom right, rgba(124, 58, 237, 0.08), transparent 48%);
}

body.sebs-premium-page .premium-fx-orb {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 9999px;
  filter: blur(65px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  transition: transform 0.25s ease-out;
}

body.sebs-premium-page .premium-fx-orb--a {
  top: -8rem;
  left: -7rem;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.42), rgba(37, 99, 235, 0.02));
}

body.sebs-premium-page .premium-fx-orb--b {
  right: -8rem;
  bottom: -7rem;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.36), rgba(124, 58, 237, 0.03));
}

body.sebs-premium-page main,
body.sebs-premium-page .main-content,
body.sebs-premium-page .pricing-container,
body.sebs-premium-page .simulations-grid-section {
  position: relative;
  z-index: 1;
}

body.sebs-premium-page .pricing-card,
body.sebs-premium-page .simulation-card-detailed,
body.sebs-premium-page .sebs-visual-card,
body.sebs-premium-page .card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

body.sebs-premium-page .pricing-card:hover,
body.sebs-premium-page .simulation-card-detailed:hover,
body.sebs-premium-page .sebs-visual-card:hover,
body.sebs-premium-page .card:hover {
  box-shadow: 0 22px 45px -24px rgba(15, 23, 42, 0.45);
}

.sebs-yolu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #334155;
}

.sebs-yolu-compare {
  margin: 1.5rem auto 0;
  max-width: 1100px;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #ffffff;
  box-shadow: 0 12px 26px -20px rgba(15, 23, 42, 0.3);
  overflow: hidden;
}

.sebs-yolu-compare table {
  width: 100%;
  border-collapse: collapse;
  color: #334155;
}

.sebs-yolu-compare th,
.sebs-yolu-compare td {
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: 0.92rem;
}

.sebs-yolu-compare th {
  background: rgba(37, 99, 235, 0.08);
  font-weight: 700;
  color: #0f172a;
}

.sebs-yolu-chip-open {
  color: #86efac;
  font-weight: 700;
}

.sebs-yolu-chip-locked {
  color: #fca5a5;
  font-weight: 700;
}

.sebs-roadmap-flow {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.sebs-roadmap-step {
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #ffffff;
  padding: 0.95rem;
}

.sebs-roadmap-step h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #0f172a;
}

.sebs-roadmap-step p {
  margin: 0;
  font-size: 0.8rem;
  color: #475569;
}

.sebs-roadmap-step .meta {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  color: #1d4ed8;
  font-weight: 700;
}

@media (max-width: 900px) {
  .sebs-roadmap-flow {
    grid-template-columns: 1fr;
  }
}

.sebs-yolu-journey-shell {
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(140deg, #ffffff 0%, #f8fafc 50%, #eef2ff 100%);
  box-shadow: 0 18px 35px -28px rgba(15, 23, 42, 0.45);
  overflow: hidden;
}

.sebs-yolu-stage-tab {
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #ffffff;
  color: #334155;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.sebs-yolu-stage-tab.is-active {
  background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 25px -18px rgba(37, 99, 235, 0.9);
}

.sebs-yolu-stage-card {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem;
}

.sebs-yolu-stage-list {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.55rem;
}

.sebs-yolu-stage-list li {
  list-style: none;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 0.65rem 0.75rem;
  background: #f8fafc;
  font-size: 0.8rem;
  color: #334155;
}

.sebs-yolu-flow-node {
  border-radius: 0.85rem;
  border: 1px dashed rgba(59, 130, 246, 0.35);
  background: rgba(239, 246, 255, 0.65);
  padding: 0.7rem;
  font-size: 0.74rem;
  color: #1e3a8a;
}

.sebs-hero-funnel-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.sebs-hero-funnel-tab {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #fff;
  color: #334155;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  transition: all 0.2s ease;
}

.sebs-hero-funnel-tab.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1d4ed8 0%, #4f46e5 100%);
}

.sebs-hero-funnel-grid {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.sebs-hero-funnel-card {
  border-radius: 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.7rem 0.8rem;
}

.sebs-hero-funnel-card strong {
  display: block;
  font-size: 0.82rem;
  color: #0f172a;
}

.sebs-hero-funnel-card p {
  margin: 0.2rem 0 0;
  font-size: 0.74rem;
  color: #475569;
}

.sebs-hero-funnel-preview {
  margin-top: 0.8rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(37, 99, 235, 0.3);
  background: rgba(239, 246, 255, 0.7);
  padding: 0.65rem 0.75rem;
  font-size: 0.76rem;
  color: #1e3a8a;
}

.sebs-roadmap-visual {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: linear-gradient(130deg, #ffffff 0%, #f8fafc 55%, #eef2ff 100%);
  box-shadow: 0 18px 35px -28px rgba(15, 23, 42, 0.5);
}

.sebs-roadmap-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sebs-roadmap-track::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa, #6366f1, #a78bfa);
}

.sebs-roadmap-node {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.9rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sebs-roadmap-node .dot {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.sebs-roadmap-node.is-glow {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 22px 38px -30px rgba(37, 99, 235, 0.72);
}

.sebs-roadmap-node.is-glow .dot {
  background: #4338ca;
  transform: scale(1.15);
  box-shadow: 0 0 0 7px rgba(67, 56, 202, 0.2);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes roadmap-pulse {
    0%, 100% { box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.14); }
    50% { box-shadow: 0 0 0 9px rgba(37, 99, 235, 0.22); }
  }
  .sebs-roadmap-node.is-glow .dot {
    animation: roadmap-pulse 1.6s ease-in-out infinite;
  }
}

.sebs-membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.sebs-membership-card {
  border-radius: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #ffffff;
  padding: 1rem;
}

.sebs-membership-card.featured {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 16px 35px -26px rgba(37, 99, 235, 0.75);
  transform: translateY(-2px);
}

.sebs-membership-card .price {
  font-size: 1.55rem;
  font-weight: 800;
  color: #0f172a;
}

.sebs-membership-card .meta {
  font-size: 0.74rem;
  color: #475569;
}

.sebs-membership-card ul {
  margin: 0.65rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.sebs-membership-card li {
  list-style: none;
  font-size: 0.78rem;
  color: #334155;
}

@media (max-width: 980px) {
  .sebs-roadmap-track,
  .sebs-membership-grid {
    grid-template-columns: 1fr;
  }
  .sebs-roadmap-track::before {
    display: none;
  }
}

.sebs-visual-strip {
  border-radius: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: #ffffff;
  box-shadow: 0 16px 30px -26px rgba(15, 23, 42, 0.45);
  padding: 1rem;
}

.sebs-visual-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.sebs-visual-mini {
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  padding: 0.8rem;
}

.sebs-visual-mini h4 {
  margin: 0;
  font-size: 0.9rem;
  color: #0f172a;
}

.sebs-visual-mini p {
  margin: 0.28rem 0 0;
  font-size: 0.75rem;
  color: #475569;
}

.sebs-dayline {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.45rem;
}

.sebs-dayline li {
  list-style: none;
  border-radius: 0.65rem;
  border: 1px dashed rgba(59, 130, 246, 0.3);
  background: rgba(239, 246, 255, 0.72);
  padding: 0.5rem 0.6rem;
  font-size: 0.72rem;
  color: #1e3a8a;
}

.sebs-dayline li strong {
  font-weight: 700;
  color: #1d4ed8;
}

@media (max-width: 980px) {
  .sebs-visual-strip-grid {
    grid-template-columns: 1fr;
  }
}

.sebs-how-premium {
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(140deg, #ffffff 0%, #f8fafc 60%, #eef2ff 100%);
  box-shadow: 0 20px 38px -30px rgba(15, 23, 42, 0.55);
  padding: 1.1rem;
}

.sebs-how-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.sebs-how-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.sebs-how-track::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa, #6366f1, #34d399);
}

.sebs-how-card {
  position: relative;
  z-index: 1;
  border-radius: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.98);
  padding: 0.95rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sebs-how-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.42);
  box-shadow: 0 18px 30px -25px rgba(37, 99, 235, 0.78);
}

.sebs-how-step {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 0 0 6px rgba(15, 23, 42, 0.09);
}

.sebs-how-icon {
  margin-top: 0.7rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.9rem;
}

.sebs-how-mini-points {
  margin: 0.7rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.sebs-how-mini-points li {
  list-style: none;
  border-radius: 0.62rem;
  border: 1px dashed rgba(148, 163, 184, 0.3);
  padding: 0.35rem 0.45rem;
  font-size: 0.7rem;
  color: #334155;
  background: #f8fafc;
}

.sebs-how-metrics {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.sebs-how-metric {
  border-radius: 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #fff;
  padding: 0.65rem 0.7rem;
  text-align: center;
}

.sebs-how-metric .k {
  font-size: 0.68rem;
  color: #64748b;
}

.sebs-how-metric .v {
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}

.sebs-how-preview {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.95);
  color: #e2e8f0;
  padding: 0.9rem;
  min-height: 100%;
}

.sebs-how-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  padding-bottom: 0.6rem;
}

.sebs-how-preview-head .badge {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  padding: 0.2rem 0.5rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sebs-how-preview-title {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
}

.sebs-how-preview-log {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.45rem;
}

.sebs-how-preview-log div {
  border-radius: 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(30, 41, 59, 0.75);
  padding: 0.4rem 0.5rem;
  font-size: 0.68rem;
  color: #cbd5e1;
}

.sebs-how-preview-log strong {
  color: #93c5fd;
}

.sebs-how-preview-kpi {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.sebs-how-preview-kpi div {
  border-radius: 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.7);
  padding: 0.45rem;
}

.sebs-how-preview-kpi span {
  display: block;
  font-size: 0.62rem;
  color: #94a3b8;
}

.sebs-how-preview-kpi strong {
  margin-top: 0.2rem;
  display: block;
  font-size: 0.88rem;
  color: #f8fafc;
}

@media (max-width: 980px) {
  .sebs-how-track,
  .sebs-how-metrics {
    grid-template-columns: 1fr;
  }
  .sebs-how-showcase {
    grid-template-columns: 1fr;
  }
  .sebs-how-track::before {
    display: none;
  }
}

.sebs-audience-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.sebs-persona-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(150deg, #ffffff 0%, #f8fafc 100%);
  padding: 1rem;
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.5);
}

.sebs-persona-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.sebs-persona-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: #eff6ff;
  color: #1d4ed8;
}

.sebs-persona-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}

.sebs-persona-card h3 {
  margin: 0.55rem 0 0.2rem;
  color: #0f172a;
  font-size: 1.05rem;
}

.sebs-persona-card p {
  margin: 0;
  font-size: 0.8rem;
  color: #475569;
}

.sebs-persona-points {
  margin: 0.7rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.sebs-persona-points li {
  list-style: none;
  font-size: 0.75rem;
  color: #334155;
  border-radius: 0.65rem;
  border: 1px dashed rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.45rem 0.55rem;
}

.sebs-persona-outcome {
  margin-top: 0.65rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(59, 130, 246, 0.24);
  background: rgba(239, 246, 255, 0.7);
  padding: 0.55rem 0.6rem;
  font-size: 0.73rem;
  color: #1e3a8a;
}

@media (max-width: 980px) {
  .sebs-audience-visual {
    grid-template-columns: 1fr;
  }
}

.sebs-feature-card {
  position: relative;
  overflow: hidden;
}

.sebs-card-reveal {
  margin-top: 0.75rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.28s ease;
}

.sebs-feature-card:hover .sebs-card-reveal,
.sebs-feature-card:focus-within .sebs-card-reveal {
  max-height: 140px;
  opacity: 1;
}

.sebs-card-kpis {
  border-radius: 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #f8fafc;
  padding: 0.4rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sebs-card-kpis span {
  font-size: 0.65rem;
  color: #64748b;
}

.sebs-card-kpis strong {
  font-size: 0.74rem;
  color: #0f172a;
}

.sebs-card-flow {
  margin: 0.45rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.sebs-card-flow li {
  list-style: none;
  border-radius: 0.5rem;
  border: 1px dashed rgba(59, 130, 246, 0.3);
  background: rgba(239, 246, 255, 0.72);
  color: #1e3a8a;
  font-size: 0.67rem;
  padding: 0.28rem 0.45rem;
}

/* Dark theme hardening for SEBS Yolu blocks on index */
html[data-theme="dark"] body.landing-site-body #sebs-yolu {
  background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.75) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.75) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-day {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.75) !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-badge {
  background: rgba(15, 23, 42, 0.72) !important;
  border-color: rgba(71, 85, 105, 0.72) !important;
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-journey-shell,
html[data-theme="dark"] body.landing-site-body .sebs-roadmap-visual,
html[data-theme="dark"] body.landing-site-body .sebs-visual-strip,
html[data-theme="dark"] body.landing-site-body .sebs-how-premium {
  background: linear-gradient(145deg, #111827 0%, #0f172a 100%) !important;
  border-color: rgba(51, 65, 85, 0.82) !important;
  box-shadow: 0 24px 40px -28px rgba(2, 6, 23, 0.85) !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-stage-card,
html[data-theme="dark"] body.landing-site-body .sebs-roadmap-node,
html[data-theme="dark"] body.landing-site-body .sebs-membership-card,
html[data-theme="dark"] body.landing-site-body .sebs-visual-mini,
html[data-theme="dark"] body.landing-site-body .sebs-persona-card,
html[data-theme="dark"] body.landing-site-body .sebs-how-card,
html[data-theme="dark"] body.landing-site-body .sebs-how-metric {
  background: #0f172a !important;
  border-color: rgba(71, 85, 105, 0.7) !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-stage-list li,
html[data-theme="dark"] body.landing-site-body .sebs-how-mini-points li {
  background: rgba(15, 23, 42, 0.8) !important;
  border-color: rgba(71, 85, 105, 0.72) !important;
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-flow-node,
html[data-theme="dark"] body.landing-site-body .sebs-dayline li,
html[data-theme="dark"] body.landing-site-body .sebs-persona-outcome,
html[data-theme="dark"] body.landing-site-body .sebs-card-flow li {
  background: rgba(30, 41, 59, 0.72) !important;
  border-color: rgba(96, 165, 250, 0.55) !important;
  color: #bfdbfe !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-card-kpis {
  background: rgba(15, 23, 42, 0.78) !important;
  border-color: rgba(71, 85, 105, 0.72) !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-yolu-stage-tab,
html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-tab {
  background: rgba(15, 23, 42, 0.78) !important;
  border-color: rgba(71, 85, 105, 0.72) !important;
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-tab.is-active,
html[data-theme="dark"] body.landing-site-body .sebs-yolu-stage-tab.is-active {
  border-color: transparent !important;
  color: #fff !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-card,
html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-preview {
  background: rgba(15, 23, 42, 0.8) !important;
  border-color: rgba(71, 85, 105, 0.72) !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-card strong,
html[data-theme="dark"] body.landing-site-body .sebs-membership-card .price,
html[data-theme="dark"] body.landing-site-body .sebs-persona-card h3,
html[data-theme="dark"] body.landing-site-body .sebs-visual-mini h4,
html[data-theme="dark"] body.landing-site-body .sebs-how-metric .v {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-hero-funnel-card p,
html[data-theme="dark"] body.landing-site-body .sebs-membership-card .meta,
html[data-theme="dark"] body.landing-site-body .sebs-persona-card p,
html[data-theme="dark"] body.landing-site-body .sebs-visual-mini p,
html[data-theme="dark"] body.landing-site-body .sebs-how-metric .k,
html[data-theme="dark"] body.landing-site-body .sebs-card-kpis span {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-persona-points li {
  background: rgba(30, 41, 59, 0.92) !important;
  border-color: rgba(71, 85, 105, 0.65) !important;
  border-style: dashed !important;
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-persona-label {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body .sebs-persona-icon {
  background: rgba(59, 130, 246, 0.2) !important;
  color: #93c5fd !important;
}

/* Roadmap + Üyelikler: dörtlü mini kartlar (Tailwind bg-white) ve fiyat blokları — ek özgüllük */
html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap h2#sebs-roadmap-heading,
html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-slate-600 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .mt-8.grid.gap-3 > div.rounded-xl.bg-white {
  background: #111827 !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.35) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .mt-8.grid.gap-3 > div .text-slate-700 {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .bg-blue-100 {
  background: rgba(30, 58, 138, 0.42) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-blue-700 {
  color: #93c5fd !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .bg-indigo-100 {
  background: rgba(49, 46, 129, 0.42) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-indigo-700 {
  color: #a5b4fc !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .bg-violet-100 {
  background: rgba(76, 29, 149, 0.38) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-violet-700 {
  color: #c4b5fd !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .bg-emerald-100 {
  background: rgba(6, 78, 59, 0.38) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .text-emerald-700 {
  color: #6ee7b7 !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-roadmap-visual {
  background: linear-gradient(145deg, #111827 0%, #0f172a 52%, rgba(30, 27, 75, 0.2) 100%) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-roadmap-node {
  background: rgba(15, 23, 42, 0.92) !important;
  border-color: rgba(71, 85, 105, 0.65) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-roadmap-node h3.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-roadmap-node .text-slate-600 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card,
html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card.featured {
  background: #0f172a !important;
  border-color: rgba(71, 85, 105, 0.7) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card.featured {
  border-color: rgba(59, 130, 246, 0.45) !important;
  box-shadow: 0 18px 40px -28px rgba(37, 99, 235, 0.45) !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card h4.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card .text-slate-400 {
  color: #64748b !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-card li {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body #sebs-yolu-roadmap .sebs-membership-grid + div a.border-slate-300 {
  background: #1e293b !important;
  border-color: rgba(71, 85, 105, 0.65) !important;
  color: #e2e8f0 !important;
}

/* Platform özellikleri (#features) — altı kart, Tailwind bg-white */
html[data-theme="dark"] body.landing-site-body #features .sebs-feature-card {
  background: #111827 !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  box-shadow:
    0 1px 3px 0 rgb(2 6 23 / 0.35),
    0 1px 2px -1px rgb(2 6 23 / 0.28) !important;
}

html[data-theme="dark"] body.landing-site-body #features .sebs-feature-card:hover {
  border-color: rgba(96, 165, 250, 0.38) !important;
  box-shadow:
    0 20px 40px -12px rgb(2 6 23 / 0.45),
    0 8px 16px -8px rgb(2 6 23 / 0.35) !important;
}

html[data-theme="dark"] body.landing-site-body #features h2.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #features .sebs-feature-card h3.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-slate-600 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #features .sebs-card-kpis strong {
  color: #f1f5f9 !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-blue-50 {
  background: rgba(30, 58, 138, 0.38) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-blue-100 {
  --tw-ring-color: rgba(59, 130, 246, 0.35) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-blue-600 {
  color: #93c5fd !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-violet-50 {
  background: rgba(76, 29, 149, 0.34) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-violet-100 {
  --tw-ring-color: rgba(139, 92, 246, 0.35) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-violet-600 {
  color: #c4b5fd !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-emerald-50 {
  background: rgba(6, 78, 59, 0.36) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-emerald-100 {
  --tw-ring-color: rgba(16, 185, 129, 0.32) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-emerald-600 {
  color: #6ee7b7 !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-amber-50 {
  background: rgba(120, 53, 15, 0.34) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-amber-100 {
  --tw-ring-color: rgba(245, 158, 11, 0.32) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-amber-600 {
  color: #fcd34d !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-sky-50 {
  background: rgba(12, 74, 110, 0.36) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-sky-100 {
  --tw-ring-color: rgba(14, 165, 233, 0.32) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-sky-600 {
  color: #7dd3fc !important;
}

html[data-theme="dark"] body.landing-site-body #features .bg-rose-50 {
  background: rgba(136, 19, 55, 0.32) !important;
}

html[data-theme="dark"] body.landing-site-body #features .ring-rose-100 {
  --tw-ring-color: rgba(244, 63, 94, 0.3) !important;
}

html[data-theme="dark"] body.landing-site-body #features .text-rose-600 {
  color: #fda4af !important;
}

/* Simülasyonlar özeti (#simulations) — sol kolon kontrastı + sağ mock panel */
html[data-theme="dark"] body.landing-site-body #simulations h2.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .text-lg.text-slate-600 {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations ul.text-slate-700,
html[data-theme="dark"] body.landing-site-body #simulations ul.text-slate-700 li {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations strong.text-slate-900 {
  color: #f1f5f9 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .bg-blue-100 {
  background: rgba(30, 58, 138, 0.42) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .text-blue-700 {
  color: #93c5fd !important;
}

html[data-theme="dark"] body.landing-site-body #simulations a.text-blue-600 {
  color: #60a5fa !important;
}

html[data-theme="dark"] body.landing-site-body #simulations a.text-blue-600:hover {
  color: #93c5fd !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .grid.items-center.gap-14 > div.rounded-2xl.border.border-slate-200 {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  box-shadow:
    0 1px 3px 0 rgb(2 6 23 / 0.35),
    0 20px 40px -12px rgb(2 6 23 / 0.4) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .rounded-xl.border.border-slate-100.bg-white {
  background: rgba(15, 23, 42, 0.92) !important;
  border-color: rgba(71, 85, 105, 0.5) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .rounded-lg.border.border-slate-100.bg-white {
  background: rgba(17, 24, 39, 0.95) !important;
  border-color: rgba(71, 85, 105, 0.48) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .border-slate-100 {
  border-color: rgba(71, 85, 105, 0.45) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .text-slate-400 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .bg-slate-100 {
  background: rgba(30, 41, 59, 0.85) !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .rounded.border-dashed.border-slate-200.bg-slate-50 {
  background: rgba(30, 41, 59, 0.65) !important;
  border-color: rgba(71, 85, 105, 0.5) !important;
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .font-mono.text-slate-600 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #simulations .text-slate-900 {
  color: #f8fafc !important;
}

/* Nasıl çalışır / Kimler için — açık gri şeritleri kaldır */
html[data-theme="dark"] body.landing-site-body #how {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.55) !important;
}

html[data-theme="dark"] body.landing-site-body #how h2.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #how .text-slate-600 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] body.landing-site-body #audience {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.55) !important;
}

html[data-theme="dark"] body.landing-site-body #audience h2.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #audience .text-slate-600 {
  color: #94a3b8 !important;
}

/*
 * CTA: bg-white + html[data-theme=dark] genel h2→beyaz = görünmez metin.
 * Bölümü ve iç kartı koyu yüzeye çekiyoruz.
 */
html[data-theme="dark"] body.landing-site-body #cta {
  background: linear-gradient(180deg, #111827 0%, #0b1220 100%) !important;
  border-top-color: rgba(51, 65, 85, 0.55) !important;
}

html[data-theme="dark"] body.landing-site-body #cta .relative.overflow-hidden.rounded-3xl.border {
  background: linear-gradient(145deg, #111827 0%, #1e293b 48%, rgba(30, 58, 138, 0.22) 100%) !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  box-shadow:
    0 1px 3px 0 rgb(2 6 23 / 0.35),
    0 24px 48px -24px rgb(2 6 23 / 0.55) !important;
}

html[data-theme="dark"] body.landing-site-body #cta #cta-heading,
html[data-theme="dark"] body.landing-site-body #cta h2.text-slate-900 {
  color: #f8fafc !important;
}

html[data-theme="dark"] body.landing-site-body #cta p.text-lg.text-slate-600 {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] body.landing-site-body #cta a.border-slate-200.bg-white {
  background: #1e293b !important;
  border-color: rgba(71, 85, 105, 0.65) !important;
  color: #e2e8f0 !important;
}

html[data-theme="dark"] body.landing-site-body #cta a.border-slate-200.bg-white:hover {
  background: #334155 !important;
  border-color: rgba(96, 165, 250, 0.38) !important;
}
