/* Generated by scripts/build-css.php. Do not edit this file directly. */

/* Source: styles.css:1-377 */

:root {
  --bg: #090512;
  --bg-deep: #130b25;
  --surface: rgba(26, 16, 48, 0.88);
  --surface-strong: rgba(33, 18, 61, 0.94);
  --surface-soft: rgba(18, 10, 34, 0.8);
  --surface-ghost: rgba(255, 255, 255, 0.04);
  --primary: #7a3cff;
  --primary-2: #b65dff;
  --accent: #1fe6a8;
  --accent-soft: rgba(31, 230, 168, 0.14);
  --text: #f6f2ff;
  --muted: #c8bbdf;
  --muted-strong: #e5d9f8;
  --line: rgba(205, 173, 245, 0.16);
  --line-strong: rgba(205, 173, 245, 0.3);
  --shadow-xl: 0 34px 90px rgba(10, 5, 22, 0.54);
  --shadow-lg: 0 22px 54px rgba(14, 7, 30, 0.4);
  --shadow-md: 0 14px 32px rgba(14, 7, 30, 0.28);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1200px;
  --section-gap: 92px;
  --assist-right: calc(24px + env(safe-area-inset-right));
  --assist-bottom: calc(22px + env(safe-area-inset-bottom));
  --assist-radius: 18px;
  --assist-panel: #141024;
  --assist-panel-2: #0e0b1b;
  --assist-ink: #f5f3ff;
  --assist-muted: #d0c2ef;
  --assist-bubble: linear-gradient(120deg, var(--primary), var(--primary-2));
  --secondary-blue: #3b82f6;
  --secondary-blue-deep: #1d4ed8;
  --secondary-blue-soft: rgba(59, 130, 246, 0.18);
  --assist-dock-gap: clamp(8px, 1vw, 10px);
  --assist-button-pad-y: clamp(8px, 0.9vw, 10px);
  --assist-button-pad-x: clamp(12px, 1.2vw, 16px);
  --assist-button-gap: clamp(8px, 0.9vw, 10px);
  --assist-button-min-height: clamp(40px, 4vw, 44px);
  --assist-icon-size: clamp(22px, 2vw, 24px);
  --assist-icon-glyph-size: clamp(12px, 1vw, 13px);
  --assist-label-size: clamp(0.78rem, 0.72rem + 0.22vw, 0.88rem);
  --assist-badge-size: clamp(18px, 1.6vw, 20px);
  --assist-panel-chat-width: min(calc(100vw - 28px), 528px);
  --assist-avatar-size: clamp(38px, 5vw, 46px);
  --assist-avatar-glyph-size: clamp(22px, 3vw, 28px);
  --assist-send-size: clamp(36px, 4vw, 40px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(182, 93, 255, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(122, 60, 255, 0.2), transparent 36%),
    radial-gradient(circle at 52% 84%, rgba(31, 230, 168, 0.08), transparent 30%),
    linear-gradient(165deg, #090512 0%, #130a22 28%, #1a1030 56%, #120a21 78%, #08040f 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
}

body::after {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03), transparent 22%),
    radial-gradient(circle at 70% 72%, rgba(255, 255, 255, 0.025), transparent 18%);
  mix-blend-mode: soft-light;
}

main,
header,
footer,
.assist-dock,
.assist-panel {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
.nav-links,
.btn,
.section-kicker,
.section-chip,
.tag,
.price {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

.page {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 56px;
  position: relative;
}

.page::before,
.page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.page::before {
  width: 340px;
  height: 340px;
  top: 120px;
  right: -90px;
  background: rgba(182, 93, 255, 0.22);
}

.page::after {
  width: 300px;
  height: 300px;
  left: -110px;
  bottom: 280px;
  background: rgba(31, 230, 168, 0.1);
}

.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='2' stitchTiles='stitch'/></filter><rect width='140' height='140' filter='url(%23n)' opacity='0.035'/></svg>");
  mix-blend-mode: soft-light;
  z-index: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-badge img {
  width: auto;
  height: 30px;
}

.nav .logo-badge {
  min-height: 52px;
  padding: 11px 16px;
  border-radius: 18px;
  border: 1px solid rgba(205, 173, 245, 0.16);
  background:
    radial-gradient(circle at left center, rgba(31, 230, 168, 0.12), transparent 42%),
    radial-gradient(circle at right center, rgba(122, 60, 255, 0.12), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 14px 32px rgba(7, 5, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav .logo-badge::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(122, 60, 255, 0.08), rgba(31, 230, 168, 0.05));
  opacity: 0.85;
  pointer-events: none;
}

.nav .logo-badge img {
  position: relative;
  z-index: 1;
  height: 31px;
  filter: brightness(1.34) contrast(1.14) saturate(1.05) drop-shadow(0 6px 18px rgba(122, 60, 255, 0.24));
}

.nav .logo:hover .logo-badge {
  border-color: rgba(31, 230, 168, 0.22);
}

.footer .logo-badge {
  padding: 0;
  min-height: auto;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0.75em;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: #fbf7ff;
  background: linear-gradient(110deg, var(--primary) 0%, var(--primary-2) 100%);
  overflow: hidden;
  box-shadow: none !important;
}

.btn.primary::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -55%;
  width: 42%;
  transform: rotate(14deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  transition: left 0.45s ease;
}

.btn.primary:hover::after {
  left: 118%;
}

.btn.secondary,
.btn.ghost {
  color: var(--muted-strong);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.btn.secondary:hover,
.btn.ghost:hover {
  border-color: rgba(31, 230, 168, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.btn.full {
  width: 100%;
}

.nav {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(14, 8, 26, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(122, 60, 255, 0.16);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Source: styles.css:541-1364 */

.section-kicker {
  color: #b8f7df;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #efe5ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(122, 60, 255, 0.16);
  border: 1px solid rgba(182, 93, 255, 0.24);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d6fff1;
  background: rgba(31, 230, 168, 0.12);
  border: 1px solid rgba(31, 230, 168, 0.24);
  font-size: 0.8rem;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(31, 230, 168, 0.4);
  animation: dotPulse 2.2s ease-out infinite;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.metric-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(205, 173, 245, 0.12);
}

.metric-card span {
  display: block;
  color: #e3d7f7;
  font-size: 0.88rem;
}

.metric-card strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 1.8rem;
  line-height: 1;
}

.metric-card p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.console-journey {
  display: grid;
  gap: 12px;
}

.journey-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(205, 173, 245, 0.12);
  background: rgba(12, 7, 22, 0.54);
}

.journey-row.is-active {
  border-color: rgba(31, 230, 168, 0.22);
  box-shadow: inset 0 0 0 1px rgba(31, 230, 168, 0.08);
}

.journey-row > span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(122, 60, 255, 0.18);
  border: 1px solid rgba(182, 93, 255, 0.18);
  font-size: 0.86rem;
  font-weight: 700;
}

.journey-row strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.journey-row p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-satellite {
  position: absolute;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(205, 173, 245, 0.18);
  background: rgba(16, 10, 28, 0.78);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  animation: cardFloat 6s ease-in-out infinite;
}

.hero-satellite span {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-satellite strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.hero-satellite--one {
  top: 46px;
  right: -12px;
}

.hero-satellite--two {
  left: 0;
  bottom: 42px;
  animation-delay: 1.2s;
}

.logos,
.product,
.workflow,
.roi,
.proof,
.pricing,
.calendly,
.faq {
  position: relative;
  z-index: 1;
  scroll-margin-top: 116px;
}

.logos {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 30px 32px;
  margin-top: 10px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(24, 13, 45, 0.8);
  box-shadow: var(--shadow-lg);
}

.logos-copy {
  display: grid;
  gap: 10px;
}

.logos-copy h2 {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  line-height: 1.08;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.logo-row span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  border-radius: 20px;
  border: 1px solid rgba(205, 173, 245, 0.12);
  background: rgba(12, 7, 22, 0.52);
  color: #f3ecff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product,
.workflow,
.roi,
.pricing,
.calendly,
.faq {
  padding-top: var(--section-gap);
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head--left {
  max-width: 860px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section-head h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
}

.section-head p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 58ch;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: start;
}

.product-story,
.workflow-board,
.calendly-copy,
.proof-panel,
.price-card,
.roi-card,
.card,
.proof-quotes article,
.journey-card,
.calendly-card,
details {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(20, 11, 37, 0.8);
  box-shadow: var(--shadow-md);
}

.product-story {
  padding: 30px;
  background: linear-gradient(180deg, rgba(29, 16, 53, 0.94), rgba(12, 7, 22, 0.92));
  box-shadow: var(--shadow-xl);
  display: grid;
  gap: 20px;
  overflow: hidden;
}

.product-story h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
  max-width: 16ch;
}

.product-story p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 56ch;
}

.story-stack {
  display: grid;
  gap: 12px;
}

.story-step {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(205, 173, 245, 0.12);
}

.story-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.story-step p {
  font-size: 0.95rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card {
  padding: 24px;
  display: grid;
  gap: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.card:hover,
.journey-card:hover,
.price-card:hover,
.proof-quotes article:hover,
details:hover {
  transform: translateY(-4px);
  border-color: rgba(205, 173, 245, 0.26);
  box-shadow: 0 18px 40px rgba(18, 8, 34, 0.34);
}

.card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(122, 60, 255, 0.92), rgba(182, 93, 255, 0.92));
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(122, 60, 255, 0.24);
}

.card h3 {
  font-size: 1.26rem;
  line-height: 1.15;
}

.card p {
  color: var(--muted);
  line-height: 1.65;
}

.card ul,
.price-card ul,
.board-list,
.calendly-points {
  list-style: none;
  display: grid;
  gap: 10px;
}

.card li,
.price-card li,
.board-list li,
.calendly-points li {
  position: relative;
  padding-left: 18px;
  color: #e8def9;
  line-height: 1.55;
}

.card li::before,
.price-card li::before,
.board-list li::before,
.calendly-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(31, 230, 168, 0.08);
  transform: translateY(-50%);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journey-card {
  padding: 24px;
  display: grid;
  gap: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.journey-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(122, 60, 255, 0.16);
  border: 1px solid rgba(182, 93, 255, 0.2);
  font-size: 0.82rem;
  font-weight: 700;
}

.journey-card h3 {
  font-size: 1.2rem;
}

.journey-card p {
  color: var(--muted);
  line-height: 1.65;
}

.workflow-board {
  position: sticky;
  top: 112px;
  padding: 28px;
  display: grid;
  gap: 18px;
  background: linear-gradient(160deg, rgba(122, 60, 255, 0.18), rgba(15, 8, 27, 0.95));
  box-shadow: var(--shadow-xl);
}

.workflow-board h3 {
  font-size: 1.5rem;
  line-height: 1.12;
}

.board-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.board-metrics div {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(205, 173, 245, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.board-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.board-metrics span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.roi-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
}

.roi-card {
  padding: 28px;
  display: grid;
  gap: 20px;
  background: rgba(20, 11, 37, 0.84);
}

.roi-card h3 {
  font-size: 1.45rem;
}

.roi-form {
  display: grid;
  gap: 16px;
}

.roi-form label {
  display: grid;
  gap: 8px;
  color: #efe7ff;
  font-size: 0.96rem;
  font-weight: 700;
}

.roi-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(205, 173, 245, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.roi-form input:focus {
  outline: none;
  border-color: rgba(31, 230, 168, 0.32);
  box-shadow: 0 0 0 4px rgba(31, 230, 168, 0.08);
}

.roi-note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.roi-results {
  background: linear-gradient(155deg, rgba(122, 60, 255, 0.24), rgba(18, 10, 34, 0.96));
  border-color: rgba(31, 230, 168, 0.16);
}

.roi-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.roi-metrics div {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(205, 173, 245, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.roi-metrics span {
  display: block;
  color: #e3d7f7;
  font-size: 0.9rem;
}

.roi-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1;
}

.roi-summary {
  display: grid;
  gap: 16px;
}

.roi-summary p {
  color: #f0e8ff;
  line-height: 1.7;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 24px;
  align-items: start;
  padding-top: var(--section-gap);
}

.proof-panel {
  padding: 32px;
  display: grid;
  gap: 22px;
  background: linear-gradient(160deg, rgba(122, 60, 255, 0.2), rgba(13, 7, 24, 0.96));
  box-shadow: var(--shadow-xl);
}

.proof-panel h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.04;
  max-width: 15ch;
}

.proof-copy {
  color: var(--muted);
  line-height: 1.7;
  max-width: 58ch;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof-stats div {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(205, 173, 245, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.proof-stats h3 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.proof-stats p {
  color: #e7dcf8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.proof-quotes {
  display: grid;
  gap: 18px;
}

.proof-quotes article {
  padding: 24px;
  display: grid;
  gap: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.proof-quotes p {
  color: #f1e8ff;
  line-height: 1.8;
}

.proof-quotes span {
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-card {
  position: relative;
  padding: 28px;
  display: grid;
  gap: 18px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.price-card.highlight {
  transform: translateY(-8px);
  background: linear-gradient(165deg, rgba(122, 60, 255, 0.28), rgba(15, 8, 27, 0.95));
  border-color: rgba(31, 230, 168, 0.24);
  box-shadow: var(--shadow-xl);
}

.tag {
  position: absolute;
  top: -12px;
  right: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #f8f3ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(120deg, var(--primary), var(--primary-2));
  box-shadow: 0 12px 24px rgba(122, 60, 255, 0.3);
}

.price-card h3 {
  font-size: 1.35rem;
}

.price {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.96;
}

.price-card p:not(.price) {
  color: var(--muted);
  line-height: 1.65;
}

.calendly-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.calendly-copy {
  position: sticky;
  top: 112px;
  padding: 30px;
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, rgba(29, 16, 53, 0.94), rgba(12, 7, 22, 0.92));
  box-shadow: var(--shadow-xl);
}

.calendly-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.04;
}

.calendly-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.calendly-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(29, 16, 53, 0.94), rgba(12, 7, 22, 0.98));
  box-shadow: var(--shadow-xl);
}

.calendly-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.calendly-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(205, 173, 245, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #efe6ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.calendly-embed {
  min-width: 320px;
  min-height: 760px;
  border-radius: 26px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.calendly-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

details {
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

details[open] {
  border-color: rgba(31, 230, 168, 0.2);
  background: rgba(27, 15, 49, 0.9);
}

summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(205, 173, 245, 0.18);
  background: rgba(122, 60, 255, 0.16);
  color: #f3ebff;
  font-size: 1rem;
  flex-shrink: 0;
}

details[open] summary::after {
  content: "−";
}

details p {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(205, 173, 245, 0.12);
  color: var(--muted);
  line-height: 1.7;
}

/* Source: styles.css:1365-1406 */

.footer {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(205, 173, 245, 0.14);
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer p {
  margin-top: 16px;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a,
.footer-links .footer-link-button {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(205, 173, 245, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f1e9ff;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

/* Source: styles.css:1407-2883 */

.assist-dock {
  position: fixed;
  right: var(--assist-right);
  bottom: var(--assist-bottom);
  z-index: 2147482000;
  display: grid;
  grid-auto-flow: row;
  gap: var(--assist-dock-gap);
  align-items: flex-end;
  padding: 8px;
  border-radius: 22px;
  border: 1px solid rgba(205, 173, 245, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 12, 28, 0.82), rgba(8, 7, 16, 0.92));
  box-shadow:
    0 18px 44px rgba(6, 5, 18, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.assist-dock.is-hidden-by-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.98);
}

.assist-button {
  position: relative;
  border: 0;
  min-height: var(--assist-button-min-height);
  min-width: 136px;
  justify-content: flex-start;
  padding: 11px 14px 11px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(7, 5, 20, 0.16);
  display: inline-flex;
  align-items: center;
  gap: var(--assist-button-gap);
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  backdrop-filter: none;
}

.assist-button::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 0 16px rgba(122, 60, 255, 0.34);
}

.assist-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(7, 5, 20, 0.24);
}

.assist-button--chat {
  border-color: rgba(182, 93, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.1), rgba(122, 60, 255, 0.035)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(88, 42, 246, 0.14);
}

.assist-button--chat:hover {
  border-color: rgba(196, 174, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(88, 42, 246, 0.2);
}

.assist-button--voice {
  border-color: rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(29, 78, 216, 0.12);
}

.assist-button--voice::before {
  background: linear-gradient(180deg, var(--secondary-blue), var(--secondary-blue-deep));
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.34);
}

.assist-button--voice:hover {
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(29, 78, 216, 0.18);
}

.assist-icon {
  width: var(--assist-icon-size);
  height: var(--assist-icon-size);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.22), rgba(122, 60, 255, 0.14));
  border: 1px solid rgba(205, 173, 245, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.assist-button--voice .assist-icon {
  background:
    linear-gradient(180deg, rgba(96, 165, 250, 0.22), rgba(29, 78, 216, 0.14));
  border-color: rgba(147, 197, 253, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.assist-button--chat .assist-icon {
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.24), rgba(122, 60, 255, 0.16));
  border-color: rgba(205, 173, 245, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(182, 93, 255, 0.08);
}

.assist-icon svg {
  width: var(--assist-icon-glyph-size);
  height: var(--assist-icon-glyph-size);
}

.assist-label {
  font-size: var(--assist-label-size);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.assist-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: var(--assist-badge-size);
  height: var(--assist-badge-size);
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: clamp(10px, 0.7vw, 11px);
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-left: 0;
  box-shadow: 0 8px 18px rgba(239, 68, 68, 0.24);
}

body.has-cookie-banner .assist-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

body.is-hero-zone .assist-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.assist-panel {
  position: fixed;
  right: var(--assist-right);
  bottom: var(--assist-bottom);
  width: min(92vw, 380px);
  background: linear-gradient(180deg, var(--assist-panel) 0%, var(--assist-panel-2) 100%);
  color: var(--assist-ink);
  border-radius: var(--assist-radius);
  box-shadow: 0 22px 60px rgba(7, 5, 20, 0.65);
  border: 1px solid rgba(205, 173, 245, 0.14);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2147482500;
  max-height: min(78vh, 720px);
}

.assist-panel.assist-panel--chat {
  width: var(--assist-panel-chat-width);
  height: min(82svh, 780px);
  max-height: min(82svh, 780px);
  grid-template-rows: auto auto minmax(0, 1fr) auto auto auto;
}

.assist-panel--chat > .assist-header {
  grid-row: 1;
}

.assist-panel--chat > .assist-privacy {
  grid-row: 2;
}

.assist-panel--chat > .assist-body {
  grid-row: 3;
}

.assist-panel--chat > .assist-chips {
  grid-row: 4;
}

.assist-panel--chat > .assist-input {
  grid-row: 5;
}

.assist-panel--chat > .assist-disclaimer {
  grid-row: 6;
}

.assist-panel.assist-panel--chat {
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.08);
  background-color: #0d0d12;
  background:
    linear-gradient(180deg, #111117 0%, #09090d 100%);
  box-shadow:
    0 24px 64px rgba(6, 5, 18, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  isolation: isolate;
}

.assist-panel.assist-panel--voice {
  width: min(calc(100vw - 28px), 472px);
  max-height: min(82svh, 760px);
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.08);
  background-color: #0d0d12;
  background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.08), transparent 38%),
    linear-gradient(180deg, #111117 0%, #09090d 100%);
  box-shadow:
    0 24px 64px rgba(6, 5, 18, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  isolation: isolate;
}

.assist-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.assist-header {
  padding: 16px 18px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.assist-title {
  font-weight: 700;
  font-size: 1rem;
}

.assist-status {
  font-size: 0.85rem;
  color: var(--assist-muted);
}

.assist-disclaimer {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.38;
  letter-spacing: -0.01em;
  color: rgba(208, 194, 239, 0.58);
}

.assist-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.assist-body {
  padding: 14px 18px 8px;
  overflow: hidden;
}

.assist-panel--chat .assist-header {
  padding: 18px 20px 16px;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.assist-panel--voice .assist-header {
  padding: 18px 20px 16px;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.assist-panel--chat .assist-body {
  padding: 18px 20px 12px;
  min-height: 0;
  display: flex;
}

.assist-panel--voice .assist-body {
  padding: 18px 20px 14px;
  min-height: 0;
  display: flex;
}

.assist-panel--chat .assist-title {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.assist-panel--voice .assist-title {
  font-size: 1.08rem;
}

.assist-panel--chat .assist-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(221, 213, 245, 0.88);
}

.assist-panel--voice .assist-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 650;
  color: rgba(221, 232, 250, 0.9);
}

.assist-panel--voice .assist-disclaimer {
  color: rgba(198, 214, 239, 0.58);
}

.assist-panel--voice .assist-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--secondary-blue);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
  flex-shrink: 0;
}

.assist-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #6af0ba;
  box-shadow: 0 0 0 4px rgba(106, 240, 186, 0.12);
  flex-shrink: 0;
}

.assist-log {
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 14px;
  max-height: 320px;
  overflow: auto;
  padding-right: 8px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(122, 92, 255, 0.22) transparent;
}

.assist-log > * {
  min-width: 0;
}

.assist-panel--chat .assist-log {
  flex: 1 1 auto;
  gap: 16px;
  min-height: 0;
  max-height: none;
  padding-right: 12px;
}

.assist-log::-webkit-scrollbar {
  width: 6px;
}

.assist-log::-webkit-scrollbar-track {
  background: transparent;
}

.assist-log::-webkit-scrollbar-thumb {
  background: rgba(122, 92, 255, 0.22);
  border-radius: 999px;
}

.assist-log::-webkit-scrollbar-thumb:hover {
  background: rgba(122, 92, 255, 0.34);
}

.assist-msg {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  font-size: 0.97rem;
  line-height: 1.62;
}

.assist-msg-circle {
  width: var(--assist-avatar-size);
  height: var(--assist-avatar-size);
  min-width: var(--assist-avatar-size);
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.assist-msg--bot .assist-msg-circle {
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.22), rgba(122, 60, 255, 0.14));
  color: rgba(238, 229, 255, 0.94);
  border: 1px solid rgba(205, 173, 245, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(57, 33, 132, 0.16);
}

.assist-msg--bot .assist-msg-circle svg {
  display: block;
  width: clamp(18px, 2vw, 20px);
  height: clamp(18px, 2vw, 20px);
  fill: currentColor;
}

#assist-chat-toggle .assist-icon svg {
  width: var(--assist-icon-glyph-size);
  height: var(--assist-icon-glyph-size);
  fill: currentColor;
}

.assist-msg-bubble {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 10px;
  position: relative;
}

.assist-msg-bubble p {
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.assist-msg-list {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.4rem;
}

.assist-msg-list li {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.assist-msg--bot .assist-msg-bubble {
  max-width: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 18px 16px 22px;
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(7, 5, 20, 0.16);
}

.assist-msg--bot .assist-msg-bubble::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 0 14px rgba(122, 60, 255, 0.28);
}

.assist-msg--bot.assist-msg--reply {
  padding-right: 10px;
}

.assist-msg--bot.assist-msg--reply .assist-msg-bubble {
  max-width: calc(100% - 4px);
}

.assist-msg--user {
  justify-content: flex-end;
}

.assist-msg--user .assist-msg-bubble {
  max-width: min(82%, 24rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(122, 92, 255, 0.22), rgba(122, 92, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(205, 173, 245, 0.14);
  padding: 14px 16px 14px 20px;
  border-radius: 20px;
  margin-left: auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(44, 27, 104, 0.14);
}

.assist-msg--user .assist-msg-bubble::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(182, 93, 255, 0.92), rgba(122, 60, 255, 0.92));
  box-shadow: 0 0 14px rgba(122, 60, 255, 0.28);
}

.assist-typing {
  display: inline-flex;
  gap: 6px;
}

.assist-typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  animation: assistBounce 1s infinite ease-in-out;
}

.assist-typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.assist-typing span:nth-child(3) {
  animation-delay: 0.4s;
}

.assist-msg--typing {
  align-items: center;
  padding-left: 2px;
}

.assist-thinking {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
}

.assist-thinking__text {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: rgba(248, 251, 255, 0.9);
  opacity: 0.92;
  transform: translateY(0);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    filter 0.22s ease;
}

.assist-thinking__text.is-visible {
  opacity: 0.98;
  transform: translateY(0);
  filter: none;
}

.assist-thinking__text.is-changing {
  opacity: 0.18;
  transform: translateY(0.32rem);
  filter: blur(1px);
}

.assist-thinking__dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.assist-thinking__dots span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(216, 179, 255, 0.82);
  animation: assistBounce 1s infinite ease-in-out;
}

.assist-thinking__dots span:nth-child(2) {
  animation-delay: 0.16s;
}

.assist-thinking__dots span:nth-child(3) {
  animation-delay: 0.32s;
}

.assist-chips {
  padding: 12px 18px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  align-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.assist-chips button {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  color: var(--assist-ink);
  border-radius: 16px;
  padding: 10px 12px 10px 18px;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(7, 5, 20, 0.12);
}

.assist-chips button::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 0 14px rgba(122, 60, 255, 0.24);
}

.assist-chips button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.14) 50%, transparent 82%);
  transform: translateX(-135%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.assist-chips button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(7, 5, 20, 0.18);
}

.assist-chips button:hover::before {
  transform: translateX(135%);
}

.assist-input {
  position: relative;
  display: grid;
  align-items: center;
  padding: 16px 18px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.assist-input textarea,
.assist-input button {
  grid-area: 1 / 1;
}

.assist-input textarea {
  background-color: #15111d;
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.12), rgba(122, 60, 255, 0.035)),
    linear-gradient(180deg, #171320, #110d17);
  border: 1px solid rgba(205, 173, 245, 0.18);
  color: #fff;
  border-radius: 22px;
  padding: 13px calc(var(--assist-send-size) + 28px) 13px 28px;
  width: 100%;
  min-height: 56px;
  font-size: 1rem;
  line-height: 1.5;
  resize: none;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: none;
}

.assist-input::before {
  content: "";
  position: absolute;
  left: 28px;
  top: calc(50% - 1px);
  height: 28px;
  transform: translateY(-50%);
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 0 10px rgba(122, 60, 255, 0.18);
  z-index: 1;
  pointer-events: none;
}

.assist-input textarea:focus {
  outline: none;
  border-color: rgba(205, 173, 245, 0.24);
  box-shadow: none;
}

.assist-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.assist-input textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.assist-input button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-2) 0%, var(--primary) 100%);
  color: #fbf7ff;
  width: var(--assist-send-size);
  height: var(--assist-send-size);
  padding: 0;
  line-height: 0;
  cursor: pointer;
  border: 1px solid rgba(205, 173, 245, 0.24);
  box-shadow: none;
  overflow: hidden;
  justify-self: end;
  align-self: center;
  margin-right: 12px;
  z-index: 1;
  transform: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.assist-input button:hover {
  transform: translateY(-1px);
}

.assist-input button:active {
  transform: scale(0.97);
}

.assist-input button::after {
  content: none;
}

.assist-input button:hover::after {
  content: none;
}

.assist-send svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(-0.45px, 0.32px);
}

.assist-voice-body {
  text-align: left;
  display: flex;
  width: 100%;
  min-height: 0;
}

.assist-voice-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  align-content: start;
  width: 100%;
  padding: 22px 18px;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 30px rgba(11, 18, 38, 0.16);
}

.assist-voice-stage::before {
  content: none;
}

.assist-voice-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.14), transparent 34%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.035) 52%, transparent 76%);
  pointer-events: none;
  opacity: 0.8;
}

