/* ============================================================
   Farahoosh — Premium Design System
   Where هوشواره meets Capital
   ============================================================ */

:root {
  --orange: #E96B2E;
  --orange-dark: #D85A1D;
  --orange-light: #F28D58;
  --orange-glow: rgba(233, 107, 46, 0.35);
  --teal: #4DB6AC;
  --teal-dark: #00897B;
  --teal-light: #80CBC4;
  --teal-glow: rgba(77, 182, 172, 0.3);
  --dark: #1E1E1E;
  --dark-card: #2B2B2B;
  --dark-elevated: #333333;
  --light-bg: #F5F5F5;
  --light-gray: #E6E6E6;
  --white: #FFFFFF;
  --text-muted: #A0A0A0;
  --text-soft: #C8C8C8;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-soft: 0 8px 40px rgba(0, 0, 0, 0.12);
  --shadow-lift: 0 20px 60px rgba(0, 0, 0, 0.25);
  --shadow-orange: 0 12px 40px rgba(233, 107, 46, 0.28);
  --font: 'Vazirmatn', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 80px;
  --header-cta-h: 48px;
  --header-logo-h: 64px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  font-family: var(--font);
  background: var(--dark);
  color: var(--white);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; }

[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
}

[data-icon] svg {
  width: 1.15em;
  height: 1.15em;
  display: block;
}

::selection {
  background: var(--orange);
  color: var(--white);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--orange), var(--teal));
  border-radius: 4px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ---------- Noise & Mesh Backgrounds ---------- */
.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mesh-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  contain: layout paint;
}

.noise-overlay { display: none; }

@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .mesh-blob {
    filter: blur(40px);
    opacity: 0.28;
  }
  .parallax-slow {
    transform: none !important;
  }
}

.mesh-blob--orange {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(233,107,46,0.5) 0%, transparent 70%);
  top: -10%;
  right: -5%;
}

.mesh-blob--teal {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(77,182,172,0.4) 0%, transparent 70%);
  bottom: 10%;
  left: -8%;
}

.mesh-blob--soft {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(233,107,46,0.2) 0%, transparent 70%);
  top: 40%;
  left: 40%;
}

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--orange);
  margin-bottom: 16px;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  border-radius: 2px;
}

.eyebrow--teal { color: var(--teal); }
.eyebrow--dark { color: var(--orange); }

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.section-lead {
  font-size: 1.0625rem;
  color: var(--text-muted);
  margin-top: 16px;
  max-width: 640px;
  line-height: 1.9;
}

.section-lead--dark { color: #5a5a5a; }

.gradient-text-orange {
  background: linear-gradient(135deg, var(--orange-light), var(--orange) 50%, var(--orange-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-teal {
  background: linear-gradient(135deg, var(--teal-light), var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s ease;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--rx, 50%) var(--ry, 50%), rgba(255,255,255,0.28) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.btn:hover::after { opacity: 1; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }

.btn--primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: var(--white);
  box-shadow: var(--shadow-orange);
}

.btn--primary:hover {
  box-shadow: 0 16px 48px rgba(233, 107, 46, 0.4);
}

.btn--soon {
  cursor: default;
  pointer-events: none;
  opacity: 0.88;
}

.btn--soon:hover {
  transform: none;
  box-shadow: var(--shadow-orange);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(77, 182, 172, 0.5);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.btn--ghost {
  background: transparent;
  color: var(--dark);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.btn--ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.btn--lg {
  padding: 18px 40px;
  font-size: 1.0625rem;
}

.btn--full { width: 100%; }

.btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.75;
  flex-shrink: 0;
}

/* ---------- Cards ---------- */
.card {
  position: relative;
  background: var(--dark-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 40%, rgba(77,182,172,0.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.4s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.card:hover::before {
  background: linear-gradient(145deg, rgba(233,107,46,0.45), rgba(77,182,172,0.25));
}

.card--light {
  background: var(--white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.card--light::before {
  background: linear-gradient(145deg, rgba(0,0,0,0.06), rgba(0,0,0,0.02) 50%, rgba(77,182,172,0.2));
}

.card--light:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.card--light:hover::before {
  background: linear-gradient(145deg, rgba(233,107,46,0.4), rgba(77,182,172,0.3));
}

.card--glass {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.4s var(--ease);
}

.card:hover .icon-box { transform: scale(1.08); }

.icon-box svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.6;
}

.icon-box--orange {
  background: rgba(233, 107, 46, 0.12);
  color: var(--orange);
}

.icon-box--teal {
  background: rgba(77, 182, 172, 0.12);
  color: var(--teal);
}

.icon-box--soft {
  background: rgba(255, 255, 255, 0.06);
  color: var(--teal-light);
}

/* ---------- Sections ---------- */
.section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.section--dark { background: var(--dark); }
.section--card { background: #232323; }
.section--light {
  background: var(--light-bg);
  color: var(--dark);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.section-header .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-mark {
  width: var(--header-logo-h);
  height: var(--header-logo-h);
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, var(--orange), var(--teal));
  box-shadow: 0 4px 20px var(--orange-glow);
}

.logo-mark-inner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-mark-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 8px;
}

.nav-desktop a {
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-soft);
  border-radius: 8px;
  transition: color 0.25s ease, background 0.25s ease;
}

.nav-desktop a:hover,
.nav-desktop a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}

.nav-desktop a.active { color: var(--orange); }

.header-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.header-cta {
  height: var(--header-cta-h);
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 10px;
  transition: background 0.25s ease;
}

.menu-toggle:hover { background: rgba(255, 255, 255, 0.06); }
.menu-toggle svg { width: 24px; height: 24px; }

.mobile-nav {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: rgba(30, 30, 30, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s var(--ease), opacity 0.35s ease;
  z-index: 999;
}

.mobile-nav.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav a {
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-soft);
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

.mobile-nav a:hover { color: var(--orange); background: rgba(233, 107, 46, 0.08); }

.mobile-nav .btn { margin-top: 12px; }

.mobile-nav button.btn {
  width: 100%;
  justify-content: center;
}

.mobile-nav [hidden],
.header-actions [hidden],
.nav-desktop [hidden],
.hero-actions [hidden],
.footer-col [hidden] {
  display: none !important;
}

@media (min-width: 960px) {
  .nav-desktop { display: flex; }
  .header-actions { display: flex; }
  .header-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  .mobile-nav { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 48px) 0 80px;
  overflow: hidden;
}

#neural-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 50% at 50% 20%, rgba(233, 107, 46, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(77, 182, 172, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, transparent 60%, var(--dark) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--teal-light);
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}

.hero-eyebrow span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.hero-logo {
  display: block;
  width: min(47vw, 252px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.hero-title-sub {
  font-size: clamp(1.15rem, 3.2vw, 1.85rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  max-width: 780px;
  margin: 0 auto 24px;
  opacity: 0.95;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 48px;
}

/* Countdown */
.countdown-wrap {
  max-width: 560px;
  margin: 0 auto 48px;
  padding: 28px 24px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.countdown-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  box-shadow: 0 4px 16px var(--orange-glow);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  direction: ltr;
}

.countdown-item {
  padding: 16px 8px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.countdown-value {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  direction: ltr;
  unicode-bidi: isolate;
}

.countdown-value--orange { color: var(--orange); }
.countdown-value--teal { color: var(--teal); }

.countdown-unit {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Stats */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item { text-align: center; }

.stat-value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.trust-strip {
  margin-top: 56px;
  text-align: center;
}

.trust-strip-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  opacity: 0.7;
}

.trust-logos img {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.2) brightness(1.1);
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.trust-logos img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.partner-band {
  --partner-track: #9A8774;
  --partner-slot-w: 176px;
  --partner-slot-h: 80px;
  display: grid;
  grid-template-columns: var(--partner-slot-w) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  background: var(--partner-track);
  border-radius: 20px;
  padding: 14px 12px;
}

.partner-band-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 0;
  border-left: 1px solid rgba(30, 30, 30, 0.2);
  position: relative;
  z-index: 2;
}

.partner-slot {
  --partner-slot-w: 176px;
  --partner-slot-h: 80px;
  width: var(--partner-slot-w);
  height: var(--partner-slot-h);
  flex: 0 0 var(--partner-slot-w);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  box-sizing: border-box;
}

.partner-slot img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.partner-marquee {
  overflow: hidden;
  min-width: 0;
}

.partner-track {
  display: flex;
  width: max-content;
  animation: partner-slide 28s linear infinite;
  will-change: transform;
}

.partner-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 8px;
}

@keyframes partner-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 720px) {
  .partner-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .partner-band-fixed {
    border-left: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
    padding: 0 0 12px;
  }

  .partner-slot {
    --partner-slot-w: 150px;
    --partner-slot-h: 70px;
  }
}

@media (min-width: 640px) {
  .hero-stats { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Problem / Solution ---------- */
.split-grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .split-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.problem-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.problem-item:hover {
  border-color: rgba(233, 107, 46, 0.35);
  background: rgba(233, 107, 46, 0.05);
}

.problem-num {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--orange);
  opacity: 0.7;
  line-height: 1.4;
  flex-shrink: 0;
}

.problem-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.problem-item p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.problem-sublist {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.problem-sublist li {
  position: relative;
  padding-right: 16px;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.problem-sublist li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.85;
}

.visual-panel {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 40px;
  background: linear-gradient(160deg, rgba(43,43,43,0.9), rgba(30,30,30,0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.visual-panel::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, var(--orange-glow), transparent 70%);
  pointer-events: none;
}

.visual-panel::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, var(--teal-glow), transparent 70%);
  pointer-events: none;
}

.orbit-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 360px;
  margin: 0 auto;
}

.orbit-ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  animation: orbit-spin 40s linear infinite;
}

.orbit-ring--inner {
  inset: 28%;
  border-style: solid;
  border-color: rgba(77, 182, 172, 0.15);
  animation-duration: 28s;
  animation-direction: reverse;
}

.orbit-core {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  box-shadow: 0 0 60px var(--orange-glow);
  z-index: 2;
}

.orbit-node {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.orbit-node svg { width: 22px; height: 22px; stroke-width: 1.6; }
.orbit-node--1 { top: 4%; left: 50%; transform: translateX(-50%); color: var(--orange); }
.orbit-node--2 { bottom: 12%; right: 8%; }
.orbit-node--3 { bottom: 12%; left: 8%; color: var(--orange-light); }

@keyframes orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  gap: 48px;
  align-items: start;
}

@media (min-width: 960px) {
  .about-grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; }
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 36px;
}

.feature-item {
  display: flex;
  gap: 16px;
}

.feature-check {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-check svg { width: 18px; height: 18px; stroke-width: 2.5; }

.feature-check--orange {
  background: rgba(233, 107, 46, 0.15);
  color: var(--orange);
}

.feature-check--teal {
  background: rgba(77, 182, 172, 0.15);
  color: var(--teal);
}

.feature-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.8;
  text-align: justify;
}

.passport {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 2px;
  background: linear-gradient(135deg, var(--orange), transparent 40%, var(--teal));
  box-shadow: var(--shadow-lift);
}

.passport-inner {
  background: var(--dark-card);
  border-radius: calc(var(--radius-xl) - 1px);
  padding: 32px;
}

.passport-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.passport-header h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.badge--teal {
  background: rgba(77, 182, 172, 0.15);
  color: var(--teal);
}

.badge--orange {
  background: rgba(233, 107, 46, 0.15);
  color: var(--orange);
}

.passport-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.passport-field {
  padding: 16px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.passport-field--full { grid-column: 1 / -1; }

.passport-field span {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.passport-field strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-soft);
  line-height: 1.6;
}

.passport-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: rgba(233, 107, 46, 0.08);
  border: 1px solid rgba(233, 107, 46, 0.25);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.passport-note svg {
  width: 28px;
  height: 28px;
  color: var(--orange);
  flex-shrink: 0;
  stroke-width: 1.6;
}

.passport-note p {
  font-size: 0.8rem;
  color: var(--text-soft);
  line-height: 1.7;
}

/* ---------- Benefits ---------- */
.benefits-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

.benefit-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.85;
  text-align: justify;
}

.benefit-card .icon-box--orange {
  background: rgba(233, 107, 46, 0.1);
}

.benefit-card .icon-box--teal {
  background: rgba(77, 182, 172, 0.12);
}

/* ---------- Journey ---------- */
.journey-track {
  display: grid;
  gap: 20px;
  position: relative;
}

@media (min-width: 800px) {
  .journey-track {
    grid-template-columns: repeat(4, 1fr);
  }

  .journey-track::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--teal));
    opacity: 0.3;
    z-index: 0;
  }
}

.journey-step {
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s ease;
}

.journey-step:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 107, 46, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.journey-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(233,107,46,0.2), rgba(77,182,172,0.15));
  color: var(--orange);
  border: 1px solid rgba(233, 107, 46, 0.25);
}

