/* ============================================================
   Warren Landing Page — Liquid Glass Design System
   ============================================================ */

:root {
  --brand:        #5B4FE9;
  --brand-light:  #EEF0FF;
  --brand-dark:   #3D34C7;
  --brand-glow:   rgba(91,79,233,.22);
  --teal:         #0EB6A2;
  --amber:        #F59E0B;
  --pink:         #EC4899;
  --green:        #10B981;
  --purple:       #8B5CF6;

  --ink:          #0F0F14;
  --ink-2:        #3A3A4A;
  --ink-3:        #6B6B80;
  --ink-4:        #9F9FB0;
  --border:       #E4E4EF;
  --surface:      #F8F8FC;
  --white:        #FFFFFF;

  /* Liquid glass tokens */
  --glass:              rgba(255, 255, 255, 0.72);
  --glass-strong:       rgba(255, 255, 255, 0.88);
  --glass-border:       rgba(255, 255, 255, 0.55);
  --glass-inset:        inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(0,0,0,.04);
  --glass-shadow:       0 8px 32px rgba(0,0,0,.07), 0 2px 8px rgba(0,0,0,.04), var(--glass-inset);
  --glass-shadow-lg:    0 24px 64px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.06), var(--glass-inset);
  --glass-blur:         blur(24px) saturate(180%) brightness(1.01);

  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    22px;
  --radius-xl:    32px;
  --radius-pill:  100px;

  --shadow-sm:    0 1px 3px rgba(0,0,0,.07);
  --shadow-md:    0 4px 20px rgba(0,0,0,.08);
  --shadow-lg:    0 16px 48px rgba(0,0,0,.12);
  --shadow-brand: 0 8px 32px rgba(91,79,233,.30);

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
  --max-w: 1160px;
  --t: 200ms ease;
  --t-spring: 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--t);
  text-decoration: none;
  border: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: var(--shadow-brand);
}
.btn-primary:hover {
  background: var(--brand-dark);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(91,79,233,.38);
}

.btn-ghost {
  background: transparent;
  color: var(--ink-2);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover { background: var(--surface); text-decoration: none; }

.btn-lg { padding: 15px 32px; font-size: 17px; border-radius: var(--radius-md); }
.btn-xl { padding: 18px 40px; font-size: 18px; border-radius: var(--radius-md); }

/* ============================================================
   Nav — Liquid Glass
   ============================================================ */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 0 rgba(0,0,0,.06), inset 0 -1px 0 rgba(255,255,255,.7);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
  color: var(--ink);
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo img { width: 36px; height: 36px; object-fit: contain; }
.nav-logo:hover { text-decoration: none; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-3);
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  transition: var(--t);
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,0.6); text-decoration: none; }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta a { font-size: 14px; font-weight: 500; color: var(--ink-3); }
.nav-cta a:hover { color: var(--ink); text-decoration: none; }

.nav-coming-soon {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  background: rgba(91,79,233,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(91,79,233,0.2);
  letter-spacing: .02em;
}

/* ============================================================
   Hero — Dark Aurora
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  background: #0C0A22;
}

/* Bottom vignette */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% 110%, rgba(0,0,0,.55) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

/* Aurora layer */
.hero-aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

.aurora-1 {
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(91,79,233,0.58) 0%, rgba(91,79,233,0.12) 60%, transparent 80%);
  top: -200px; right: 3%;
  animation: aurora-drift-1 14s ease-in-out infinite;
}
.aurora-2 {
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(14,182,162,0.42) 0%, rgba(14,182,162,0.08) 60%, transparent 80%);
  bottom: -120px; right: 22%;
  animation: aurora-drift-2 18s ease-in-out infinite;
}
.aurora-3 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(236,72,153,0.38) 0%, rgba(155,135,247,0.12) 55%, transparent 80%);
  top: 8%; left: -100px;
  animation: aurora-drift-3 20s ease-in-out infinite;
}
.aurora-4 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(139,92,246,0.48) 0%, rgba(91,79,233,0.08) 60%, transparent 80%);
  bottom: 0; left: 38%;
  animation: aurora-drift-4 16s ease-in-out infinite;
}