.assist-panel--voice[data-voice-state="connected"] .assist-voice-stage,
.assist-panel--voice[data-voice-state="listening"] .assist-voice-stage,
.assist-panel--voice[data-voice-state="speaking"] .assist-voice-stage {
  border-color: rgba(96, 165, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.045)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
}

.assist-panel--voice[data-voice-state="error"] .assist-voice-stage,
.assist-panel--voice[data-voice-state="permissionDenied"] .assist-voice-stage,
.assist-panel--voice[data-voice-state="sdkError"] .assist-voice-stage {
  border-color: rgba(245, 158, 11, 0.18);
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.assist-mic-indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 10px 16px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(96, 165, 250, 0.14);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: rgba(226, 236, 248, 0.94);
  margin: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(29, 78, 216, 0.12);
  backdrop-filter: none;
}

.assist-mic-indicator::before {
  content: none;
}

.assist-mic-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #64748b;
  box-shadow: none;
}

.assist-mic-indicator.is-live {
  color: #d9fbe3;
}

.assist-mic-indicator.is-live .assist-mic-dot {
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.assist-mic-indicator.is-muted .assist-mic-dot {
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.4);
}

.assist-orb-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(180px, 40vw, 214px);
  aspect-ratio: 1;
  margin: 4px auto 0;
  will-change: transform;
  animation: assistOrbFloat 7.2s ease-in-out infinite;
}

.assist-orb-wrap::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 30% 70%, rgba(93, 209, 255, 0.26), transparent 34%),
    radial-gradient(circle at 72% 42%, rgba(255, 120, 224, 0.25), transparent 30%),
    radial-gradient(circle at 50% 52%, rgba(112, 86, 255, 0.2), transparent 60%);
  filter: blur(18px);
  opacity: 0.92;
  transform-origin: center;
  animation: assistOrbHalo 6.8s ease-in-out infinite;
}

.assist-orb-wrap::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  border: 1px solid rgba(152, 164, 255, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 236, 255, 0.04), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transform-origin: center;
  animation: assistOrbShell 8.4s ease-in-out infinite;
}

.assist-orb {
  width: 126px;
  height: 126px;
  border-radius: 999px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 30% 70%, rgba(92, 209, 255, 0.32), transparent 34%),
    radial-gradient(circle at 72% 42%, rgba(255, 112, 223, 0.34), transparent 30%),
    radial-gradient(circle at 50% 44%, rgba(146, 127, 255, 0.4), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(248, 248, 255, 0.88) 0%, rgba(234, 239, 255, 0.34) 58%, rgba(219, 232, 255, 0.14) 76%, rgba(197, 217, 255, 0.04) 100%);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  will-change: transform, filter;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -18px 42px rgba(103, 116, 255, 0.08),
    0 20px 38px rgba(53, 38, 132, 0.24),
    0 0 52px rgba(116, 97, 255, 0.18);
  animation: assistOrbBreath 5.4s ease-in-out infinite;
}

.assist-orb::before {
  content: "";
  position: absolute;
  width: 36%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0%, 66% 34%, 100% 50%, 66% 66%, 50% 100%, 34% 66%, 0% 50%, 34% 34%);
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(242, 241, 255, 0.84) 68%, rgba(255, 255, 255, 0.64) 100%);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.22));
  z-index: 2;
  will-change: transform, opacity, filter;
  animation: assistOrbSpark 3.2s ease-in-out infinite;
}

.assist-orb::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.28), transparent 28%),
    radial-gradient(circle at 30% 70%, rgba(97, 216, 255, 0.2), transparent 36%),
    radial-gradient(circle at 72% 42%, rgba(255, 124, 222, 0.2), transparent 32%);
  filter: blur(1px);
  transform-origin: center;
  will-change: transform, opacity;
  animation: assistOrbCoreDrift 8.2s ease-in-out infinite;
}

.assist-orb span {
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(158, 173, 255, 0.14);
  background: radial-gradient(circle, rgba(124, 115, 255, 0.08), transparent 68%);
  opacity: 0;
}

.assist-orb.is-active span {
  animation: assistPulse 1.6s infinite ease-out;
}

.assist-orb.is-active span:nth-child(2) {
  animation-delay: 0.2s;
}

.assist-orb.is-active span:nth-child(3) {
  animation-delay: 0.4s;
}

.assist-orb.is-active {
  animation-duration: 2.8s;
}

.assist-orb.is-active::before {
  animation-duration: 1.9s;
}

.assist-orb.is-active::after {
  animation-duration: 4.2s;
}

.assist-panel--voice[data-voice-state="speaking"] .assist-orb {
  animation-duration: 2.1s;
}

.assist-panel--voice[data-voice-state="speaking"] .assist-orb::before {
  animation-duration: 1.35s;
}

.assist-panel--voice[data-voice-state="speaking"] .assist-orb::after {
  animation-duration: 3.4s;
}

.assist-panel--voice[data-voice-state="connected"] .assist-orb-wrap,
.assist-panel--voice[data-voice-state="listening"] .assist-orb-wrap,
.assist-panel--voice[data-voice-state="speaking"] .assist-orb-wrap {
  animation-duration: 5.2s;
}

.assist-panel--voice[data-voice-state="connected"] .assist-orb,
.assist-panel--voice[data-voice-state="listening"] .assist-orb,
.assist-panel--voice[data-voice-state="speaking"] .assist-orb {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -18px 42px rgba(103, 116, 255, 0.1),
    0 20px 38px rgba(53, 38, 132, 0.24),
    0 0 64px rgba(121, 107, 255, 0.26);
}

.assist-voice-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.assist-voice-kicker,
.assist-voice-headline,
.assist-voice-note {
  margin: 0;
}