.journey-step:nth-child(2) .journey-num { color: var(--orange-light); }
.journey-step:nth-child(3) .journey-num { color: var(--teal); }
.journey-step:nth-child(4) .journey-num { color: var(--teal-light); }

.journey-step h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.journey-step p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ---------- Speakers / Presence ---------- */
.presence-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 700px) {
  .presence-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .presence-grid { grid-template-columns: repeat(4, 1fr); }
}

.presence-card {
  text-align: center;
  padding: 36px 24px;
}

.presence-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(233,107,46,0.15), rgba(77,182,172,0.15));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--teal);
}

.presence-avatar svg { width: 32px; height: 32px; stroke-width: 1.5; }
.presence-card:nth-child(odd) .presence-avatar { color: var(--orange); }

.presence-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.presence-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ---------- Topics ---------- */
.topics-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 640px) {
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .topics-grid { grid-template-columns: repeat(3, 1fr); }
}

.topic-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--dark);
}

.topic-card p {
  font-size: 0.875rem;
  color: #5a5a5a;
  line-height: 1.8;
}

.topic-card--wide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

@media (min-width: 640px) {
  .topic-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start;
    text-align: right;
  }
}

/* ---------- Criteria ---------- */
.criteria-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 8px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.criteria-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  counter-reset: none;
}

.criteria-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  transition: background 0.3s ease;
}

.criteria-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.criteria-num {
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--orange);
  opacity: 0.85;
  line-height: 1.7;
  min-width: 2rem;
}

.criteria-item:nth-child(even) .criteria-num {
  color: var(--teal);
}

.criteria-item p {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.85;
  text-align: justify;
  margin: 0;
}

/* ---------- Timeline ---------- */
.day-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .day-tabs { flex-direction: row; }
}

.day-tab {
  flex: 1;
  padding: 16px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--white);
  color: #5a5a5a;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s var(--ease);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.day-tab:hover { border-color: rgba(233, 107, 46, 0.35); }
.day-tab.is-active {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-orange);
}

.schedule-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.schedule-list[hidden] { display: none !important; }

.schedule-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
}