@keyframes aurora-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(50px, -40px) scale(1.1); }
  66%       { transform: translate(-20px, 30px) scale(0.95); }
}
@keyframes aurora-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1.05); }
  50%       { transform: translate(-60px, -50px) scale(0.9); }
}
@keyframes aurora-drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(40px, 30px) scale(1.15); }
  70%       { transform: translate(-10px, -20px) scale(0.95); }
}
@keyframes aurora-drift-4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(30px, -55px) scale(1.2); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(200, 188, 255, 0.95);
  background: rgba(91,79,233,0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(91,79,233,0.38);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.97);
  letter-spacing: -.03em;
  margin-bottom: 22px;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #A78BFA 0%, #60A5FA 50%, #34D399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 40px;
  max-width: 480px;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Ghost btn on dark hero */
.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-avatars { display: flex; }

.proof-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-left: -8px;
  color: var(--white);
}
.proof-avatar:first-child { margin-left: 0; }
.pa-1 { background: var(--brand); }
.pa-2 { background: var(--teal); }
.pa-3 { background: var(--pink); }
.pa-4 { background: var(--amber); }
.pa-5 { background: #8B5CF6; }

.proof-text { font-size: 13px; color: rgba(255,255,255,0.5); }
.proof-text strong { color: rgba(255,255,255,0.82); }

/* ---- App Window Mockup — Dark Liquid Glass ---- */
.hero-visual { position: relative; }

.app-window {
  background: rgba(12, 10, 34, 0.76);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    0 48px 120px rgba(0,0,0,.65),
    0 12px 40px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.22);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transition: transform .5s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.app-window:hover { transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }

.window-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(0,0,0,0.28);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.chrome-dot {
  width: 12px; height: 12px; border-radius: 50%;
}
.chrome-dot.red    { background: #FF5F57; }
.chrome-dot.yellow { background: #FFBD2E; }
.chrome-dot.green  { background: #28C840; }
.chrome-title {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.32);
}

.window-body {
  display: flex;
  height: 340px;
}

.win-sidebar {
  width: 140px;
  background: rgba(0,0,0,0.2);
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}

.win-nav {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  padding: 7px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: var(--t);
}
.win-nav.active {
  background: rgba(91,79,233,0.28);
  color: rgba(200,190,255,0.95);
  font-weight: 600;
  border: 1px solid rgba(91,79,233,0.35);
}
.win-nav-icon { font-size: 13px; }

.win-content { flex: 1; padding: 16px; overflow: hidden; }

.win-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.win-title { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.88); }
.win-tabs { display: flex; gap: 4px; }
.win-tab {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 100px;
  color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.win-tab.active { background: var(--brand); color: var(--white); border-color: var(--brand); }

.win-lanes { display: flex; flex-direction: column; gap: 8px; }

.win-lane {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 38px;
}

.win-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800;
  color: var(--white); flex-shrink: 0;
}
.av-1 { background: var(--brand); }
.av-2 { background: var(--teal); }
.av-3 { background: var(--pink); }
.av-4 { background: var(--amber); }

.win-chip {
  height: 30px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  display: flex; align-items: center;
  padding: 0 10px;
  white-space: nowrap;
  flex: 1;
}
.chip-brand  { background: rgba(91,79,233,0.3);   color: #C4BBFF; border: 1px solid rgba(91,79,233,0.25); }
.chip-teal   { background: rgba(14,182,162,0.25);  color: #5EEADB; border: 1px solid rgba(14,182,162,0.2); }
.chip-pink   { background: rgba(236,72,153,0.25);  color: #F9A8D4; border: 1px solid rgba(236,72,153,0.2); }
.chip-amber  { background: rgba(245,158,11,0.25);  color: #FCD34D; border: 1px solid rgba(245,158,11,0.2); }
.chip-purple { background: rgba(139,92,246,0.28);  color: #C4B5FD; border: 1px solid rgba(139,92,246,0.2); }
.chip-green  { background: rgba(16,185,129,0.25);  color: #6EE7B7; border: 1px solid rgba(16,185,129,0.2); }

.chip-sm { flex: none; min-width: 60px; }
.chip-md { flex: none; min-width: 90px; }
.chip-lg { flex: none; min-width: 130px; }

/* Floating badges — Liquid Glass pills */
.hero-badge {
  position: absolute;
  background: rgba(14, 11, 38, 0.68);
  backdrop-filter: blur(22px) saturate(200%);
  -webkit-backdrop-filter: blur(22px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  box-shadow:
    0 12px 44px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(0,0,0,.16);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  animation: float 4s ease-in-out infinite;
  overflow: hidden;
}

.hero-badge::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, transparent 100%);
  pointer-events: none;
}

.badge-icon { font-size: 20px; }
.badge-sub { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.48); }

.badge-1 { bottom: -20px; left: -28px; animation-delay: 0s; }
.badge-2 { top: -16px; right: -20px; animation-delay: 1.5s; }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}

/* ============================================================
   Logos / As seen by
   ============================================================ */
.logos-strip {
  padding: 32px 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.6);
  border-bottom: 1px solid var(--border);
}
.logos-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logos-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-4);
  white-space: nowrap;
  flex-shrink: 0;
}
.logos-list {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.logos-list span {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-4);
  letter-spacing: -.01em;
}

/* ============================================================
   Section shared styles
   ============================================================ */
.section { padding: 100px 0; position: relative; }

.section-alt {
  background: linear-gradient(160deg, #F4F2FF 0%, #F9FEFF 50%, #F2F4FF 100%);
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 85% 15%, rgba(91,79,233,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 15% 85%, rgba(14,182,162,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.section-header { text-align: center; margin-bottom: 64px; position: relative; z-index: 1; }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
}

.section-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-header p {
  font-size: 17px;
  color: var(--ink-3);
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.7;
}

/* ============================================================
   Who it's for — tinted mesh background
   ============================================================ */
#for-everyone {
  background: linear-gradient(160deg, #FAFAFE 0%, #F5F3FF 40%, #F0FAFA 100%);
}

#for-everyone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 65% at 8% 30%, rgba(91,79,233,0.07) 0%, transparent 68%),
    radial-gradient(ellipse 50% 55% at 92% 75%, rgba(14,182,162,0.06) 0%, transparent 68%);
  pointer-events: none;
}

/* ============================================================
   Use cases — Frosted Glass Cards
   ============================================================ */
.usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.usecase-card {
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform var(--t-spring), box-shadow var(--t);
  position: relative;
  overflow: hidden;
  will-change: transform;
  box-shadow: var(--glass-shadow);
}

.usecase-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--card-accent, var(--brand));
  border-radius: 3px 3px 0 0;
  z-index: 2;
}

.usecase-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 52%;
  background: linear-gradient(180deg, rgba(255,255,255,0.38) 0%, transparent 100%);
  pointer-events: none;
  border-radius: inherit;
}

.usecase-card:hover {
  box-shadow: var(--glass-shadow-lg);
  transform: translateY(-4px);
}

.usecase-card.teal  { --card-accent: var(--teal); }
.usecase-card.pink  { --card-accent: var(--pink); }
.usecase-card.amber { --card-accent: var(--amber); }
.usecase-card.green { --card-accent: var(--green); }
.usecase-card.purple{ --card-accent: #8B5CF6; }

.usecase-icon { font-size: 36px; margin-bottom: 18px; position: relative; z-index: 1; }

.usecase-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.usecase-card p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.usecase-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.usecase-card ul li {
  font-size: 13px;
  color: var(--ink-2);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.usecase-card ul li::before {
  content: "✓";
  color: var(--card-accent, var(--brand));
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   Features — Bento Glass Grid
   ============================================================ */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.bento-card {
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform var(--t-spring), box-shadow var(--t);
  overflow: hidden;
  position: relative;
  will-change: transform;
  box-shadow: 0 4px 24px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(0,0,0,.03);
}

.bento-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.32) 0%, transparent 100%);
  pointer-events: none;
  border-radius: inherit;
}

.bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(0,0,0,.09), inset 0 1px 0 rgba(255,255,255,.98);
}