.assist-voice-kicker {
  font-size: clamp(1.18rem, 1.02rem + 0.8vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.assist-voice-headline {
  font-size: clamp(1.65rem, 1.2rem + 1.8vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #fff;
}

.assist-voice-note {
  justify-self: start;
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(244, 240, 255, 0.76);
}

.assist-panel--voice[data-voice-state="connected"] .assist-voice-kicker,
.assist-panel--voice[data-voice-state="listening"] .assist-voice-kicker,
.assist-panel--voice[data-voice-state="speaking"] .assist-voice-kicker {
  font-size: clamp(1.18rem, 1.02rem + 0.8vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.assist-panel--voice[data-voice-state="connected"] .assist-status::before,
.assist-panel--voice[data-voice-state="listening"] .assist-status::before,
.assist-panel--voice[data-voice-state="speaking"] .assist-status::before {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.assist-panel--voice[data-voice-state="error"] .assist-status::before,
.assist-panel--voice[data-voice-state="permissionDenied"] .assist-status::before,
.assist-panel--voice[data-voice-state="sdkError"] .assist-status::before {
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.assist-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 20px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.assist-ctrl {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  color: #fff;
  padding: 14px 14px 14px 28px;
  border-radius: 18px;
  font-weight: 700;
  display: grid;
  gap: 4px;
  align-content: center;
  justify-items: start;
  text-align: left;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(7, 5, 20, 0.16);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
}

.assist-ctrl::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.12));
}

.assist-ctrl:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(7, 5, 20, 0.24);
}

.assist-ctrl-label {
  font-size: 1.04rem;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.assist-ctrl-meta {
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.32;
  color: rgba(233, 225, 248, 0.68);
}

.assist-ctrl--primary {
  border-color: rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(29, 78, 216, 0.12);
}

.assist-ctrl--primary::before {
  background: linear-gradient(180deg, var(--secondary-blue), var(--secondary-blue-deep));
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.28);
}

.assist-ctrl--primary:hover:not(:disabled) {
  border-color: rgba(96, 165, 250, 0.18);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(29, 78, 216, 0.18);
}

.assist-ctrl--primary .assist-ctrl-meta {
  color: rgba(235, 244, 255, 0.74);
}

#assist-voice-stop:not(:disabled) {
  border-color: rgba(248, 113, 113, 0.22);
  background:
    linear-gradient(180deg, rgba(127, 29, 29, 0.48), rgba(69, 10, 10, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

#assist-voice-stop:not(:disabled)::before {
  background: linear-gradient(180deg, rgba(248, 113, 113, 0.92), rgba(185, 28, 28, 0.92));
  box-shadow: 0 0 16px rgba(248, 113, 113, 0.22);
}

#assist-voice-stop:not(:disabled):hover {
  border-color: rgba(248, 113, 113, 0.3);
  background:
    linear-gradient(180deg, rgba(127, 29, 29, 0.48), rgba(69, 10, 10, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(69, 10, 10, 0.26);
}

#assist-voice-stop:not(:disabled) .assist-ctrl-meta {
  color: rgba(255, 225, 225, 0.8);
}

.assist-panel--chat > .assist-disclaimer,
.assist-panel--voice > .assist-disclaimer {
  padding: 0 18px 16px;
  text-align: left;
}

.assist-panel--voice > .assist-disclaimer {
  padding: 0 20px 18px;
}

.assist-privacy {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.assist-privacy[hidden] {
  display: none !important;
}

.assist-privacy p {
  color: var(--assist-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.assist-privacy a {
  color: var(--accent);
}

.assist-privacy-dismiss {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--assist-ink);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.assist-inline-cta {
  padding: 4px 2px 16px;
  min-width: 0;
  width: 100%;
}

.assist-inline-cta .btn {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: none !important;
}

.assist-input button:disabled,
.assist-ctrl:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.assist-input button:disabled {
  transform: none;
}

.footer-link-button:hover {
  border-color: rgba(31, 230, 168, 0.24);
  color: #fff;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: min(420px, calc(100vw - 28px));
  padding: 18px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(205, 173, 245, 0.22);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 12, 42, 0.97), rgba(11, 6, 22, 0.95));
  box-shadow: 0 28px 70px rgba(5, 2, 14, 0.55);
  backdrop-filter: blur(22px);
}

.cookie-banner__copy {
  display: grid;
  gap: 8px;
}

.cookie-banner__eyebrow {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.cookie-banner h2 {
  font-size: clamp(1.12rem, 1.65vw, 1.45rem);
  line-height: 1.14;
}

.cookie-banner p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.cookie-banner a {
  color: var(--accent);
}

.cookie-banner__choices {
  display: grid;
  gap: 10px;
}

.cookie-chip,
.cookie-toggle {
  border: 1px solid rgba(205, 173, 245, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 14px;
}

.cookie-chip {
  display: grid;
  gap: 4px;
}

.cookie-chip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.cookie-toggle span {
  display: grid;
  gap: 4px;
}

.cookie-toggle strong {
  font-size: 1rem;
}

.cookie-toggle small {
  color: var(--muted);
  font-size: 0.84rem;
}

.cookie-toggle input {
  width: 20px;
  height: 20px;
  accent-color: var(--accent);
}

.cookie-banner__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cookie-banner__actions .btn {
  width: 100%;
  min-height: 46px;
}

.cookie-banner__actions #cookie-essential-only,
.cookie-banner__actions #cookie-accept-analytics {
  border: 1px solid rgba(205, 173, 245, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #fbf7ff;
}

.cookie-banner__actions #cookie-essential-only:hover,
.cookie-banner__actions #cookie-accept-analytics:hover {
  border-color: rgba(205, 173, 245, 0.34);
  background: rgba(255, 255, 255, 0.11);
}

.cookie-banner__actions #cookie-essential-only {
  grid-column: 1;
  grid-row: 1;
}

.cookie-banner__actions #cookie-accept-analytics {
  grid-column: 2;
  grid-row: 1;
}

.cookie-banner__actions #cookie-save-selection {
  grid-column: 1 / -1;
  grid-row: 2;
}

.cookie-banner[hidden] {
  display: none !important;
}

/* Source: styles.css:2884-3498 */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

@keyframes dotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 230, 168, 0.42);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(31, 230, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 230, 168, 0);
  }
}

@keyframes assistBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@keyframes assistPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

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

@keyframes assistOrbHalo {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes assistOrbShell {
  0%,
  100% {
    transform: scale(0.985);
    opacity: 0.86;
  }
  50% {
    transform: scale(1.025);
    opacity: 1;
  }
}

@keyframes assistOrbBreath {
  0%,
  100% {
    transform: scale(0.985);
    filter: saturate(1) brightness(1);
  }
  50% {
    transform: scale(1.04);
    filter: saturate(1.08) brightness(1.08);
  }
}

@keyframes assistOrbSpark {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.88) rotate(0deg);
    opacity: 0.82;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.16));
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08) rotate(10deg);
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.34));
  }
}

@keyframes assistOrbCoreDrift {
  0%,
  100% {
    transform: rotate(0deg) scale(0.96);
    opacity: 0.76;
  }
  50% {
    transform: rotate(14deg) scale(1.05);
    opacity: 0.98;
  }
}

@keyframes assistChipGlow {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 rgba(108, 76, 255, 0);
  }
  50% {
    border-color: rgba(205, 173, 245, 0.24);
    box-shadow: 0 8px 18px rgba(88, 42, 246, 0.12);
  }
}

@media (max-width: 1120px) {
  .hero,
  .product-layout,
  .proof,
  .calendly-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-visual {
    min-height: 500px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-board,
  .calendly-copy {
    position: static;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .page {
    width: min(var(--container), calc(100% - 32px));
    padding-top: 18px;
  }

  .nav {
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 14px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    grid-column: 1 / -1;
    display: grid;
    gap: 14px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.26s ease, opacity 0.26s ease, padding-top 0.26s ease;
  }

  .nav.is-open .nav-menu {
    max-height: 420px;
    opacity: 1;
    padding-top: 8px;
    pointer-events: auto;
  }

  .nav-links,
  .nav-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open .nav-links {
    padding-inline: 2px;
  }

  .nav-links a {
    background: rgba(255, 255, 255, 0.04);
  }

  .nav-cta .btn {
    width: 100%;
  }

  .hero {
    gap: 34px;
    padding-top: 54px;
  }

  .hero-proof,
  .console-metrics,
  .pricing-grid,
  .proof-stats,
  .roi-metrics,
  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .logos {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .roi-grid {
    grid-template-columns: 1fr;
  }

  .hero-satellite--one {
    right: 8px;
  }

  .hero-satellite--two {
    left: 8px;
  }
}

@media (max-width: 760px) {
  .page {
    width: calc(100% - 28px);
    padding-bottom: 132px;
  }

  .hero {
    gap: 28px;
    padding-top: 34px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-kicker {
    font-size: 0.98rem;
    line-height: 1.66;
    max-width: none;
  }

  .hero h1 {
    max-width: 13.6ch;
    font-size: clamp(2.35rem, 10.9vw, 3.6rem);
    line-height: 1.02;
    text-wrap: pretty;
  }

  .hero h1 span {
    display: inline;
  }

  .hero h2 {
    font-size: 1rem;
    line-height: 1.66;
    max-width: none;
  }

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

  .hero-actions .btn,
  .footer-cta .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-console {
    padding: 22px;
    border-radius: 30px;
  }

  .hero-satellite {
    position: static;
    margin-top: 12px;
    animation: none;
  }

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

  .board-metrics {
    grid-template-columns: 1fr;
  }

  .calendly-card {
    padding: 18px;
  }

  .calendly-embed {
    min-height: 640px;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    justify-content: flex-start;
  }

  .assist-dock,
  body.is-cta-zone .assist-dock {
    right: 14px;
    left: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: auto;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: clamp(8px, 3vw, 12px);
    align-items: stretch;
  }

  .assist-button,
  body.is-cta-zone .assist-button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 10px clamp(10px, 3vw, 14px);
    gap: clamp(6px, 2vw, 10px);
  }

  .assist-label,
  body.is-cta-zone .assist-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.74rem, 2.6vw, 0.84rem);
  }

  .assist-icon {
    width: clamp(20px, 6vw, 22px);
    height: clamp(20px, 6vw, 22px);
  }

  .assist-icon svg {
    width: clamp(11px, 3vw, 12px);
    height: clamp(11px, 3vw, 12px);
  }

  .assist-badge,
  body.is-cta-zone .assist-badge {
    position: absolute;
    top: -4px;
    right: 8px;
    margin-left: 0;
  }

  .assist-panel {
    right: 14px;
    left: auto;
    width: min(calc(100vw - 28px), 380px);
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 14px;
    gap: 10px;
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    padding: 12px;
    gap: 9px;
    border-radius: 20px;
  }

  .cookie-banner__copy {
    gap: 6px;
  }

  .cookie-banner h2 {
    font-size: 1.02rem;
    line-height: 1.12;
  }

  .cookie-banner p {
    font-size: 0.9rem;
    line-height: 1.44;
  }

  .cookie-banner__choices,
  .cookie-banner__actions {
    gap: 8px;
  }

  .cookie-chip,
  .cookie-toggle {
    padding: 10px 12px;
    border-radius: 16px;
  }

  .cookie-chip span,
  .cookie-toggle small {
    font-size: 0.8rem;
  }

  .cookie-toggle strong {
    font-size: 0.95rem;
  }

  .cookie-banner__actions .btn {
    min-height: 42px;
    padding: 10px 12px;
  }
}

@media (max-width: 560px) {
  .page {
    width: calc(100% - 24px);
  }

  .assist-dock,
  body.is-cta-zone .assist-dock {
    left: 12px;
    right: 12px;
    gap: 8px;
  }

  .assist-button,
  body.is-cta-zone .assist-button {
    min-height: 42px;
    padding: 9px 10px;
  }

  .assist-label,
  body.is-cta-zone .assist-label {
    font-size: 0.76rem;
  }

  .logo-badge img {
    height: 28px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .hero-proof-card,
  .card,
  .journey-card,
  .price-card,
  .roi-card,
  .proof-quotes article,
  .calendly-copy,
  .calendly-card,
  .product-story,
  .proof-panel,
  details {
    border-radius: 22px;
  }

  .hero-badge,
  .section-chip,
  .calendly-meta span,
  .footer-links a,
  .footer-links .footer-link-button {
    font-size: 0.76rem;
  }

  .btn {
    width: 100%;
  }

  .console-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .console-header h3,
  .product-story h3,
  .proof-panel h2,
  .calendly-copy h2,
  .section-head h2 {
    max-width: none;
  }

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

  .journey-row > span {
    width: 36px;
    height: 36px;
  }

  .calendly-embed {
    min-height: 580px;
  }

  .assist-privacy {
    grid-template-columns: 1fr;
  }

  .assist-panel.assist-panel--voice {
    width: min(calc(100vw - 24px), 472px);
  }

  .assist-panel--voice .assist-body {
    padding: 16px 16px 12px;
  }

  .assist-privacy {
    padding: 10px 14px;
    gap: 10px;
  }

  .assist-voice-stage {
    gap: 14px;
    padding: 18px 14px 18px 18px;
    border-radius: 22px;
  }

  .assist-voice-stage::before {
    left: 10px;
    top: 16px;
    bottom: 16px;
  }

  .assist-orb-wrap {
    width: 140px;
  }

  .assist-orb {
    width: 92px;
    height: 92px;
  }

  .assist-voice-headline {
    font-size: clamp(1.22rem, 0.94rem + 3vw, 1.48rem);
  }

  .assist-voice-note {
    max-width: 26ch;
    font-size: 0.88rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .assist-controls {
    gap: 10px;
    padding: 14px 16px 18px;
  }

  .assist-ctrl {
    min-height: 64px;
    padding: 12px 12px 12px 24px;
    border-radius: 18px;
  }

  .assist-ctrl::before {
    left: 10px;
    top: 11px;
    bottom: 11px;
  }

  .assist-ctrl-label {
    font-size: 1rem;
  }

  .assist-ctrl-meta {
    font-size: 0.72rem;
  }

  .cookie-banner__actions .btn {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Source: mono-redesign.css:1-596 */

:root {
  --mono-bg: #050505;
  --mono-surface: rgba(255, 255, 255, 0.045);
  --mono-surface-strong: rgba(255, 255, 255, 0.08);
  --mono-line: rgba(255, 255, 255, 0.08);
  --mono-line-strong: rgba(255, 255, 255, 0.16);
  --mono-text: #f6f5f2;
  --mono-muted: rgba(246, 245, 242, 0.66);
  --mono-muted-2: rgba(246, 245, 242, 0.48);
  --mono-glow-a: rgba(94, 255, 196, 0.55);
  --mono-glow-b: rgba(92, 130, 255, 0.6);
  --mono-glow-c: rgba(183, 101, 255, 0.58);
  --mono-glow-d: rgba(255, 114, 168, 0.34);
  --mono-radius: 30px;
  --mono-shadow: 0 26px 80px rgba(0, 0, 0, 0.4);
  --section-stack-gap: 180px;
  --hero-tail-gap: 40px;
}

h1,
h2,
h3,
h4,
.nav-links,
.btn,
.section-kicker,
.section-chip,
.tag,
.price {
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--mono-text);
  background: #050505;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.56) 16%,
    rgba(0, 0, 0, 0.2) 30%,
    transparent 44%
  );
}

body::after {
  display: none;
}

.page {
  width: min(1360px, calc(100% - 48px));
  padding: 10px 0 72px;
}

.page::before,
.page::after {
  display: none;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.028'/></svg>");
}

.nav {
  top: 6px;
  gap: 24px;
  padding: 6px 18px;
  border: 1px solid transparent;
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(7, 9, 18, 0.001);
  background-clip: padding-box;
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    padding 0.24s ease,
    opacity 0.24s ease;
}

body.is-scrolled .nav:not(.is-open) {
  padding: 10px 18px;
  border: 1px solid rgba(220, 213, 255, 0.08);
  border-radius: 26px;
  background: rgba(7, 9, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 44px rgba(5, 5, 14, 0.24);
  backdrop-filter: blur(18px);
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  width: 100%;
}

.nav .logo-badge {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nav .logo-badge::before {
  display: none;
}

.nav .logo-badge img {
  display: block;
  height: 28px;
  width: auto;
  filter: none;
}

.footer .logo-badge img {
  display: block;
  height: 24px;
  width: auto;
  filter: none;
}

.nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 24px;
  justify-content: center;
  width: max-content;
}

.nav-links a {
  padding: 6px 0;
  color: rgba(246, 245, 242, 0.76);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nav-links a:hover {
  color: var(--mono-text);
  background: transparent;
}

.nav-cta .btn {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.nav-cta {
  grid-column: 3;
  justify-self: end;
}

.nav-cta .btn.primary {
  padding-inline: 18px;
}

.btn {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 0.75em;
  font-weight: 700;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, rgba(152, 76, 255, 0.88), rgba(206, 120, 255, 0.94));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 42px rgba(142, 66, 255, 0.28);
}

.btn.secondary,
.btn.ghost {
  color: var(--mono-text);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.btn.secondary:hover,
.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.homepage-main {
  display: grid;
  gap: 0;
}

.section-head--mono {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-head--mono p {
  color: var(--mono-muted);
}

.section-head--left.section-head--mono {
  margin-left: 0;
  margin-right: 0;
}

.section-kicker {
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.14em;
}

.section-chip {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--mono-text);
}

.hero-stage {
  position: relative;
  min-height: calc(100svh - 100px);
  padding: 138px 0 88px;
  overflow: hidden;
}

.hero-stage__inner,
.hero-stage__metrics {
  position: relative;
  z-index: 2;
}

.hero-stage__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  text-align: center;
}

.hero-stage__eyebrow {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
}

.hero-stage h1 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3.8rem, 8.4vw, 7.6rem);
  line-height: 0.93;
  letter-spacing: -0.08em;
  max-width: 11.4ch;
  margin: 0 auto;
  text-wrap: balance;
}

.hero-stage__lead {
  max-width: 43ch;
  margin: 0 auto;
  color: var(--mono-muted);
  font-size: clamp(1.08rem, 2vw, 1.26rem);
  line-height: 1.7;
}

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

.hero-stage__metrics {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero-metric,
.manifesto,
.core-card,
.showcase-card,
.usecase-card,
.timeline-card,
.workflow-board,
.roi-card,
.price-card,
.calendly-card,
.faq-grid details,
.footer--mono {
  border: 1px solid var(--mono-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.032));
  box-shadow: var(--mono-shadow);
}

.hero-metric {
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
}

.hero-metric span,
.core-card__tag,
.roi-note,
.showcase-copy p,
.timeline-card p,
.workflow-board li,
.price-card p:not(.price),
.faq-grid p {
  color: var(--mono-muted);
}

.hero-metric strong {
  display: block;
  margin: 12px 0 8px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.hero-stage__ribbons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-stage__ribbon {
  position: absolute;
  left: -12%;
  width: 128%;
  height: 170px;
  border-radius: 999px;
  filter: blur(14px) saturate(1.16);
  opacity: 0.82;
  transform: rotate(-18deg);
  background:
    linear-gradient(
      90deg,
      rgba(94, 255, 196, 0) 0%,
      rgba(94, 255, 196, 0.24) 10%,
      var(--mono-glow-a) 24%,
      var(--mono-glow-b) 44%,
      var(--mono-glow-c) 64%,
      var(--mono-glow-d) 78%,
      rgba(94, 255, 196, 0.16) 92%,
      rgba(94, 255, 196, 0) 100%
    );
}

.hero-stage__ribbon--one {
  top: 23%;
}

.hero-stage__ribbon--two {
  top: 39%;
  transform: rotate(-12deg) scaleX(1.04);
  opacity: 0.72;
}

.hero-stage__ribbon--three {
  top: 55%;
  transform: rotate(-7deg) scaleX(1.08);
  opacity: 0.48;
}

.manifesto,
.core-block,
.trust-block,
.usecases-block,
.workflow-block,
.roi-block,
.pricing-block,
.founder-block,
.faq-block,
.calendly-block {
  scroll-margin-top: 118px;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  padding: 44px 48px;
  margin-top: 12px;
  border-radius: var(--mono-radius);
}

.manifesto__intro h2,
.section-head h2 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.manifesto__copy {
  display: grid;
  gap: 22px;
}

.manifesto__copy p {
  color: var(--mono-muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.core-block,
.trust-block,
.usecases-block,
.workflow-block,
.roi-block,
.pricing-block,
.founder-block,
.faq-block,
.calendly-block {
  padding-top: 90px;
}

.core-grid,
.showcase-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.core-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.core-card,
.price-card {
  padding: 28px;
  border-radius: 28px;
}

.core-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.core-card__index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.core-card__tag {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.core-card h3,
.showcase-copy h3,
.timeline-card h3,
.workflow-board h3,
.roi-card h3,
.calendly-card h3,
.price-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.core-card p,
.showcase-copy p,
.workflow-board p,
.price-card p,
.roi-summary p,
.roi-note {
  line-height: 1.72;
}

.core-card ul,
.workflow-board ul,
.price-card ul {
  list-style: none;
  display: grid;
  gap: 11px;
  margin-top: 22px;
}

.core-card li,
.workflow-board li,
.price-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(246, 245, 242, 0.78);
  line-height: 1.56;
}

.core-card li::before,
.workflow-board li::before,
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(94, 255, 196, 0.95), rgba(92, 130, 255, 0.95));
  transform: translateY(-50%);
}

.price-card li {
  padding-left: 24px;
}

.price-card--check li::before,
.price-card--spark li::before,
.price-card--layers li::before {
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 12px;
  border-radius: 0;
}

.price-card--check li::before {
  width: 10px;
  height: 6px;
  background: none;
  border-left: 2px solid #59e08e;
  border-bottom: 2px solid #59e08e;
  border-radius: 1px;
  box-shadow: none;
  transform: translateY(-60%) rotate(-45deg);
}

.price-card--spark li::before {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.03339 3.65784C8.37932 2.78072 9.62068 2.78072 9.96661 3.65785L11.0386 6.37599C11.1442 6.64378 11.3562 6.85576 11.624 6.96137L14.3422 8.03339C15.2193 8.37932 15.2193 9.62068 14.3422 9.96661L11.624 11.0386C11.3562 11.1442 11.1442 11.3562 11.0386 11.624L9.96661 14.3422C9.62067 15.2193 8.37932 15.2193 8.03339 14.3422L6.96137 11.624C6.85575 11.3562 6.64378 11.1442 6.37599 11.0386L3.65784 9.96661C2.78072 9.62067 2.78072 8.37932 3.65785 8.03339L6.37599 6.96137C6.64378 6.85575 6.85576 6.64378 6.96137 6.37599L8.03339 3.65784Z' fill='black'/%3E%3Cpath d='M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z' fill='black'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.03339 3.65784C8.37932 2.78072 9.62068 2.78072 9.96661 3.65785L11.0386 6.37599C11.1442 6.64378 11.3562 6.85576 11.624 6.96137L14.3422 8.03339C15.2193 8.37932 15.2193 9.62068 14.3422 9.96661L11.624 11.0386C11.3562 11.1442 11.1442 11.3562 11.0386 11.624L9.96661 14.3422C9.62067 15.2193 8.37932 15.2193 8.03339 14.3422L6.96137 11.624C6.85575 11.3562 6.64378 11.1442 6.37599 11.0386L3.65784 9.96661C2.78072 9.62067 2.78072 8.37932 3.65785 8.03339L6.37599 6.96137C6.64378 6.85575 6.85576 6.64378 6.96137 6.37599L8.03339 3.65784Z' fill='black'/%3E%3Cpath d='M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z' fill='black'/%3E%3C/svg%3E")
    center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(122, 60, 255, 0.18));
}

.price-card--layers li::before {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--secondary-blue), rgba(122, 182, 255, 0.98));
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='14' height='4' rx='1.4' fill='black'/%3E%3Crect x='5' y='10' width='14' height='4' rx='1.4' fill='black'/%3E%3Crect x='7' y='16' width='14' height='4' rx='1.4' fill='black'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='14' height='4' rx='1.4' fill='black'/%3E%3Crect x='5' y='10' width='14' height='4' rx='1.4' fill='black'/%3E%3Crect x='7' y='16' width='14' height='4' rx='1.4' fill='black'/%3E%3C/svg%3E")
    center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.18));
}

