@charset "UTF-8";
/* Sensei CRM landing page — custom styles layered on top of the admin.css
 * design tokens. The Tailwind utility classes used inside the HAML view
 * come from the JS-injected Tailwind runtime; this stylesheet adds the
 * landing-specific look (gradients, glows, decorative orbs) without
 * duplicating Tailwind tokens. */
.landing-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.landing {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow-x: hidden;
}

.landing-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.landing-bg__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.55;
}

.landing-bg__orb--cyan {
  top: -160px;
  left: -160px;
  width: 28rem;
  height: 28rem;
  background: rgba(34, 211, 238, 0.35);
}

.landing-bg__orb--blue {
  top: 240px;
  right: -180px;
  width: 36rem;
  height: 36rem;
  background: rgba(59, 130, 246, 0.32);
}

.landing-bg__orb--indigo {
  bottom: -160px;
  left: 30%;
  width: 30rem;
  height: 30rem;
  background: rgba(99, 102, 241, 0.22);
}

.landing-shell {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

@media (min-width: 1024px) {
  .landing-shell {
    padding: 3rem 2rem 5rem;
  }
}
/* ---- Header ---- */
.landing-header {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px -24px rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(16px);
}

.landing-island {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.landing-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  color: #475569;
  background: #fff;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.landing-theme:hover {
  color: #0891b2;
  border-color: #22d3ee;
  background: #ecfeff;
}

.landing-theme:focus-visible {
  outline: 2px solid #06b6d4;
  outline-offset: 2px;
}

.landing-theme svg {
  flex-shrink: 0;
}

.landing-header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.landing-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  box-shadow: 0 8px 24px -16px rgba(34, 211, 238, 0.8);
}

.landing-logo--sm {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.landing-header__brand-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.landing-header__brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a5f3fc;
}

.landing-header__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.12);
  padding: 0.1rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #67e8f9;
}

.landing-header__nav {
  display: none;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #cbd5f5;
}

@media (min-width: 768px) {
  .landing-header__nav {
    display: flex;
  }
}
.landing-header__link {
  color: #cbd5f5;
  transition: color 0.15s ease;
}

.landing-header__link:hover {
  color: #67e8f9;
}

.landing-header__link--responsive {
  display: none;
}

@media (min-width: 768px) {
  .landing-header__link--responsive {
    display: inline-flex;
  }
}
.landing-header__cta {
  display: flex;
  gap: 0.5rem;
}

/* ---- Buttons ---- */
.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 0.85rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.landing-btn--primary {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  box-shadow: 0 18px 36px -18px rgba(37, 99, 235, 0.55);
}

.landing-btn--primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  transform: translateY(-1px);
}

