/* content/content-styles.css */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "LDBoldini";
  src: url("../fonts/Boldini Regular.ttf") format("truetype");
  font-display: swap;
}

.titulo-privacidad {
  font-family: "LDBoldini";
  font-weight: bold;
}

:root {
  --bg: #06080d;
  --bg-soft: #0b0f17;
  --card: rgba(255, 255, 255, 0.04);
  --card-border: rgba(255, 255, 255, 0.08);
  --text: #f5f7fb;
  --muted: rgba(235, 240, 248, 0.72);
  --line: rgba(255, 255, 255, 0.08);
  --accent: #6ea8ff;
  --accent-2: #8b5cf6;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --radius-sm: 16px;
  --max-width: 860px;
  --brand-gradient: linear-gradient(135deg, #2d79ff 0%, #4c9bff 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Sora', 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(110, 168, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.12), transparent 26%),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

.container {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.container.narrow {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.legal-page {
  padding: 14px 0 110px;
}

.legal-head {
  margin-bottom: 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--card-border);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 750;
}

.h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.muted {
  color: var(--muted);
}

.legal-card {
  position: relative;
  padding: 34px 32px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.legal-content {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 1rem;
}

.legal-content h2 {
  margin: 24px 0 4px;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.legal-content p {
  margin: 0;
}

.legal-content ul,
.legal-content ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content strong {
  color: var(--text);
  font-weight: 650;
}

.legal-content hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: var(--line);
  margin: 8px 0;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--card-border);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 600;
}

.content-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.content-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--card-border);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.content-link__icon{
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
}

.content-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.content-link.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white;
  border-color: transparent;
  text-decoration: none;
}

.content-link.primary:hover {
  filter: brightness(1.04);
}

.note-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: rgba(110, 168, 255, 0.08);
  border: 1px solid rgba(110, 168, 255, 0.16);
  color: rgba(244, 247, 255, 0.9);
}

.legal-footer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 600;
}

.back-home:hover {
  color: #fff;
}

.support-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.support-item {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--card-border);
}

.support-item p {
  margin: 8px 0 0;
  color: var(--muted);
}

@media (max-width: 768px) {
  .section,
  .legal-page {
    padding: 72px 0 92px;
  }

  .legal-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .legal-content {
    font-size: 0.97rem;
  }

  .legal-content h2 {
    margin-top: 20px;
  }
}


/* --- Light theme --- */
body[data-theme="light"] {
  --bg: #f5f7fb;
  --bg-soft: #ffffff;
  --card: rgba(255, 255, 255, 0.88);
  --card-border: rgba(15, 23, 42, 0.08);
  --text: #0f172a;
  --muted: rgba(15, 23, 42, 0.72);
  --line: rgba(15, 23, 42, 0.08);
  --accent: #4f8cff;
  --accent-2: #7c3aed;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at top left, rgba(79, 140, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.10), transparent 26%),
    var(--bg);
}

/* --- Top bar --- */
.legal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

/* --- Theme button --- */
.theme-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.theme-toggle:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

body[data-theme="light"] .theme-toggle {
  background: rgba(15, 23, 42, 0.03);
}

body[data-theme="light"] .theme-toggle:hover {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.12);
}

.theme-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-moon,
.icon-sun {
  display: none;
}

html[data-theme="dark"] .icon-moon {
  display: block;
}

html:not([data-theme="dark"]) .icon-sun {
  display: block;
}

/* --- Better light mode for cards and links --- */
body[data-theme="light"] .legal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82));
}

body[data-theme="light"] .eyebrow,
body[data-theme="light"] .content-link,
body[data-theme="light"] .legal-pill,
body[data-theme="light"] .note-box,
body[data-theme="light"] .support-item {
  background: rgba(15, 23, 42, 0.03);
}

html:not([data-theme="dark"]) .eyebrow {
  background: rgba(15, 23, 42, 0.03);
  color: rgba(15, 23, 42, 0.78);
  border-color: rgba(15, 23, 42, 0.08);
}

body[data-theme="light"] a {
  text-decoration-color: rgba(15, 23, 42, 0.18);
}

body[data-theme="light"] a:hover {
  text-decoration-color: rgba(15, 23, 42, 0.35);
}

@media (max-width: 640px) {
  .legal-topbar {
    align-items: stretch;
  }

  .content-link {
    flex: 1;
  }
}