.showcase-block {
  padding-top: 40px;
}

.showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card {
  padding: 24px;
  border-radius: 30px;
  display: grid;
  gap: 22px;
}

/* Source: mono-redesign.css:597-766 */

.trust-block {
  position: relative;
  padding-top: calc(var(--section-stack-gap) - var(--hero-tail-gap));
}

.trust-shell {
  display: grid;
  gap: 36px;
}

.trust-head {
  margin: 0 auto;
  width: min(100%, 760px);
}

.trust-marquee-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 18px;
  padding: 32px 0 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(11, 11, 18, 0.96), rgba(7, 7, 12, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(5, 5, 14, 0.42);
}

.trust-marquee-stage::before,
.trust-marquee-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.trust-marquee-stage::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.12;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.32));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.32));
}

.trust-marquee-stage::after {
  display: none;
}

.trust-marquee-stage > * {
  position: relative;
  z-index: 1;
}

.trust-marquee-stage__intro {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 0 34px;
  text-align: center;
}

.trust-marquee-stage__intro .section-chip {
  width: fit-content;
}

.trust-marquee-stage__intro h3 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(1.38rem, 2vw, 1.82rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.trust-marquee-stage__intro p {
  margin: 0;
  color: var(--mono-muted);
  font-size: 0.98rem;
  line-height: 1.66;
}

.trust-marquee {
  position: relative;
  padding-block: 4px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1) 9%, rgba(0, 0, 0, 1) 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1) 9%, rgba(0, 0, 0, 1) 91%, transparent);
}

.trust-marquee__rail {
  display: flex;
  width: max-content;
  animation: trustLogoMarquee 84s linear infinite;
  will-change: transform;
}

.trust-marquee--alt .trust-marquee__rail {
  animation-direction: reverse;
  animation-duration: 96s;
}

.trust-marquee__list {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 18px;
  list-style: none;
}