.bento-card.wide   { grid-column: span 2; }
.bento-card.tall   { grid-row: span 2; }

.bento-card.accent {
  background: rgba(75, 63, 210, 0.84);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border-color: rgba(255,255,255,0.22);
  color: var(--white);
  box-shadow: 0 8px 40px rgba(91,79,233,0.38), inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(0,0,0,0.1);
}
.bento-card.accent::after {
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
}

.bento-icon { font-size: 32px; margin-bottom: 16px; position: relative; z-index: 1; }

.bento-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.bento-card.accent h3 { color: var(--white); }

.bento-card p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}
.bento-card.accent p { color: rgba(255,255,255,.78); }

.bento-visual {
  margin-top: 20px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Mini burn chart */
.mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
  padding: 8px 0 0;
  position: relative;
  z-index: 1;
}
.mini-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  min-height: 8px;
  transition: var(--t);
}
.bar-brand  { background: var(--brand); }
.bar-teal   { background: var(--teal); opacity:.7; }
.bar-pink   { background: var(--pink); opacity:.6; }
.bar-amber  { background: var(--amber); }
.bar-light  { background: var(--border); }

/* Mini kanban */
.mini-kanban {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.mk-col {
  flex: 1;
  background: rgba(248,248,252,0.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.52);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mk-header {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 4px;
}
.mk-card {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(228,228,239,0.55);
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 9px;
  font-weight: 500;
  color: var(--ink-2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

/* Budget pills */
.budget-pills { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; position: relative; z-index: 1; }
.budget-row { display: flex; flex-direction: column; gap: 4px; }
.budget-label { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; color: var(--white); opacity: .9; }
.budget-bar-wrap { height: 6px; background: rgba(255,255,255,.2); border-radius: 100px; overflow: hidden; }
.budget-bar-fill { height: 100%; border-radius: 100px; background: var(--white); }

/* Integration logos in bento */
.integration-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.int-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(248,248,252,0.76);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.82);
}
.int-logo-icon { font-size: 15px; }

/* ============================================================
   Comparison — Glass Table
   ============================================================ */
#compare {
  background: linear-gradient(160deg, #FDFCFF 0%, #F7F5FF 100%);
}
#compare::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 92% 25%, rgba(91,79,233,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,0.78);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: var(--glass-shadow-lg);
  position: relative;
  z-index: 1;
}

.compare-table th {
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  background: rgba(248,248,252,0.7);
  border-bottom: 1px solid rgba(228,228,239,0.5);
  color: var(--ink);
}

.compare-table th.highlight {
  background: rgba(91,79,233,0.88);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}

.compare-table td {
  padding: 16px 28px;
  font-size: 14px;
  border-bottom: 1px solid rgba(228,228,239,0.45);
  color: var(--ink-2);
  vertical-align: middle;
  background: rgba(255,255,255,0.5);
}

.compare-table tr:nth-child(even) td { background: rgba(248,248,252,0.65); }
.compare-table tr:hover td { background: rgba(91,79,233,0.06); }
.compare-table td.highlight { background: rgba(91,79,233,0.085) !important; }
.compare-table tr:nth-child(even) td.highlight { background: rgba(91,79,233,0.11) !important; }

.check { color: var(--green); font-size: 16px; font-weight: 700; }
.check .note { font-size: 11px; font-weight: 400; color: inherit; vertical-align: super; margin-left: 1px; }
.cross { color: var(--ink-4); font-size: 16px; }
.partial { color: var(--amber); font-size: 14px; font-weight: 600; }

/* ============================================================
   Testimonials — Frosted Glass Cards
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--glass-shadow);
  transition: transform var(--t-spring), box-shadow var(--t);
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, transparent 100%);
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--glass-shadow-lg);
}

.stars { color: var(--amber); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; position: relative; z-index: 1; }

.testimonial-card blockquote {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.author-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
  color: var(--white); flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.author-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.author-role { font-size: 12px; color: var(--ink-3); }

/* ============================================================
   CTA Banner — Dark Prismatic Aurora
   ============================================================ */
.cta-section {
  padding: 100px 0;
  background: #0C0A22;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 82% 50%, rgba(91,79,233,.52) 0%, transparent 58%),
    radial-gradient(ellipse 60% 80% at 18% 50%, rgba(14,182,162,.36) 0%, transparent 58%),
    radial-gradient(ellipse 55% 65% at 50% 5%, rgba(155,135,247,.42) 0%, transparent 58%),
    radial-gradient(ellipse 45% 60% at 50% 98%, rgba(236,72,153,.26) 0%, transparent 58%);
  pointer-events: none;
}

.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 40% at 50% 105%, rgba(0,0,0,0.45) 0%, transparent 58%);
  pointer-events: none;
}

