:root {
  /* Dark theme color palette */
  --bg: #0a0e1a;
  --bg-secondary: #111827;
  --bg-elevated: #1f2937;
  --bg-elevated-2: #374151;
  --accent: #00ed64;
  --accent-dark: #00684a;
  --accent-soft: #13aa52;
  --accent-secondary: #10b981;
  --text: #f9fafb;
  --text-secondary: #d1d5db;
  --text-muted: #9ca3af;
  --border-subtle: rgba(75, 85, 99, 0.3);
  --border: rgba(107, 114, 128, 0.4);
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  --gradient-primary: linear-gradient(135deg, #00ed64 0%, #13aa52 100%);
}

/* Global */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(circle at top, #111827 0%, #0a0e1a 50%, #000000 100%);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 72px; /* Add padding to compensate for fixed header */
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .shell {
    padding: 0 16px;
  }
}

/* Hero Status Banner */
.hero-status-banner {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(139, 0, 0, 0.2);
  border: 1px solid rgba(255, 68, 68, 0.4);
  border-radius: 4px;
  font-size: 0.75rem;
  margin-bottom: 2rem;
  animation: pulse-warning 2s infinite;
}

.status-label {
  color: #ffaa44;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.status-value {
  background: linear-gradient(45deg, #ff4444, #ff8800);
  color: black;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  letter-spacing: 0.1em;
  animation: blink-classified 3s infinite;
}

/* Header */

#main-logo {
  animation: glitch 6s infinite;
  transition: all 0.1s ease;
}

@keyframes glitch {
  0%, 8% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  8.1% {
    transform: translate(2px, -1px) scaleX(1.05) scaleY(0.98) skewX(0.8deg);
    filter: hue-rotate(45deg) brightness(1.15) blur(0.2px);
    opacity: 0.9;
    clip-path: inset(5% 0 0 0);
  }
  8.3% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  16%, 23% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  23.1% {
    transform: translate(-1.5px, 1px) scaleX(0.95) scaleY(1.06) skewX(-0.6deg);
    filter: hue-rotate(-30deg) brightness(0.85) blur(0.3px);
    opacity: 0.88;
    clip-path: inset(0 10% 0 0);
  }
  23.3% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  35%, 41% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  41.1% {
    transform: translate(1px, 1.5px) scaleX(1.03) scaleY(0.96) skewX(0.4deg);
    filter: hue-rotate(60deg) brightness(1.2) blur(0.15px);
    opacity: 0.92;
    clip-path: inset(0 0 8% 0);
  }
  41.3% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  52%, 58% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  58.1% {
    transform: translate(-1px, -0.8px) scaleX(0.97) scaleY(1.04) skewX(-0.3deg);
    filter: hue-rotate(-15deg) brightness(0.9) blur(0.25px);
    opacity: 0.87;
    clip-path: inset(0 0 0 12%);
  }
  58.3% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  70%, 76% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  76.1% {
    transform: translate(1.8px, -1.2px) scaleX(1.07) scaleY(0.94) skewX(0.7deg);
    filter: hue-rotate(90deg) brightness(1.25) blur(0.18px);
    opacity: 0.85;
    clip-path: inset(6% 0 0 0);
  }
  76.3% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  84%, 93.8% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  93.9% {
    transform: translate(-2px, 1.5px) scaleX(0.93) scaleY(1.08) skewX(-0.9deg);
    filter: hue-rotate(-45deg) brightness(0.8) blur(0.4px);
    opacity: 0.82;
    clip-path: inset(0 0 7% 0);
  }
  94% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  94.2% {
    transform: translate(2px, 1px) scaleX(1.15) scaleY(0.9) skewX(-2deg);
    filter: hue-rotate(120deg) brightness(1.2) blur(0.5px);
    opacity: 0.8;
    clip-path: inset(20% 0 10% 0);
  }
  94.7% {
    transform: translate(-1px, -2px) scaleX(0.85) scaleY(1.2) skewX(3deg);
    filter: hue-rotate(240deg) brightness(0.8) blur(1px);
    opacity: 0.9;
    clip-path: inset(0 30% 0 0);
  }
  95.2% {
    transform: translate(3px, -1px) scaleX(1.3) scaleY(0.7) skewX(-1deg);
    filter: hue-rotate(0deg) brightness(1.3) blur(0.3px);
    opacity: 0.7;
    clip-path: inset(0 0 25% 10%);
  }
  95.7% {
    transform: translate(-2px, 1px) scaleX(0.7) scaleY(1.4) skewX(4deg);
    filter: hue-rotate(180deg) brightness(0.9) blur(0.8px);
    opacity: 0.8;
    clip-path: inset(15% 0 0 20%);
  }
  96.2% {
    transform: translate(1px, -1px) scaleX(1.2) scaleY(0.8) skewX(-3deg);
    filter: hue-rotate(90deg) brightness(1.1) blur(0.2px);
    opacity: 0.9;
    clip-path: inset(0 15% 30% 0);
  }
  96.7% {
    transform: translate(-1px, 2px) scaleX(1.1) scaleY(1.1) skewX(2deg);
    filter: hue-rotate(270deg) brightness(0.95) blur(0.6px);
    opacity: 0.85;
    clip-path: inset(5% 0 0 25%);
  }
  100% {
    transform: translate(0) scaleX(1) scaleY(1) skewX(0deg);
    filter: hue-rotate(0deg) brightness(1) blur(0px);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(10, 14, 26, 0.95);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  color: var(--text);
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.brand-text {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 24px;
  color: var(--text);
}

.brand-pill {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 99px;
  background: var(--bg-elevated);
  color: var(--text-secondary);
  border: 1px solid var(--border);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  color: var(--text-secondary);
  font-weight: 500;
  text-decoration: none;
  padding: 8px 4px;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav .nav-active {
  color: var(--text);
}

/* Mobile Menu */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  background: transparent;
  border: 2px solid var(--text);
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background: var(--text);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav-btn {
  display: none;
}

.desktop-nav-btn {
  display: inline-flex;
}

/* Hero Rebellion Button */
.rebellion-btn-hero {
  background: linear-gradient(135deg, #ff4444, #ff8800, #ffaa00);
  border: 1px solid rgba(255, 68, 68, 0.5);
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 0 20px rgba(255, 136, 0, 0.3),
    0 0 5px rgba(255, 68, 68, 0.5);
  transition: all 0.3s ease;
}

.rebellion-btn-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: scanLineBtn 2s infinite;
}

.rebellion-btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 5px 25px rgba(255, 136, 0, 0.4),
    0 0 30px rgba(255, 68, 68, 0.6);
}

.rebellion-btn-hero:active {
  transform: translateY(0);
}

@keyframes scanLineBtn {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  transition: all 0.2s ease;
  line-height: 1.25;
}

.btn-primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
}

.btn-outline:hover {
  border-color: var(--accent);
  background: var(--bg-elevated-2);
}

.btn-ghost {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-secondary);
}

.btn-ghost:hover {
  border-color: var(--accent);
  background: var(--bg-elevated);
  color: var(--text);
}

/* Sections */

.section {
  padding: 80px 0;
}

.section-alt {
  background: var(--bg-elevated);
}

.section-security {
  background: var(--bg-elevated);
}

.section-cta {
  padding: 80px 0 100px;
  background: var(--bg-elevated);
}

.section-header {
  margin-bottom: 48px;
  text-align: center;
}

.section-header h1,
.section-header h2 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-header h1 {
  font-size: 48px;
  color: var(--text);
}

.section-header h2 {
  font-size: 40px;
  color: var(--text);
}

.section-header p {
  margin: 0 auto;
  color: var(--text-secondary);
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
}

/* Hero */

.hero-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hero-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.hero-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.hero-copy {
  max-width: 800px;
  text-align: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  background: var(--bg-elevated-2);
  border: 1px solid var(--border);
  margin-bottom: 24px;
  color: var(--text-secondary);
}

.hero-copy h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: var(--text);
}