.header-privacy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.theme-toggle{
  position: relative;
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: var(--toggle-bg);
  box-shadow:
    var(--toggle-shadow),
    inset 0 0 0 1px var(--toggle-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--toggle-icon);
  cursor: pointer;
  user-select: none;
  transition: box-shadow 180ms ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: box-shadow, filter;
}

.theme-toggle:hover{
  transform: none;
  box-shadow:
    var(--toggle-shadow),
    inset 0 0 0 1px var(--toggle-border);
}

.theme-toggle:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(90,148,246,.18),
    var(--toggle-shadow),
    inset 0 0 0 1px var(--toggle-border);
}

.theme-icon{
  position: absolute;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22,0.61,0.36,1), filter 180ms ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, filter;
}

.icon-moon{
  color: #2f63ff;
  filter:
    drop-shadow(0 0 6px rgba(47,99,255,.45))
    drop-shadow(0 0 14px rgba(47,99,255,.22));
}

.icon-sun{
  color: #f7cb4d;
  filter:
    drop-shadow(0 0 6px rgba(247,203,77,.34))
    drop-shadow(0 0 14px rgba(247,203,77,.16));
}

.icon-sun path{
  fill: none;
  stroke: currentColor;
}

.icon-sun circle{
  fill: currentColor;
  stroke: currentColor;
}

.theme-toggle:hover .icon-moon{
  filter:
    drop-shadow(0 0 10px rgba(47,99,255,.70))
    drop-shadow(0 0 22px rgba(47,99,255,.35));
}

.theme-toggle:hover .icon-sun{
  filter:
    drop-shadow(0 0 10px rgba(247,203,77,.55))
    drop-shadow(0 0 22px rgba(247,203,77,.25));
}