.trust-logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 164px;
  min-height: 64px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(9, 9, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(2, 3, 8, 0.24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.trust-logo-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 192, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(145, 92, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(11, 10, 22, 0.88);
}

.trust-logo-pill img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.trust-logo-pill span {
  color: rgba(246, 245, 242, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.trust-marquee-stage__note {
  margin: 0;
  padding: 6px 34px 0;
  text-align: center;
  color: rgba(246, 245, 242, 0.62);
  font-size: 0.95rem;
  line-height: 1.68;
}

/* Source: mono-redesign.css:767-1335 */

.usecases-block,
.workflow-block,
.roi-block {
  padding-top: var(--section-stack-gap);
}

.usecases-block {
  position: relative;
  margin-top: 0;
  padding-top: clamp(104px, 10vw, 132px);
  --usecase-panel-bg: rgba(18, 17, 31, 0.94);
  --usecase-panel-bg-strong: rgba(8, 8, 16, 0.98);
  --usecase-border: rgba(255, 255, 255, 0.08);
  --usecase-inner-border: rgba(205, 190, 255, 0.12);
  --usecase-highlight: rgba(133, 83, 244, 0.96);
  --usecase-highlight-2: rgba(59, 130, 246, 0.92);
  --usecase-highlight-soft: rgba(133, 83, 244, 0.18);
  --usecase-highlight-soft-2: rgba(59, 130, 246, 0.14);
  --usecase-headline-gradient: linear-gradient(
    180deg,
    rgba(249, 248, 246, 0.98) 0%,
    rgba(238, 231, 245, 0.95) 54%,
    rgba(222, 210, 238, 0.9) 100%
  );
}

.usecases-block::before {
  content: none;
}

.usecases-block::after {
  content: none;
}

.usecases-block > * {
  position: relative;
  z-index: 1;
}

.usecases-block .section-head {
  display: grid;
  gap: 4px;
  justify-items: center;
  max-width: none;
  margin: 0 auto 20px;
  text-align: center;
}

.usecases-block .section-head.section-head--left.section-head--mono {
  margin-left: auto;
  margin-right: auto;
}

.usecases-block .section-kicker {
  margin: 0;
  color: rgba(246, 245, 242, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usecases-block .section-head h2 {
  margin: 0;
  max-width: none;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.usecases-shell {
  display: grid;
  gap: 12px;
}

.usecases-viewport {
  min-width: 0;
  padding: 18px;
  margin: -18px;
}

.usecases-grid {
  display: grid;
  gap: 18px;
}

.usecases-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usecases-shell.is-paginated .usecases-viewport {
  overflow: hidden;
}

.usecases-shell.is-paginated .usecases-grid {
  --usecases-gap: 18px;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  align-items: stretch;
}

.usecases-shell.is-two-up-layout.is-paginated .usecases-grid {
  grid-auto-columns: calc((100% - var(--usecases-gap)) / 2);
}

.usecases-shell.is-three-up-layout.is-paginated .usecases-grid {
  grid-auto-columns: calc((100% - (var(--usecases-gap) * 2)) / 3);
}

.usecases-shell.is-peek-layout.is-paginated .usecases-grid {
  grid-auto-columns: calc((100% - (var(--usecases-gap) * 2)) / 2.44);
}

.usecases-pagination {
  display: none;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: min(430px, calc(100% - 20px));
  margin: 6px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(184, 145, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 50% 0%, rgba(133, 83, 244, 0.18), transparent 60%),
    rgba(10, 11, 19, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(184, 145, 255, 0.03),
    0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.usecases-shell.is-paginated .usecases-pagination {
  display: grid;
}

.usecases-shell.is-single-page .usecases-pagination {
  display: none;
}

.usecases-pagination__status {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.usecases-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.usecases-counter__current {
  color: rgba(246, 245, 242, 0.92);
}

.usecases-counter__slash,
.usecases-counter__total {
  color: rgba(246, 245, 242, 0.42);
}

.usecases-progress {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.usecases-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 36%);
  opacity: 0.55;
  pointer-events: none;
}

.usecases-progress__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(144, 92, 255, 0.96), rgba(84, 133, 246, 0.9));
  box-shadow:
    0 0 18px rgba(100, 51, 255, 0.22),
    0 0 28px rgba(84, 133, 246, 0.12);
  transition: width 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.usecases-nav {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 145, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(133, 83, 244, 0.16), rgba(59, 130, 246, 0.08)),
    rgba(14, 15, 26, 0.94);
  color: rgba(246, 245, 242, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(184, 145, 255, 0.04),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.usecases-nav:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(196, 174, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(144, 92, 255, 0.24), rgba(102, 58, 255, 0.12)),
    rgba(14, 15, 26, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(184, 145, 255, 0.06),
    0 12px 26px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(100, 51, 255, 0.08);
}

.usecases-nav:focus-visible {
  outline: none;
  border-color: rgba(196, 174, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(184, 145, 255, 0.08),
    0 0 0 4px rgba(100, 51, 255, 0.14);
}

.usecases-nav:disabled {
  opacity: 0.36;
  cursor: not-allowed;
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 0 1px rgba(184, 145, 255, 0.02);
}

.usecases-nav__icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.usecases-nav__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.usecase-card {
  border-radius: 26px;
}

.usecase-card {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 22px 22px 20px;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    radial-gradient(circle at 92% 6%, rgba(133, 83, 244, 0.2), transparent 40%),
    radial-gradient(circle at 6% 100%, rgba(59, 130, 246, 0.13), transparent 34%),
    rgba(7, 8, 14, 0.9);
  box-shadow: none;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    filter 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.usecase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 28%);
  opacity: 0.72;
  pointer-events: none;
}

.usecase-card::after {
  content: none;
}

.usecase-card:is(:hover, :focus-within) {
  transform: translateY(-4px);
  border-color: rgba(156, 160, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 92% 6%, rgba(133, 83, 244, 0.24), transparent 42%),
    radial-gradient(circle at 6% 100%, rgba(59, 130, 246, 0.15), transparent 36%),
    rgba(7, 8, 14, 0.94);
}

.usecases-shell.is-paginated .usecase-card {
  opacity: 0.68;
  filter: saturate(0.82) brightness(0.9);
}

.usecases-shell.is-paginated .usecase-card.is-visible-range {
  opacity: 1;
  filter: none;
}

.usecases-shell.is-paginated .usecase-card.is-peek {
  opacity: 0.52;
  filter: saturate(0.72) brightness(0.82);
}

.usecase-card > * {
  position: relative;
  z-index: 2;
}

.usecase-card__meta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  justify-content: flex-start;
  gap: 14px;
}

.usecase-card__meta::after {
  content: none;
}

.usecase-card__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 16px;
  border: 1px solid rgba(156, 160, 255, 0.08);
  background: rgba(255, 255, 255, 0.024);
  color: rgba(246, 245, 242, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.usecase-card__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.usecase-card__tag {
  display: block;
  margin: 0;
  align-self: center;
  min-height: auto;
  padding: 0;
  border: 0;
  color: rgba(246, 245, 242, 0.94);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.16rem, 1.34vw, 1.34rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
  white-space: normal;
  text-wrap: balance;
}

.usecase-card p {
  max-width: none;
  min-height: 5.6em;
  color: rgba(246, 245, 242, 0.68);
  font-size: clamp(0.84rem, 0.88vw, 0.92rem);
  line-height: 1.46;
  letter-spacing: -0.015em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-wrap: pretty;
}

.usecases-shell.is-paginated .usecase-card.is-peek p,
.usecases-shell.is-paginated .usecase-card.is-peek .usecase-card__tag {
  opacity: 0.64;
}

.usecase-card__metrics {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: auto;
  padding-top: 18px;
  border-top: 0;
}

.usecase-card__metrics::before {
  content: none;
}

.usecase-card__metrics div {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.usecase-card__metrics div + div {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.usecase-card__metrics div + div::before {
  content: none;
}

.usecase-card__metrics strong {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: rgba(246, 245, 242, 0.94);
  font-size: clamp(1.22rem, 1.45vw, 1.46rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: none;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.usecase-card__metrics span {
  display: block;
  color: rgba(246, 245, 242, 0.56);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.012em;
  max-width: none;
  text-wrap: pretty;
}

.showcase-visual {
  min-height: 260px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--mono-line);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 36%), rgba(0, 0, 0, 0.34);
}

.showcase-pill,
.showcase-bubble,
.showcase-track span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.showcase-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.74);
}

.showcase-bubble {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px 18px 18px 6px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.showcase-bubble--bot {
  margin-left: 18%;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(135deg, rgba(146, 82, 255, 0.18), rgba(92, 130, 255, 0.12));
}

.showcase-orb {
  width: 140px;
  height: 140px;
  margin: 34px auto 20px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.82), rgba(148, 88, 255, 0.26) 42%, transparent 70%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 90px rgba(108, 76, 255, 0.2);
}

.showcase-orb span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.showcase-orb span:nth-child(2) {
  inset: -10px;
}

.showcase-orb span:nth-child(3) {
  inset: 16px;
}

.showcase-wave {
  height: 54px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, rgba(94, 255, 196, 0.48), transparent 16%),
    radial-gradient(circle at 44% 50%, rgba(92, 130, 255, 0.58), transparent 15%),
    radial-gradient(circle at 70% 50%, rgba(183, 101, 255, 0.55), transparent 14%);
  filter: blur(10px);
}

.showcase-track {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.showcase-track span {
  padding: 14px 16px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.workflow-shell,
.roi-shell,

/* Source: mono-redesign.css:1336-1553 */

.calendly-shell {
  display: grid;
  gap: 18px;
}

.workflow-head {
  display: grid;
  gap: 6px;
  max-width: 780px;
  margin-bottom: 34px;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.workflow-head .section-kicker {
  margin: 0;
  color: rgba(246, 245, 242, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-head h2 {
  margin: 0;
  max-width: none;
  justify-self: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.workflow-head > p:not(.section-kicker) {
  margin: 0;
  max-width: 62ch;
  color: rgba(246, 245, 242, 0.7);
  font-size: clamp(0.92rem, 0.98vw, 0.98rem);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.workflow-timeline {
  --workflow-line-x: 32px;
  --workflow-line-start: 24px;
  --workflow-line-end: 100%;
  --workflow-dot-position: 24px;
  position: relative;
  display: grid;
  gap: 0;
  max-width: 1120px;
  margin-inline: auto;
  padding-block: clamp(5rem, 9vw, 8rem);
}

.workflow-timeline__line,
.workflow-timeline__progress,
.workflow-timeline__dot {
  position: absolute;
  left: var(--workflow-line-x);
}

.workflow-timeline__line,
.workflow-timeline__progress {
  width: 2px;
  border-radius: 999px;
}

.workflow-timeline__line {
  top: var(--workflow-line-start);
  height: calc(var(--workflow-line-end) - var(--workflow-line-start));
  background: rgba(255, 255, 255, 0.12);
}

.workflow-timeline__progress {
  top: var(--workflow-line-start);
  height: calc(var(--workflow-dot-position) - var(--workflow-line-start));
  background: linear-gradient(180deg, rgba(144, 92, 255, 0.98), rgba(94, 255, 196, 0.92));
  box-shadow: 0 0 20px rgba(100, 51, 255, 0.2);
}

.workflow-timeline__dot {
  top: var(--workflow-dot-position);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5ebff;
  filter:
    drop-shadow(0 0 10px rgba(133, 83, 244, 0.48))
    drop-shadow(0 0 24px rgba(100, 51, 255, 0.24));
  transform: translate(-50%, -50%);
}

.workflow-timeline__dot svg {
  width: 100%;
  height: 100%;
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  gap: 0 24px;
  align-items: start;
  padding: 0 0 42px;
}

.workflow-step:last-child {
  padding-bottom: 0;
}

.workflow-step__marker {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  justify-content: center;
  padding-top: 2px;
  position: relative;
  z-index: 1;
  height: 24px;
}

.workflow-step__body {
  grid-row: 1;
  display: grid;
  gap: 10px;
  width: min(100%, 28rem);
  justify-self: center;
  justify-items: start;
  text-align: left;
  padding: 3px 0 42px;
}

.workflow-step:nth-of-type(odd) .workflow-step__body {
  grid-column: 1;
}

.workflow-step:nth-of-type(even) .workflow-step__body {
  grid-column: 3;
}

.workflow-step:last-child .workflow-step__body {
  padding-bottom: 0;
}

.workflow-step__label {
  margin: 0;
  color: rgba(246, 245, 242, 0.46);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-step h3 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.workflow-step__title {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-family: "Inter", "Segoe UI", sans-serif;
  padding: 0 0.02em 0.12em;
}

.workflow-step__title::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.01em;
  bottom: 0.02em;
  height: 0.09em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 184, 255, 0.8), rgba(169, 126, 255, 0.72));
  opacity: 0.72;
  transform: scaleX(0.18) rotate(-1.2deg);
  transform-origin: left center;
  transition: transform 0.42s ease, opacity 0.32s ease;
}

.workflow-step:last-child .workflow-step__title::after {
  right: 2em;
}

.workflow-step__body > p:last-child {
  margin: 0;
  color: rgba(246, 245, 242, 0.68);
  font-size: clamp(0.92rem, 0.98vw, 0.98rem);
  line-height: 1.62;
  letter-spacing: -0.015em;
  max-width: 46ch;
}

.workflow-step.is-active .workflow-step__label {
  color: rgba(246, 245, 242, 0.84);
}

.workflow-step.is-active h3 {
  color: rgba(246, 245, 242, 0.99);
}

.workflow-step.is-active .workflow-step__title::after {
  opacity: 0.92;
  transform: scaleX(1) rotate(-1.2deg);
}

.board-metrics,

/* Source: mono-redesign.css:1554-1877 */

.roi-metrics {
  display: grid;
  gap: 12px;
}

.board-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.board-metrics div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.board-metrics strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.roi-shell {
  display: grid;
  gap: 18px;
}

.roi-card {
  display: grid;
  gap: 20px;
  padding: 30px;
  border-radius: 28px;
}

.roi-card__head {
  display: grid;
  gap: 14px;
  max-width: 36rem;
}

.roi-card__chip {
  width: fit-content;
  height: 42px;
  align-self: start;
  justify-content: center;
  padding-block: 0;
  padding-inline: 18px;
  line-height: 1;
  white-space: nowrap;
}

.roi-head {
  margin-bottom: 18px;
}

.roi-head h2 {
  max-width: 27ch;
  white-space: normal;
}

.roi-head__line {
  display: block;
}

.roi-head > p:not(.section-kicker) {
  max-width: 54ch;
}

.roi-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: stretch;
}

.roi-calculator > .roi-card {
  height: 100%;
}

.roi-card--inputs {
  gap: 22px;
}

.roi-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.roi-form label {
  display: grid;
  gap: 8px;
  color: rgba(246, 245, 242, 0.84);
  font-weight: 600;
}

.roi-input-shell {
  position: relative;
}

.roi-form input {
  width: 100%;
  padding: 15px 64px 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--mono-text);
  appearance: textfield;
  -moz-appearance: textfield;
  caret-color: rgba(166, 130, 255, 0.98);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.roi-input-shell:focus-within input {
  outline: none;
  border-color: rgba(133, 83, 244, 0.44);
  background: rgba(255, 255, 255, 0.045);
  box-shadow:
    0 0 0 1px rgba(133, 83, 244, 0.24),
    0 0 0 4px rgba(133, 83, 244, 0.12);
}

.roi-form input::-webkit-inner-spin-button,
.roi-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.roi-stepper {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: grid;
  gap: 4px;
}

.roi-stepper__button {
  width: 28px;
  height: 18px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 245, 242, 0.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.roi-stepper__button:hover,
.roi-stepper__button:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.98);
}

.roi-input-shell:focus-within .roi-stepper__button {
  border-color: rgba(133, 83, 244, 0.22);
  background: rgba(133, 83, 244, 0.09);
}

.roi-stepper__button:active {
  transform: scale(0.96);
}

.roi-stepper__button svg {
  width: 12px;
  height: 12px;
}

.roi-note {
  max-width: 48ch;
  margin: 0;
}

.roi-card--results {
  align-content: start;
  background:
    radial-gradient(circle at top right, rgba(92, 130, 255, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(183, 101, 255, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.05);
}

.roi-metrics {
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}

.roi-metric {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-metrics > .roi-metric--hero {
  display: grid;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.roi-metric--hero span,
.roi-metric--secondary span {
  color: var(--mono-muted);
  line-height: 1.45;
}

.roi-metric--hero span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roi-metric--hero strong,
.roi-metric--secondary strong {
  display: block;
  margin-top: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.roi-metric--hero strong {
  font-size: clamp(2.05rem, 3.3vw, 2.55rem);
}

.roi-metric--hero p {
  max-width: 32ch;
  font-size: 0.95rem;
  line-height: 1.55;
}

.roi-metrics > .roi-metric--secondary {
  display: grid;
  gap: 0;
  justify-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.roi-metric--secondary > .roi-year-annotation {
  position: relative;
  display: inline-grid;
  gap: 8px;
  justify-self: start;
  justify-items: start;
  width: fit-content;
  max-width: 100%;
  padding: 0 0 0.3rem;
  border: 0;
  border-radius: 0;
  background: none;
  isolation: isolate;
  text-align: left;
  white-space: nowrap;
}

.roi-year-annotation span {
  position: relative;
  z-index: 1;
  color: rgba(146, 255, 202, 0.96);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-transform: uppercase;
}

.roi-year-annotation strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: rgba(92, 255, 170, 0.98);
  padding: 0 0.06em 0.18em;
}

.roi-year-annotation strong::after {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.16em;
  bottom: 0.03em;
  height: 0.1em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(152, 255, 205, 0.82), rgba(92, 255, 170, 0.72));
  opacity: 0.86;
  transform: rotate(-1.35deg);
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(92, 255, 170, 0.14));
  pointer-events: none;
}

.roi-summary {
  display: grid;
  gap: 18px;
}

.roi-summary p {
  margin: 0;
  max-width: 52ch;
}

/* Source: mono-redesign.css:1878-1962 */

.pricing-grid {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card.highlight {
  background:
    radial-gradient(circle at top right, rgba(183, 101, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.055);
  border-color: rgba(183, 101, 255, 0.28);
}

.price-card {
  position: relative;
  z-index: 1;
}

.price-card[data-step]::after {
  content: attr(data-step);
  position: absolute;
  top: 22px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 245, 242, 0.5);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.price-card[data-step] h3 {
  margin-top: 34px;
}

.price-card--check[data-step]::after {
  border-color: rgba(89, 224, 142, 0.2);
  color: rgba(89, 224, 142, 0.72);
}

.price-card--spark[data-step]::after {
  border-color: rgba(182, 93, 255, 0.24);
  color: rgba(222, 186, 255, 0.82);
  background: rgba(122, 60, 255, 0.08);
}

.price-card--layers[data-step]::after {
  border-color: rgba(59, 130, 246, 0.22);
  color: rgba(122, 182, 255, 0.76);
}

.price-card.highlight .tag {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
  box-shadow: none;
  z-index: 1;
}

.tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(122, 60, 255, 0.22), rgba(182, 93, 255, 0.18));
  border: 1px solid rgba(182, 93, 255, 0.3);
  font-size: 0.78rem;
  color: var(--mono-text);
  box-shadow: none;
}

.price {
  margin: 18px 0 8px;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

/* Source: mono-redesign.css:1963-2134 */

.founder-shell {
  display: block;
  max-width: 1160px;
  margin-inline: auto;
}

.founder-story-card,
.founder-photo-card,
.founder-copy-card {
  position: relative;
}

.founder-story-card {
  min-height: clamp(420px, 34vw, 492px);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--mono-line);
  background:
    radial-gradient(circle at top right, rgba(133, 83, 244, 0.2), transparent 40%),
    linear-gradient(90deg, rgba(59, 130, 246, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 9, 16, 0.96);
  box-shadow: var(--mono-shadow);
}

.founder-photo-card {
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  width: min(100%, 290px);
  min-height: clamp(360px, 31vw, 428px);
  padding-right: clamp(22px, 2.4vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  align-self: stretch;
}

.founder-photo-frame {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  min-height: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #080910;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.founder-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(183, 101, 255, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(8, 9, 16, 0), rgba(8, 9, 16, 0.1));
  pointer-events: none;
  z-index: 1;
}

.founder-photo-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(8, 9, 16, 0), rgba(8, 9, 16, 0.44));
  pointer-events: none;
  z-index: 1;
}

.founder-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  filter: none;
  transform: scale(1.01) translateY(-8px);
  transform-origin: center top;
}

.founder-photo-meta {
  display: grid;
  gap: 4px;
  padding: 0 6px;
}

.founder-photo-meta strong {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.founder-photo-meta span {
  color: rgba(246, 245, 242, 0.58);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.founder-copy-card {
  display: grid;
  grid-template-columns: minmax(228px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  min-height: 100%;
  padding: clamp(34px, 3.6vw, 50px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.founder-copy-card::before {
  content: "“";
  position: absolute;
  top: 16px;
  right: 24px;
  color: rgba(166, 130, 255, 0.08);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 5.8rem);
  line-height: 0.72;
  pointer-events: none;
}

.founder-copy-card::after {
  display: none;
}

.founder-copy-intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 22px;
  max-width: min(100%, 780px);
}

.founder-lead {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.founder-quote {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin: 0;
  max-width: 64ch;
  padding-left: 0;
  border-left: 0;
}

.founder-quote p {
  margin: 0;
  color: rgba(246, 245, 242, 0.82);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.66;
  letter-spacing: -0.018em;
}

.founder-signoff {
  display: none;
}

/* Source: mono-redesign.css:2135-2247 */

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.faq-grid details {
  border-radius: 26px;
  overflow: hidden;
  align-self: start;
  height: auto;
  transform-origin: top center;
  transition:
    border-color 0.28s ease,
    background 0.36s ease,
    box-shadow 0.36s ease;
}

.faq-grid summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  align-items: flex-start;
  cursor: pointer;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::marker {
  content: "";
}

.faq-grid details > :not(summary) {
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.22s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-grid details[open] > :not(summary),
.faq-grid details.is-expanding > :not(summary) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}

.faq-grid details.is-collapsing > :not(summary) {
  opacity: 0;
  transform: translateY(-8px);
  transition-delay: 0s;
}

.faq-grid details[open] {
  border-color: rgba(133, 83, 244, 0.24);
  background:
    radial-gradient(circle at top right, rgba(133, 83, 244, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.038));
  box-shadow:
    0 22px 42px rgba(6, 6, 10, 0.26),
    0 0 0 1px rgba(133, 83, 244, 0.06);
}

.faq-grid details p {
  border-top: 0;
}

.faq-grid summary::after {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f6f5f2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.25 6.25 8 10l3.75-3.75'/%3E%3C/svg%3E")
      center / 14px 14px no-repeat;
  display: block;
  flex-shrink: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  opacity: 0.82;
  transition: opacity 0.24s ease;
}

.faq-grid summary:hover::after,
.faq-grid summary:focus-visible::after,
.faq-grid details[open] summary::after {
  opacity: 1;
}

.faq-grid details[open] summary::after {
  content: "";
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f6f5f2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.25 9.75 8 6l3.75 3.75'/%3E%3C/svg%3E")
      center / 14px 14px no-repeat;
}

/* Source: mono-redesign.css:2248-2302 */

.calendly-shell {
  grid-template-columns: 1fr;
  max-width: 1060px;
  margin-inline: auto;
  margin-top: -14px;
  align-items: start;
}

.calendly-card {
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.calendly-head {
  margin-bottom: 4px;
}

.calendly-head h2 {
  max-width: 18ch;
}

.calendly-head__meta {
  margin: 0;
  color: rgba(246, 245, 242, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.calendly-card {
  align-content: start;
  background: transparent;
}

.calendly-card--single {
  gap: 0;
}

.calendly-embed {
  width: 100%;
  min-width: 0;
  min-height: 800px;
  scroll-margin-top: 124px;
  margin-top: 0;
  border-radius: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Source: mono-redesign.css:2303-2577 */

.footer--mono {
  margin-top: 56px;
  grid-template-columns: minmax(0, 30rem) minmax(190px, 230px) minmax(240px, 1fr);
  grid-template-areas:
    "brand nav cta"
    "meta meta meta";
  align-items: start;
  column-gap: clamp(32px, 3.8vw, 60px);
  row-gap: 26px;
  padding: clamp(28px, 3vw, 38px);
  border-top: 0;
  border-radius: 30px;
  border-color: var(--mono-line);
  background: rgba(255, 255, 255, 0.035);
}

.footer--mono .footer-brand {
  grid-area: brand;
  display: grid;
  gap: 14px;
  max-width: min(100%, 36rem);
}

.footer--mono .footer-brand .logo {
  width: fit-content;
}

.footer--mono .footer-brand .logo-badge img {
  height: clamp(30px, 2.1vw, 38px);
}

.footer--mono .footer-brand p {
  margin: 0;
  max-width: 32ch;
  color: var(--mono-muted);
  font-size: clamp(1rem, 1.06vw, 1.08rem);
  line-height: 1.66;
  letter-spacing: -0.015em;
}

.footer--mono .footer-nav {
  grid-area: nav;
  display: grid;
  align-content: start;
  gap: 12px;
  justify-self: start;
  width: min(100%, 210px);
  margin-top: -18px;
}

.footer-nav__eyebrow {
  margin: 0;
  color: rgba(246, 245, 242, 0.42);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-nav__links {
  display: grid;
  gap: 12px;
}

.footer-nav__link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: rgba(246, 245, 242, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-nav__link:hover {
  color: var(--mono-text);
  transform: translateX(2px);
}

.footer--mono .footer-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer--mono .footer-meta > * {
  position: relative;
}

.footer--mono .footer-meta > * + *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%);
}

.footer--mono .footer-meta a,
.footer--mono .footer-meta .footer-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(246, 245, 242, 0.68);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
}

.footer--mono .footer-meta a:hover,
.footer--mono .footer-meta .footer-link-button:hover {
  color: var(--mono-text);
}

.footer--mono .footer-cta {
  grid-area: cta;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: start;
  justify-self: end;
  min-height: 0;
  gap: 2px;
  padding-bottom: 0;
  text-align: center;
}

.footer--mono .footer-cta .btn {
  width: auto;
  min-width: min(100%, 220px);
}

.footer--mono .footer-made-with-love {
  margin: 0;
  max-width: 18rem;
  color: rgba(246, 245, 242, 0.62);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.footer-heart {
  display: inline-block;
  min-width: 0.9em;
  margin-inline: 0.1em;
  color: #ff4d6d;
  line-height: 1;
  text-align: center;
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(255, 77, 109, 0.22));
  animation: footer-heart-pulse 1.8s ease-in-out infinite;
}

@keyframes footer-heart-pulse {
  0%,
  100% {
    transform: translateY(0.04em) scaleX(1.14) scaleY(0.98);
    filter:
      drop-shadow(0 0 8px rgba(255, 77, 109, 0.2))
      drop-shadow(0 0 16px rgba(255, 77, 109, 0.06));
  }

  45% {
    transform: translateY(0.04em) scaleX(1.28) scaleY(1.12);
    filter:
      drop-shadow(0 0 10px rgba(255, 77, 109, 0.34))
      drop-shadow(0 0 22px rgba(255, 77, 109, 0.12));
  }

  70% {
    transform: translateY(0.04em) scaleX(1.18) scaleY(1.04);
    filter:
      drop-shadow(0 0 9px rgba(255, 77, 109, 0.24))
      drop-shadow(0 0 18px rgba(255, 77, 109, 0.08));
  }
}

.assist-input button {
  width: var(--assist-send-size);
  height: var(--assist-send-size);
  min-height: var(--assist-send-size);
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-2) 0%, var(--primary) 100%);
  box-shadow: none;
}

.assist-panel.assist-panel--chat {
  border-color: rgba(255, 255, 255, 0.08);
  background-color: #0d0d12;
  background:
    linear-gradient(180deg, #111117 0%, #09090d 100%);
  box-shadow:
    0 24px 64px rgba(6, 5, 18, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.assist-panel--chat .assist-input button {
  background: linear-gradient(135deg, var(--primary-2) 0%, var(--primary) 100%);
  border: 1px solid rgba(205, 173, 245, 0.24);
  box-shadow: none;
}

.footer-links a,
.footer-links .footer-link-button {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.82);
}

.assist-button {
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(7, 5, 20, 0.16);
}

.assist-button:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(7, 5, 20, 0.24);
}

.assist-button--chat {
  border-color: rgba(182, 93, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.1), rgba(122, 60, 255, 0.035)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(88, 42, 246, 0.14);
}

.assist-button--chat:hover {
  border-color: rgba(196, 174, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(88, 42, 246, 0.2);
}

.assist-button--voice {
  border-color: rgba(96, 165, 250, 0.12);
  background:
    linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(29, 78, 216, 0.12);
}

.assist-button--voice:hover {
  border-color: rgba(96, 165, 250, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(29, 78, 216, 0.18);
}

.assist-icon,
.assist-button--voice .assist-icon {
  border-radius: 12px;
}

.assist-button--chat .assist-icon {
  background:
    linear-gradient(180deg, rgba(182, 93, 255, 0.24), rgba(122, 60, 255, 0.16));
  border-color: rgba(205, 173, 245, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(182, 93, 255, 0.08);
}

/* Source: mono-redesign.css:2578-2600 */

.assist-dock {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(11, 11, 16, 0.82), rgba(7, 7, 11, 0.92));
  box-shadow:
    0 18px 44px rgba(6, 5, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.assist-panel,
.cookie-banner {
  border-color: rgba(255, 255, 255, 0.09);
  background: #0b0b0f;
}

.assist-panel {
  background: linear-gradient(180deg, #0e0e12, #08080c);
}

.cookie-banner {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.97), rgba(6, 6, 6, 0.97));
}

/* Source: mono-redesign.css:2601-2876 */

@media (max-width: 1180px) {
  .core-grid,
  .showcase-grid,
  .usecases-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-shell,
  .calendly-shell,
  .manifesto {
    grid-template-columns: 1fr;
  }

  .roi-calculator {
    grid-template-columns: 1fr;
  }

  .workflow-board {
    position: static;
  }
}

@media (max-width: 980px) {
  .page {
    width: calc(100% - 28px);
  }

  .nav {
    padding: 14px 16px;
  }

  .nav-menu {
    background: transparent;
  }

  .hero-stage {
    min-height: auto;
    padding: 120px 0 72px;
  }

  .hero-stage__metrics,
  .timeline,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .usecase-card {
    gap: 9px;
    padding: 20px 20px 18px;
  }

  .usecase-card__meta {
    gap: 12px;
  }

  .usecase-card__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 15px;
  }

  .usecase-card__tag {
    font-size: 1.08rem;
  }

  .usecase-card p {
    max-width: none;
  }

  .usecase-card__metrics {
    padding-top: 16px;
  }

  .usecase-card__metrics strong {
    font-size: 1.2rem;
  }

  .usecases-pagination {
    width: min(100%, 420px);
  }

  .hero-stage__ribbon {
    left: -40%;
    width: 180%;
  }
}

@media (max-width: 760px) {
  .page {
    width: calc(100% - 30px);
    overflow-x: visible;
    padding-top: 18px;
    padding-bottom: 124px;
  }

  .page::before,
  .page::after {
    content: none;
  }

  .homepage-main {
    overflow-x: visible;
  }

  .nav .logo-badge {
    min-height: auto;
    padding: 0;
  }

  .nav .logo-badge img {
    height: 24px;
  }

  .nav-links a {
    background: rgba(255, 255, 255, 0.035);
  }

  .hero-stage {
    padding-top: 88px;
    padding-bottom: 64px;
  }

  .hero-stage h1 {
    max-width: 9.6ch;
    font-size: clamp(2.5rem, 12.4vw, 3.7rem);
    line-height: 0.96;
  }

  .hero-stage__lead {
    font-size: 0.97rem;
    max-width: 30ch;
  }

  .hero-stage__ribbon {
    height: 120px;
    left: -54%;
    width: 208%;
    filter: blur(12px);
  }

  .hero-stage__ribbon--one {
    top: 24%;
  }

  .hero-stage__ribbon--two {
    top: 39%;
  }

  .hero-stage__ribbon--three {
    top: 53%;
  }

  .manifesto,
  .core-card,
  .showcase-card,
  .usecase-card,
  .timeline-card,
  .workflow-board,
  .roi-card,
  .price-card,
  .calendly-card,
  .faq-grid details,
  .footer--mono {
    border-radius: 24px;
  }

  .core-grid,
  .showcase-grid,
  .usecases-grid,
  .pricing-grid,
  .roi-metrics,
  .usecase-card__metrics {
    grid-template-columns: 1fr;
  }

  .roi-metrics > .roi-metric--secondary {
    justify-items: start;
  }

  .roi-metric--secondary > .roi-year-annotation {
    max-width: 100%;
    gap: 5px;
    padding: 0 0 0.24rem;
    white-space: nowrap;
  }

  .roi-year-annotation span {
    font-size: 0.72rem;
  }

  .roi-year-annotation strong {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .workflow-head {
    margin-bottom: 24px;
  }

  .footer--mono {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "cta"
      "meta";
    padding-bottom: clamp(28px, 3vw, 38px);
  }

  .footer--mono .footer-nav {
    gap: 12px;
    margin-top: 0;
    width: min(100%, 100%);
  }

  .footer--mono .footer-meta {
    gap: 12px 18px;
    padding-top: 16px;
  }

  .footer--mono .footer-meta > * + *::before {
    display: none;
  }

  .footer--mono .footer-cta {
    align-self: start;
    justify-self: start;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .footer-made-with-love {
    margin-top: 0;
  }

  .workflow-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 28px;
  }

  .workflow-step__marker {
    height: 42px;
  }

  .workflow-timeline__line,
  .workflow-timeline__progress,
  .workflow-timeline__dot {
    left: 20px;
  }

  .usecases-block .section-head h2 {
    white-space: normal;
  }

  .usecases-pagination {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    width: 100%;
    gap: 10px;
    padding: 10px;
  }

  .usecases-nav {
    width: 40px;
    height: 40px;
  }

  .usecases-pagination__status {
    gap: 7px;
  }

  .usecases-counter {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
  }

}

/* Source: mono-redesign.css:2878-3279 */

/* Flow Buddy circuit hero override */

.btn {
  isolation: isolate;
}

.btn.primary {
  border: 1px solid rgba(196, 174, 255, 0.16);
  background: linear-gradient(180deg, rgba(144, 92, 255, 0.96), rgba(102, 58, 255, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 42px rgba(88, 42, 246, 0.28);
}

.btn:not(.btn--hero-cta) {
  border-radius: 0.75em;
}

.btn.primary:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 22px 54px rgba(100, 51, 255, 0.34);
}

.btn--hero-cta {
  --btn-bg: #0c0c14;
  --btn-text: #ffffff;
  --btn-primary: #8553f4;
  --btn-secondary: #3b82f6;
  --btn-accent: #f43f5e;
  font-family: "Inter", "Segoe UI", sans-serif;
  position: relative;
  min-height: auto;
  padding: 0.9em 2em;
  font-size: 15px;
  overflow: hidden;
  border-radius: 0.75em;
  border: none;
  background: transparent;
  isolation: isolate;
  color: var(--btn-text);
  box-shadow:
    0 0.5em 1.5em -0.5em rgba(133, 83, 244, 0.4);
  transition:
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease;
}

.btn--hero-cta:hover {
  transform: none;
}

.btn--hero-cta:active {
  transform: scale(0.96);
}

.btn--hero-cta:focus-visible {
  outline: 2px solid var(--btn-primary);
  outline-offset: 4px;
}

.galaxy-btn__content {
  display: flex;
  align-items: center;
  gap: 0.75em;
  position: relative;
  z-index: 2;
  color: var(--btn-text);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.galaxy-btn__spark {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.galaxy-btn__spark svg {
  width: 22px;
  height: 22px;
  color: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn--hero-cta::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    var(--btn-bg) 0deg,
    var(--btn-primary) 60deg,
    var(--btn-secondary) 120deg,
    var(--btn-bg) 180deg,
    var(--btn-accent) 240deg,
    var(--btn-primary) 300deg,
    var(--btn-bg) 360deg
  );
  border-radius: inherit;
  animation: rotate-nebula 4s linear infinite;
  filter: blur(11px) saturate(1.18);
  opacity: 0.96;
  box-shadow:
    0 0 18px rgba(133, 83, 244, 0.22),
    0 0 32px rgba(59, 130, 246, 0.12);
}

.btn--hero-cta::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, rgba(144, 92, 255, 0.96), rgba(102, 58, 255, 0.98));
  border-radius: calc(0.75em - 2px);
  z-index: 1;
  transform: none;
  transition: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 42px rgba(88, 42, 246, 0.28);
}

.galaxy-btn__glow {
  display: none;
}

.galaxy-btn__stars {
  display: none;
}

.hero-stage {
  --hero-fold-offset: 136px;
  --hero-shell-gap: clamp(40px, 8svh, 88px);
  --hero-star-top-overlap: clamp(56px, 9svh, 112px);
  --hero-star-side-overlap: clamp(36px, 6vw, 120px);
  position: relative;
  min-height: 100svh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 52px 0 var(--hero-tail-gap);
  overflow: hidden;
}

.hero-stars {
  position: absolute;
  top: calc(-1 * var(--hero-star-top-overlap));
  left: calc(-1 * var(--hero-star-side-overlap));
  right: calc(-1 * var(--hero-star-side-overlap));
  bottom: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  transform: translateZ(0);
}

.hero-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0) 0%,
    rgba(5, 5, 5, 0) 58%,
    rgba(5, 5, 5, 0.14) 72%,
    rgba(5, 5, 5, 0.5) 84%,
    rgba(5, 5, 5, 0.84) 92%,
    rgba(5, 5, 5, 0.96) 97%,
    #050505 100%
  );
}

.hero-star {
  --hero-star-color: rgba(208, 182, 255, 0.92);
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  position: absolute;
  top: var(--top-offset);
  left: -22em;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--hero-star-color);
  background: linear-gradient(90deg, transparent 0%, currentColor 100%);
  border-radius: 999px;
  filter: drop-shadow(0 0 8px rgba(190, 148, 255, 0.72));
  opacity: 0;
  transform: translate3d(-12vw, -8vh, 0) rotate(24deg);
  animation:
    heroStarFall var(--fall-duration) var(--fall-delay) linear infinite,
    heroStarTailFade var(--fall-duration) var(--fall-delay) ease-out infinite;
}

.hero-star::before,
.hero-star::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  border-radius: inherit;
  animation: heroStarBlink 2.2s linear infinite;
}

.hero-star::before {
  transform: rotate(45deg);
}

.hero-star::after {
  transform: rotate(-45deg);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-stage::before {
  top: 92px;
  right: -4%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(123, 72, 255, 0.26) 0%, rgba(123, 72, 255, 0.08) 42%, transparent 72%);
  filter: blur(34px);
}

.hero-stage::after {
  top: 164px;
  left: -6%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(183, 101, 255, 0.12) 0%, rgba(183, 101, 255, 0.02) 52%, transparent 76%);
  filter: blur(24px);
}

.hero-stage__shell,
.hero-stage__metrics {
  position: relative;
  z-index: 2;
}

.hero-stage__shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hero-shell-gap);
  align-items: start;
  width: min(1360px, calc(100% - 48px));
  margin-inline: auto;
}

.hero-stage__copy {
  display: grid;
  gap: 20px;
  max-width: 760px;
  justify-items: center;
  align-content: center;
  margin-inline: auto;
  min-height: calc(100svh - var(--hero-fold-offset));
  padding-top: 0;
}

.hero-stage__copy .hero-badge {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(133, 83, 244, 0.18), rgba(59, 130, 246, 0.1));
  border-color: rgba(184, 145, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(246, 245, 242, 0.94);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-badge__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5ebff;
  flex-shrink: 0;
}

.hero-badge__icon svg {
  width: 18px;
  height: 18px;
}

.hero-stage__eyebrow {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 245, 242, 0.46);
}

.hero-stage h1 {
  --hero-headline-gradient: linear-gradient(
    180deg,
    rgba(249, 248, 246, 0.98) 0%,
    rgba(238, 231, 245, 0.95) 54%,
    rgba(222, 210, 238, 0.9) 100%
  );
  margin: 0;
  max-width: none;
  text-align: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(2.85rem, 4.6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-stage__headline-line {
  display: block;
  background-image: var(--hero-headline-gradient);
  background-repeat: no-repeat;
  background-size: 100% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-stage__headline-line:first-child {
  background-position: center 0%;
}

.hero-stage__headline-line:last-child {
  background-position: center 100%;
  padding-bottom: 0.08em;
}

.hero-stage__headline-accent {
  position: relative;
  display: inline-block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.12em;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(244, 238, 250, 0.98);
  padding: 0 0.02em 0.06em;
}

.hero-stage__headline-accent::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.01em;
  bottom: 0.02em;
  height: 0.09em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 184, 255, 0.8), rgba(169, 126, 255, 0.72));
  opacity: 0.92;
  transform: rotate(-1.2deg);
  transform-origin: center;
}

.hero-stage__lead {
  max-width: 48ch;
  margin: 0;
  text-align: center;
  color: rgba(246, 245, 242, 0.68);
  font-size: clamp(0.98rem, 1.08vw, 1.04rem);
  line-height: 1.58;
}

.hero-stage__actions {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.hero-stage__actions .btn.secondary {
  min-height: 46px;
  padding: 9px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Source: mono-redesign.css:3281-4108 */

.hero-studies {
  width: min(100%, 1180px);
  margin-inline: auto;
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.hero-studies__intro {
  display: grid;
  gap: 6px;
  max-width: 40rem;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.hero-studies__kicker {
  margin: 0;
  color: rgba(246, 245, 242, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-studies__intro h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  white-space: normal;
  text-wrap: balance;
}

.pricing-intro {
  width: min(100%, 760px);
  gap: 4px;
  margin: 0 auto 34px;
}

.pricing-intro h2 {
  max-width: 16ch;
  white-space: normal;
  text-wrap: balance;
}

.hero-studies__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 242px);
  gap: 14px;
  align-items: stretch;
}

.hero-study-card {
  --study-line: rgba(122, 60, 255, 0.14);
  --study-glow: rgba(122, 60, 255, 0.16);
  --study-wash-a: rgba(122, 60, 255, 0.12);
  --study-wash-b: rgba(59, 130, 246, 0.08);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  min-height: 242px;
  height: 100%;
  padding: 22px 22px 18px;
  border-radius: 30px;
  border: 1px solid var(--study-line);
  background:
    radial-gradient(circle at 84% 14%, var(--study-wash-b), transparent 30%),
    radial-gradient(circle at 50% 116%, var(--study-wash-a), transparent 34%),
    linear-gradient(180deg, rgba(8, 12, 24, 0.98), rgba(8, 10, 18, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 42px rgba(5, 5, 14, 0.24);
  overflow: hidden;
}

.hero-study-card::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -28%;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(186, 103, 255, 0.28), rgba(103, 122, 255, 0.14) 42%, transparent 74%);
  filter: blur(42px);
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.hero-study-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
  pointer-events: none;
  z-index: 0;
}

.hero-study-card--feature {
  order: 1;
  --study-line: rgba(59, 130, 246, 0.22);
  --study-glow: rgba(59, 130, 246, 0.18);
  --study-wash-a: rgba(122, 60, 255, 0.14);
  --study-wash-b: rgba(59, 130, 246, 0.14);
}

.hero-study-card--wide {
  order: 6;
  --study-line: rgba(182, 93, 255, 0.2);
  --study-glow: rgba(182, 93, 255, 0.16);
  --study-wash-a: rgba(182, 93, 255, 0.14);
  --study-wash-b: rgba(59, 130, 246, 0.12);
}

.hero-study-card--invest {
  order: 2;
  --study-line: rgba(182, 93, 255, 0.18);
  --study-glow: rgba(182, 93, 255, 0.14);
  --study-wash-a: rgba(182, 93, 255, 0.12);
  --study-wash-b: rgba(59, 130, 246, 0.08);
}

.hero-study-card--leaders {
  order: 3;
  --study-line: rgba(59, 130, 246, 0.18);
  --study-glow: rgba(59, 130, 246, 0.14);
  --study-wash-a: rgba(59, 130, 246, 0.08);
  --study-wash-b: rgba(122, 60, 255, 0.08);
}

.hero-study-card--productivity {
  order: 5;
  --study-line: rgba(59, 130, 246, 0.16);
  --study-glow: rgba(59, 130, 246, 0.12);
  --study-wash-a: rgba(59, 130, 246, 0.1);
  --study-wash-b: rgba(182, 93, 255, 0.08);
}

.hero-study-card--relief {
  order: 4;
  --study-line: rgba(122, 60, 255, 0.18);
  --study-glow: rgba(122, 60, 255, 0.14);
  --study-wash-a: rgba(122, 60, 255, 0.12);
  --study-wash-b: rgba(182, 93, 255, 0.08);
}

.hero-study-card__head,
.hero-study-card__body,
.hero-study-card__source {
  position: relative;
  z-index: 1;
}

.hero-study-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.hero-study-card__metric {
  display: block;
  margin: 0;
  color: rgba(246, 245, 242, 0.98);
  font-size: clamp(1.94rem, 2.2vw, 2.3rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-study-card__copy {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 21ch;
  color: rgba(246, 245, 242, 0.8);
  font-size: clamp(0.88rem, 0.9vw, 0.96rem);
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.hero-study-card__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(246, 245, 242, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-study-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hero-study-card__icon--growth svg {
  transform: scale(1.14);
}

.hero-study-card__icon--leaders svg {
  transform: scale(1.18);
}

.hero-study-card__icon--productivity svg {
  transform: scale(1.09);
}

.hero-study-card__icon--relief svg {
  width: 19px;
  height: 19px;
  transform: scale(1);
}

.hero-study-card__icon--relief path {
  stroke: currentColor;
  stroke-width: 18;
  stroke-linejoin: round;
  paint-order: stroke fill;
}

.hero-study-card__icon--europe svg {
  transform: scale(1.08);
}

.hero-study-card__source {
  position: relative;
  z-index: 1;
  grid-row: 4;
  align-self: end;
  margin-top: 0;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.042);
  color: rgba(246, 245, 242, 0.62);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.hero-study-card__source:hover {
  color: rgba(246, 245, 242, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.hero-study-card__glow,
.hero-study-card__shape,
.hero-study-card__marker,
.hero-study-card__pill,
.hero-study-card__capsule,
.hero-study-card__spark,
.hero-study-card__halo,
.hero-study-card__orb,
.hero-study-card__token,
.hero-study-card__pulse,
.hero-study-card__task {
  display: none;
}

.hero-study-card__glow,
.hero-study-card__shape,
.hero-study-card__marker,
.hero-study-card__pill,
.hero-study-card__capsule,
.hero-study-card__spark,
.hero-study-card__halo,
.hero-study-card__orb,
.hero-study-card__token,
.hero-study-card__pulse,
.hero-study-card__task {
  position: absolute;
}

.hero-study-card__glow {
  inset: auto;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.92;
}

.hero-study-card__glow--growth {
  width: 180px;
  height: 90px;
  left: 52%;
  bottom: -8px;
  transform: translateX(-50%);
  background: rgba(152, 126, 255, 0.44);
}

.hero-study-card__glow--invest {
  width: 90px;
  height: 54px;
  left: 52%;
  bottom: 6px;
  transform: translateX(-50%);
  background: rgba(149, 125, 255, 0.42);
}

.hero-study-card__glow--leaders {
  width: 82px;
  height: 34px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  background: rgba(155, 125, 255, 0.4);
}

.hero-study-card__glow--productivity {
  width: 96px;
  height: 46px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(149, 126, 255, 0.38);
}

.hero-study-card__glow--relief {
  width: 112px;
  height: 54px;
  left: 10px;
  bottom: 4px;
  background: rgba(145, 122, 255, 0.28);
}

.hero-study-card__glow--europe {
  width: 210px;
  height: 104px;
  right: -10px;
  bottom: -10px;
  background: rgba(152, 126, 255, 0.44);
}

.hero-study-card__shape {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(242, 236, 255, 0.92), rgba(152, 126, 255, 0.58) 36%, rgba(108, 98, 255, 0.16) 62%, transparent 76%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 52px rgba(105, 94, 255, 0.08);
}

.hero-study-card__shape--rise-a {
  width: 148px;
  height: 148px;
  left: -22px;
  bottom: -96px;
}

.hero-study-card__shape--rise-b {
  width: 178px;
  height: 178px;
  left: 88px;
  bottom: -134px;
}

.hero-study-card__shape--rise-c {
  width: 220px;
  height: 220px;
  right: -34px;
  bottom: -146px;
}

.hero-study-card__shape--europe-a {
  width: 166px;
  height: 166px;
  left: -28px;
  bottom: -118px;
}

.hero-study-card__shape--europe-b {
  width: 148px;
  height: 148px;
  left: 108px;
  bottom: -104px;
}

.hero-study-card__shape--europe-c {
  width: 192px;
  height: 192px;
  right: -18px;
  bottom: -132px;
}

.hero-study-card__marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 4px rgba(128, 111, 255, 0.18),
    0 0 24px rgba(195, 184, 255, 0.34);
}

.hero-study-card__marker--growth-a {
  left: 58%;
  bottom: 26px;
}

.hero-study-card__marker--growth-b {
  right: 28px;
  bottom: 72px;
}

.hero-study-card__marker--europe-a {
  left: 50%;
  bottom: 22px;
}

.hero-study-card__marker--europe-b {
  right: 12px;
  bottom: 52px;
}

.hero-study-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 11, 24, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(246, 245, 242, 0.72);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-study-card__pill--growth {
  right: 18px;
  top: 14px;
}

.hero-study-card__pill--europe {
  left: 16px;
  top: 14px;
}

.hero-study-card__capsule {
  bottom: 10px;
  width: 20px;
  border-radius: 999px 999px 14px 14px;
  background:
    linear-gradient(180deg, rgba(245, 241, 255, 0.94), rgba(125, 112, 255, 0.36));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(98, 88, 255, 0.12);
}

.hero-study-card__capsule--invest-a {
  left: 12px;
  height: 24px;
}

.hero-study-card__capsule--invest-b {
  left: 38px;
  height: 40px;
}

.hero-study-card__capsule--invest-c {
  left: 66px;
  height: 58px;
}

.hero-study-card__spark--invest {
  right: 14px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 18%, rgba(193, 178, 255, 0.5) 19% 42%, transparent 43%),
    radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 64%);
  filter: blur(0.2px);
}

.hero-study-card__halo {
  left: 50%;
  top: 56%;
  border-radius: 999px;
  border: 1px solid rgba(216, 206, 255, 0.2);
  transform: translate(-50%, -50%);
}

.hero-study-card__halo--outer {
  width: 88px;
  height: 26px;
}

.hero-study-card__halo--inner {
  width: 46px;
  height: 46px;
}

.hero-study-card__orb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(195, 184, 255, 0.84));
  box-shadow: 0 0 0 4px rgba(123, 110, 255, 0.12);
}

.hero-study-card__orb--leaders-a {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-study-card__orb--leaders-b {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-study-card__orb--leaders-c {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-study-card__token {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 241, 255, 0.94), rgba(138, 124, 255, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(106, 94, 255, 0.12);
}

.hero-study-card__token--productivity-a {
  left: 4px;
  bottom: 12px;
}

.hero-study-card__token--productivity-b {
  left: 36px;
  bottom: 28px;
}

.hero-study-card__token--productivity-c {
  right: 8px;
  bottom: 14px;
}

.hero-study-card__pulse--productivity {
  left: 22px;
  right: 18px;
  bottom: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118, 104, 255, 0.14), rgba(214, 206, 255, 0.66), rgba(118, 104, 255, 0.14));
}

.hero-study-card__task {
  left: 0;
  right: 18px;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(118, 104, 255, 0.14), rgba(241, 236, 255, 0.76));
}

.hero-study-card__task::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 4px rgba(123, 110, 255, 0.12);
  transform: translateY(-50%);
}

.hero-study-card__task--relief-a {
  bottom: 12px;
  width: 92px;
}

.hero-study-card__task--relief-b {
  bottom: 30px;
  width: 76px;
}

.hero-study-card__task--relief-c {
  bottom: 48px;
  width: 60px;
}

.hero-study-card__graphic {
  position: absolute;
  inset: 10px 12px 8px;
  pointer-events: none;
}

.hero-study-card__graphic svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-study-card__graphic .hero-study-card__area {
  fill: rgba(209, 216, 255, 0.14);
  opacity: 1;
}

.hero-study-card__graphic .hero-study-card__line {
  fill: none;
  stroke: rgba(123, 132, 255, 0.96);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
}

.hero-study-card__graphic circle {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(123, 132, 255, 0.9);
  stroke-width: 2;
}

.hero-study-card__graphic--rise::before,
.hero-study-card__graphic--europe::before {
  content: none;
}

.hero-study-card__mini {
  position: relative;
  z-index: 1;
  margin-top: auto;
  align-self: end;
  pointer-events: none;
}

.hero-study-card__mini--bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 32px;
  width: 78px;
  position: relative;
}

.hero-study-card__mini--bars::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(196, 188, 255, 0.18);
}

.hero-study-card__mini--bars span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, rgba(224, 220, 255, 0.92), rgba(121, 111, 255, 0.26));
  box-shadow: none;
}

.hero-study-card__mini--bars span:nth-child(1) {
  height: 40%;
}

.hero-study-card__mini--bars span:nth-child(2) {
  height: 66%;
}

.hero-study-card__mini--bars span:nth-child(3) {
  height: 100%;
}

.hero-study-card__mini--halo {
  width: 78px;
  height: 30px;
  position: relative;
}

.hero-study-card__mini--halo::before {
  content: none;
}

.hero-study-card__mini--halo span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(218, 208, 255, 0.18);
  background: transparent;
}

.hero-study-card__mini--halo span:nth-child(1) {
  inset: 16px 0 16px 0;
}

.hero-study-card__mini--halo span:nth-child(2) {
  inset: 8px 14px 8px 14px;
  opacity: 0.7;
}

.hero-study-card__mini--halo span:nth-child(3) {
  inset: 0 28px 0 28px;
  opacity: 0.46;
}

.hero-study-card__mini--nodes {
  width: 78px;
  height: 28px;
}

.hero-study-card__mini--nodes::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(126, 115, 255, 0.1), rgba(203, 194, 255, 0.56), rgba(126, 115, 255, 0.12));
  transform: translateY(-50%);
}

.hero-study-card__mini--nodes span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(198, 191, 255, 0.84));
  box-shadow: none;
}

.hero-study-card__mini--nodes span:nth-child(1) {
  left: 0;
  top: 6px;
}

.hero-study-card__mini--nodes span:nth-child(2) {
  left: 28px;
  top: 18px;
}

.hero-study-card__mini--nodes span:nth-child(3) {
  left: 58px;
  top: 2px;
}

.hero-study-card__mini--nodes span:nth-child(4) {
  right: 0;
  top: 14px;
}

.hero-study-card__mini--checks {
  display: grid;
  gap: 6px;
  width: 92px;
}

.hero-study-card__mini--checks span {
  position: relative;
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 110, 255, 0.14), rgba(219, 214, 255, 0.54));
}

.hero-study-card__mini--checks span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-50%);
  box-shadow: none;
}

.hero-study-card__mini--checks span:nth-child(1) {
  width: 100%;
}

.hero-study-card__mini--checks span:nth-child(2) {
  width: 82%;
}

.hero-study-card__mini--checks span:nth-child(3) {
  width: 66%;
}

/* Source: mono-redesign.css:4458-4691 */

.manifesto__intro h2,
.section-head h2 {
  max-width: 15ch;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.workflow-block .workflow-head {
  display: grid;
  gap: 6px;
  max-width: 780px;
  margin-bottom: 34px;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.workflow-block .workflow-head .section-kicker {
  margin: 0;
  color: rgba(246, 245, 242, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-block .workflow-head h2 {
  margin: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-inline: auto;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: center;
}

.workflow-block .workflow-head > p:not(.section-kicker) {
  margin: 0;
  max-width: 62ch;
  color: rgba(246, 245, 242, 0.7);
  font-size: clamp(0.92rem, 0.98vw, 0.98rem);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.roi-head h2 {
  margin: 0;
  width: 100%;
  max-width: 27ch;
  justify-self: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: normal;
}

.roi-head > p:not(.section-kicker) {
  margin: 0;
  max-width: 54ch;
  color: rgba(246, 245, 242, 0.7);
  font-size: clamp(0.92rem, 0.98vw, 0.98rem);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.founder-block .section-head.founder-head h2 {
  margin: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-inline: auto;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.core-block .section-head--mono {
  max-width: none;
  margin-bottom: 34px;
}

.faq-block .section-head.faq-head h2 {
  margin: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-inline: auto;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.faq-block .section-head.faq-head > p:not(.section-kicker) {
  margin: 0;
  max-width: 48ch;
  color: rgba(246, 245, 242, 0.7);
  font-size: clamp(0.92rem, 0.98vw, 0.98rem);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.core-block .section-head h2,
.faq-block .section-head h2 {
  max-width: 11ch;
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  line-height: 0.98;
}

.core-card p,
.showcase-copy p,
.timeline-card p,
.workflow-board li,
.roi-card p,
.price-card p:not(.price),
.faq-grid p {
  color: rgba(246, 245, 242, 0.74);
}

.core-card:nth-child(2),
.showcase-card:nth-child(2) {
  border-color: rgba(183, 101, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(145, 92, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.035));
}

@keyframes trustLogoMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes rotate-nebula {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes heroSparkle {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.08) rotate(10deg);
    opacity: 1;
  }
}

@keyframes star-drift {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1) translate(-2%, -2%);
  }
}

@keyframes heroUnderlineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes heroStarFall {
  0% {
    opacity: 0;
    transform: translate3d(-12vw, -12vh, 0) rotate(24deg);
  }

  8% {
    opacity: 0.94;
  }

  100% {
    opacity: 0;
    transform: translate3d(118vw, 28vh, 0) rotate(24deg);
  }
}

@keyframes heroStarTailFade {
  0%,
  45% {
    opacity: 1;
    width: var(--star-tail-length);
  }

  70%,
  82% {
    opacity: 0.35;
    width: calc(var(--star-tail-length) * 0.42);
  }

  100% {
    opacity: 0;
    width: 0;
  }
}

@keyframes heroStarBlink {
  50% {
    opacity: 0.55;
  }
}

/* Source: mono-redesign.css:4692-5564 */

@media (prefers-reduced-motion: reduce) {
  .trust-marquee {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .trust-marquee__rail {
    width: 100%;
    animation: none;
    display: block;
  }

  .trust-marquee__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-marquee__list[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 1180px) {
  .trust-marquee-stage {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .trust-marquee-stage__intro {
    padding-inline: 26px;
  }

  .hero-stage__shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-stage__copy {
    max-width: none;
    justify-items: center;
    padding-top: 0;
  }

  .hero-stage__copy .hero-badge {
    justify-self: center;
  }

  .hero-stage h1,
  .hero-stage__lead {
    max-width: none;
    text-align: center;
  }

  .hero-stage__headline-line--underline {
    justify-content: center;
  }

  .hero-stage__actions,
  .hero-stage__trust {
    justify-content: center;
  }

  .hero-stage__metrics {
    width: min(100%, 620px);
  }

  .hero-stage__proof {
    justify-items: center;
  }

  .hero-studies {
    width: min(100%, 980px);
    margin-top: 112px;
  }

  .hero-studies__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 228px;
  }

  .pricing-intro {
    width: min(100%, 720px);
  }
}

@media (max-width: 980px) {
  :root {
    --section-stack-gap: 152px;
    --hero-tail-gap: 28px;
  }

  .page {
    padding-top: 8px;
  }

  .nav {
    top: 2px;
    column-gap: 12px;
    row-gap: 0;
    padding: 4px 14px;
  }

  .nav-cta .btn {
    min-height: 38px;
    padding: 9px 14px;
  }

  .nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nav-links {
    position: static;
    transform: none;
    justify-content: flex-start;
    width: auto;
  }

  .nav-cta {
    justify-self: start;
  }

  .hero-stage {
    --hero-fold-offset: 112px;
    --hero-shell-gap: clamp(32px, 7svh, 72px);
    --hero-star-top-overlap: clamp(46px, 7svh, 88px);
    --hero-star-side-overlap: clamp(24px, 5vw, 84px);
    padding: 34px 0 var(--hero-tail-gap);
  }

  .usecases-block {
    margin-top: 0;
    padding-top: 112px;
  }

  .hero-stage::before {
    top: 150px;
    right: -12%;
    width: 440px;
    height: 440px;
  }

  .hero-stage__visual,
  .hero-circuit {
    min-height: 390px;
  }

  .hero-node {
    min-width: 128px;
    padding: 12px;
  }

  .hero-node__name {
    font-size: 0.9rem;
  }

  .hero-core {
    width: 216px;
    left: 54%;
    padding: 18px;
  }

  .hero-stage__metrics {
    width: min(100%, 560px);
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-studies {
    width: min(100%, 760px);
    gap: 16px;
    margin-top: 0;
  }

  .hero-studies__intro h2 {
    max-width: 14ch;
    font-size: clamp(1.4rem, 3.8vw, 1.96rem);
    white-space: normal;
  }

  .pricing-intro h2 {
    max-width: 14ch;
  }

  .founder-shell {
    max-width: 760px;
  }

  .founder-story-card {
    min-height: 0;
  }

  .founder-photo-card {
    width: min(100%, 292px);
    min-height: 0;
    gap: 12px;
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    justify-self: center;
  }

  .founder-photo-frame {
    height: auto;
    aspect-ratio: 0.78;
  }

  .founder-photo-frame img {
    transform: scale(1.02) translateY(-6px);
  }

  .founder-photo-meta {
    padding: 0 8px 2px;
    justify-items: center;
    text-align: center;
  }

  .founder-copy-card {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 0;
    padding: 32px 28px 30px;
  }

  .founder-copy-intro {
    gap: 18px;
    max-width: 100%;
  }

  .founder-quote {
    max-width: none;
  }

  .hero-study-card {
    min-height: 228px;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .hero-study-card--feature,
  .hero-study-card--wide {
    min-height: 228px;
    padding: 18px 18px 16px;
  }

  .hero-study-card__metric {
    font-size: clamp(1.8rem, 3.4vw, 2.3rem);
  }

  .hero-study-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .hero-study-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .hero-study-card__copy {
    max-width: 26ch;
    font-size: 0.92rem;
    line-height: 1.34;
  }

  .hero-study-card__source {
    min-height: 36px;
    padding: 0 13px;
  }
}

@media (max-width: 760px) {
  :root {
    --section-stack-gap: 128px;
    --hero-tail-gap: 20px;
  }

  .nav {
    padding: 10px 12px;
    column-gap: 12px;
    row-gap: 0;
    border-radius: 26px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .nav.is-open {
    padding: 12px;
    border-color: rgba(220, 213, 255, 0.12);
    background: rgba(7, 9, 18, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 18px 40px rgba(5, 5, 14, 0.32);
  }

  .nav.is-open .nav-toggle {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .nav.is-open .nav-menu {
    gap: 12px;
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav.is-open .nav-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    padding-inline: 2px;
  }

  .nav.is-open .nav-links a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    color: rgba(246, 245, 242, 0.92);
    font-size: 0.98rem;
    font-weight: 600;
  }

  .nav.is-open .nav-cta {
    width: 100%;
    justify-self: stretch;
  }

  .nav.is-open .nav-cta .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
    justify-content: center;
    border-radius: 18px;
    font-size: 1rem;
  }

  .hero-stage {
    --hero-fold-offset: 92px;
    --hero-shell-gap: clamp(24px, 6svh, 48px);
    --hero-star-top-overlap: clamp(34px, 5svh, 64px);
    --hero-star-side-overlap: 0px;
    width: calc(100% + 30px);
    margin-inline: -15px;
    padding-top: 6px;
    padding-bottom: var(--hero-tail-gap);
  }

  .usecases-block {
    margin-top: 0;
    padding-top: 92px;
  }

  .usecases-block::before {
    content: none;
  }

  .usecases-block::after {
    content: none;
  }

  .nav-cta .btn {
    min-height: 40px;
  }

  .hero-stage::before {
    top: 126px;
    right: -18%;
    width: 320px;
    height: 320px;
  }

  .hero-stage::after {
    top: 88px;
    left: -18%;
    width: 260px;
    height: 260px;
  }

  .hero-stage__shell {
    width: 100%;
    gap: 24px;
    padding-inline: 20px;
  }

  .hero-stars {
    left: 0;
    right: 0;
  }

  .hero-star {
    left: 50%;
    margin-left: -10.5em;
    animation:
      heroStarFallMobile var(--fall-duration) var(--fall-delay) linear infinite,
      heroStarTailFade var(--fall-duration) var(--fall-delay) ease-out infinite;
  }

  .trust-marquee-stage {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 22px;
    border-radius: 28px;
  }

  .trust-marquee-stage__intro {
    gap: 12px;
    padding-inline: 20px;
  }

  .trust-marquee-stage__intro h3 {
    font-size: 1.26rem;
  }

  .trust-marquee__list {
    gap: 12px;
    padding-inline: 14px;
  }

  .trust-logo-pill {
    min-width: 150px;
    min-height: 56px;
    padding: 14px 16px;
    gap: 10px;
  }

  .trust-logo-pill img {
    width: 20px;
    height: 20px;
  }

  .trust-logo-pill span {
    font-size: 0.84rem;
  }

  .trust-marquee-stage__note {
    padding-inline: 20px;
    font-size: 0.9rem;
  }

  .hero-stage__copy {
    width: 100%;
    max-width: none;
    min-height: calc(100svh - 168px);
    align-content: start;
    gap: 16px;
    padding-top: 14px;
  }

  .hero-stage__copy .hero-badge {
    width: min(100%, 288px);
    justify-content: center;
    padding: 8px 12px;
    font-size: 0.68rem;
    line-height: 1.28;
    text-align: center;
  }

  .hero-stage__copy .hero-badge span:last-child {
    min-width: 0;
    white-space: normal;
  }

  .hero-badge__icon,
  .hero-badge__icon svg {
    width: 16px;
    height: 16px;
  }

  .hero-stage h1 {
    max-width: 7.8ch;
    font-size: clamp(1.56rem, 8.7vw, 1.98rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .hero-stage__headline-line--tight {
    max-width: none;
  }

  .hero-stage__headline-line:last-child {
    max-width: 7.4ch;
    margin-inline: auto;
  }

  .hero-stage__headline-accent {
    font-size: 1.05em;
  }

  .hero-stage__lead {
    width: min(100%, 29ch);
    font-size: 0.84rem;
    max-width: none;
    line-height: 1.46;
  }

  .roi-metric--secondary > .roi-year-annotation {
    gap: 7px;
    padding-bottom: 0.1rem;
  }

  .roi-year-annotation span {
    font-size: 0.8rem;
  }

  .roi-year-annotation strong {
    font-size: clamp(2.05rem, 8.4vw, 2.55rem);
    line-height: 0.94;
  }

  .hero-studies {
    width: min(100%, 334px);
    gap: 14px;
    margin-top: 0;
  }

  @keyframes heroStarFallMobile {
    0% {
      opacity: 0;
      transform: translate3d(-18vw, -12vh, 0) rotate(24deg);
    }

    8% {
      opacity: 0.94;
    }

    100% {
      opacity: 0;
      transform: translate3d(88vw, 30vh, 0) rotate(24deg);
    }
  }

  .hero-studies__intro {
    gap: 6px;
  }

  .hero-studies__intro h2 {
    max-width: 11ch;
    font-size: clamp(1.1rem, 6vw, 1.42rem);
    line-height: 1.02;
    white-space: normal;
  }

  .pricing-intro {
    width: min(100%, 334px);
    margin-bottom: 28px;
  }

  .pricing-intro h2 {
    max-width: 12ch;
  }

  .calendly-card {
    gap: 0;
    padding: 0;
  }

  .calendly-head {
    margin-bottom: 4px;
  }

  .calendly-shell {
    margin-top: -8px;
  }

  .calendly-head__meta {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .calendly-embed {
    min-height: 800px;
    margin-top: 0;
  }

  .hero-studies__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .hero-study-card,
  .hero-study-card--feature,
  .hero-study-card--wide {
    min-height: auto;
    gap: 12px;
    padding: 16px 16px 14px;
  }

  .hero-study-card__head {
    gap: 12px;
  }

  .hero-study-card__metric,
  .hero-study-card--compact .hero-study-card__metric {
    font-size: clamp(1.86rem, 8vw, 2.4rem);
  }

  .hero-study-card__copy {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .hero-study-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
  }

  .hero-study-card__icon svg {
    width: 20px;
    height: 20px;
  }

  .hero-study-card__graphic {
    inset: 0;
  }

  .hero-study-card__source {
    min-height: 34px;
    padding: 0 12px;
  }

  .workflow-head {
    gap: 6px;
    margin-bottom: 14px;
  }

  .workflow-block .workflow-head h2 {
    max-width: 13ch;
    width: auto;
    justify-self: center;
    font-size: clamp(1.24rem, 6.4vw, 1.68rem);
    line-height: 1.04;
    white-space: normal;
  }

  .workflow-head > p:not(.section-kicker) {
    max-width: 34ch;
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .workflow-timeline {
    --workflow-line-x: 12px;
    padding-block: 0.75rem 0.25rem;
    margin-inline: 0;
  }

  .roi-head h2 {
    max-width: 100%;
    font-size: clamp(1.2rem, 5.6vw, 1.4rem);
  }

  .roi-head > p:not(.section-kicker) {
    max-width: 34ch;
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .founder-block .section-head.founder-head h2 {
    max-width: 12ch;
    width: auto;
    justify-self: center;
    font-size: clamp(1.4rem, 7.2vw, 1.9rem);
    white-space: normal;
  }

  .founder-photo-frame {
    border-radius: 26px;
  }

  .founder-photo-card {
    width: min(100%, 236px);
    padding-bottom: 20px;
  }

  .founder-copy-card {
    gap: 20px;
    padding: 24px 20px 22px;
  }

  .founder-copy-card::before {
    right: 16px;
    font-size: 4rem;
  }

  .founder-lead {
    max-width: none;
    font-size: clamp(1.56rem, 7.4vw, 2.16rem);
    line-height: 1;
  }

  .founder-quote p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .founder-photo-meta strong {
    font-size: 1rem;
  }

  .founder-photo-meta span {
    font-size: 0.7rem;
  }

  .faq-block .section-head.faq-head h2 {
    max-width: 13ch;
    width: auto;
    justify-self: center;
    font-size: clamp(1.4rem, 7.2vw, 1.9rem);
    white-space: normal;
  }

  .faq-block .section-head.faq-head > p:not(.section-kicker) {
    max-width: 34ch;
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .workflow-step {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0 12px;
    padding-bottom: 22px;
  }

  .workflow-step__marker {
    grid-column: 1;
    height: 28px;
    justify-content: flex-start;
    padding-top: 0;
  }

  .workflow-timeline__line,
  .workflow-timeline__progress,
  .workflow-timeline__dot {
    left: var(--workflow-line-x);
  }

  .workflow-timeline__line,
  .workflow-timeline__progress {
    width: 1px;
  }

  .workflow-timeline__dot {
    width: 18px;
    height: 18px;
  }

  .workflow-step__body {
    grid-column: 2;
    width: 100%;
    gap: 6px;
    padding: 0 0 22px;
    justify-self: start;
  }

  .workflow-step:nth-of-type(odd) .workflow-step__body,
  .workflow-step:nth-of-type(even) .workflow-step__body {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .workflow-step__label {
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .workflow-step h3 {
    font-size: clamp(1.48rem, 8vw, 1.96rem);
    line-height: 1;
  }

  .workflow-step__body > p:last-child {
    max-width: 31ch;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .hero-stage__actions {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 8px;
  }

  .hero-stage__actions .btn {
    width: min(100%, 332px);
    margin-inline: 0;
    justify-content: center;
    text-align: center;
  }

  .hero-stage__actions .btn.secondary,
  .hero-stage__actions .btn--hero-cta {
    width: min(100%, 332px);
  }

  .btn--hero-cta {
    min-height: 52px;
    padding: 12px 16px;
  }

  .galaxy-btn__content {
    gap: 10px;
    justify-content: center;
    white-space: normal;
  }

  .galaxy-btn__text {
    display: inline-block;
    font-size: 0.96rem;
    line-height: 1.14;
    text-align: center;
    text-wrap: balance;
  }

  .hero-stage__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
  }

  .hero-stage__trust span {
    justify-content: center;
    text-align: center;
    min-height: 100%;
  }

  .hero-stage__visual,
  .hero-circuit {
    min-height: 280px;
  }

  .hero-stage__metrics {
    width: 100%;
    gap: 5px;
  }

  .hero-metric {
    padding: 12px 8px 11px;
  }

  .hero-metric strong {
    font-size: 1.3rem;
  }

  .hero-metric span {
    font-size: 0.6rem;
  }

  .hero-node {
    min-width: 114px;
    padding: 10px 11px;
  }

  .hero-node__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .hero-node__name {
    font-size: 0.84rem;
  }

  .hero-node__meta {
    font-size: 0.64rem;
  }

  .hero-node--outlook {
    top: 5%;
    left: 3%;
  }

  .hero-node--hubspot {
    top: 8%;
    left: 41%;
  }

  .hero-node--gmail {
    top: 28%;
    left: 1%;
  }

  .hero-node--zapier {
    top: 54%;
    left: 4%;
  }

  .hero-node--whatsapp {
    top: 76%;
    left: 24%;
  }

  .hero-node--zoho {
    bottom: 10%;
    left: 55%;
  }

  .hero-core {
    top: 47%;
    left: 58%;
    width: 138px;
    padding: 9px;
  }

  .hero-core strong {
    font-size: 1rem;
  }

  .hero-core p,
  .hero-circuit__legend {
    display: none;
  }

  .hero-node--result {
    min-width: 104px;
  }

  .hero-node--prioritized {
    top: 16%;
    right: 2%;
  }

  .hero-node--prepared {
    top: 45%;
    right: 1%;
  }

  .hero-node--forwarded {
    top: 72%;
    right: 2%;
  }

  .core-block .section-head h2,
  .faq-block .section-head h2 {
    max-width: 10.4ch;
    font-size: clamp(2.2rem, 9.5vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn--hero-cta {
    box-shadow:
      0 18px 34px rgba(88, 42, 246, 0.26),
      0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  .btn--hero-cta::before,
  .galaxy-btn__spark svg,
  .galaxy-btn__stars,
  .hero-underline path,
  .hero-star,
  .hero-star::before,
  .hero-star::after {
    animation: none !important;
  }

  .btn--hero-cta::before {
    background: linear-gradient(120deg, rgba(133, 83, 244, 0.72), rgba(59, 130, 246, 0.52), rgba(244, 63, 94, 0.5));
    filter: blur(8px) saturate(1.06);
    opacity: 0.82;
  }

  .btn--hero-cta::after {
    background: linear-gradient(135deg, rgba(136, 84, 245, 0.98), rgba(96, 77, 242, 0.98) 56%, rgba(64, 127, 255, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 14px 28px rgba(88, 42, 246, 0.24);
  }

  .galaxy-btn__spark svg {
    opacity: 0.92;
  }
}