/* Landing-specific semantic tokens keep both canvases complete and intentional. */
.landing {
  --landing-canvas: linear-gradient(180deg, #f4fbff 0%, #ffffff 42%, #f1f7fc 100%);
  --landing-surface: #ffffff;
  --landing-surface-muted: #edf8ff;
  --landing-text: #12314b;
  --landing-heading: #082f49;
  --landing-muted: #476581;
  --landing-subtle: #607891;
  --landing-border: #c8deed;
  --landing-accent: #087ea4;
  --landing-accent-strong: #0b77a0;
  --landing-accent-soft: #d8f4ff;
  --landing-card: linear-gradient(160deg, #ffffff, #edf8ff);
  --landing-hero-card: linear-gradient(160deg, #ffffff, #dff3ff);
  --landing-panel: #edf8ff;
  --landing-bubble: #ffffff;
  --landing-final: radial-gradient(circle at top right, rgba(34, 211, 238, .28), transparent 60%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, .24), transparent 55%), #073a5c;
  --landing-final-text: #f0fbff;
  --landing-final-muted: #c7e8f8;
  --landing-orb-opacity: .3;
  color: var(--landing-text);
  background: var(--landing-canvas);
}

html[data-landing-theme=dark] .landing {
  --landing-canvas: linear-gradient(180deg, #050d1a 0%, #071525 42%, #06111f 100%);
  --landing-surface: #0b1b2e;
  --landing-surface-muted: #0d2740;
  --landing-text: #d8edf8;
  --landing-heading: #f0fbff;
  --landing-muted: #a7c5d6;
  --landing-subtle: #86a8bd;
  --landing-border: #1d4968;
  --landing-accent: #67e8f9;
  --landing-accent-strong: #22d3ee;
  --landing-accent-soft: #123d59;
  --landing-card: linear-gradient(160deg, #0d2740, #081729);
  --landing-hero-card: linear-gradient(160deg, #0c2c47, #071829);
  --landing-panel: #071525;
  --landing-bubble: #10243a;
  --landing-final: radial-gradient(circle at top right, rgba(34, 211, 238, .25), transparent 60%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, .22), transparent 55%), #061321;
  --landing-final-text: #f0fbff;
  --landing-final-muted: #c7e8f8;
  --landing-orb-opacity: .5;
}

.landing-btn--ghost {
  border: 1px solid rgba(125, 211, 252, 0.4);
  color: #cffafe;
}

.landing-btn--ghost:hover {
  border-color: rgba(125, 211, 252, 0.7);
  background: rgba(34, 211, 238, 0.12);
}

.landing-btn--sm {
  padding: 0.5rem 0.85rem;
  font-size: 0.8rem;
  border-radius: 0.65rem;
}

/* ---- Hero ---- */
.landing-hero {
  margin-top: 3.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 1024px) {
  .landing-hero {
    margin-top: 4.5rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }
}
.landing-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(8, 47, 73, 0.6);
  padding: 0.4rem 0.95rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #bae6fd;
  width: fit-content;
}

.landing-pill__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #38bdf8;
  box-shadow: 0 0 12px 2px rgba(56, 189, 248, 0.6);
}

.landing-hero__title {
  margin-top: 1.25rem;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.025em;
  background: linear-gradient(180deg, #f8fafc 0%, #cbd5f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-hero__subtitle {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5f5;
  max-width: 36rem;
}

.landing-hero__note {
  margin-top: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1.1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(125, 211, 252, 0.45);
  background: rgba(15, 23, 42, 0.6);
  font-size: 0.85rem;
  color: #bae6fd;
}

.landing-hero__note strong {
  color: #f0f9ff;
  font-weight: 600;
}

.landing-hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-hero__bullets {
  margin-top: 2.25rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
}

@media (min-width: 640px) {
  .landing-hero__bullets {
    grid-template-columns: 1fr 1fr;
  }
}
.landing-hero__bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #cbd5f5;
}

.landing-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.1rem;
  border-radius: 9999px;
  background: rgba(34, 211, 238, 0.18);
  color: #67e8f9;
  position: relative;
}

.landing-check::before {
  content: "";
  width: 0.55rem;
  height: 0.3rem;
  border-left: 2px solid #67e8f9;
  border-bottom: 2px solid #67e8f9;
  transform: rotate(-45deg) translate(1px, -1px);
}

/* ---- Hero visual / preview card ---- */
.landing-hero__visual {
  position: relative;
}

.landing-hero__card {
  position: relative;
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.85), rgba(8, 47, 73, 0.55));
  padding: 1.25rem;
  box-shadow: 0 40px 80px -40px rgba(8, 47, 73, 0.9);
  backdrop-filter: blur(12px);
}

.landing-hero__panel {
  border-radius: 1.25rem;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.18);
  padding: 1rem;
}

.landing-hero__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.landing-hero__panel-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e2e8f0;
}

.landing-hero__panel-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: #67e8f9;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(34, 211, 238, 0.1);
  border-radius: 9999px;
  padding: 0.15rem 0.6rem;
}

.landing-hero__panel-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.landing-hero__message {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.landing-hero__message--inbound {
  flex-direction: row;
}

.landing-hero__message--outbound {
  flex-direction: row-reverse;
  text-align: right;
}

.landing-hero__avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #22d3ee 0%, #6366f1 100%);
  color: #0f172a;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.landing-hero__message--outbound .landing-hero__avatar {
  background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
}