.schedule-item:hover {
  transform: translateX(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

@media (min-width: 560px) {
  .schedule-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.schedule-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.time-chip {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.time-chip--orange {
  background: rgba(233, 107, 46, 0.1);
  color: var(--orange-dark);
}

.time-chip--teal {
  background: rgba(77, 182, 172, 0.12);
  color: var(--teal-dark);
}

.schedule-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
}

.schedule-icon {
  color: var(--orange);
  flex-shrink: 0;
  display: none;
}

@media (min-width: 560px) {
  .schedule-icon { display: block; }
}

.schedule-icon svg { width: 24px; height: 24px; stroke-width: 1.6; }

/* ---------- Organizers ---------- */
.organizers-grid {
  display: grid;
  gap: 28px;
}

@media (min-width: 768px) {
  .organizers-grid { grid-template-columns: repeat(3, 1fr); }
}

.organizer-card {
  text-align: center;
  padding: 40px 28px;
}

.organizer-logo {
  width: 140px;
  height: 140px;
  margin: 0 auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.1));
  transition: transform 0.4s var(--ease);
}

.organizer-card:hover .organizer-logo { transform: scale(1.04); }

.organizer-card h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: var(--dark);
}

.organizer-card p {
  font-size: 0.875rem;
  color: #5a5a5a;
  line-height: 1.85;
  text-align: justify;
}

.organizers-band {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.organizer-fixed {
  background: #9A8774;
  color: var(--dark);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
}

.organizer-fixed .partner-slot {
  margin-bottom: 16px;
}

.organizer-fixed h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.organizer-fixed p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #3f3a36;
}

.partner-marquee--panel {
  --partner-slot-w: 176px;
  --partner-slot-h: 80px;
  background: #9A8774;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  min-height: 120px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

@media (max-width: 768px) {
  .organizers-band {
    grid-template-columns: 1fr;
  }

  .organizer-fixed {
    padding: 24px 20px;
  }

  .partner-marquee--panel {
    min-height: 104px;
  }
}

.partner-track {
  animation-duration: 28s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
  animation-play-state: running !important;
}

/* ---------- Sponsors ---------- */
.sponsors-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 900px) {
  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
}

.sponsor-card {
  display: flex;
  flex-direction: column;
  padding: 36px 28px;
  height: 100%;
  position: relative;
}

.sponsor-card--featured {
  background: linear-gradient(180deg, rgba(233,107,46,0.08), rgba(43,43,43,0.95));
}

@media (min-width: 900px) {
  .sponsor-card--featured {
    transform: scale(1.05);
    z-index: 2;
  }

  .sponsor-card--featured:hover {
    transform: scale(1.05) translateY(-6px);
  }
}

.sponsor-capacity {
  position: absolute;
  top: -12px;
  right: 28px;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
}

.sponsor-capacity--a {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: var(--white);
  box-shadow: 0 4px 16px var(--orange-glow);
}

.sponsor-capacity--b {
  background: var(--teal);
  color: #004d40;
}

.sponsor-capacity--c {
  background: #F59E0B;
  color: #451a03;
}

.sponsor-card h3 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.sponsor-card--featured h3 { font-size: 2rem; }

.sponsor-price {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.sponsor-price--a { color: var(--orange); }
.sponsor-price--b { color: var(--teal); }
.sponsor-price--c { color: #FBBF24; }

.sponsor-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  flex: 1;
}

.sponsor-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.sponsor-features svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  stroke-width: 2;
}

.sponsor-features--a svg { color: var(--orange); }
.sponsor-features--b svg { color: var(--teal); }
.sponsor-features--c svg { color: #FBBF24; }

body.page-register {
  background: var(--light-bg);
  color: var(--dark);
}

body.page-register .site-header {
  background: rgba(30, 30, 30, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.page-register .register-section {
  padding-top: calc(var(--header-h) + 48px);
  min-height: calc(100vh - 80px);
}

body.page-register .section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

body.page-register .btn--secondary {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid rgba(30, 30, 30, 0.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

body.page-register .btn--secondary:hover {
  background: #f7f7f7;
  color: var(--orange-dark);
  border-color: rgba(233, 107, 46, 0.45);
  box-shadow: 0 8px 22px rgba(233, 107, 46, 0.16);
}

body.page-register .btn--ghost {
  background: #fff;
  color: #1e1e1e;
  border: 1px solid rgba(30, 30, 30, 0.16);
}

body.page-register .btn--ghost:hover {
  background: rgba(233, 107, 46, 0.08);
  border-color: var(--orange);
  color: var(--orange-dark);
}

body.page-register .btn--ghost:disabled {
  color: #6b7280;
  background: #f3f4f6;
  border-color: rgba(30, 30, 30, 0.1);
  opacity: 1;
}

/* ---------- Registration ---------- */
.register-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.register-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(233, 107, 46, 0.08), transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(77, 182, 172, 0.1), transparent 55%);
  pointer-events: none;
}

.register-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #ffffff 0%, #fbfbfb 60%, #f4f7f8 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(233, 107, 46, 0.18);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.register-panel::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(233,107,46,0.55), transparent 42%, rgba(77,182,172,0.45));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.register-panel::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  left: -140px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77,182,172,0.18) 0%, rgba(77,182,172,0) 70%);
  pointer-events: none;
}

.register-header {
  text-align: center;
  margin-bottom: 36px;
}

.register-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 6px;
  padding: 6px;
  margin-bottom: 32px;
  border-radius: 16px;
  background: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.register-type-glider { display: none !important; }

.register-type-btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #4b5563;
  border: 1px solid transparent;
  transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  line-height: 1.3;
  text-align: center;
}

.register-type-btn [data-icon],
.register-type-btn [data-icon] svg {
  width: 18px;
  height: 18px;
}

.register-type-btn svg {
  stroke-width: 2;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.register-type-btn.is-active {
  color: var(--dark);
  background: var(--white);
  border-color: rgba(233, 107, 46, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(233, 107, 46, 0.12);
}

.register-type-btn.is-active svg {
  opacity: 1;
  color: var(--orange);
}

.register-type-btn:hover:not(.is-active) {
  color: #1f2937;
  background: rgba(255,255,255,0.55);
}

.register-panels {
  position: relative;
}

.register-form-panel {
  display: none;
  opacity: 0;
  transform: translateY(14px);
}

.auth-step {
  position: relative;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.auth-step[hidden] {
  display: none !important;
}

.auth-step.is-active {
  animation: authStepIn 0.36s var(--ease-out);
}

@keyframes authStepIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.register-form-panel.is-active {
  display: block;
  animation: registerPanelIn 0.45s var(--ease) forwards;
}

.register-form-panel.is-leaving {
  display: block;
  animation: registerPanelOut 0.28s ease forwards;
  pointer-events: none;
}

@keyframes registerPanelIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes registerPanelOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-10px) scale(0.985);
  }
}

@media (prefers-reduced-motion: reduce) {
  .register-type-glider { transition: none; }
  .register-form-panel.is-active,
  .register-form-panel.is-leaving { animation: none; opacity: 1; transform: none; }
}

.register-badge--teal {
  color: var(--teal-dark);
  background: linear-gradient(135deg, rgba(77, 182, 172, 0.14), rgba(233, 107, 46, 0.08));
}

.register-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.12), rgba(77, 182, 172, 0.12));
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.register-badge [data-icon],
.register-badge [data-icon] svg,
.register-badge svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.register-note {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
}

.auth-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.auth-progress-line {
  flex: 1;
  min-width: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,0,0,0.12), rgba(0,0,0,0.04));
}

.auth-progress-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7c808a;
  transition: all 0.25s ease;
}

.auth-progress-item span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 800;
  background: #fff;
  border: 1px solid #d7dce0;
}

.auth-progress-item em {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
}

.auth-progress-item.is-active {
  color: #1f2d3d;
}

.auth-progress-item.is-active span {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--teal));
  box-shadow: 0 8px 20px rgba(233, 107, 46, 0.25);
}

.form-grid {
  display: grid;
  gap: 20px;
}

.form-grid--2 {
  gap: 16px;
}

@media (min-width: 600px) {
  .form-grid--2 { grid-template-columns: 1fr 1fr; }
}

.form-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 8px;
}

.form-field .req {
  color: var(--orange);
  margin-inline-start: 2px;
}