.animated-text {
  display: inline;
  margin-left: 0.1em;
}

.text-roller {
  display: inline-block;
  position: relative;
  min-width: 200px;
  height: 1.2em;
  vertical-align: baseline;
}

.text-item {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin: 0;
  padding: 0.26em 0 0 0;
  line-height: 1.2;
}

.text-item.active {
  opacity: 1;
}

.hero-lead {
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 32px auto;
  text-align: center;
}

.hero-lead-subtext{
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0 auto 32px auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  justify-content: center;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  justify-content: center;
}

.metric {
  min-width: 120px;
}

.metric-value {
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  line-height: 1.2;
}

.metric-label {
  display: block;
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 4px;
}

/* Hero demo card */

.hero-demo-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.hero-demo-titles {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-demo-meta {
  font-size: 14px;
  color: var(--text-muted);
}

.badge {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 99px;
  border: 1px solid var(--border);
  background: var(--bg-elevated-2);
}

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

.hero-demo-body {
  position: relative;
  border-radius: 18px;
  background: radial-gradient(circle at top, #1f2937, #020617);
  border: 1px solid rgba(148, 163, 184, 0.55);
  height: 240px;
  overflow: hidden;
}

.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.video-placeholder p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  max-width: 260px;
}

.play-circle {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(15, 23, 42, 0.9);
  color: var(--text);
  cursor: default;
}

.hero-demo-footer .caption {
  font-size: 12px;
  color: var(--text-muted);
}

/* Integration strip */

.integrates-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.integrates-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

.integrates-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.integrates-logos span {
  padding: 8px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  background: var(--bg-elevated);
  font-weight: 500;
}

/* Why Randol Section */

.section-why-randol {
  background: 
    linear-gradient(135deg, rgba(139, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(139, 0, 0, 0.1) 100%),
    radial-gradient(circle at 20% 50%, rgba(255, 0, 0, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255, 165, 0, 0.05) 0%, transparent 50%);
  border-top: 2px solid rgba(255, 68, 68, 0.4);
  border-bottom: 2px solid rgba(255, 136, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.section-why-randol::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 98px,
      rgba(255, 68, 68, 0.03) 100px,
      rgba(255, 68, 68, 0.03) 102px
    );
  pointer-events: none;
  animation: scanlines 3s linear infinite;
}

.why-randol-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

.why-randol-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4444, #ff8800, #ffaa00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  text-transform: uppercase;
  animation: glitch-text 4s infinite;
  text-shadow: 
    0 0 5px rgba(255, 68, 68, 0.5),
    0 0 10px rgba(255, 136, 0, 0.3);
}

.why-randol-description {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.why-randol-description p {
  margin-bottom: 1.5rem;
}

.why-randol-description p:last-child {
  margin-bottom: 0;
}

.why-randol-description strong {
  color: #ff8800;
  font-weight: 600;
}

.why-randol-description em {
  font-size: 22px;
  color: #ffaa00;
  font-style: italic;
}

.mission-statement {
  font-size: 24px !important;
  color: #ff4444 !important;
  text-align: center;
  padding: 2rem;
  background: rgba(255, 68, 68, 0.1);
  border-left: 4px solid #ff4444;
  border-radius: var(--radius);
  margin: 2rem 0 !important;
}

.why-randol-mission-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ff8800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 3rem 0 2rem 0;
  text-align: center;
}

.pain-points-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.pain-points-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 32px;
  background: 
    linear-gradient(135deg, rgba(40, 40, 40, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 68, 68, 0.03) 2px,
      rgba(255, 68, 68, 0.03) 4px
    );
  border: 2px solid rgba(80, 80, 80, 0.6);
  border-left: 4px solid #ff4444;
  border-radius: var(--radius);
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5),
    0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Rivets in corners */