.landing-hero__bubble {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.85rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  color: #e2e8f0;
  max-width: 75%;
}

.landing-hero__bubble p {
  margin: 0.15rem 0 0;
}

.landing-hero__bubble-meta {
  display: flex;
  gap: 0.4rem;
  font-size: 0.65rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-tag {
  display: inline-flex;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  border-radius: 9999px;
  padding: 0.1rem 0.55rem;
  background: rgba(34, 211, 238, 0.18);
  color: #67e8f9;
  font-weight: 600;
}

.landing-hero__stats {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, 1fr);
}

.landing-hero__stat {
  border-radius: 0.85rem;
  background: rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.15);
  padding: 0.6rem 0.75rem;
}

.landing-hero__stat-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #67e8f9;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.landing-hero__stat-desc {
  margin-top: 0.2rem;
  font-size: 0.7rem;
  color: #cbd5f5;
  line-height: 1.45;
}

/* ---- Generic section header ---- */
.landing-section {
  margin-top: 5rem;
  scroll-margin-top: 5rem;
}

.landing-section--alt {
  margin-top: 5rem;
}

.landing-section__head {
  max-width: 42rem;
}

.landing-section__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #67e8f9;
}

.landing-section__title {
  margin-top: 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.landing-section__subtitle {
  margin-top: 0.85rem;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---- Feature grid ---- */
.landing-feature-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .landing-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .landing-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.landing-feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border-radius: 1.25rem;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.6));
  border: 1px solid rgba(148, 163, 184, 0.18);
  padding: 1.4rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.landing-feature-card:hover {
  border-color: rgba(125, 211, 252, 0.4);
  transform: translateY(-2px);
}

.landing-feature-card__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.25);
  color: #67e8f9;
  font-size: 1.05rem;
  font-weight: 700;
}

.landing-feature-card__icon--blue {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.landing-feature-card__icon--violet {
  background: rgba(139, 92, 246, 0.15);
  border-color: rgba(139, 92, 246, 0.35);
  color: #c4b5fd;
}

.landing-feature-card__icon--emerald {
  background: rgba(16, 185, 129, 0.14);
  border-color: rgba(16, 185, 129, 0.32);
  color: #6ee7b7;
}

.landing-feature-card__icon--amber {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.32);
  color: #fcd34d;
}

.landing-feature-card__icon--rose {
  background: rgba(244, 63, 94, 0.14);
  border-color: rgba(244, 63, 94, 0.3);
  color: #fda4af;
}

.landing-feature-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f0f9ff;
}

.landing-feature-card__desc {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
}

.landing-feature-card__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.landing-feature-card__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: #cbd5f5;
}

.landing-dot {
  flex-shrink: 0;
  margin-top: 0.45rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: #38bdf8;
}

/* ---- Steps ---- */
.landing-steps {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .landing-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.landing-step {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.65);
  padding: 1.4rem;
  position: relative;
}

.landing-step__num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #38bdf8;
  text-transform: uppercase;
}

.landing-step__title {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f0f9ff;
}

.landing-step__desc {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* ---- Split section (integrations) ---- */
.landing-split {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .landing-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.75rem;
  }
}
.landing-split__primary {
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.7);
  padding: 1.75rem;
}

.landing-channel-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .landing-channel-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.landing-channel {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(2, 6, 23, 0.55);
  padding: 0.95rem;
}

.landing-channel__icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.7rem;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.landing-channel__title {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f0f9ff;
}

.landing-channel__desc {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.55;
}

.landing-split__secondary {
  border-radius: 1.5rem;
  background: linear-gradient(160deg, rgba(8, 47, 73, 0.85), rgba(15, 23, 42, 0.7));
  border: 1px solid rgba(34, 211, 238, 0.25);
  padding: 1.75rem;
}

.landing-llm-card__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #67e8f9;
}