.form-field input:not([type="file"]),
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--light-gray);
  background: #FAFAFA;
  color: var(--dark);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  outline: none;
}

.form-field select {
  cursor: pointer;
}

.form-field input:not([type="file"])::placeholder,
.form-field textarea::placeholder { color: #aaa; }

.form-field input:not([type="file"]):hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #d0d0d0;
  background: var(--white);
}

.form-field input:not([type="file"]):focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--orange);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(233, 107, 46, 0.15);
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea,
.form-field.is-invalid .file-dropzone {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

.form-field textarea { resize: vertical; min-height: 100px; }

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-error {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c62828;
}

.field-error[hidden] { display: none !important; }

/* File dropzone */
.file-dropzone {
  position: relative;
  border: 1.5px dashed #d0d0d0;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #FAFAFA 0%, #F3F7F6 100%);
  min-height: 160px;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  overflow: hidden;
}

.file-dropzone:hover,
.file-dropzone.is-dragover {
  border-color: var(--orange);
  background: rgba(233, 107, 46, 0.04);
  box-shadow: 0 0 0 3px rgba(233, 107, 46, 0.1);
}

.file-dropzone.is-full {
  opacity: 0.55;
  pointer-events: none;
}

.file-dropzone .file-input,
.file-dropzone input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}

.file-dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 20px;
  text-align: center;
  pointer-events: none;
}

.file-dropzone-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.15), rgba(77, 182, 172, 0.18));
  color: var(--orange);
  margin-bottom: 4px;
}

.file-dropzone-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.75;
}

.file-dropzone-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.file-dropzone-hint {
  font-size: 0.78rem;
  color: #888;
  line-height: 1.5;
}

.file-list {
  list-style: none;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file-list[hidden] { display: none !important; }

.file-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: rgba(77, 182, 172, 0.08);
  border: 1px solid rgba(77, 182, 172, 0.28);
  animation: registerPanelIn 0.35s var(--ease);
}

.file-list-item .file-selected-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 182, 172, 0.18);
  color: var(--teal-dark);
  flex-shrink: 0;
}

.file-list-item .file-selected-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

.file-count {
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #777;
}

.file-count[hidden] { display: none !important; }

.file-count.is-max {
  color: var(--orange-dark);
}

.file-remove {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  background: rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}

.file-remove:hover {
  background: rgba(229, 57, 53, 0.12);
  color: #c62828;
}

.file-remove svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.file-selected-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.file-selected-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: right;
}

.file-selected-size {
  font-size: 0.75rem;
  color: #777;
  direction: ltr;
  text-align: right;
}

.upload-progress {
  margin-top: 12px;
  height: 6px;
  border-radius: 999px;
  background: var(--light-gray);
  overflow: hidden;
}

.upload-progress[hidden] { display: none !important; }

.upload-progress-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  transition: width 0.2s ease;
}

.form-actions {
  margin-top: 28px;
}

.auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-actions .btn {
  justify-content: center;
  min-width: 110px;
}

.form-actions .btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

.form-actions .btn.is-loading .btn-label::after {
  content: '...';
}

.form-response {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.7;
}

.form-response--success {
  background: rgba(77, 182, 172, 0.15);
  border: 1px solid rgba(77, 182, 172, 0.4);
  color: #004d40;
}

.form-response--error {
  background: rgba(229, 57, 53, 0.08);
  border: 1px solid rgba(229, 57, 53, 0.28);
  color: #b71c1c;
}

.form-response[hidden] { display: none !important; }

#startup-step-details[hidden],
#guest-step-details[hidden] {
  display: none !important;
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(233, 107, 46, 0.35);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  text-align: right;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-trigger svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
  flex-shrink: 0;
  stroke-width: 1.75;
  transition: transform 0.35s var(--ease);
}

.faq-item.is-open .faq-trigger svg { transform: rotate(45deg); }

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}

.faq-item.is-open .faq-panel { max-height: 300px; }

.faq-panel p {
  padding: 0 24px 22px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ---------- Footer CTA ---------- */
.footer-cta {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #232323 0%, var(--dark) 100%);
}

.footer-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.footer-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.35;
}

.footer-cta p {
  color: var(--text-muted);
  margin-bottom: 36px;
  font-size: 1.05rem;
  line-height: 1.9;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ---------- Site Footer ---------- */
.site-footer {
  background: #181818;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 72px 0 36px;
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  gap: 40px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1.2fr;
  }
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.85;
  max-width: 400px;
  margin-top: 16px;
}

.footer-brand .logo { margin-bottom: 4px; }

.footer-col h4 {
  color: var(--white);
  font-weight: 800;
  margin-bottom: 18px;
  font-size: 0.95rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: 0.875rem;
  transition: color 0.25s ease;
}

.footer-col a:hover { color: var(--orange); }

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 3px;
  stroke-width: 1.75;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.75rem;
  color: #666;
}

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .orbit-ring { animation: none; }
  .partner-track {
    animation-duration: 28s !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear !important;
  }
}

/* ---------- Mobile tweaks ---------- */
@media (min-width: 900px) {
  .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 14px center;
    padding-left: 40px;
  }
}

@media (max-width: 639px) {
  .section { padding: 80px 0; }
  .hero { padding-top: calc(var(--header-h) + 32px); padding-bottom: 56px; }
  .countdown-label {
    white-space: normal;
    text-align: center;
    max-width: 90%;
    line-height: 1.4;
  }
  .register-panel { padding: 32px 18px; }
  .auth-progress {
    gap: 6px;
    padding: 10px 8px;
    overflow-x: auto;
  }
  .auth-progress-item em {
    display: none;
  }
  .register-type-btn {
    font-size: 0.78rem;
    padding: 12px 8px;
    gap: 6px;
  }
  .register-type-btn svg {
    width: 15px;
    height: 15px;
  }
  .btn { white-space: normal; text-align: center; }
  .hero-actions .btn { width: 100%; }
  .mesh-blob { filter: blur(40px); opacity: 0.28; }
  .card--glass,
  .countdown-wrap,
  .site-header.is-scrolled,
  .mobile-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 768px) {
  #neural-canvas { opacity: 0.55; }
}

/* ============================================================
   Dashboard shell (guest + startup) — sectioned, interactive
   ============================================================ */
body.page-dashboard {
  background: #111111;
  color: var(--white);
  min-height: 100vh;
}

.page-dashboard .guest-bg,
.page-dashboard .startup-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-dashboard .guest-bg {
  background:
    radial-gradient(ellipse 60% 40% at 85% 0%, rgba(233, 107, 46, 0.16), transparent 58%),
    radial-gradient(ellipse 50% 38% at 5% 100%, rgba(77, 182, 172, 0.12), transparent 52%);
}

.page-dashboard .startup-bg {
  background:
    radial-gradient(ellipse 60% 40% at 12% 0%, rgba(77, 182, 172, 0.14), transparent 58%),
    radial-gradient(ellipse 50% 38% at 95% 100%, rgba(233, 107, 46, 0.14), transparent 52%);
}

.page-dashboard .dash-main {
  position: relative;
  z-index: 1;
}

.page-dashboard .header-actions { display: flex; }

.page-dashboard .header-cta {
  height: 44px;
  padding-inline: 18px;
  font-size: 0.82rem;
}

.page-dashboard .header-cta [data-icon],
.page-dashboard .header-cta svg {
  width: 18px;
  height: 18px;
}

.dash-header-title {
  display: none;
  align-items: center;
  gap: 10px;
  color: var(--text-soft);
  font-size: 0.85rem;
  font-weight: 600;
  margin-inline-end: auto;
}

.dash-header-title strong {
  color: #fff;
  font-weight: 800;
}

.dash-header-title::before {
  content: '';
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 960px) {
  .dash-header-title { display: inline-flex; }
}