.pain-points-list li::before,
.pain-points-list li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, #666 0%, #333 50%, #1a1a1a 100%);
  border-radius: 50%;
  border: 2px solid rgba(100, 100, 100, 0.8);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1px 2px rgba(0, 0, 0, 0.5),
    0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.pain-points-list li::before {
  top: 12px;
  left: 12px;
}

.pain-points-list li::after {
  top: 12px;
  right: 12px;
}

/* Bottom rivets using nested element selector */
.pain-points-list li .pain-point-content::before,
.pain-points-list li .pain-point-content::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, #666 0%, #333 50%, #1a1a1a 100%);
  border-radius: 50%;
  border: 2px solid rgba(100, 100, 100, 0.8);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1px 2px rgba(0, 0, 0, 0.5),
    0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.pain-points-list li .pain-point-content::before {
  bottom: -12px;
  left: 0;
}

.pain-points-list li .pain-point-content::after {
  bottom: -12px;
  right: -20px;
}

.pain-points-list li:hover {
  transform: translateX(4px);
  border-left-color: #ff8800;
  background: 
    linear-gradient(135deg, rgba(60, 20, 20, 0.9) 0%, rgba(30, 10, 10, 0.95) 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 68, 68, 0.05) 2px,
      rgba(255, 68, 68, 0.05) 4px
    );
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5),
    0 4px 16px rgba(255, 68, 68, 0.4),
    0 2px 8px rgba(0, 0, 0, 0.3);
}

