/* ==========================================================================
   Spin Pass — marketing site
   Recreated 1:1 from the approved Claude Design handoff (3-feature version).
   Design tokens: see design_handoff_spinpass_website/HANDOFF (1).md
   ========================================================================== */

html { scroll-behavior: smooth; color-scheme: dark; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: #0c0512;
  color: #ffffff;
  font-family: 'Poppins', 'Hanken Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: #e671f7; text-decoration: none; }
a:hover { color: #da49ff; }
::selection { background: rgba(218, 73, 255, .35); }
input::placeholder, textarea::placeholder { color: #69628a; opacity: 1; }

@keyframes sp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(218, 73, 255, .45); }
  50%      { box-shadow: 0 0 0 9px rgba(218, 73, 255, 0); }
}

/* ---------- Shared ---------- */
.wrap { max-width: 1240px; margin: 0 auto; }

.eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 13.5px;
  color: #e671f7;
  margin-bottom: 18px;
}
.eyebrow--light { color: #ae2ed2; }

.btn-gradient {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #da49ff, #e671f7);
  color: #14061c;
  font-weight: 700;
  border-radius: 999px;
  transition: filter .2s, transform .2s;
}
.btn-gradient:hover { filter: brightness(1.08); transform: translateY(-1px); color: #14061c; }
.btn-gradient:focus-visible { outline: 2px solid #e671f7; outline-offset: 3px; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(218, 73, 255, .5);
  color: #e671f7;
  font-weight: 600;
  font-size: 15.5px;
  padding: 12px 26px;
  border-radius: 999px;
  transition: background .2s;
}
.btn-outline:hover { background: rgba(218, 73, 255, .12); color: #e671f7; }
.btn-outline:focus-visible { outline: 2px solid #e671f7; outline-offset: 3px; }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px clamp(22px, 5vw, 64px);
  background: rgba(12, 5, 18, .55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(169, 163, 207, .08);
  transition: background .3s ease, border-color .3s ease;
}
.nav.is-scrolled {
  background: rgba(12, 5, 18, .9);
  border-bottom-color: rgba(169, 163, 207, .18);
}
.nav-logo { display: flex; align-items: center; flex: 0 0 auto; }
.nav-logo img { height: 24px; display: block; }
.nav-right { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.nav-links a {
  color: #a9a3cf;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: #ffffff; }
.nav-links a.is-active { color: #e671f7; font-weight: 700; }
.nav-cta { font-size: 14.5px; padding: 10px 22px; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid rgba(169, 163, 207, .3);
  border-radius: 10px;
  cursor: pointer;
}
.burger:focus-visible { outline: 2px solid #e671f7; outline-offset: 2px; }
.burger span { width: 18px; height: 2px; background: #ffffff; border-radius: 2px; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  z-index: 99;
  flex-direction: column;
  background: rgba(12, 5, 18, .97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(169, 163, 207, .16);
  padding: 14px 26px 26px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a:not(.menu-cta) {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid rgba(169, 163, 207, .12);
}
.mobile-menu a.is-active:not(.menu-cta) { color: #e671f7; font-weight: 700; }
.menu-cta { align-self: flex-start; font-size: 15px; padding: 12px 26px; margin-top: 18px; }

@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: inline-flex; }
}
@media (min-width: 901px) {
  .mobile-menu { display: none !important; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(116px, 13vh, 150px) clamp(22px, 5vw, 64px) clamp(52px, 7vh, 84px);
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(34px, 4vw, 64px);
}
.hero-copy { flex: 1.1 1 440px; min-width: min(440px, 100%); }
.hero-kicker {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 14px;
  color: #e671f7;
  margin-bottom: 22px;
}
.hero h1 {
  font-weight: 700;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1.06;
  letter-spacing: -.015em;
  margin: 0 0 26px;
  max-width: 17ch;
  text-wrap: balance;
}
.hero-body {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  color: #a9a3cf;
  margin: 0;
  max-width: 52ch;
}
.hero-body + .hero-body { margin-top: 14px; }
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}
.hero-cta-primary { font-size: 16.5px; padding: 15px 32px; }
.hero-cta-secondary {
  color: #c9a9f0;
  font-size: 16.5px;
  font-weight: 600;
  transition: color .2s;
}
.hero-cta-secondary:hover { color: #ffffff; }
.hero-cta-secondary:focus-visible { outline: 2px solid #e671f7; outline-offset: 3px; }
.hero-visual {
  flex: 1 1 420px;
  min-width: min(420px, 100%);
  max-width: 560px;
  margin-inline: auto;
}
.hero-visual iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1080 / 941;
  border: 0;
  pointer-events: none;
  background: #0c0512;
}

/* ---------- Positioning ---------- */
.positioning {
  background: #f6f3fa;
  color: #140a20;
  padding: clamp(90px, 11vw, 150px) clamp(22px, 5vw, 64px);
  scroll-margin-top: 70px;
}
.positioning h2 {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 24px;
  max-width: 22ch;
  color: #140a20;
}
.positioning-body {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: #55506b;
  margin: 0;
  max-width: 62ch;
}

/* Journey strip: PLAY → MAKE PROGRESS → MILESTONE → REWARD → KEEP ADVANCING */
.journey {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  margin-top: clamp(44px, 5vw, 64px);
}
.journey-card {
  flex: 1 1 0;
  background: #ffffff;
  border: 1px solid rgba(20, 10, 32, .08);
  border-radius: 18px;
  padding: 24px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(20, 10, 32, .05);
}
.journey-card--next {
  background: rgba(193, 59, 226, .04);
  border: 1.5px dashed rgba(193, 59, 226, .4);
  box-shadow: none;
  padding: 22px 14px;
}
.journey-arrow {
  align-self: center;
  flex: 0 0 auto;
  color: #c13be3;
  font-size: 22px;
  font-weight: 700;
  padding: 0 2px;
}
.journey-arrow::before { content: '→'; }
.journey-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journey-icon--play {
  background: linear-gradient(135deg, #da49ff, #e671f7);
  box-shadow: 0 8px 20px rgba(218, 73, 255, .28);
}
.journey-icon--active {
  background: #ffffff;
  border: 3px solid #c13be3;
  animation: sp-pulse 2.6s ease-in-out infinite;
}
.journey-icon--active > div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #da49ff, #e671f7);
}
.journey-icon--milestone { background: #ffffff; border: 2px solid #c9b6e4; }
.journey-icon--reward {
  background: rgba(193, 59, 226, .06);
  border: 2px dashed rgba(193, 59, 226, .45);
}
.journey-icon--advance { background: #ffffff; border: 2px solid rgba(193, 59, 226, .35); }
.journey-label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .16em;
  color: #140a20;
  line-height: 1.5;
}
.journey-label--gradient {
  background: linear-gradient(100deg, #c13be3, #8b3df0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.journey-bar {
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: #efe9f7;
}
.journey-bar > div {
  width: 78%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #da49ff, #e671f7);
}
.journey-here {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .14em;
  color: #ae2ed2;
}
@media (max-width: 900px) {
  .journey { flex-direction: column; }
  .journey-arrow::before { content: '↓'; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-icon--active { animation: none; }
}

/* ---------- About / Why Spin Pass ---------- */
.about {
  background: #f6f3fa;
  color: #140a20;
  padding: clamp(15px, 2vw, 25px) clamp(22px, 5vw, 64px) clamp(45px, 5.5vw, 75px);
  scroll-margin-top: 70px;
}
.about-inner { display: flex; flex-wrap: wrap; gap: clamp(44px, 6vw, 96px); }
.about-copy { flex: 1.15 1 460px; min-width: min(460px, 100%); }
.about-copy h2 {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 28px;
}
.about-copy p { font-size: 18px; line-height: 1.65; color: #55506b; margin: 0; max-width: 58ch; }
.about-copy strong { color: #140a20; font-weight: 600; }
.about-rail-col { flex: 1 1 340px; min-width: min(340px, 100%); }

.rail { position: relative; padding: 8px 0 8px 2px; }
.rail-line {
  position: absolute;
  left: 18px; top: 26px; bottom: 26px;
  width: 4px;
  border-radius: 999px;
  background: #e3dcf0;
}
.rail-row { position: relative; display: flex; align-items: center; gap: 18px; padding: 7px 0; }
.rail-node {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.rail-node--done {
  background: linear-gradient(135deg, #c13be3, #e671f7);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.rail-node--gift { background: #ffffff; border: 2px solid #c9b6e4; }
.rail-node--muted { background: #ffffff; border: 2px solid #ddd6ea; }
.rail-node--dashed { background: #f6f3fa; border: 2px dashed #cdc4e0; }
.rail-label { font-weight: 500; font-size: 14px; letter-spacing: .14em; color: #756f8f; }
.rail-label--dark { font-weight: 700; font-size: 15px; color: #140a20; }
.rail-label--md { font-size: 15px; }
.rail-label--next { color: #9d93bd; font-size: 15px; }

.rail-active { position: relative; display: flex; align-items: center; gap: 12px; padding: 14px 0; margin: 6px 0 6px -6px; }
.rail-active-node {
  flex: 0 0 auto;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #c13be3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(193, 59, 226, .3);
  animation: sp-pulse 2.6s ease-in-out infinite;
}
.rail-active-node > div {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #da49ff, #e671f7);
}
.rail-active-card {
  flex: 1 1 auto;
  background: #ffffff;
  border: 1px solid rgba(193, 59, 226, .28);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 14px 34px rgba(20, 10, 32, .08);
}
.rail-active-tier { font-weight: 700; font-size: 19px; letter-spacing: .06em; color: #140a20; }
.rail-active-status { font-weight: 700; font-size: 11.5px; letter-spacing: .12em; color: #ae2ed2; margin: 7px 0 9px; }
.rail-active-bar { height: 7px; border-radius: 999px; background: #efe9f7; }
.rail-active-bar > div {
  width: 80%; height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #da49ff, #e671f7);
}

.rail-reward { position: relative; display: flex; align-items: stretch; gap: 0; padding: 0 0 7px 18px; margin-left: 19px; }
.rail-reward-elbow {
  flex: 0 0 auto;
  width: 22px;
  border-left: 2px solid #e3dcf0;
  border-bottom: 2px solid #e3dcf0;
  border-bottom-left-radius: 12px;
  margin: -14px 0 20px 0;
}
.rail-reward-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(193, 59, 226, .06);
  border: 1px dashed rgba(193, 59, 226, .4);
  border-radius: 14px;
  padding: 11px 15px;
  margin-left: 12px;
}
.rail-reward-chip span { font-weight: 700; font-size: 11.5px; letter-spacing: .12em; color: #8c2aa8; }

/* ---------- How It Works ---------- */
.how {
  background: #0c0512;
  padding: clamp(90px, 11vw, 150px) clamp(22px, 5vw, 64px) clamp(80px, 9vw, 120px);
  scroll-margin-top: 70px;
}
.how h2 {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 52px;
  max-width: 24ch;
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 22px;
}
.step-card {
  background: #1e1528;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 20px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-card span { font-weight: 700; font-size: 19px; color: #e671f7; }
.step-card h3 { font-weight: 600; font-size: 23px; line-height: 1.2; margin: 0; }
.step-card p { font-size: 16.5px; color: #a9a3cf; margin: 0; line-height: 1.6; }
@media (max-width: 900px) {
  .step-card--last { grid-column: 1 / -1; }
}

.flow { display: flex; flex-direction: row; align-items: stretch; gap: 18px; margin-top: 56px; }
.flow-box {
  flex: 1 1 0;
  background: #13101a;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.flow-box-label { font-weight: 700; font-size: 13px; letter-spacing: .2em; color: #9893b8; }
.flow-box-items { font-size: 15.5px; color: #a9a3cf; line-height: 1.7; text-wrap: balance; }
.flow-arrow {
  align-self: center;
  flex: 0 0 auto;
  color: #e671f7;
  font-size: 26px;
  font-weight: 700;
  padding: 4px;
}
.flow-arrow::before { content: '→'; }
.flow-center {
  flex: 1.1 1 0;
  background: #1e1528;
  border: 1px solid rgba(218, 73, 255, .45);
  border-radius: 20px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 44px rgba(218, 73, 255, .12);
}
.flow-center img { height: 28px; display: block; margin-bottom: 10px; }
.flow-center-sub { font-weight: 500; font-size: 13px; font-style: italic; letter-spacing: .04em; color: #c9a9f0; }
@media (max-width: 900px) {
  .flow { flex-direction: column; }
  .flow-arrow::before { content: '↓'; }
}

.plug-in {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 64px);
  align-items: flex-start;
  margin-top: clamp(48px, 6vw, 76px);
  padding-top: clamp(40px, 5vw, 58px);
  border-top: 1px solid rgba(169, 163, 207, .14);
}
.plug-in-head { flex: 1 1 320px; min-width: min(320px, 100%); }
.plug-in-head .eyebrow { font-size: 13px; margin-bottom: 14px; }
.plug-in-head h3 {
  font-weight: 700;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.12;
  letter-spacing: -.012em;
  margin: 0;
  max-width: 18ch;
}
.plug-in-body { flex: 1.35 1 400px; min-width: min(400px, 100%); }
.plug-in-body p { font-size: 17px; line-height: 1.65; color: #a9a3cf; margin: 0; max-width: 60ch; }
.plug-in-body p strong { color: #ffffff; font-weight: 600; }
.plug-in-body .btn-outline { margin-top: 26px; }

/* ---------- Features ---------- */
.features {
  background: #13101a;
  border-top: 1px solid rgba(169, 163, 207, .1);
  border-bottom: 1px solid rgba(169, 163, 207, .1);
  padding: clamp(90px, 11vw, 150px) clamp(22px, 5vw, 64px);
  scroll-margin-top: 70px;
}
.features h2 {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 52px;
  max-width: 22ch;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
  gap: 22px;
}
.feature-card {
  background: #1e1528;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-3px); border-color: rgba(169, 163, 207, .34); }
.feature-card--em { border-color: rgba(218, 73, 255, .4); }
.feature-card--em:hover { border-color: rgba(218, 73, 255, .6); }
@media (max-width: 1170px) {
  .feature-card--em { grid-column: 1 / -1; }
}
.feature-num { font-weight: 700; font-size: 17px; color: #9893b8; }
.feature-card--em .feature-num { color: #e671f7; }
.feature-title { font-weight: 600; font-size: 22px; line-height: 1.2; margin: -6px 0 0; }

.feature-visual {
  background: #13101a;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 14px;
  min-height: 236px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-visual--stack { padding: 14px 16px; gap: 10px; }
.feature-visual--stepper { padding: 16px 18px; }
.feature-visual--complement {
  padding: 16px 18px;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.operator-mini { box-sizing: border-box; border-radius: 12px; padding: 11px 13px; }
.operator-mini--nova { background: #0f1a18; border: 1px solid rgba(20, 184, 166, .4); }
.operator-mini--ember { background: #1a120c; border: 1px solid rgba(234, 88, 12, .45); }
.operator-mini-head { display: flex; align-items: center; gap: 7px; margin-bottom: 8px; }
.operator-mini-dot { width: 8px; height: 8px; border-radius: 50%; }
.operator-mini-name { font-weight: 700; font-size: 10px; letter-spacing: .12em; white-space: nowrap; }
.operator-mini-bar { height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .09); margin-bottom: 7px; }
.operator-mini-bar > div { height: 100%; border-radius: 999px; }
.operator-mini-tier { font-size: 9.5px; letter-spacing: .1em; font-weight: 600; white-space: nowrap; }

.stepper-row { display: flex; align-items: center; }
.stepper-node {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-sizing: border-box;
}
.stepper-node--done { background: linear-gradient(135deg, #da49ff, #e671f7); color: #ffffff; }
.stepper-node--active { background: #1e1528; border: 2px solid #e671f7; color: #ffffff; font-size: 11.5px; }
.stepper-node--todo { background: #2e2640; color: #9893b8; font-size: 11.5px; }
.stepper-seg { flex: 1 1 0; height: 4px; }
.stepper-labels { display: flex; justify-content: space-between; margin-top: 12px; }
.stepper-labels span { font-size: 9px; letter-spacing: .12em; color: #9893b8; font-weight: 600; }
.stepper-labels .is-active { color: #e671f7; font-weight: 700; }
.stepper-caption {
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #c9a9f0;
}

.complement-top { font-weight: 700; font-size: 10.5px; letter-spacing: .18em; color: #9893b8; text-wrap: balance; }
.complement-arrow { color: #e671f7; font-size: 16px; font-weight: 700; line-height: 1; }
.complement-brand { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.complement-brand img { height: 17px; display: block; }
.complement-brand div { font-weight: 500; font-size: 12px; font-style: italic; letter-spacing: .04em; color: #c9a9f0; }

.callout {
  background: rgba(218, 73, 255, .1);
  border: 1px solid rgba(218, 73, 255, .4);
  border-radius: 20px;
  padding: 30px 34px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.callout h3 {
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -.012em;
  margin: 0;
  color: #ffffff;
}
.callout p { font-size: 17px; color: #d9d4ec; margin: 0; line-height: 1.65; max-width: 88ch; }

/* ---------- Future statement ---------- */
.future {
  position: relative;
  background: #f6f3fa;
  color: #140a20;
  padding: clamp(100px, 13vw, 170px) clamp(22px, 5vw, 64px);
  overflow: hidden;
}
.future-watermark {
  position: absolute;
  top: 44%; left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: clamp(120px, 22vw, 280px);
  letter-spacing: .08em;
  color: rgba(20, 10, 32, .04);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
.future-inner { position: relative; max-width: 920px; margin: 0 auto; text-align: center; }
.future h2 {
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.12;
  letter-spacing: -.012em;
  margin: 0 0 30px;
  text-wrap: balance;
}
.future-sub {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  color: #55506b;
  margin: 0 auto;
  max-width: 62ch;
}
.future-bold {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: #140a20;
  font-weight: 600;
  margin: 22px auto 0;
}

/* ---------- Events ---------- */
.events {
  background: #13101a;
  border-top: 1px solid rgba(169, 163, 207, .1);
  border-bottom: 1px solid rgba(169, 163, 207, .1);
  padding: clamp(70px, 8vw, 110px) clamp(22px, 5vw, 64px);
  scroll-margin-top: 70px;
}
.events-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 26px;
  margin-bottom: 40px;
}
.events-head h2 {
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.1;
  letter-spacing: -.012em;
  margin: 0;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  gap: 22px;
}
.event-card {
  background: #1e1528;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 20px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  transition: transform .25s ease, border-color .25s ease;
}
.event-card:hover { transform: translateY(-3px); border-color: rgba(169, 163, 207, .34); }
.event-name { font-weight: 700; font-size: clamp(22px, 1.8vw, 26px); line-height: 1.15; letter-spacing: -.01em; }
.event-meta { display: flex; align-items: center; gap: 9px; }
.event-meta svg { flex: 0 0 auto; }
.event-dates { font-weight: 700; font-size: 12.5px; letter-spacing: .14em; color: #c9a9f0; text-transform: uppercase; }
.event-city-row { display: flex; align-items: center; gap: 8px; }
.event-city { font-size: 15.5px; color: #ffffff; font-weight: 500; }
.event-chip {
  background: rgba(126, 217, 87, .13);
  border: 1px solid rgba(126, 217, 87, .4);
  color: #7ed957;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .16em;
  border-radius: 999px;
  padding: 4px 11px;
}
.event-cta {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  color: #e671f7;
  font-weight: 600;
  font-size: 15.5px;
  transition: color .2s;
}
.event-cta:hover { color: #ffffff; }
.event-cta:focus-visible { outline: 2px solid #e671f7; outline-offset: 3px; }
.event-soon { margin-top: 5px; font-size: 15px; color: #9893b8; }

.events-empty {
  border: 1px dashed rgba(169, 163, 207, .32);
  border-radius: 20px;
  padding: clamp(44px, 5vw, 64px) 28px;
  text-align: center;
}
.events-empty-title { font-weight: 700; font-size: clamp(21px, 2vw, 27px); letter-spacing: -.01em; }
.events-empty p { font-size: 16.5px; line-height: 1.6; color: #a9a3cf; margin: 10px auto 0; max-width: 44ch; }
.events-empty .btn-gradient { font-size: 15.5px; padding: 13px 28px; margin-top: 26px; }

/* ---------- Contact ---------- */
.contact {
  position: relative;
  background: #0c0512;
  padding: clamp(90px, 11vw, 150px) clamp(22px, 5vw, 64px) clamp(70px, 8vw, 110px);
  overflow: hidden;
  scroll-margin-top: 70px;
}
.contact-glow {
  position: absolute;
  bottom: -320px; left: -240px;
  width: 900px; height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 73, 255, .16) 0%, rgba(218, 73, 255, .05) 45%, rgba(12, 5, 18, 0) 70%);
  pointer-events: none;
}
.contact-inner { position: relative; }
.contact-cta-block { text-align: center; margin-bottom: clamp(44px, 5.5vw, 68px); }
.contact-cta-block h2 {
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 auto 24px;
  max-width: 22ch;
  text-wrap: balance;
}
.contact-cta-block > p {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: #a9a3cf;
  margin: 0 auto;
  max-width: 60ch;
}
.contact-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}
.contact-cta-stack .btn-gradient { font-size: 17px; padding: 16px 36px; }
.or-divider { display: flex; align-items: center; gap: 16px; width: min(360px, 100%); }
.or-divider::before, .or-divider::after {
  content: '';
  flex: 1 1 0;
  height: 1px;
  background: rgba(169, 163, 207, .2);
}
.or-divider span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .18em;
  color: #69628a;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-cols { display: flex; flex-wrap: wrap; gap: clamp(36px, 5vw, 72px); }
.contact-intro { flex: 1 1 320px; min-width: min(320px, 100%); }
.contact-intro h3 {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 18px;
}
.contact-intro p { font-size: 17.5px; line-height: 1.6; color: #a9a3cf; margin: 0; max-width: 40ch; }
.contact-form-col { flex: 1.4 1 480px; min-width: min(480px, 100%); }

.form-card {
  background: #13101a;
  border: 1px solid rgba(169, 163, 207, .16);
  border-radius: 24px;
  padding: clamp(24px, 3vw, 38px);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 20px;
}
.form-grid .span-all { grid-column: 1 / -1; }
.form-card label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #a9a3cf;
  margin-bottom: 8px;
}
.form-card label em { font-style: normal; color: #e671f7; }
.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  box-sizing: border-box;
  background: #0c0512;
  border: 1px solid rgba(169, 163, 207, .3);
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 15.5px;
  color: #ffffff;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.form-card textarea { line-height: 1.55; min-height: 130px; resize: vertical; }
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: #e671f7;
  outline: none;
  box-shadow: 0 0 0 3px rgba(218, 73, 255, .16);
}
.form-card .is-invalid { border-color: #ff7a85; }
.field-error { display: none; font-size: 12.5px; color: #ff7a85; margin-top: 6px; }
.field-error.is-visible { display: block; }
.form-submit {
  font-size: 16px;
  padding: 14px 32px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  margin-top: 26px;
}
.form-submit[disabled] { opacity: .7; cursor: default; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-success {
  display: none;
  background: #13101a;
  border: 1px solid rgba(126, 217, 87, .35);
  border-radius: 24px;
  padding: 60px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  min-height: 340px;
  box-sizing: border-box;
}
.form-success.is-visible { display: flex; }
.form-success-check {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5cb336, #7ed957);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c0512;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-success-title { font-weight: 700; font-size: 28px; letter-spacing: -.01em; }
.form-success p { font-size: 17px; color: #a9a3cf; margin: 0; line-height: 1.6; }

/* ---------- Footer ---------- */
.footer {
  background: #0c0512;
  border-top: 1px solid rgba(169, 163, 207, .12);
  padding: 44px clamp(22px, 5vw, 64px) 36px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-brand img { height: 20px; display: block; width: fit-content; }
.footer-tag { font-size: 14.5px; color: #9893b8; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px, 3vw, 30px); }
.footer-links a { color: #a9a3cf; font-size: 14.5px; font-weight: 500; transition: color .2s; }
.footer-links a:hover { color: #ffffff; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(169, 163, 207, .1);
}
.footer-copyright { font-size: 13.5px; color: #9893b8; letter-spacing: .04em; }
.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #9893b8;
  transition: color .2s;
}
.footer-linkedin:hover { color: #ffffff; }

/* ---------- Reveal animation (JS-driven, disabled for reduced motion) ---------- */
.js [data-reveal].reveal-init {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2, .6, .2, 1), transform .7s cubic-bezier(.2, .6, .2, 1);
}
.js [data-reveal].reveal-in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .rail-active-node { animation: none; }
  .js [data-reveal].reveal-init { opacity: 1; transform: none; transition: none; }
}