/* ---- layout ---- */
.dash-main {
  padding-top: var(--header-h);
  padding-bottom: 64px;
  min-height: 100vh;
}

.dash-layout {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 28px;
  padding-top: 28px;
  align-items: start;
}

/* ---- sidebar ---- */
.dash-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dash-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(165deg, #1c1c1c 0%, #242424 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-user > div { min-width: 0; }

.dash-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--teal));
  box-shadow: 0 8px 20px rgba(233, 107, 46, 0.25);
  flex-shrink: 0;
}

.dash-user strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-user span {
  display: block;
  color: #9ca3af;
  font-size: 0.75rem;
}

.dash-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dash-nav-label {
  padding: 8px 14px 4px;
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.dash-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  color: #b4b8bf;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
  transition: background 0.2s ease, color 0.2s ease;
}

.dash-nav-item [data-icon] {
  width: 20px;
  height: 20px;
  color: #8b909a;
  transition: color 0.2s ease;
}

.dash-nav-item [data-icon] svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}

.dash-nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.dash-nav-item:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.dash-nav-item.is-active {
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.18), rgba(77, 182, 172, 0.12));
  color: #fff;
}

.dash-nav-item.is-active [data-icon] { color: var(--orange-light); }

.dash-nav-item.is-active::before {
  content: '';
  position: absolute;
  right: 0;
  top: 24%;
  bottom: 24%;
  width: 3px;
  border-radius: 3px;
  background: var(--orange);
}

.dash-nav-badge {
  margin-inline-start: auto;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(233, 107, 46, 0.2);
  color: var(--orange-light);
}

.dash-nav-badge[hidden] { display: none; }

.dash-nav-item--danger { color: #f1a3a3; }

.dash-nav-item--danger [data-icon] { color: #f1a3a3; }

.dash-nav-item--danger:hover {
  background: rgba(220, 38, 38, 0.12);
  color: #fecaca;
}

/* ---- content & views ---- */
.dash-content { min-width: 0; }

.dash-view { display: none; }

.dash-view.is-active {
  display: block;
  animation: dashViewIn 0.35s var(--ease-out);
}

@keyframes dashViewIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.dash-view-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dash-view-head > .dash-status-chip { margin-top: 6px; }

.dash-view-head h1,
.dash-view-head h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5;
}

.dash-view-head p {
  color: #9ca3af;
  font-size: 0.9rem;
  margin-top: 4px;
  max-width: 62ch;
  line-height: 1.8;
}

.dash-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-light);
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 4px;
}

/* ---- cards ---- */
.dash-card {
  background: linear-gradient(165deg, #1b1b1b 0%, #232323 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  color: #fff;
  min-width: 0;
}

.dash-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.dash-card-head h3,
.dash-card > h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 800;
  color: #f3f4f6;
}

.dash-card > h3 { margin-bottom: 16px; }

.dash-card-head h3 [data-icon],
.dash-card > h3 [data-icon] {
  width: 20px;
  height: 20px;
  color: var(--orange-light);
}

.dash-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal-light);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.dash-card-link:hover { color: #fff; }

.dash-card-link [data-icon] {
  width: 16px;
  height: 16px;
}

.dash-card--accent {
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.2), rgba(77, 182, 172, 0.1)), #1c1c1c;
  border-color: rgba(233, 107, 46, 0.26);
}

.dash-card--teal {
  background: linear-gradient(135deg, rgba(77, 182, 172, 0.16), rgba(233, 107, 46, 0.06)), #1c1c1c;
  border-color: rgba(77, 182, 172, 0.28);
}

.dash-card p.dash-muted,
.dash-muted {
  color: #9ca3af;
  font-size: 0.88rem;
  line-height: 1.8;
}

.dash-grid {
  display: grid;
  gap: 16px;
}

.dash-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dash-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dash-grid + .dash-grid,
.dash-grid + .dash-card,
.dash-card + .dash-grid,
.dash-card + .dash-card { margin-top: 16px; }

.dash-card--span { grid-column: 1 / -1; }

/* ---- overview hero ---- */
.dash-hero {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #1e1a17 0%, #1c1c1c 55%, #15201f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
}

.dash-hero::before,
.dash-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}

.dash-hero::before {
  width: 320px;
  height: 320px;
  top: -160px;
  left: -80px;
  background: rgba(233, 107, 46, 0.28);
}

.dash-hero::after {
  width: 260px;
  height: 260px;
  bottom: -140px;
  right: -60px;
  background: rgba(77, 182, 172, 0.2);
}

.dash-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dash-hero-copy { min-width: 0; flex: 1; }

.dash-hero h1 {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 900;
  line-height: 1.5;
  margin: 8px 0 8px;
  overflow-wrap: anywhere;
}

.dash-hero p {
  color: #c9cdd3;
  font-size: 0.92rem;
  line-height: 1.85;
  max-width: 58ch;
}

.dash-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.dash-hero-actions .btn {
  min-height: 46px;
  padding: 0 22px;
  font-size: 0.9rem;
}

.dash-hero-art {
  flex-shrink: 0;
  width: 132px;
  height: 132px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dash-hero-art img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

/* ---- status chips ---- */
.dash-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(77, 182, 172, 0.14);
  color: var(--teal-light);
  border: 1px solid rgba(77, 182, 172, 0.3);
  white-space: nowrap;
}

.dash-status-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(77, 182, 172, 0.18);
}

.dash-status-chip--orange {
  background: rgba(233, 107, 46, 0.14);
  color: var(--orange-light);
  border-color: rgba(233, 107, 46, 0.3);
}

.dash-status-chip--orange::before { box-shadow: 0 0 0 4px rgba(233, 107, 46, 0.18); }

.dash-status-chip--red {
  background: rgba(220, 38, 38, 0.14);
  color: #fca5a5;
  border-color: rgba(248, 113, 113, 0.32);
}

.dash-status-chip--red::before { box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.18); }

.dash-status-chip--gray {
  background: rgba(255, 255, 255, 0.06);
  color: #d1d5db;
  border-color: rgba(255, 255, 255, 0.12);
}

.dash-status-chip--gray::before { box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08); }

/* ---- stats ---- */
.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.dash-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(165deg, #1b1b1b 0%, #222 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
  text-align: right;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.dash-stat > div { min-width: 0; }

.dash-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(233, 107, 46, 0.14);
  color: var(--orange-light);
  flex-shrink: 0;
}

.dash-stat-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.dash-stat--teal .dash-stat-icon {
  background: rgba(77, 182, 172, 0.14);
  color: var(--teal-light);
}

.dash-stat span {
  display: block;
  color: #9ca3af;
  font-size: 0.74rem;
  margin-bottom: 4px;
}

.dash-stat strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.dash-stat strong[dir="ltr"] {
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.dash-stat { cursor: pointer; }

button.dash-stat:hover {
  border-color: rgba(233, 107, 46, 0.35);
  transform: translateY(-2px);
}

/* ---- definition lists ---- */
.dash-dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dash-dl > div {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}

.dash-dl dt {
  color: #9ca3af;
  font-size: 0.74rem;
  margin-bottom: 6px;
}

.dash-dl dd {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.dash-dl dd[dir="ltr"] { text-align: right; }

.dash-dl dd.is-empty { color: #6b7280; font-weight: 500; }

/* ---- checklist ---- */
.dash-checklist {
  display: grid;
  gap: 10px;
}

.dash-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #d4d4d4;
  font-size: 0.9rem;
  line-height: 1.75;
}

.dash-checklist li [data-icon] {
  width: 18px;
  height: 18px;
  color: var(--teal-light);
  margin-top: 5px;
  flex-shrink: 0;
}

/* ---- agenda timeline ---- */
.dash-timeline {
  position: relative;
  display: grid;
  gap: 12px;
  padding-right: 24px;
}

.dash-timeline::before {
  content: '';
  position: absolute;
  right: 7px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--orange), var(--teal));
  opacity: 0.55;
}