.pain-point-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  position: relative;
}

.pain-point-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  font-weight: 600;
}

.pain-point-subtext {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

/* How it works */

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}

.how-grid-reverse {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: flex-start;
}

.stepper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

/* Stepper section spacing */
.section .shell + .shell {
  margin-top: 4rem;
}

/* Separator between how-it-works sections */
#how-it-works-orc {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4rem;
}

.stepper-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.stepper li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
}

.stepper-horizontal li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  background: var(--bg);
}

.step-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.step-body p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.secondary-demo-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 24px;
  box-shadow: var(--shadow);
}

.secondary-demo-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

/* Video placeholders */

.hero-demo-body {
  position: relative;
  border-radius: var(--radius);
  background: var(--bg-elevated-2);
  border: 1px solid var(--border);
  height: 280px;
  overflow: hidden;
}

.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.video-placeholder p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 280px;
}

.play-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  transition: all 0.2s ease;
}

.play-circle:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-demo-footer .caption,
.caption {
  font-size: 14px;
  color: var(--text-muted);
}

/* Features */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

.feature-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 32px;
  transition: all 0.2s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.feature-card h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
}

.feature-card p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* How it works */

.how-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: flex-start;
}

.stepper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.stepper li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

.step-number {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--accent-soft);
}

.step-body h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.step-body p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.secondary-demo-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: radial-gradient(circle at top, #020617, #020617 60%, #000 100%);
  padding: 16px 16px 18px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.7);
}

.secondary-demo-header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

/* Governance */

.gov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}

.gov-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.gov-columns h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.gov-columns p {
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Security */

.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}

.bullet-list {
  padding-left: 24px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

.bullet-list li {
  margin-bottom: 8px;
}

.compliance-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.08),
    rgba(15, 23, 42, 0.95)
  );
  padding: 18px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 8px;
}

/* Reference architecture */

.ref-arch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: flex-start;
}

.ref-arch-card {
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.75);
  padding: 18px;
}

.ref-arch-diagram {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 14px;
  margin-bottom: 10px;
}

.ref-arch-diagram p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.ref-arch-diagram ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text-muted);
}

/* Rebellion Waitlist Form Styles */
.section-rebellion {
  background: 
    linear-gradient(135deg, rgba(139, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(139, 0, 0, 0.1) 100%),
    radial-gradient(circle at 20% 80%, rgba(255, 0, 0, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 165, 0, 0.05) 0%, transparent 50%);
  border-top: 1px solid rgba(139, 0, 0, 0.3);
  border-bottom: 1px solid rgba(139, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.section-rebellion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 98px,
      rgba(255, 0, 0, 0.02) 100px,
      rgba(255, 0, 0, 0.02) 102px
    );
  pointer-events: none;
  animation: scanlines 3s linear infinite;
}

@keyframes scanlines {
  0% { transform: translateX(-100px); }
  100% { transform: translateX(100px); }
}

.rebellion-copy {
  text-align: center;
  margin-bottom: 3rem;
}

.rebellion-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, #ff4444, #ff8800, #ffaa00);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  animation: glitch-text 4s infinite;
  text-shadow: 
    0 0 5px rgba(255, 68, 68, 0.5),
    0 0 10px rgba(255, 136, 0, 0.3),
    0 0 15px rgba(255, 170, 0, 0.2);
}