.landing-llm-card__title {
  margin-top: 0.65rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: #f0f9ff;
}

.landing-llm-card__desc {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: #cbd5f5;
  line-height: 1.6;
}

.landing-llm-card__list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.landing-llm-card__list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.85rem;
  color: #e0f2fe;
}

.landing-llm-card__list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #38bdf8;
}

/* ---- Security grid ---- */
.landing-security-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .landing-security-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.landing-security-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.7);
  padding: 1.4rem;
}

.landing-security-card__icon {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.landing-security-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f9ff;
}

.landing-security-card__desc {
  margin-top: 0.45rem;
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* ---- Final CTA ---- */
.landing-final {
  margin-top: 5rem;
}

.landing-final__inner {
  position: relative;
  border-radius: 2rem;
  border: 1px solid rgba(125, 211, 252, 0.4);
  background: radial-gradient(circle at top right, rgba(34, 211, 238, 0.25), transparent 60%), radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.2), transparent 55%), rgba(2, 6, 23, 0.75);
  padding: 2.5rem 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .landing-final__inner {
    padding: 3rem;
  }
}
.landing-final__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f0f9ff;
}

.landing-final__subtitle {
  margin: 0.85rem auto 0;
  max-width: 38rem;
  font-size: 0.95rem;
  color: #cbd5f5;
  line-height: 1.6;
}

.landing-final__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ---- Footer ---- */
.landing-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .landing-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.landing-footer__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.landing-footer__brand {
  display: flex;
  flex-direction: column;
}

.landing-footer__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e0f2fe;
}

.landing-footer__tagline {
  font-size: 0.75rem;
  color: #94a3b8;
}

.landing-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .landing-footer__meta {
    align-items: flex-end;
  }
}
.landing-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.landing-footer__nav a {
  color: #94a3b8;
  transition: color 0.15s ease;
}

.landing-footer__nav a:hover {
  color: #67e8f9;
}

/* ---- Mobile nav toggle (React island) ---- */
.landing-island {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 60;
}

.landing-mobile-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(125, 211, 252, 0.4);
  background: rgba(2, 6, 23, 0.8);
  color: #cffafe;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.landing-mobile-toggle__bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: currentColor;
  border-radius: 9999px;
}

.landing-mobile-menu {
  position: fixed;
  inset: 4rem 1rem auto 1rem;
  z-index: 50;
  border-radius: 1rem;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(2, 6, 23, 0.95);
  padding: 1rem;
  box-shadow: 0 24px 60px -24px rgba(2, 6, 23, 0.9);
}

.landing-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.landing-mobile-menu__link {
  font-size: 0.95rem;
  color: #cbd5f5;
  padding: 0.45rem 0.4rem;
  border-radius: 0.6rem;
}

.landing-mobile-menu__link:hover {
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
}

.landing-mobile-menu__cta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  gap: 0.5rem;
}

.landing-mobile-menu__cta .landing-btn {
  flex: 1;
}

/* Apply the tokens to every landing surface so light mode never inherits dark text. */
.landing-bg__orb {
  opacity: var(--landing-orb-opacity);
}

.landing-header {
  border-color: var(--landing-border);
  background: color-mix(in srgb, var(--landing-surface) 88%, transparent);
  box-shadow: 0 12px 32px -24px rgba(8, 47, 73, 0.35);
}

.landing-theme {
  border-color: var(--landing-border);
  color: var(--landing-muted);
  background: var(--landing-surface);
}

.landing-theme:hover {
  color: var(--landing-accent);
  border-color: var(--landing-accent);
  background: var(--landing-accent-soft);
}

.landing-header__brand-name,
.landing-section__title,
.landing-feature-card__title,
.landing-security-card__title,
.landing-step__title,
.landing-channel__title,
.landing-llm-card__title {
  color: var(--landing-heading);
}

.landing-header__badge,
.landing-section__eyebrow,
.landing-hero__panel-tag,
.landing-hero__stat-title,
.landing-tag,
.landing-step__num,
.landing-llm-card__eyebrow {
  color: var(--landing-accent);
}