.dash-timeline li {
  position: relative;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dash-timeline li::before {
  content: '';
  position: absolute;
  right: -23px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(233, 107, 46, 0.2);
}

.dash-timeline li.is-highlight {
  background: rgba(233, 107, 46, 0.08);
  border-color: rgba(233, 107, 46, 0.35);
}

.dash-timeline li.is-highlight::before {
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(77, 182, 172, 0.22);
}

.dash-timeline time {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.74rem;
  font-weight: 800;
  color: #e5e7eb;
  margin-bottom: 8px;
}

.dash-timeline strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.6;
}

.dash-timeline small {
  display: block;
  color: #9ca3af;
  font-size: 0.8rem;
  margin-top: 4px;
  line-height: 1.7;
}

.dash-day-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-light);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 4px 0 10px;
}

.dash-day-label + .dash-timeline { margin-bottom: 18px; }

/* ---- empty states ---- */
.dash-empty,
.startup-empty {
  padding: 22px 16px;
  text-align: center;
  color: #9ca3af;
  font-size: 0.9rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  line-height: 1.8;
}

.dash-empty[hidden],
.startup-empty[hidden] { display: none; }

/* ---- guest ticket ---- */
.guest-pass {
  display: grid;
  grid-template-columns: 220px 20px 1fr;
  align-items: stretch;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(165deg, #1b1b1b 0%, #242424 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.guest-pass-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 20px;
  background: linear-gradient(180deg, rgba(233, 107, 46, 0.18), rgba(77, 182, 172, 0.08));
}

.guest-pass .ticket-brand-logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.guest-pass-stamp {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--teal));
  padding: 6px 12px;
  border-radius: 999px;
}

.guest-pass-notch {
  position: relative;
  width: 20px;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0 8px, transparent 8px 16px) center / 1px 100% no-repeat;
}

.guest-pass-notch::before,
.guest-pass-notch::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  transform: translateX(-50%);
}

.guest-pass-notch::before { top: -12px; }
.guest-pass-notch::after { bottom: -12px; }

.guest-pass-body {
  padding: 28px 32px;
  min-width: 0;
}

.guest-pass-body .ticket-badge {
  display: inline-flex;
  margin-bottom: 14px;
}

.ticket-badge {
  background: linear-gradient(135deg, var(--orange), var(--teal));
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  color: #fff;
}

.guest-pass-body h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 900;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.guest-pass-event {
  color: #cfd3d8;
  font-size: 0.9rem;
  line-height: 1.8;
}

.guest-pass-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.guest-pass-meta span {
  display: block;
  color: #9ca3af;
  font-size: 0.74rem;
  margin-bottom: 6px;
}

.guest-pass-meta strong {
  font-size: 0.95rem;
  line-height: 1.5;
}

.guest-pass-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
}

.guest-pass-foot span {
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--teal-light);
  direction: ltr;
}

.guest-pass-foot em {
  font-style: normal;
  color: #9ca3af;
  font-size: 0.78rem;
}

.guest-pass-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.guest-pass-actions .btn {
  min-height: 46px;
  padding: 0 20px;
  font-size: 0.9rem;
}

/* ---- startup status track ---- */
.startup-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #9ca3af;
  min-width: 0;
}