@keyframes glitch-text {
  0%, 90%, 100% {
    transform: translate(0);
  }
  2% {
    transform: translate(-2px, 1px);
  }
  4% {
    transform: translate(2px, -1px);
  }
  6% {
    transform: translate(-1px, 2px);
  }
}

.rebellion-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 2rem auto;
}

.rebellion-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  background: rgba(139, 0, 0, 0.2);
  border: 1px solid rgba(255, 68, 68, 0.4);
  border-radius: 4px;
  font-size: 0.875rem;
  color: #ffaa44;
  animation: pulse-warning 2s infinite;
}

@keyframes pulse-warning {
  0%, 100% { box-shadow: 0 0 5px rgba(255, 68, 68, 0.3); }
  50% { box-shadow: 0 0 20px rgba(255, 68, 68, 0.6); }
}

.warning-icon {
  font-size: 1.2rem;
  animation: flash 1.5s infinite;
}

@keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.5; }
}

.rebellion-form {
  max-width: 600px;
  margin: 0 auto;
  background: 
    linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(139, 0, 0, 0.1) 100%);
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  backdrop-filter: blur(10px);
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 68, 68, 0.2);
}

.form-classified {
  background: linear-gradient(45deg, #ff4444, #ff8800);
  color: black;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  letter-spacing: 0.1em;
  animation: blink-classified 3s infinite;
}

@keyframes blink-classified {
  0%, 85%, 100% { opacity: 1; }
  90%, 95% { opacity: 0.5; }
}

.form-access-level {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75rem;
  color: #ffaa44;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.rebellion-label {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #ffaa44;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}

.rebellion-input {
  width: 100%;
  padding: 0.875rem 1rem;
  background: rgba(0, 0, 0, 0.6) !important;
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: 4px;
  color: white !important;
  font-size: 1rem;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
}

.rebellion-input:focus {
  outline: none;
  border-color: #ff4444;
  box-shadow: 
    0 0 0 2px rgba(255, 68, 68, 0.2),
    0 0 10px rgba(255, 68, 68, 0.3);
  background: rgba(0, 0, 0, 0.6) !important;
}

.rebellion-input:invalid {
  border-color: #ff6b6b;
  box-shadow: 
    0 0 0 2px rgba(255, 107, 107, 0.2),
    0 0 10px rgba(255, 107, 107, 0.3);
}

/* Override browser autocomplete styles */
.rebellion-input:-webkit-autofill,
.rebellion-input:-webkit-autofill:hover,
.rebellion-input:-webkit-autofill:focus,
.rebellion-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.6) inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* Firefox autocomplete override */
.rebellion-input:-moz-autofill {
  background: rgba(0, 0, 0, 0.6) !important;
  color: white !important;
}

.rebellion-input::placeholder {
  color: rgba(255, 170, 68, 0.6);
  font-style: italic;
}

.rebellion-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: "Inter", sans-serif;
}

.input-scan-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #ff4444, #ff8800, #ffaa00);
  transition: width 0.3s ease;
}

.rebellion-input:focus + .input-scan-line {
  width: 100%;
}

.rebellion-submit {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #ff4444 0%, #ff8800 50%, #ffaa00 100%);
  color: black;
  border: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rebellion-submit:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 5px 15px rgba(255, 68, 68, 0.4),
    0 0 30px rgba(255, 136, 0, 0.3);
}

.rebellion-submit:active {
  transform: translateY(0);
}

.btn-text {
  position: relative;
  z-index: 2;
}

.btn-glitch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #00ffff;
  z-index: 1;
}

.rebellion-submit:hover .btn-glitch {
  animation: btn-glitch-effect 0.3s ease-in-out;
}

