: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;
}