.landing-header__badge,
.landing-hero__panel-tag,
.landing-tag {
  border-color: color-mix(in srgb, var(--landing-accent) 38%, transparent);
  background: var(--landing-accent-soft);
}

.landing-header__link,
.landing-hero__subtitle,
.landing-section__subtitle,
.landing-feature-card__desc,
.landing-security-card__desc,
.landing-step__desc,
.landing-channel__desc,
.landing-llm-card__desc,
.landing-footer__tagline,
.landing-footer__meta,
.landing-footer__nav a {
  color: var(--landing-muted);
}

.landing-header__link:hover,
.landing-footer__nav a:hover {
  color: var(--landing-accent);
}

.landing-btn--primary {
  background: linear-gradient(135deg, #087ea4 0%, #1689c5 100%);
  color: #ffffff;
}

.landing-btn--primary:hover {
  background: linear-gradient(135deg, #066b8d 0%, #087ea4 100%);
}

.landing-btn--ghost {
  border-color: var(--landing-accent);
  color: var(--landing-accent);
  background: var(--landing-surface);
}

.landing-btn--ghost:hover {
  background: var(--landing-accent-soft);
}

.landing-pill {
  border-color: color-mix(in srgb, var(--landing-accent) 42%, transparent);
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.landing-pill__dot,
.landing-dot {
  background: var(--landing-accent-strong);
}

.landing-hero__title {
  background: none;
  color: var(--landing-heading);
  -webkit-text-fill-color: currentColor;
}

.landing-hero__note {
  border-color: var(--landing-accent);
  background: var(--landing-surface-muted);
  color: var(--landing-text);
}

.landing-hero__note strong {
  color: var(--landing-heading);
}

.landing-hero__bullet,
.landing-feature-card__points li,
.landing-llm-card__list li {
  color: var(--landing-text);
}

.landing-check {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.landing-check::before {
  border-color: var(--landing-accent);
}

.landing-hero__card,
.landing-feature-card {
  border-color: var(--landing-border);
  background: var(--landing-hero-card);
  box-shadow: 0 18px 42px -32px rgba(8, 47, 73, 0.45);
}

.landing-feature-card {
  background: var(--landing-card);
}

.landing-hero__panel,
.landing-hero__stat,
.landing-channel {
  border-color: var(--landing-border);
  background: var(--landing-panel);
}

.landing-hero__panel-title,
.landing-hero__bubble {
  color: var(--landing-text);
}

.landing-hero__bubble {
  border-color: var(--landing-border);
  background: var(--landing-bubble);
}

.landing-hero__bubble-meta,
.landing-hero__stat-desc {
  color: var(--landing-subtle);
}

.landing-split__primary,
.landing-step,
.landing-security-card {
  border-color: var(--landing-border);
  background: var(--landing-card);
}

.landing-split__secondary {
  border-color: color-mix(in srgb, var(--landing-accent) 40%, var(--landing-border));
  background: var(--landing-hero-card);
}

.landing-llm-card__list li::before {
  color: var(--landing-accent-strong);
}

.landing-final__inner {
  border-color: var(--landing-accent);
  background: var(--landing-final);
}

.landing-final__title {
  color: var(--landing-final-text);
}

.landing-final__subtitle {
  color: var(--landing-final-muted);
}

.landing-footer {
  border-color: var(--landing-border);
}

.landing-footer__name {
  color: var(--landing-heading);
}

.landing-mobile-toggle,
.landing-mobile-menu {
  border-color: var(--landing-border);
  background: var(--landing-surface);
  color: var(--landing-text);
  box-shadow: 0 24px 60px -24px rgba(8, 47, 73, 0.45);
}

.landing-mobile-menu__link {
  color: var(--landing-text);
}

.landing-mobile-menu__link:hover {
  background: var(--landing-accent-soft);
  color: var(--landing-accent);
}

.landing-mobile-menu__cta {
  border-color: var(--landing-border);
}