@keyframes btn-glitch-effect {
  0%, 100% { opacity: 0; transform: translate(-50%, -50%); }
  20% { opacity: 1; transform: translate(-48%, -52%); }
  40% { opacity: 1; transform: translate(-52%, -48%); }
  60% { opacity: 1; transform: translate(-49%, -51%); }
  80% { opacity: 1; transform: translate(-51%, -49%); }
}

.btn-scan-line {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}

.rebellion-submit:hover .btn-scan-line {
  left: 100%;
}

.rebellion-note {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 170, 68, 0.8);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.encryption-text {
  color: #00ff88;
  font-weight: 600;
  animation: encrypt-blink 2s infinite;
}

@keyframes encrypt-blink {
  0%, 80%, 100% { opacity: 1; }
  85%, 95% { opacity: 0.6; }
}

@media (max-width: 768px) {
  .rebellion-form {
    padding: 1.5rem;
    margin: 0 1rem;
  }
  
  .form-header {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  
  .rebellion-title {
    font-size: 2rem;
  }
}

/* End Rebellion Waitlist Form Styles */

/* CTA */

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: flex-start;
}

.cta-copy h2 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 26px;
  margin: 0 0 10px;
}

.cta-copy p {
  margin: 0;
  color: var(--text-muted);
}

.cta-form {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 32px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.form-full {
  display: block;
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated-2);
  color: var(--text);
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 237, 100, 0.1);
}

.form-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--text-muted);
}

/* Updates */

.section-updates {
  padding-top: 80px;
}

.updates-block {
  margin-bottom: 48px;
}

.updates-block h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px;
  color: var(--text);
}