.cta-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-inner h2 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: rgba(255,255,255,0.97);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cta-inner p {
  font-size: 18px;
  color: rgba(255,255,255,.62);
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 40px;
  line-height: 1.65;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-white {
  background: rgba(255,255,255,0.92);
  color: var(--brand);
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.85);
}
.btn-white:hover {
  background: rgba(255,255,255,0.98);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.28);
}

.btn-outline-white {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-outline-white:hover {
  border-color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.12);
  text-decoration: none;
}

.btn-coming-soon {
  opacity: .88;
  cursor: default;
  pointer-events: none;
}
.btn-coming-soon:hover { transform: none; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  padding: 56px 0 32px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #FAFAFF 0%, #FFFFFF 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand { display: flex; flex-direction: column; gap: 14px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
}
.footer-logo img { width: 32px; height: 32px; object-fit: contain; }
.footer-logo:hover { text-decoration: none; }

.footer-tagline { font-size: 14px; color: var(--ink-3); line-height: 1.6; max-width: 240px; }

.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: var(--ink-3); transition: var(--t); }
.footer-col ul li a:hover { color: var(--brand); text-decoration: none; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.footer-bottom p { font-size: 13px; color: var(--ink-4); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card.wide { grid-column: span 2; }
  .bento-card.tall { grid-row: auto; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .usecases-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .usecases-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento-card.wide { grid-column: span 1; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: 36px; }
  .cta-inner h2 { font-size: 30px; }
}

/* ============================================================
   Forms — Modern Inputs
   ============================================================ */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.form-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  margin-left: 1px;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #D1D5DB; /* Tailwind gray-300 */
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-control:hover {
  border-color: #9CA3AF; /* Tailwind gray-400 */
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 5 3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.form-control:focus {
  border-color: var(--brand);
  background: var(--white);
  box-shadow: 0 0 0 1px var(--brand), 0 0 0 4px var(--brand-glow);
  ring: 2px solid var(--brand);
}

.form-control::placeholder {
  color: var(--ink-4);
}

.waitlist-form {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 520px;
}

.waitlist-form .form-control {
  flex: 1;
  padding: 12px 16px;
  font-size: 15px;
}

.hero .waitlist-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.hero .waitlist-form .form-control:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 640px) {
  .waitlist-form {
    flex-direction: column;
  }
}

/* ============================================================
   Privacy Page Layout
   ============================================================ */
.legal-content {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 24px;
}

.legal-content h1 {
  font-size: 44px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 32px;
  letter-spacing: -.02em;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin: 48px 0 16px;
}

.legal-content p {
  font-size: 17px;
  color: var(--ink-3);
  line-height: 1.8;
  margin-bottom: 24px;
}

.legal-content ul {
  margin-bottom: 24px;
  padding-left: 20px;
}

.legal-content li {
  font-size: 17px;
  color: var(--ink-3);
  line-height: 1.8;
  margin-bottom: 12px;
}