.status-item span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.status-item em {
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.status-item.is-done { color: #e5e7eb; }

.status-item.is-done span { background: var(--teal); }

.status-item.is-active {
  color: #fff;
  background: rgba(233, 107, 46, 0.14);
  border-color: rgba(233, 107, 46, 0.32);
}

.status-item.is-active span {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 0 0 4px rgba(233, 107, 46, 0.18);
}

.status-item.is-approved.is-active {
  background: rgba(13, 148, 136, 0.16);
  border-color: rgba(45, 212, 191, 0.38);
}

.status-item.is-approved.is-active span {
  background: var(--teal-dark);
  box-shadow: 0 0 0 4px rgba(77, 182, 172, 0.2);
}

.status-item.is-rejected.is-active {
  background: rgba(220, 38, 38, 0.16);
  border-color: rgba(248, 113, 113, 0.38);
}

.status-item.is-rejected.is-active span {
  background: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.startup-admin-comment {
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border-right: 3px solid var(--orange);
  color: #d4d4d4;
  font-size: 0.93rem;
  line-height: 1.9;
  white-space: pre-wrap;
}

.startup-admin-comment.is-empty {
  border-right-color: rgba(255, 255, 255, 0.16);
  color: #9ca3af;
}

/* ---- presentation time ---- */
.startup-time-card { text-align: center; }

.startup-time-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(233, 107, 46, 0.16);
  color: var(--orange-light);
}

.startup-time-icon svg {
  width: 28px;
  height: 28px;
}

.startup-time {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.6;
  margin: 6px 0;
  overflow-wrap: anywhere;
}

.startup-time.is-pending {
  font-size: 1rem;
  font-weight: 700;
  color: #e5e7eb;
}

.startup-time-note {
  color: #9ca3af;
  font-size: 0.85rem;
  line-height: 1.8;
}

/* ---- files ---- */
.startup-files {
  display: grid;
  gap: 10px;
}

.startup-files[hidden] { display: none; }

.startup-files a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.startup-files a:hover {
  border-color: rgba(77, 182, 172, 0.42);
  background: rgba(77, 182, 172, 0.06);
}

.dash-file-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(77, 182, 172, 0.14);
  color: var(--teal-light);
  flex-shrink: 0;
}

.dash-file-icon svg {
  width: 20px;
  height: 20px;
}

.dash-file-name {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 0.9rem;
  direction: ltr;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-file-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal-light);
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

.dash-file-action [data-icon],
.dash-file-action svg {
  width: 16px;
  height: 16px;
}

/* ---- forms inside dashboards ---- */
.page-dashboard .form-field label { color: #e5e7eb; }

.page-dashboard .form-field input:not([type="file"]),
.page-dashboard .form-field select,
.page-dashboard .form-field textarea {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 14px;
}

.page-dashboard .form-field select {
  color-scheme: dark;
}

.page-dashboard .form-field select option {
  background: #1e1e1e;
  color: #fff;
}

.page-dashboard .form-field input:not([type="file"])::placeholder,
.page-dashboard .form-field textarea::placeholder { color: #8b909a; }

.page-dashboard .form-field input:not([type="file"]):hover,
.page-dashboard .form-field select:hover,
.page-dashboard .form-field textarea:hover {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-dashboard .form-field input:not([type="file"]):focus,
.page-dashboard .form-field select:focus,
.page-dashboard .form-field textarea:focus {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233, 107, 46, 0.2);
}

.startup-ticket-form {
  display: grid;
  gap: 14px;
}

.startup-ticket-form .btn {
  justify-self: start;
  min-height: 46px;
}

.startup-ticket-feedback {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
}

.startup-ticket-feedback[hidden] { display: none; }
.startup-ticket-feedback.is-ok { color: var(--teal-light); }
.startup-ticket-feedback.is-error { color: #fca5a5; }

.startup-ticket-list {
  display: grid;
  gap: 10px;
}

.startup-ticket-item {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.startup-ticket-item header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.startup-ticket-item strong { font-size: 0.92rem; }

.startup-ticket-item time {
  display: block;
  color: #9ca3af;
  font-size: 0.74rem;
  margin-bottom: 8px;
}

.startup-ticket-status {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(233, 107, 46, 0.16);
  color: var(--orange-light);
}

.startup-ticket-status.is-answered {
  background: rgba(77, 182, 172, 0.16);
  color: var(--teal-light);
}

.startup-ticket-item p {
  color: #d4d4d4;
  font-size: 0.88rem;
  line-height: 1.8;
  white-space: pre-wrap;
}

.startup-ticket-reply {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(77, 182, 172, 0.08);
  border: 1px solid rgba(77, 182, 172, 0.2);
}

.startup-ticket-reply span {
  display: block;
  color: var(--teal-light);
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 6px;
}

/* ---- dashboard responsive ---- */
@media (max-width: 980px) {
  .dash-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-top: 14px;
  }

  .dash-sidebar {
    top: var(--header-h);
    z-index: 20;
    gap: 0;
    min-width: 0;
    max-width: none;
    margin-inline: -24px;
    padding: 10px 24px 12px;
    background: rgba(17, 17, 17, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .dash-sidebar::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    bottom: 12px;
    width: 40px;
    pointer-events: none;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0));
  }

  .dash-user,
  .dash-nav-label,
  .dash-sidebar-foot { display: none; }

  .dash-nav {
    flex-direction: row;
    gap: 6px;
    padding: 4px;
    border-radius: 16px;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .dash-nav::-webkit-scrollbar { display: none; }

  .dash-nav-item {
    flex: 0 0 auto;
    width: auto;
    padding: 10px 14px;
    font-size: 0.82rem;
    border-radius: 12px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .dash-nav-item [data-icon],
  .dash-nav-item [data-icon] svg {
    width: 18px;
    height: 18px;
  }

  .dash-nav-item.is-active::before { display: none; }

  .dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .startup-status { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .dash-grid--2,
  .dash-grid--3 { grid-template-columns: 1fr; }

  .dash-hero { padding: 22px 20px; }

  .dash-hero-art { display: none; }

  .guest-pass { grid-template-columns: 1fr; }

  .guest-pass-brand { padding: 24px 20px 20px; }

  .guest-pass .ticket-brand-logo {
    width: 104px;
    height: 104px;
  }

  .guest-pass-notch {
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 8px, transparent 8px 16px) center / 100% 1px no-repeat;
  }

  .guest-pass-notch::before,
  .guest-pass-notch::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .guest-pass-notch::before { left: -12px; }
  .guest-pass-notch::after { left: auto; right: -12px; }

  .guest-pass-body { padding: 22px 20px 24px; }

  .guest-pass-meta { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 640px) {
  .page-dashboard .header-cta--back { display: none; }

  .page-dashboard .header-cta {
    height: 40px;
    padding-inline: 14px;
    font-size: 0.78rem;
  }

  .dash-card { padding: 18px 16px; border-radius: 18px; }

  .dash-stat { padding: 14px; gap: 12px; }

  .dash-stat-icon { width: 40px; height: 40px; }

  .dash-dl { grid-template-columns: 1fr; }

  .dash-hero-actions .btn,
  .guest-pass-actions .btn { flex: 1 1 100%; }

  .startup-ticket-form .btn { justify-self: stretch; }
}

@media (max-width: 420px) {
  .dash-stats { grid-template-columns: 1fr; }
  .startup-status { grid-template-columns: 1fr; }
}

@media print {
  .site-header,
  .dash-sidebar,
  .dash-view:not([data-view="ticket"]),
  .guest-pass-actions,
  .dash-view-head,
  .noise-overlay,
  .guest-bg,
  .startup-bg,
  .back-to-top,
  .auth-toast { display: none !important; }

  body.page-dashboard { background: #fff; }

  .dash-main { padding: 0; }

  .dash-layout { display: block; padding: 0; }

  .dash-view[data-view="ticket"] { display: block !important; animation: none; }

  .guest-pass {
    box-shadow: none;
    border: 1px solid #999;
    break-inside: avoid;
  }
}

/* ============================================================
   Auth / Register — split layout, dark ambient + light panel
   ============================================================ */
body.page-register {
  background: #111111;
  color: var(--dark);
  min-height: 100vh;
}

body.page-register::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 88% 0%, rgba(233, 107, 46, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 4% 100%, rgba(77, 182, 172, 0.16), transparent 55%),
    radial-gradient(ellipse 35% 30% at 40% 45%, rgba(233, 107, 46, 0.05), transparent 60%);
}

body.page-register .auth-shell,
body.page-register .auth-footer {
  position: relative;
  z-index: 1;
}

.auth-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: calc(var(--header-h) + 36px) 24px 48px;
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

/* ---- aside ---- */
.auth-aside {
  position: sticky;
  top: calc(var(--header-h) + 36px);
  color: #fff;
}

.auth-aside-glow { display: none; }

.auth-aside-inner { max-width: 420px; }

.auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(233, 107, 46, 0.14);
  border: 1px solid rgba(233, 107, 46, 0.3);
  color: #f6c9b3;
  font-size: 0.76rem;
  font-weight: 800;
}

.auth-aside h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.45;
  font-weight: 900;
  margin-bottom: 14px;
}

.auth-aside-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 24px;
}

.auth-aside-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.auth-aside-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
}

.auth-aside-meta [data-icon],
.auth-aside-meta svg {
  width: 17px;
  height: 17px;
  color: var(--orange-light);
}

.auth-aside-list {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.auth-aside-list-title {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.auth-aside-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.7;
}

.auth-aside-list li [data-icon] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: var(--teal-light);
  flex-shrink: 0;
}

.auth-aside-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.auth-aside-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 700;
}

.auth-aside-pills span [data-icon] {
  width: 14px;
  height: 14px;
  color: var(--orange-light);
}

/* ---- main panel ---- */
.auth-main {
  min-width: 0;
  display: flex;
  justify-content: center;
}

body.page-register .register-panel {
  width: 100%;
  max-width: 680px;
  margin: 0;
  padding: 32px 32px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  backdrop-filter: none;
}

body.page-register .register-header {
  text-align: right;
  margin-bottom: 24px;
}

body.page-register .register-badge {
  margin-bottom: 12px;
}

body.page-register .register-header h2 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 800;
  margin: 0 0 6px;
  color: #171717;
  line-height: 1.5;
}

body.page-register .register-note {
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.8;
}

/* ---- stepper ---- */
body.page-register .auth-progress {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 26px;
  padding: 16px 8px 14px;
  border-radius: 18px;
  background: #f7f5f2;
  border: 1px solid #efebe5;
  overflow: visible;
}

body.page-register .auth-progress-line { display: none; }

body.page-register .auth-progress-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #9aa0a6;
  min-width: 0;
}

body.page-register .auth-progress-item::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e3ded8;
  z-index: 0;
}

body.page-register .auth-progress-item:first-child::before { display: none; }

body.page-register .auth-progress-item span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  background: #fff;
  border: 2px solid #e3ded8;
  color: #9aa0a6;
  transition: all 0.25s ease;
  box-shadow: none;
}