.bullet-list {
  padding-left: 24px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

.bullet-list li {
  margin-bottom: 8px;
}

.update-item {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 24px;
  margin-top: 16px;
  box-shadow: var(--shadow-sm);
}

.update-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.update-date {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

.update-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 99px;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  background: var(--bg-elevated-2);
}

.update-item h3 {
  margin: 8px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.update-item p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Legal pages */

.legal-section {
  padding-top: 80px;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 16px;
  color: var(--text);
}

.legal-content p {
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--border);
  padding: 48px 0;
  background: var(--bg-elevated);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.footer-meta {
  font-size: 14px;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 16px;
  color: var(--text-secondary);
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--text);
}

/* Responsive */

@media (max-width: 1024px) {
  .hero-background-video {
    opacity: 0.2;
  }
  
  .how-grid,
  .gov-grid,
  .security-grid,
  .ref-arch-grid,
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .shell {
    padding: 0 16px;
  }
  
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    backdrop-filter: blur(8px);
    background: rgba(10, 14, 26, 0.95);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
  }
  
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    height: 80px;
    position: relative;
  }
  
  .brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 10;
    width: auto;
  }
  
  .brand img {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    top: 20px !important;
    z-index: 5 !important;
    width: 110px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .brand-text {
    font-size: 20px;
    position: relative;
    z-index: 10;
    margin-left: 0;
  }
  
  .brand-pill {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex !important;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .main-nav {
    display: flex;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(10, 14, 26, 0.98);
    backdrop-filter: blur(8px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border-top: 1px solid var(--border-subtle);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  
  .main-nav.mobile-nav-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .main-nav a {
    padding: 1rem;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 1rem;
    text-align: center;
  }
  
  .main-nav a:last-child {
    border-bottom: none;
  }
  
  .btn.btn-outline {
    display: none;
  }

  
  .main-nav.mobile-nav-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .main-nav a {
    padding: 1rem;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 1rem;
    text-align: center;
  }
  
  .main-nav a:last-child {
    border-bottom: none;
  }
  
  .desktop-nav-btn {
    display: none;
  }
  
  .brand {
    order: 1;
  }
  
  .btn.btn-outline {
    display: none;
  }
  
  .btn.rebellion-btn-hero {
    display: none !important;
  }
  
  .header-inner .rebellion-btn-hero {
    display: none !important;
  }
  
  .desktop-only-btn {
    display: none !important;
  }
  
  .site-header .btn {
    display: none !important;
  }
  
  .header-inner > .btn {
    display: none !important;
  }
  
  .hero-background-video {
    display: none;
  }
  
  .hero-section {
    padding: 100px 0 80px 0;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .section-header h1 {
    font-size: 36px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
  
  .why-randol-container {
    padding: 60px 0;
  }
  
  .why-randol-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  .why-randol-description {
    font-size: 18px;
    margin-bottom: 36px;
  }
  
  .pain-points-list {
    gap: 16px;
  }
  
  .pain-points-list li {
    padding: 16px 20px;
  }
  
  .pain-point-text {
    font-size: 16px;
  }

  .how-grid,
  .how-grid-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .stepper-horizontal {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .secondary-demo-card {
    order: 2;
  }
  
  .how-grid-reverse > div:first-child {
    order: 1;
  }

  .hero-metrics {
    justify-content: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    font-size: 32px;
  }

  .section {
    padding: 48px 0;
  }

  .hero-section {
    padding: 100px 0 48px 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}

/* ========================================
   SUCCESS PAGE STYLES 
   ======================================== */

.success-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.rebellion-container {
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.rebellion-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 136, 0, 0.1), transparent);
  animation: scanLine 3s infinite;
}

.success-icon {
  margin-bottom: 2rem;
}

.rebellion-icon svg {
  color: #ff8800;
  filter: drop-shadow(0 0 10px rgba(255, 136, 0, 0.5));
  animation: pulse 2s infinite;
}

.success-title {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.rebellion-title {
  background: linear-gradient(135deg, #ff4444, #ff8800, #ffaa00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(255, 136, 0, 0.5);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.success-subtitle {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.rebellion-text {
  color: rgba(156, 163, 175, 0.9);
  text-shadow: 0 0 10px rgba(255, 136, 0, 0.2);
}

.success-details {
  margin-bottom: 2rem;
}

.rebellion-details {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 68, 68, 0.2);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.details-header {
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.rebellion-highlight {
  color: #ff8800;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(255, 136, 0, 0.5);
}

.rebellion-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-muted);
}

.list-item {
  margin-bottom: 0.5rem;
  color: rgba(156, 163, 175, 0.8);
  font-family: 'Space Grotesk', monospace;
}

.success-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.rebellion-actions .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rebellion-btn-primary {
  background: linear-gradient(135deg, #ff4444, #ff8800, #ffaa00);
  border: 1px solid rgba(255, 68, 68, 0.5);
  box-shadow: 0 0 20px rgba(255, 136, 0, 0.3);
  color: black;
  font-weight: 700;
}

.rebellion-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 25px rgba(255, 136, 0, 0.4);
}

.rebellion-btn-secondary {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 68, 68, 0.3);
  color: #ff8800;
}

.rebellion-btn-secondary:hover {
  background: rgba(255, 136, 0, 0.1);
  border-color: rgba(255, 68, 68, 0.5);
  transform: translateY(-2px);
}

@keyframes scanLine {
  0% { left: -100%; }
  100% { left: 100%; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.05); }
}

@media (max-width: 600px) {
  .rebellion-container {
    padding: 2rem 1rem;
  }
  
  .success-title {
    font-size: 2rem;
  }
  
  .success-actions {
    flex-direction: column;
  }
}

/* Force hide header button on all mobile devices */
@media screen and (max-width: 768px) {
  .site-header .btn,
  .header-inner .btn,
  .header-inner .rebellion-btn-hero,
  .header-inner .desktop-only-btn,
  .site-header a.btn,
  .site-header a.rebellion-btn-hero,
  .site-header a.desktop-only-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }
}

@media screen and (max-width: 480px) {
  .site-header .btn,
  .header-inner .btn,
  .header-inner .rebellion-btn-hero,
  .header-inner .desktop-only-btn,
  .site-header a.btn,
  .site-header a.rebellion-btn-hero,
  .site-header a.desktop-only-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }
}
/* Show header button only on desktop */
@media screen and (min-width: 769px) {
  .site-header .mobile-hidden,
  .header-inner .mobile-hidden {
    display: inline-flex !important;
  }
  
  .header-inner .rebellion-btn-hero,
  .site-header .rebellion-btn-hero {
    display: inline-flex !important;
  }
}