html:not([data-theme="dark"]) .icon-sun{
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html:not([data-theme="dark"]) .icon-moon{
  opacity: 0;
  transform: scale(.72) rotate(28deg);
}

html[data-theme="dark"] .icon-moon{
  opacity: 1;
  transform: scale(1) rotate(0deg);
  filter:
    drop-shadow(0 0 8px rgba(47,99,255,.72))
    drop-shadow(0 0 18px rgba(47,99,255,.38))
    drop-shadow(0 0 28px rgba(47,99,255,.16));
}

html[data-theme="dark"] .icon-sun{
  opacity: 0;
  transform: scale(.72) rotate(-30deg);
}

.theme-toggle-fixed{
  position: fixed;
  top: 14px;
  right: max(16px, calc((100% - 1120px) / 2 + 16px));
  z-index: 60;
  opacity: 1 !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
  isolation: isolate;
}


body,
.legal-card,
.eyebrow,
.content-link,
.theme-toggle,
.h1,
.muted,
.legal-content,
.legal-content p,
.legal-content a {
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
}

html.theme-animating body,
html.theme-animating .legal-card,
html.theme-animating .eyebrow,
html.theme-animating .content-link,
html.theme-animating .theme-toggle,
html.theme-animating .legal-content,
html.theme-animating .legal-content p,
html.theme-animating .legal-content a {
  transition-duration: 220ms;
}

.grad-text{
  color:#4f8cff;
}


.discord-btn{
  width: 100%;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  background: linear-gradient(180deg, #5865F2 0%, #4752C4 100%);
  color: #fff;
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  box-shadow: 0 10px 22px rgba(88,101,242,.22), inset 0 1px 0 rgba(255,255,255,.18);
  transition: box-shadow 180ms ease, opacity 180ms ease;
  transform: translateY(7px);
}

.discord-btn:hover{
  opacity: 1;
  box-shadow: 0 14px 28px rgba(88,101,242,.28), inset 0 1px 0 rgba(255,255,255,.20);
}

.discord-btn__icon{
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex: 0 0 18px;
}

.discord-icon{
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .98;
}

/* =========================
   CONTENT POLISH
========================= */

html{
  color-scheme: dark;
}

.legal-head{
  margin-top: 22px;
}

.header-privacy{
  gap: 16px;
}

.content-link{
  text-decoration: none;
}

.content-link:hover{
  opacity: 1;
}

.legal-card{
  box-shadow: 0 20px 44px rgba(0,0,0,.28);
}

body[data-theme="light"] .legal-card{
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

.discord-btn{
  margin-top: 6px;
  transform: none;
}

/* =========================
   ROADMAP
========================= */

.roadmap-page{
  padding-top: 22px;
}

.roadmap-hero{
  display: block;
  margin-top: 34px;
  margin-bottom: 22px;
}

.roadmap-hero__main{
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.roadmap-brand{
  display: none;
}

.roadmap-brand__icon{
  width: clamp(54px, 5.5vw, 74px);
  height: auto;
  filter:
    drop-shadow(0 0 14px rgba(45,121,255,.32))
    drop-shadow(0 0 38px rgba(76,155,255,.16));
}

.roadmap-brand__copy{
  display: grid;
  align-items: center;
  min-width: 0;
}

.roadmap-brand__name{
  display: block;
  width: clamp(198px, 24vw, 306px);
  height: auto;
}

.roadmap-brand__name--dark{
  display: none;
}

.roadmap-display{
  margin: 0;
  font-family: "LDBoldini";
  font-size: clamp(2.3rem, 4.7vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-shadow: 0 8px 18px rgba(45,121,255,.08);
}

.roadmap-display__base{
  display: block;
  padding: 0 .06em .08em;
  background-image: var(--brand-gradient);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.roadmap-shell{
  position: relative;
  overflow: hidden;
  padding: 26px 30px 34px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(76,155,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  box-shadow:
    0 26px 70px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.roadmap-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(45,121,255,.14), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 24%);
  opacity: .95;
}

.roadmap-timeline{
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: 0;
  padding-top: 68px;
}

.roadmap-timeline__lead{
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 2;
  width: min(100%, 11.5rem);
  margin: 0;
  transform: translateX(-50%);
  color: rgba(235,240,248,.84);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.92rem, 1.28vw, 1.02rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
  text-shadow: none;
}

body[data-theme="light"] .roadmap-timeline__lead{
  color: rgba(15, 23, 42, 0.72);
}

.roadmap-timeline::before{
  content: "";
  position: absolute;
  top: 52px;
  bottom: 12px;
  left: calc(50% - 1px);
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(180deg,
      rgba(45,121,255,.10) 0%,
      rgba(76,155,255,.92) 12%,
      rgba(76,155,255,.92) 88%,
      rgba(45,121,255,.10) 100%);
  box-shadow: 0 0 20px rgba(45,121,255,.18);
}

.roadmap-step{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  align-items: center;
}

.roadmap-step__spacer{
  min-height: 1px;
}

.roadmap-step__marker{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #ffffff;
  box-shadow:
    0 16px 32px rgba(45,121,255,.26),
    inset 0 1px 0 rgba(255,255,255,.24);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.roadmap-step__marker::after{
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.24);
  opacity: .8;
}

.roadmap-step__marker span{
  position: relative;
  z-index: 1;
}

.roadmap-step__card{
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 22px 46px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.roadmap-step__card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 28%);
  opacity: .8;
}

.roadmap-step--current .roadmap-step__card{
  border-color: rgba(76,155,255,.28);
  box-shadow:
    0 28px 60px rgba(0,0,0,.28),
    0 0 0 1px rgba(76,155,255,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.roadmap-step__card::before{
  content: "";
  position: absolute;
  top: 27px;
  width: 34px;
  height: 2px;
  border-radius: 999px;
}

.roadmap-step--left .roadmap-step__card{
  grid-column: 1;
}

.roadmap-step--left .roadmap-step__card::before{
  right: -34px;
  background: linear-gradient(90deg, rgba(76,155,255,.88), rgba(76,155,255,.12));
}

.roadmap-step--right .roadmap-step__card{
  grid-column: 3;
}

.roadmap-step--right .roadmap-step__card::before{
  left: -34px;
  background: linear-gradient(90deg, rgba(76,155,255,.12), rgba(76,155,255,.88));
}

.roadmap-step__phase{
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(45,121,255,.11);
  border: 1px solid rgba(76,155,255,.22);
  color: rgba(238,244,255,.94);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.roadmap-step__title{
  margin-bottom: 12px;
  max-width: 16ch;
  font-size: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.roadmap-step__body{
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.roadmap-step__list{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.roadmap-step__list li{
  position: relative;
  padding-left: 18px;
}

.roadmap-step__list li::before{
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d79ff 0%, #4c9bff 100%);
  box-shadow: 0 0 12px rgba(45,121,255,.28);
  transform: translateY(-50%);
}

.roadmap-note{
  margin-top: 28px;
  background: rgba(45,121,255,.08);
  border-color: rgba(76,155,255,.18);
}

.roadmap-step__status{
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px 0 10px;
  border-radius: 999px;
  color: rgba(255,249,240,.98);
  background: linear-gradient(135deg, rgba(255,154,46,.28), rgba(255,113,28,.18));
  border: 1px solid rgba(255,164,58,.34);
  box-shadow:
    0 12px 28px rgba(255,126,34,.22),
    inset 0 1px 0 rgba(255,255,255,.16);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.roadmap-step__status svg{
  width: 14px;
  height: 14px;
  display: block;
  filter: drop-shadow(0 0 8px rgba(255,164,58,.34));
}

body[data-theme="dark"] .roadmap-brand__name--light{
  display: none;
}

body[data-theme="dark"] .roadmap-brand__name--dark{
  display: block;
}

body[data-theme="light"] .roadmap-step__card{
  background: linear-gradient(180deg, rgba(255,255,255,.985), rgba(255,255,255,.9));
  box-shadow: 0 20px 48px rgba(15,23,42,.08);
}

body[data-theme="light"] .roadmap-step__phase{
  color: rgba(15,23,42,.72);
}

body[data-theme="light"] .roadmap-shell{
  border-color: rgba(45,121,255,.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(76,155,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,248,255,.92));
  box-shadow:
    0 28px 68px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.92);
}

body[data-theme="light"] .roadmap-shell::before{
  background:
    radial-gradient(circle at 50% 0%, rgba(45,121,255,.09), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.56), transparent 24%);
}

body[data-theme="light"] .roadmap-step--current .roadmap-step__card{
  border-color: rgba(45,121,255,.22);
  box-shadow:
    0 28px 58px rgba(15,23,42,.10),
    0 0 0 1px rgba(45,121,255,.08),
    inset 0 1px 0 rgba(255,255,255,.92);
}

body[data-theme="light"] .roadmap-step__status{
  color: rgba(15,23,42,.82);
  background: linear-gradient(135deg, rgba(255,171,76,.22), rgba(255,132,48,.14));
  border-color: rgba(255,154,46,.26);
  box-shadow:
    0 12px 24px rgba(255,140,36,.16),
    inset 0 1px 0 rgba(255,255,255,.7);
}

@media (max-width: 920px) {
  .roadmap-hero{
    margin-bottom: 16px;
  }

  .roadmap-display{
    font-size: clamp(2.15rem, 6.2vw, 3.1rem);
  }

  .roadmap-timeline::before{
    left: 26px;
    top: 60px;
  }

  .roadmap-timeline{
    padding-top: 72px;
  }

  .roadmap-timeline__lead{
    width: min(100%, 10rem);
    font-size: 0.9rem;
  }

  .roadmap-step{
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .roadmap-step__spacer{
    display: none;
  }

  .roadmap-step__marker{
    grid-column: 1;
    width: 52px;
    height: 52px;
  }

  .roadmap-step__card{
    grid-column: 2 !important;
  }

  .roadmap-step__status{
    top: 16px;
    right: 16px;
    min-height: 32px;
    padding: 0 11px 0 9px;
    font-size: 0.72rem;
  }

  .roadmap-step__card::before,
  .roadmap-step--left .roadmap-step__card::before,
  .roadmap-step--right .roadmap-step__card::before{
    left: -32px;
    right: auto;
    width: 32px;
    background: linear-gradient(90deg, rgba(76,155,255,.12), rgba(76,155,255,.88));
  }
}

@media (max-width: 640px) {
  .roadmap-page{
    padding-top: 10px;
  }

  .roadmap-shell{
    padding: 24px 18px 24px;
  }

  .roadmap-display{
    font-size: clamp(2.15rem, 11vw, 2.9rem);
  }

  .roadmap-timeline{
    padding-top: 66px;
  }

  .roadmap-timeline__lead{
    width: min(100%, 9.2rem);
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .roadmap-timeline::before{
    top: 52px;
  }

  .roadmap-step__card{
    padding: 22px 18px 20px;
  }

  .roadmap-step__title{
    max-width: none;
    font-size: 1.34rem;
  }

  .roadmap-step__status{
    top: 14px;
    right: 14px;
    min-height: 30px;
    padding: 0 10px 0 8px;
    font-size: 0.68rem;
    gap: 7px;
  }

  .roadmap-step__status svg{
    width: 12px;
    height: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after{
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