body.page-register .auth-progress-item em {
  display: block;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

body.page-register .auth-progress-item.is-active { color: #1f2937; }

body.page-register .auth-progress-item.is-active span {
  background: #fff;
  border-color: var(--orange);
  color: var(--orange-dark);
  box-shadow: 0 0 0 5px rgba(233, 107, 46, 0.14);
}

body.page-register .auth-progress-item.is-done { color: var(--teal-dark); }

body.page-register .auth-progress-item.is-done span {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

body.page-register .auth-progress-item.is-done::before,
body.page-register .auth-progress-item.is-active::before { background: var(--teal); }

/* ---- steps ---- */
body.page-register .auth-step {
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.auth-step-head { margin-bottom: 20px; }

.auth-step-head h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: #171717;
  line-height: 1.6;
  margin-bottom: 4px;
}

.auth-step-head p {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.8;
}

body.page-register .register-type.auth-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

body.page-register .auth-choice {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  width: 100%;
  min-width: 0;
  padding: 18px 16px 18px 40px;
  text-align: right;
  border-radius: 18px;
  background: #faf9f7;
  border: 1.5px solid #ece7e1;
  color: #1f2937;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  line-height: 1.5;
}

body.page-register .auth-choice::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d9d3cc;
  background: #fff;
  transition: all 0.2s ease;
}

body.page-register .auth-choice:hover:not(.is-active):not(.is-coming-soon):not([aria-disabled="true"]) {
  border-color: rgba(233, 107, 46, 0.4);
  background: #fff;
  transform: translateY(-1px);
}

body.page-register .auth-choice.is-coming-soon,
body.page-register .auth-choice[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
  background: #f3f1ee;
  border-color: #e5e0d8;
  color: #6b7280;
  box-shadow: none;
  transform: none;
}

body.page-register .auth-choice.is-coming-soon:hover,
body.page-register .auth-choice[aria-disabled="true"]:hover {
  border-color: #e5e0d8;
  background: #f3f1ee;
  transform: none;
}

body.page-register .auth-choice.is-coming-soon::after,
body.page-register .auth-choice[aria-disabled="true"]::after {
  opacity: 0.35;
}

body.page-register .auth-choice.is-active {
  border-color: var(--orange);
  background: linear-gradient(180deg, #fff 0%, #fff7f2 100%);
  box-shadow: 0 14px 34px rgba(233, 107, 46, 0.14);
  color: var(--dark);
}

body.page-register .auth-choice.is-active::after {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: inset 0 0 0 4px #fff;
}

.auth-choice-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1ede8;
  color: var(--orange);
  transition: background 0.2s ease;
}

.auth-choice-icon svg {
  width: 22px;
  height: 22px;
}

.auth-choice.is-active .auth-choice-icon {
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.18), rgba(77, 182, 172, 0.18));
}

.auth-choice-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.auth-choice-copy strong {
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.5;
}

.auth-choice-copy em {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.7;
  white-space: normal;
}

.auth-soon-badge {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #e96b2e, #d4551c);
  vertical-align: middle;
  line-height: 1.4;
}

.auth-soon-badge[hidden] {
  display: none !important;
}

.auth-soon-card {
  text-align: center;
  padding: 8px 4px 0;
}

.auth-soon-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(233, 107, 46, 0.16), rgba(77, 182, 172, 0.16));
  color: var(--orange);
}

.auth-soon-icon svg {
  width: 30px;
  height: 30px;
}

.auth-soon-card .auth-step-head {
  text-align: center;
}

/* ---- fields ---- */
body.page-register .form-field label {
  font-size: 0.82rem;
  color: #374151;
}

body.page-register .form-field input:not([type="file"]),
body.page-register .form-field select {
  background: #faf9f7;
  border-color: #e6e0d8;
  border-radius: 14px;
  padding: 14px 16px;
}

body.page-register .form-field input:not([type="file"]):hover,
body.page-register .form-field select:hover { background: #fff; }

body.page-register .form-field input:not([type="file"]):focus,
body.page-register .form-field select:focus {
  background: #fff;
  border-color: var(--orange);
}

.field-hint {
  margin: 0 0 12px;
  color: #8a847c;
  font-size: 0.8rem;
  line-height: 1.7;
}

.form-field .field-hint { margin: 8px 0 0; }

.form-field--attach { margin-top: 16px; }

.form-field--attach > .field-hint { margin: -2px 0 10px; }

.field-control { position: relative; }

.field-control input { padding-left: 52px !important; }

.field-toggle {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.field-toggle:hover {
  background: #f3f4f6;
  color: var(--dark);
}

.field-toggle svg {
  width: 18px;
  height: 18px;
}

.form-field--otp input {
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 1.45rem !important;
  font-weight: 800;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.otp-timer {
  margin-top: 12px;
  color: #6b7280;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.otp-timer span {
  font-weight: 800;
  color: var(--orange-dark);
  min-width: 2.2ch;
  text-align: center;
  direction: ltr;
}

.form-grid--1 {
  display: grid;
  gap: 16px;
}

@media (min-width: 600px) {
  .form-field--wide { grid-column: 1 / -1; }
}

/* ---- actions ---- */
body.page-register .form-actions { margin-top: 24px; }

body.page-register .auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #f0ece7;
}

body.page-register .auth-actions .btn--primary { margin-inline-start: auto; }

body.page-register .auth-actions .btn,
body.page-register .form-actions .btn {
  min-height: 48px;
  min-width: 132px;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-register .btn--ghost {
  color: #4b5563;
  background: #f5f3f0;
  border: 1px solid #e6e0d8;
}

body.page-register .btn--ghost:hover {
  color: var(--dark);
  background: #ece8e2;
  border-color: #d9d3cc;
}

body.page-register .btn--ghost:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.auth-actions-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.auth-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #6b7280;
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.auth-text-link:hover { color: var(--orange-dark); }

.auth-text-link [data-icon] {
  width: 16px;
  height: 16px;
}

/* ---- toast ---- */
.auth-toast {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: min(380px, calc(100vw - 32px));
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
  background: #1f2937;
}

.auth-toast.is-visible { pointer-events: auto; }

.auth-toast[data-type="error"] { background: #b42318; }
.auth-toast[data-type="success"] { background: #0f766e; }

/* ---- footer ---- */
body.page-register .auth-footer {
  display: block;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0;
}

body.page-register .auth-footer .footer-bottom {
  padding: 18px 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
}

/* ---- auth responsive ---- */
@media (max-width: 980px) {
  .auth-shell {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: calc(var(--header-h) + 20px) 20px 40px;
  }

  .auth-aside {
    position: static;
    padding: 4px 0 0;
  }

  .auth-aside-inner { max-width: none; }

  .auth-kicker { margin-bottom: 10px; }

  .auth-aside h1 {
    font-size: clamp(1.3rem, 4.6vw, 1.7rem);
    margin-bottom: 8px;
  }

  .auth-aside-lead {
    font-size: 0.88rem;
    margin-bottom: 14px;
    max-width: 60ch;
  }

  .auth-aside-meta { margin-bottom: 0; }

  .auth-aside-list-wrap,
  .auth-aside-pills { display: none; }

  body.page-register .register-panel {
    max-width: none;
    padding: 26px 22px 24px;
  }
}

@media (max-width: 639px) {
  .auth-shell { padding: calc(var(--header-h) + 16px) 16px 32px; }

  .auth-aside-lead { display: none; }

  .auth-aside-meta li {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  body.page-register .register-panel {
    padding: 22px 16px 20px;
    border-radius: 22px;
  }

  body.page-register .register-header { margin-bottom: 18px; }

  body.page-register .auth-progress {
    padding: 14px 4px 12px;
    margin-bottom: 22px;
    gap: 0;
    overflow: visible;
  }

  body.page-register .auth-progress-item span {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  body.page-register .auth-progress-item::before { top: 14px; }

  body.page-register .auth-progress-item em {
    display: block;
    font-size: 0.66rem;
  }

  body.page-register .register-type.auth-choices { grid-template-columns: 1fr; }

  body.page-register .auth-choice { padding: 16px 14px 16px 40px; }

  .auth-step-head h3 { font-size: 1.05rem; }

  body.page-register .auth-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  body.page-register .auth-actions .btn,
  body.page-register .form-actions .btn {
    width: 100%;
    min-width: 0;
  }

  body.page-register .auth-actions .btn--primary { margin-inline-start: 0; }

  .auth-actions-group { width: 100%; }

  .auth-actions-group .btn { flex: 1 1 0; }

  .auth-text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dash-view.is-active { animation: none; }
}


/* Back to top */
.back-to-top {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(160deg, var(--orange-light), var(--orange-dark));
  box-shadow: 0 10px 28px var(--orange-glow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s, box-shadow 0.25s;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  box-shadow: 0 14px 36px var(--orange-glow);
  transform: translateY(-2px);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

@media (max-width: 640px) {
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

