/* Hallmark · genre: playful · macrostructure: Narrative Workflow
 * tone: soft / professional · design-system: DESIGN.md · designed-as-app
 * theme: Cyan + gold · enrichment: none · nav: N5 · footer: Ft2
 * paper #FAF7F2 · gold #EC9C00 · mist #E0F6FD · cyan #0176A6 / #00AEEF · ink #1A1714
 * pre-emit critique: P4 H4 E4 S4 R4 V3
 */
:root {
  /* App named tokens (ids kept; hex = locked website palette).
   * Deep CTA · process cyan · mist · gold yellow. */
  --cream: #ffffff;
  --berry: #00aeef;
  --berry-deep: #0176a6;
  --peach: #ec9c00;
  --peach-ink: #0176a6;
  --magenta: #e0f6fd; /* retired mark → mist (legacy selectors) */
  --espresso: #1a1714;
  --paper-band: #faf7f2;
  --mist-soft: #e0f6fd;
  --blossom-soft: #ec9c00;
  --sunshine-soft: color-mix(in srgb, var(--peach) 42%, #fff);

  /* Legacy Coolors aliases → app palette (existing selectors keep working) */
  --concrete: var(--cream);
  --turquoise: var(--berry);
  --terracotta: var(--peach);
  --night-shadz: var(--berry-deep);
  --martinique: var(--espresso);

  --bg: var(--paper-band);
  --card: #ffffff;
  --ink: var(--espresso);
  --ink-soft: color-mix(in srgb, var(--espresso) 72%, #fff);
  --brand: var(--berry);
  --accent: var(--berry-deep);
  --accent-soft: var(--peach);
  --highlight: var(--peach);
  --highlight-soft: var(--sunshine-soft);
  --success: #2f7d5b;
  --danger: #b42318;
  --text: var(--espresso);
  --muted: #5c574f;
  --border: #e6e1da;

  --color-paper: var(--bg);
  --color-paper-2: var(--card);
  --color-ink: var(--ink);
  --color-ink-2: var(--muted);
  --color-rule: var(--border);
  --color-accent: var(--accent);
  --color-focus: var(--berry-deep);
  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-snap: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur-short: 220ms;
  /* Soft lift — never neo-brutal punch */
  --shadow: 0 4px 16px rgba(26, 23, 20, 0.08), 0 2px 6px rgba(26, 23, 20, 0.04);
  --shadow-lg: 0 10px 32px rgba(26, 23, 20, 0.14), 0 4px 10px rgba(26, 23, 20, 0.06);
  --radius: 20px;
  --radius-md: 16px;
  --radius-pill: 999px;
  --font: var(--font-body);
  --section-pad: clamp(3.5rem, 8vw, 6.25rem);
  --section-gap: clamp(2.5rem, 5vw, 3.75rem);
  --measure: 36rem;
  --content-gap: 1.5rem;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

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

  .btn:hover,
  .hero-secondary-link:hover,
  .feature-card:hover,
  .carousel-arrow:hover,
  .workplace-chip:hover,
  .use-chip:hover,
  .use-chip:active,
  .hero-demo:hover,
  .btn:active:not(:disabled) {
    transform: none;
  }

  .hero-demo {
    transform: none !important;
  }

  .carousel-track {
    transition: none;
  }

  .youbi-speech,
  .youbi-speech-waves i,
  .youbi-action-panel,
  .youbi-reply,
  .youbi-cal-slot,
  .youbi-done-check,
  .youbi-demo-avatar,
  .youbi-inv-card,
  .youbi-inv-badge,
  .use-product,
  .use-surface,
  .use-invoice,
  .use-line,
  .use-canvas-panel {
    transition: none !important;
    animation: none !important;
  }

  .youbi-demo.is-working .youbi-demo-avatar {
    animation: none;
  }

  #waitlist-submit.is-loading .btn-spinner {
    animation: none;
    border-color: #fff;
  }
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-md);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 1rem;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 45% at 100% -8%, color-mix(in srgb, var(--mist-soft) 90%, transparent), transparent 58%),
    radial-gradient(ellipse 55% 35% at -5% 30%, color-mix(in srgb, var(--sunshine-soft) 55%, transparent), transparent 52%),
    var(--bg);
  line-height: 1.6;
  overflow-x: clip;
  font-optical-sizing: auto;
}

/* Document order is the reading order — no flex reordering */
main {
  display: block;
}

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

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

/* UA [hidden] loses to any display: rule — keep it authoritative */
[hidden] {
  display: none !important;
}

.container {
  width: min(1140px, calc(100% - clamp(1.5rem, 4vw, 2.75rem)));
  margin-inline: auto;
}

/* Shared section heading + lead grouping — same measure as hero copy */
.features > .container > h2,
.screenshots > .container > h2,
.how > .container > h2,
.extend > .container > h2,
.pricing > .container > h2,
.faq > .container > h2,
.videos > .container > h2,
.contact > .container h2 {
  max-width: var(--measure);
  overflow-wrap: anywhere;
  min-width: 0;
}

.features > .container > .section-lead,
.screenshots > .container > .section-lead,
.how > .container > .section-lead,
.extend > .container > .section-lead,
.pricing > .container > .section-lead,
.faq > .container > .section-lead,
.videos > .container > .section-lead,
.contact > .container > .section-lead {
  margin-top: 0.85rem;
  margin-bottom: 0;
  max-width: var(--measure);
}

.site-header {
  position: fixed;
  top: calc(var(--space-md) + env(safe-area-inset-top, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: max-content;
  max-width: min(760px, calc(100% - 1.5rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.1rem;
  min-height: 0;
  padding: 0.4rem 0.45rem 0.4rem 0.95rem;
  background: var(--martinique);
  border: 1px solid color-mix(in srgb, var(--berry) 35%, transparent);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  display: block;
  height: auto;
  max-height: 28px;
  width: auto;
}

.footer-brand img {
  display: block;
  height: auto;
  max-height: 36px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 1.1rem;
  align-items: center;
}

.nav-links a {
  color: color-mix(in srgb, var(--concrete) 72%, transparent);
  font-weight: 500;
  font-size: 0.86rem;
  white-space: nowrap;
  transition: color var(--dur-short) var(--ease-out);
}

.nav-links a:hover {
  color: var(--turquoise);
}

.nav-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: nowrap;
}

/* Lang chip on light pill — berry brand recipe */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.15rem;
  border: 1px solid color-mix(in srgb, var(--turquoise) 35%, transparent);
  background: color-mix(in srgb, var(--turquoise) 14%, transparent);
  border-radius: var(--radius-pill);
}

.lang-btn {
  border: none;
  background: transparent;
  color: color-mix(in srgb, var(--concrete) 70%, transparent);
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-btn:hover {
  color: var(--concrete);
}

.lang-btn.active {
  background: var(--berry-deep);
  color: #fff;
}

/* Rounded-rect shape (radiusMd), not a full pill — matches ElevatedButton /
   FilledButton / OutlinedButton in AppTheme, which all use radiusMd = 12px.
   Pill shape is reserved for chips/badges/language toggle, same as the app. */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out), background var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out);
}

.site-header .btn-primary {
  padding: 0.55rem 0.95rem;
  font-size: 0.86rem;
  border-radius: var(--radius-pill);
}

.btn:focus-visible,
.lang-btn:focus-visible,
.nav-links a:focus-visible,
.hero-secondary-link:focus-visible,
.workplace-chip:focus-visible,
.use-chip:focus-visible,
.carousel-arrow:focus-visible,
.carousel-dot:focus-visible,
.faq-item summary:focus-visible,
.waitlist-input-row input:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.footer-col a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

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

.btn:active:not(:disabled) {
  transform: scale(0.97);
}

.btn:disabled {
  cursor: default;
  opacity: 0.85;
  transform: none;
}

.btn-primary {
  background: var(--berry-deep);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  background: color-mix(in srgb, var(--berry-deep) 82%, var(--ink));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--card);
  border-color: var(--border);
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--ink);
}

.btn-lg {
  padding: 0.9rem 1.35rem;
  font-size: 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6.75rem, 11vw, 8.25rem) 0 clamp(2rem, 4vw, 3rem);
  background: var(--concrete);
}

.hero-orbs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-orbs-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-orbs.is-css-fallback {
  background:
    radial-gradient(ellipse 42% 38% at 82% 18%, color-mix(in srgb, var(--mist-soft) 88%, transparent), transparent 70%),
    radial-gradient(ellipse 36% 34% at 12% 78%, color-mix(in srgb, var(--sunshine-soft) 55%, transparent), transparent 68%),
    radial-gradient(ellipse 28% 30% at 70% 82%, color-mix(in srgb, var(--process-cyan, #00aeef) 16%, transparent), transparent 70%);
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.trust-strip {
  position: relative;
  z-index: 1;
}

.youbi-demo:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.is-tilt {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.reveal-section {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-section.is-revealed {
  opacity: 1;
  transform: none;
}

/* —— Site play: warm / friendly / futuristic —— */
.has-site-play {
  --scroll-p: 0;
  --scroll-y: 0px;
}

.has-site-play body {
  background:
    radial-gradient(
      ellipse 70% 40% at calc(100% - var(--scroll-p) * 18%) calc(-4% + var(--scroll-p) * 12%),
      color-mix(in srgb, var(--mist-soft) 92%, transparent),
      transparent 58%
    ),
    radial-gradient(
      ellipse 50% 34% at calc(-2% + var(--scroll-p) * 20%) calc(28% + var(--scroll-p) * 30%),
      color-mix(in srgb, var(--sunshine-soft) 58%, transparent),
      transparent 52%
    ),
    radial-gradient(
      ellipse 45% 28% at 70% calc(88% - var(--scroll-p) * 20%),
      color-mix(in srgb, #00aeef 10%, transparent),
      transparent 60%
    ),
    var(--bg);
}

.play-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 40;
  opacity: 0;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--mist-soft) 42%, transparent) 0%,
    transparent 70%
  );
  mix-blend-mode: normal;
  transition: opacity 220ms ease;
  will-change: transform;
}

.play-cursor-glow.is-on {
  opacity: 0.45;
}

.play-cursor-glow.is-hot {
  opacity: 0.55;
}

.play-spark-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  overflow: hidden;
}

.play-spark {
  position: fixed;
  border-radius: 50%;
  box-shadow: 0 0 10px currentColor;
  animation: play-spark-fly 640ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes play-spark-fly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--sx), var(--sy)) scale(0.2) rotate(var(--rot));
  }
}

.btn-primary.is-magnetic {
  transform: translate(var(--mx, 0), var(--my, 0));
  transition:
    transform 160ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 160ms ease,
    box-shadow 160ms ease;
  box-shadow:
    0 4px 16px color-mix(in srgb, var(--berry-deep) 22%, transparent),
    0 0 0 0 color-mix(in srgb, #00aeef 0%, transparent);
}

.btn-primary.is-magnetic:hover {
  box-shadow:
    0 8px 24px color-mix(in srgb, var(--berry-deep) 28%, transparent),
    0 0 28px color-mix(in srgb, #00aeef 28%, transparent);
}

.use-chip,
.workplace-chip,
.faq-item,
.pillar-card,
.price-card,
.extend .how-step,
.video-card {
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.use-chip:hover,
.workplace-chip:hover {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mist-soft) 80%, transparent);
}

.faq-item.is-open-pop,
.faq-item:hover {
  box-shadow:
    0 8px 28px color-mix(in srgb, var(--espresso) 6%, transparent),
    0 0 0 1px color-mix(in srgb, #00aeef 16%, transparent);
}

.is-tilt::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    420px circle at var(--shine-x, 50%) var(--shine-y, 50%),
    color-mix(in srgb, var(--mist-soft) 55%, transparent),
    transparent 55%
  );
  transition: opacity 200ms ease;
}

.is-tilt {
  position: relative;
}

.is-tilt:hover::after {
  opacity: 1;
}

.play-stagger {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1) var(--stagger, 0ms),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1) var(--stagger, 0ms);
}

.play-stagger.is-in {
  opacity: 1;
  transform: none;
}

.hero-orbs-canvas {
  filter: saturate(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .is-tilt {
    transform: none !important;
    transition: none;
  }

  .reveal-section,
  .play-stagger {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .play-cursor-glow,
  .play-spark-layer {
    display: none !important;
  }

  .btn-primary.is-magnetic {
    transform: none !important;
  }
}

/* —— Narrative journey —— */
.has-journey {
  --journey-p: 0;
}

.journey-rail {
  display: none;
}

@media (min-width: 1100px) {
  .journey-rail {
    position: fixed;
    top: 50%;
    left: max(0.75rem, calc((100vw - 72rem) / 2 - 5.5rem));
    transform: translateY(-50%);
    z-index: 30;
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    pointer-events: none;
  }

  .journey-rail-track {
    width: 2px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--border) 85%, transparent);
    position: relative;
    overflow: hidden;
    align-self: stretch;
    min-height: 12rem;
  }

  .journey-rail-track i {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--berry-deep), #00aeef);
    transform-origin: top center;
    transform: scaleY(0);
    border-radius: inherit;
  }

  .journey-rail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    pointer-events: auto;
  }

  .journey-rail-list a {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--text-muted, #5c574f);
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    transition: color 160ms ease, background 160ms ease;
    white-space: nowrap;
  }

  .journey-rail-list a:hover,
  .journey-rail-list a.is-active {
    color: var(--ink);
    background: color-mix(in srgb, var(--mist-soft) 75%, #fff);
  }

  .journey-rail-list a.is-active {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, #00aeef 28%, transparent);
  }
}

.journey-invite {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--berry-deep);
  letter-spacing: -0.01em;
}

.journey-stage {
  position: relative;
  scroll-margin-top: 5.5rem;
}

.journey-stage-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 0 0 0.65rem;
}

.journey-stage-num {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00aeef;
}

.journey-stage-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted, #5c574f);
}

.journey-bridge {
  margin: 0 0 1.15rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 500;
}

.journey-stage + .journey-stage::before {
  content: "";
  display: block;
  width: min(8rem, 30%);
  height: 3px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, #ec9c00 80%, #fff), color-mix(in srgb, #00aeef 55%, #fff), transparent);
}

.journey-stage.is-journey-active .journey-stage-num {
  color: var(--berry-deep);
}

/* Phone-in-hand story panels */
.journey-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
}

.journey-scene-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--espresso) 8%, transparent);
  aspect-ratio: 16 / 10;
}

.journey-scene-media img.journey-scene-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.journey-phone {
  position: absolute;
  right: 6%;
  bottom: 7%;
  width: min(34%, 9.5rem);
  aspect-ratio: 9 / 19;
  border-radius: 1.15rem;
  background: #1a1714;
  padding: 0.35rem;
  box-shadow:
    0 12px 28px color-mix(in srgb, #000 28%, transparent),
    0 0 0 1px color-mix(in srgb, #fff 18%, transparent);
  transform: rotate(-8deg);
}

.journey-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #faf7f2;
}

.journey-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.journey-scene-copy p {
  margin: 0;
  color: var(--text-muted, #5c574f);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 28rem;
}

.journey-scene-copy strong {
  color: var(--ink);
  font-weight: 600;
}

.journey-scene-compact {
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.journey-scene-compact .journey-scene-media {
  aspect-ratio: 16 / 9;
  max-width: 28rem;
}

.journey-scene-compact .journey-phone {
  width: min(32%, 6.5rem);
}

.journey-scene-flip {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.journey-scene-flip .journey-scene-media {
  order: 2;
}

.journey-scene-flip .journey-scene-copy {
  order: 1;
}

@media (max-width: 800px) {
  .journey-scene,
  .journey-scene-flip {
    grid-template-columns: 1fr;
  }

  .journey-scene-flip .journey-scene-media,
  .journey-scene-flip .journey-scene-copy {
    order: initial;
  }

  .journey-phone {
    width: min(38%, 7.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-rail-track i {
    transition: none;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
}

.hero-brand {
  display: block;
  height: auto;
  max-height: 36px;
  width: auto;
  margin: 0 0 1.1rem;
}

.hero h1,
h1 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 3.75rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 1.15rem;
  color: var(--ink);
  overflow-wrap: anywhere;
  min-width: 0;
}

h1 .accent {
  color: var(--peach-ink);
  position: relative;
  display: inline;
  background-image: linear-gradient(transparent 62%, color-mix(in srgb, var(--peach) 78%, transparent) 62%);
  background-repeat: no-repeat;
}

.tagline-da {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.98rem;
}

.tagline-da:empty {
  display: none;
  margin: 0;
}

html[lang="en"] .da-only {
  display: none !important;
}

.lead,
.section-lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 34rem;
  margin: 0.85rem 0 0;
  text-wrap: pretty;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.5rem;
  margin: 1.85rem 0 0;
}

.hero-cta .btn-primary {
  min-height: 3rem;
}

/* Secondary CTA is a plain text link with a hinting arrow, not a second
   boxed button — keeps the hero to a single strong primary action, like
   the Pipedrive/Attio heroes we benchmarked against. */
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.9rem 0.2rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1.5px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.hero-secondary-link svg {
  width: 16px;
  height: 16px;
}

.hero-secondary-link:hover {
  color: var(--accent);
  border-color: var(--accent-soft);
}

.hero-visual {
  position: relative;
}

/* Single soft blurred glow behind the product shot — adds depth without
   competing with the real screenshot. */
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% -4% -8% 8%;
  background: var(--martinique);
  border-radius: calc(var(--radius) + 6px);
  transform: rotate(2.5deg);
  z-index: 0;
  pointer-events: none;
}

/* Real product screenshot, framed flat (thin border + soft shadow) rather
   than a heavy device bezel — the screenshot already contains the app's own
   chrome (sidebar/nav), so a second frame around it would fight the UI. */
.hero-shot {
  position: relative;
  z-index: 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-shot img {
  width: 100%;
  height: auto;
  display: block;
}

/* Youbi speech → action hero demo (better-ui: concentric radii, soft exits, restraint) */
.hero-demo {
  position: relative;
  z-index: 1;
  transform: rotate(-1.5deg);
  transition: transform 400ms var(--ease-snap);
}

.hero-demo:hover {
  transform: rotate(0deg) translateY(-4px);
}

.youbi-demo {
  --youbi-r-shell: 20px;
  --youbi-r-panel: 14px;
  --youbi-r-inner: 8px;
  --youbi-ease: cubic-bezier(0.2, 0, 0, 1);
  --youbi-dur: 260ms;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: min(420px, 70vw);
  height: auto;
  border-radius: var(--youbi-r-shell);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  /* Elevation via layered shadow; hairline for structure */
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.04),
    0 12px 32px oklch(0 0 0 / 0.08),
    0 28px 64px oklch(10% 0.02 250 / 0.1);
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
  font-family: var(--font);
  color: var(--ink);
  user-select: none;
}

.youbi-demo-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 55%, #fff);
}

.youbi-demo-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  /* Concentric with shell: head inset ~14px from rounded corner → 12px chip */
  border-radius: 12px;
  /* Magenta wash chip — strong cyan stays on CTAs */
  background: color-mix(in srgb, var(--blossom-soft) 55%, #fff);
  color: var(--berry);
  flex: none;
  transition-property: background-color, color, box-shadow;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.youbi-demo-avatar svg {
  display: block;
}

.youbi-demo.is-working .youbi-demo-avatar {
  background: color-mix(in srgb, var(--blossom-soft) 70%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--blossom-soft) 55%, transparent);
  animation: youbi-avatar-pulse 1.4s var(--youbi-ease) infinite;
}

.youbi-demo.is-done .youbi-demo-avatar {
  background: color-mix(in srgb, var(--success) 14%, #fff);
  color: var(--success);
}

@keyframes youbi-avatar-pulse {
  0%, 100% { box-shadow: 0 0 0 3px color-mix(in srgb, var(--blossom-soft) 50%, transparent); }
  50% { box-shadow: 0 0 0 5px color-mix(in srgb, var(--blossom-soft) 25%, transparent); }
}

.youbi-demo-meta {
  min-width: 0;
}

.youbi-demo-head h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.youbi-demo-status {
  margin: 0.12rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  min-height: 1.1em;
  letter-spacing: 0.01em;
  transition-property: color;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.youbi-demo-status.is-working {
  color: var(--brand);
}

.youbi-demo-status.is-done {
  color: var(--success);
}

.youbi-demo-live {
  margin-inline-start: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.6rem 0.28rem 0.5rem;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--success) 10%, #fff);
  color: var(--success);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.youbi-demo-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--success);
  flex: none;
}

.youbi-demo-stage {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem; /* 16px → panel radius 14 = concentric with 20 shell when close */
}

.youbi-speech {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  align-self: flex-end;
  max-width: 92%;
  padding: 0.72rem 0.88rem;
  /* Speech tail: tighter bottom-right corner */
  border-radius: 16px 16px 5px 16px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 20px oklch(0.2 0.04 250 / 0.18);
  opacity: 0;
  transform: translateY(6px);
  transition-property: opacity, transform;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

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

.youbi-speech:not(.is-visible) {
  /* Soft exit: smaller travel than enter */
  transform: translateY(4px);
}

.youbi-speech p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.youbi-speech-waves {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 14px;
  margin-top: 0.2rem;
  flex: none;
}

.youbi-speech-waves i {
  width: 2.5px;
  border-radius: 99px;
  background: color-mix(in srgb, #fff 70%, var(--brand));
  transform-origin: center bottom;
  animation: youbi-wave 0.95s ease-in-out infinite;
}

.youbi-speech-waves i:nth-child(1) { height: 5px; animation-delay: 0s; }
.youbi-speech-waves i:nth-child(2) { height: 11px; animation-delay: 0.1s; }
.youbi-speech-waves i:nth-child(3) { height: 8px; animation-delay: 0.22s; }
.youbi-speech-waves i:nth-child(4) { height: 13px; animation-delay: 0.06s; }

@keyframes youbi-wave {
  0%, 100% { transform: scaleY(0.5); opacity: 0.55; }
  50% { transform: scaleY(1); opacity: 1; }
}

.youbi-action {
  position: relative;
  flex: 1;
  min-height: 150px;
}

.youbi-action-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem; /* 12px + inner 8 ≈ panel 14 concentric */
  border-radius: var(--youbi-r-panel);
  background: color-mix(in srgb, var(--bg) 72%, #fff);
  box-shadow:
    inset 0 0 0 1px oklch(0 0 0 / 0.06),
    0 1px 2px oklch(0 0 0 / 0.03);
  opacity: 0;
  transform: translateY(6px);
  transition-property: opacity, transform;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
  pointer-events: none;
}

.youbi-action-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.youbi-action-panel:not(.is-visible) {
  transform: translateY(4px);
}

.youbi-idle-line {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  max-width: 18em;
  margin-inline: auto;
}

.youbi-cal-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.78rem;
  padding: 0 0.15rem;
}

.youbi-cal-head strong {
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}

.youbi-cal-head span {
  color: var(--muted);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.youbi-cal-slot {
  border-radius: var(--youbi-r-inner);
  padding: 0.85rem 0.95rem;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  transition-property: background-color, border-color, opacity, transform, box-shadow;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.youbi-cal-slot.is-empty {
  border: 1px dashed color-mix(in srgb, var(--border) 65%, var(--ink));
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  background: color-mix(in srgb, #fff 55%, transparent);
}

.youbi-cal-slot.is-booked {
  border: 1px solid transparent;
  background: color-mix(in srgb, var(--brand) 11%, #fff);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--brand) 28%, transparent),
    0 4px 12px color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--ink);
  opacity: 0;
  transform: translateY(4px) scale(0.98);
}

.youbi-cal-slot.is-booked.is-pop {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.youbi-cal-slot strong {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.youbi-cal-slot span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.youbi-inv-card {
  border-radius: var(--youbi-r-inner);
  padding: 0.85rem 0.95rem;
  background: #fff;
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.04),
    0 6px 16px oklch(0 0 0 / 0.06),
    inset 0 0 0 1px oklch(0 0 0 / 0.06);
  transition-property: box-shadow, transform;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.youbi-inv-card.is-sent {
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.04),
    0 8px 20px color-mix(in srgb, var(--success) 14%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--success) 28%, transparent);
}

.youbi-inv-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.youbi-inv-badge {
  padding: 0.18rem 0.48rem;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--muted) 12%, #fff);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition-property: background-color, color;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.youbi-inv-badge.is-sent {
  background: color-mix(in srgb, var(--success) 12%, #fff);
  color: var(--success);
}

.youbi-inv-amount {
  margin: 0.5rem 0 0.15rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.youbi-inv-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.youbi-done {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.25rem 0.15rem;
}

.youbi-done-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--success) 12%, #fff);
  color: var(--success);
  flex: none;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--success) 18%, transparent);
  /* Contextual icon enter: opacity + scale (blur skipped for crispness on small mark) */
  opacity: 0;
  transform: scale(0.25);
  transition-property: opacity, transform;
  transition-duration: 300ms;
  transition-timing-function: var(--youbi-ease);
}

.youbi-action-panel.is-visible .youbi-done-check {
  opacity: 1;
  transform: scale(1);
}

.youbi-done-check svg {
  display: block;
  /* Optical: checkmarks sit slightly high when centered */
  translate: 0 0.5px;
}

.youbi-done p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.youbi-reply {
  align-self: flex-start;
  max-width: 92%;
  padding: 0.65rem 0.8rem;
  border-radius: 5px 16px 16px 16px;
  background: color-mix(in srgb, var(--bg) 80%, #fff);
  box-shadow:
    inset 0 0 0 1px oklch(0 0 0 / 0.06),
    0 4px 12px oklch(0 0 0 / 0.04);
  opacity: 0;
  transform: translateY(6px);
  transition-property: opacity, transform;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

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

.youbi-reply:not(.is-visible) {
  transform: translateY(4px);
}

.youbi-reply-label {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.youbi-reply p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .youbi-demo {
    min-height: 360px;
  }
}

/* ---------------------------------------------------------------------- */
/* Trust strip — honest credibility signals just under the hero. No fake   */
/* customer logos/counts; just the three things that are true today.      */
/* ---------------------------------------------------------------------- */

.trust-strip {
  position: relative;
  z-index: 1;
  background: transparent;
  border-bottom: none;
  padding: 0;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2.25rem;
  padding-top: 0;
  border-top: none;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 0.9rem;
}

.trust-item svg {
  flex: none;
  width: 18px;
  height: 18px;
  color: var(--brand);
}

.features {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.features h2,
.screenshots h2,
.how h2,
.extend h2,
.pricing h2,
.faq h2,
.videos h2,
.contact h2,
.waitlist-copy h2 {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

/* Featured Youbi band + pair of supporting pillars — not three equal cards */
.pillar-stack {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
  margin-top: var(--section-gap);
}

.pillar-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--content-gap);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.pillar-grid-asymmetric {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
}

.pillar-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pillar-card-accent,
.pillar-featured {
  background: var(--mist-soft);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.15rem);
  box-shadow: none;
}

.pillar-featured {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem 1.5rem;
  align-items: start;
}

.pillar-featured .feature-icon {
  margin-top: 0.15rem;
}

.pillar-featured-copy {
  min-width: 0;
}

.pillar-featured h3 {
  margin-top: 0;
}

.pillar-pair .pillar-card {
  /* Group with space + soft well — border only where needed for structure */
  background: var(--paper-band);
  border: none;
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  box-shadow: none;
}

.pillar-card h3 {
  margin: 0.75rem 0 0.35rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.pillar-oneliner {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pillar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pillar-list-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
}

.pillar-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.pillar-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  margin-top: 0.2rem;
  background-color: var(--brand);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Legacy feature-card styles kept for any residual markup. */
.features-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: start;
  margin-top: 3.25rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

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

.feature-card h3 {
  margin: 0.85rem 0 0.35rem;
  color: var(--ink);
  font-size: 1.02rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--brand) 14%, #fff);
  color: var(--brand);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.features-visual-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #fff;
}

.features-visual-frame img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 901px) {
  .features-visual {
    position: sticky;
    top: 100px;
  }
}

.how {
  padding: var(--section-pad) 0;
  background: var(--paper-band);
}

.extend {
  padding: var(--section-pad) 0;
  background: var(--bg);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.5vw, 3rem);
  margin-top: var(--section-gap);
  border-top: none;
  counter-reset: how-step;
  position: relative;
}

@media (min-width: 901px) {
  .how-grid::before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: color-mix(in srgb, var(--berry) 28%, var(--border));
    pointer-events: none;
  }
}

.how-step {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  z-index: 1;
}

.how-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-pill);
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--berry) 35%, var(--border));
  color: var(--berry-deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  box-shadow: 0 0 0 6px var(--paper-band);
}

.how-step-num::before {
  content: none;
}

.how-step h3 {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.how-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 22rem;
}

.use-theatre {
  margin-top: var(--section-gap);
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
  max-width: none;
}

.use-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.use-chip {
  font-family: var(--font);
  background: var(--card);
  border: 1.5px solid var(--border);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.65rem 1.1rem;
  min-height: 44px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition-property: border-color, background-color, color, transform, box-shadow;
  transition-duration: 0.15s;
  transition-timing-function: var(--ease-out);
}

.use-chip:hover {
  background: color-mix(in srgb, var(--mist-soft) 70%, #fff);
  border-color: color-mix(in srgb, var(--ink) 18%, var(--border));
  transform: translateY(-1px);
}

.use-chip:active {
  transform: scale(0.97);
}

.use-chip[aria-pressed="true"] {
  background: var(--peach);
  border-color: color-mix(in srgb, var(--ink) 12%, var(--border));
  color: var(--espresso);
  box-shadow: none;
}

.use-chip[aria-pressed="true"]:hover {
  background: var(--mist-soft);
}

.use-caption {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55;
  min-height: 2.5em;
  max-width: var(--measure);
}

.use-stage {
  --youbi-r-inner: 12px;
  --youbi-dur: 220ms;
  --youbi-ease: cubic-bezier(0.2, 0, 0, 1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  max-width: 36rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  outline: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  outline-offset: -1px;
}

.use-line {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 500;
}

.use-line span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.use-line-label {
  padding-top: 0.18rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.use-ask {
  padding: 0.7rem 0.8rem;
  margin-inline: -0.15rem;
  border-radius: var(--youbi-r-inner);
  background: var(--mist-soft);
}

.use-ask .use-line-label {
  color: var(--berry);
}

.use-result {
  min-width: 0;
}

.use-canvas-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.use-invoice {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
  padding-top: 0.15rem;
}

.use-invoice-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.use-invoice-head p {
  margin: 0.1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.use-invoice-head strong {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
  min-width: 0;
}

.use-invoice-line {
  margin: 0;
  padding: 0.55rem 0;
  border-block: 1px solid var(--border);
  color: var(--ink);
  font-weight: 500;
}

.use-invoice-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  font-variant-numeric: tabular-nums;
}

.use-invoice-total span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.use-invoice-total strong {
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.use-invoice.is-sent .youbi-inv-badge {
  background: color-mix(in srgb, var(--success) 12%, #fff);
  color: var(--success);
}

.use-product {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border-radius: var(--youbi-r-inner);
  background: var(--paper-band);
  outline: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  outline-offset: -1px;
  transition-property: background-color, outline-color;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.use-product strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.use-product-meta {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.use-product.is-live {
  background: var(--sunshine-soft);
}

.use-product.is-live .use-product-meta {
  color: var(--espresso);
}

.use-surfaces {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.use-surface {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.5rem 1rem;
  align-items: baseline;
  min-width: 0;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--border);
  opacity: 0.4;
  transition-property: opacity, background-color;
  transition-duration: var(--youbi-dur);
  transition-timing-function: var(--youbi-ease);
}

.use-surface:first-child {
  padding-top: 0.15rem;
}

.use-surface:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.use-surface-name {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.use-surface-meta,
.use-surface-result {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: end;
  overflow-wrap: anywhere;
}

.use-surface-result {
  display: none;
}

.use-surface.is-on {
  opacity: 1;
}

.use-surface.is-on .use-surface-meta {
  display: none;
}

.use-surface.is-on .use-surface-result {
  display: block;
  color: var(--espresso);
}

.screenshots {
  position: relative;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0 var(--section-pad);
  background: var(--paper-band);
  overflow: hidden;
}

.screenshots::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cream) 55%, transparent) 0%, transparent 18%),
    radial-gradient(ellipse 55% 50% at 88% 12%, color-mix(in srgb, var(--berry) 22%, transparent), transparent 65%),
    radial-gradient(ellipse 40% 45% at 8% 90%, color-mix(in srgb, var(--peach) 28%, transparent), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.screenshots > .container {
  position: relative;
  z-index: 1;
}

.screenshot-label {
  margin: 0.85rem 0 0;
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  text-align: center;
}

/* ---------------------------------------------------------------------- */
/* Real app screenshots — flat frame (thin border + soft shadow only), no  */
/* heavy device bezel. The screenshots already carry the app's own chrome  */
/* (sidebar/nav), so a second frame would only compete with it.           */
/* ---------------------------------------------------------------------- */

.screenshot-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: var(--shadow);
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
}

.screenshot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Screenshot carousel — peek next slide; arrows float over media */
.carousel {
  --carousel-peek: 36px;
  --carousel-gap: 0.85rem;
  position: relative;
  max-width: 1040px;
  margin: var(--section-gap) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "stage"
    "dots";
  gap: 1.1rem;
  align-items: center;
}

.carousel-viewport {
  grid-area: stage;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  outline-offset: 4px;
}

.carousel-viewport:focus-visible {
  outline: 2px solid var(--accent);
}

.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-slide {
  flex: 0 0 calc(100% - var(--carousel-peek));
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.carousel-arrow {
  grid-area: stage;
  z-index: 2;
  justify-self: start;
  align-self: center;
  width: 44px;
  height: 44px;
  margin-block-end: 2.5rem; /* optically center on frame, not label */
  border-radius: 999px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, #fff 92%, transparent);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition-property: transform, background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.carousel-arrow-prev {
  margin-inline-start: 0.65rem;
  justify-self: start;
}

.carousel-arrow-next {
  margin-inline-end: 0.65rem;
  justify-self: end;
}

.carousel-arrow svg {
  width: 20px;
  height: 20px;
}

.carousel-arrow:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

.carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  background: color-mix(in srgb, #fff 92%, transparent);
  color: var(--ink);
}

.carousel-dots {
  grid-area: dots;
  justify-self: center;
  display: flex;
  gap: 0.75rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: transform 0.15s ease;
}

.carousel-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 999px;
  background: var(--border);
  transition: background 0.15s ease, transform 0.15s ease;
}

.carousel-dot:hover::after {
  background: var(--accent-soft);
}

.carousel-dot.active::after {
  background: var(--accent);
  transform: scale(1.15);
}

/* Demo strip stays out of the page until videos ship */
.videos.videos-pending {
  display: none;
}

.videos.videos-live {
  display: block;
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  background: var(--cream);
  border-block: none;
}

.videos {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  background: var(--cream);
  border-block: none;
}

.demo-inner .section-lead {
  max-width: var(--measure);
  margin-top: 0.55rem;
}

.demo-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.35rem;
  margin-top: 1.35rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.video-grid[hidden] {
  display: none !important;
}

.video-card h3 {
  margin: 1rem 0 0.35rem;
  color: var(--ink);
  font-size: 1.02rem;
}

.video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.video-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-media iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

.video-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 55%, var(--accent) 130%);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), transparent 55%);
}

.video-badge {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.video-play {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent);
  font-size: 1.05rem;
  transition: transform 0.15s ease;
}

.video-thumb:hover .video-play {
  transform: scale(1.08);
}

.pricing {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.pricing-subtitle {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-weight: 500;
  font-size: 1rem;
  max-width: var(--measure);
  line-height: 1.55;
}

/* ---------------------------------------------------------------------- */
/* Workplace picker: "Which sounds like you?" chips + highlight panel.     */
/* Chips only swap the copy in .workplace-highlight — the tier cards below */
/* are identical for every visitor, no matter which chip is active.        */
/* ---------------------------------------------------------------------- */

.workplace-picker {
  margin-top: var(--section-gap);
}

.workplace-question {
  margin: 0 0 1rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 1.02rem;
}

.workplace-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: var(--content-gap);
}

.workplace-chip {
  font-family: var(--font);
  background: var(--card);
  border: 1.5px solid var(--border);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.workplace-chip:hover {
  border-color: var(--accent-soft);
  transform: translateY(-1px);
}

.workplace-chip.active {
  background: var(--peach);
  border-color: color-mix(in srgb, var(--ink) 12%, var(--border));
  color: var(--espresso);
  box-shadow: none;
}

.workplace-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  background: var(--mist-soft);
  border: none;
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.5vw, 1.85rem);
}

.workplace-highlight-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 1 260px;
  min-width: 220px;
}

.workplace-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 174, 239, 0.12);
  color: var(--accent);
}

.wh-icon {
  display: none;
  align-items: center;
  justify-content: center;
}

.workplace-highlight[data-active-workplace="stationary"] .wh-icon-stationary,
.workplace-highlight[data-active-workplace="travelling"] .wh-icon-travelling,
.workplace-highlight[data-active-workplace="online"] .wh-icon-online {
  display: inline-flex;
}

.wh-icon svg {
  width: 24px;
  height: 24px;
}

.workplace-highlight-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.1rem;
}

.workplace-highlight-features {
  flex: 1 1 320px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 500;
}

.workplace-highlight-features li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.workplace-highlight-features li::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  margin-top: 0.15rem;
  background-color: var(--accent);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.workplace-note {
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--content-gap);
  margin-top: var(--content-gap);
  max-width: 46rem;
}

.pricing-grid-single {
  grid-template-columns: minmax(0, 28rem);
  justify-content: center;
  max-width: none;
}

.pricing-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.pricing-grid-plan {
  grid-template-columns: 1.35fr 1fr 1fr;
  max-width: none;
  align-items: stretch;
}

.price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.price-card .btn {
  margin-top: auto;
}

.price-card-active {
  border-color: color-mix(in srgb, var(--brand) 40%, transparent);
  box-shadow: var(--shadow), 0 12px 32px color-mix(in srgb, var(--brand) 16%, transparent);
}

.price-card-seat,
.price-card-addon {
  background: var(--paper-band);
  border-color: transparent;
}

.price-card-soon {
  opacity: 0.85;
}

.price-tier {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.price-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(17, 17, 17, 0.08);
  color: var(--ink);
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-weight: 600;
}

.price-amount {
  margin: 0 0 1rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.price-amount .price-was {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: color-mix(in srgb, var(--muted) 80%, var(--ink));
}

.price-amount .price-now {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ink);
}

.price-amount .price-period {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
}

.price-amount-addon {
  font-size: 1.35rem;
}

.price-amount-addon span:first-child {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--ink);
}

.price-amount-soon {
  font-size: 1.3rem;
  color: var(--muted);
  font-style: italic;
  font-weight: 600;
}

.price-desc {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.price-badge-highlight {
  background: var(--peach);
  color: var(--espresso);
}

.price-features {
  margin: 0 0 1.5rem;
  padding-inline-start: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.price-features li {
  margin-bottom: 0.4rem;
}

.pricing-note {
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 44rem;
}

.faq {
  padding: var(--section-pad) 0;
  background: var(--paper-band);
}

.faq-list {
  max-width: 44rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: var(--section-gap);
}

.faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 1.35rem 0;
  box-shadow: none;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

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

.faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.3rem;
  font-weight: 400;
  flex: none;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Bold closing band — the one deliberate break from the white/#F7F7F5
   alternation, so the final CTA reads as the climax of the page and bookends
   the navy header, the way Monday/Pipedrive treat their last "get started"
   section. */
.waitlist {
  padding: var(--section-pad) 0;
  background: var(--martinique);
}

.waitlist-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  background: var(--card);
  border: none;
  /* Concentric with inputs (radius-md 16) + ~20px pad ≈ 36 */
  border-radius: calc(var(--radius-md) + 1.25rem);
  padding: clamp(1.85rem, 3.5vw, 2.75rem);
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.04),
    0 18px 48px rgba(17, 17, 17, 0.22);
}

.waitlist-form {
  margin-top: 1.65rem;
}

.waitlist-form label {
  display: block;
  font-weight: 600;
  color: var(--ink);
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

.waitlist-input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Rounded-rect + border color, matching InputDecorationTheme (radiusMd,
   divider-colored border, 1.5px primary border on focus). */
.waitlist-input-row input {
  flex: 1;
  min-width: 220px;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  background: #fff;
}

.waitlist-input-row input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.15);
}

.waitlist-note {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.waitlist-count {
  margin: 0.85rem 0 0;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}

.waitlist-count strong {
  color: var(--accent);
  font-size: 1.05rem;
}

.waitlist-success {
  margin: 1.25rem 0 0;
  color: #1f7a48;
  font-weight: 600;
  font-size: 0.92rem;
}

.waitlist-error {
  margin: 1.25rem 0 0;
  color: #b3261e;
  font-weight: 600;
  font-size: 0.92rem;
}

.waitlist-error a {
  color: inherit;
  text-decoration: underline;
}

/* Honeypot: visually hidden but still in the layout/DOM, so bots that scrape and fill every
   field trip it. aria-hidden on the wrapper plus tabindex="-1" keeps it invisible to screen
   readers and keyboard users. */
.waitlist-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#waitlist-submit {
  position: relative;
}

#waitlist-submit .btn-spinner {
  display: none;
}

#waitlist-submit.is-loading {
  cursor: default;
}

#waitlist-submit.is-loading .btn-label {
  visibility: hidden;
}

#waitlist-submit.is-loading .btn-spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: waitlist-spin 0.7s linear infinite;
}

@keyframes waitlist-spin {
  to {
    transform: rotate(360deg);
  }
}

.fine-print {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 1.25rem;
}

.waitlist-badge {
  text-align: center;
  padding: 1.5rem;
}

.waitlist-badge img {
  margin: 0 auto 0.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.waitlist-badge p {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}

/* Contact section */
.contact {
  padding: var(--section-pad) 0;
  background: var(--paper-band);
  border-top: none;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.contact-email-plain {
  margin: 1.25rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-email-plain a {
  color: var(--accent);
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: var(--card);
  border: none;
  border-radius: calc(var(--radius-md) + 1rem);
  padding: 1.65rem;
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.04),
    var(--shadow);
  outline: 1px solid oklch(0 0 0 / 0.08);
  outline-offset: -1px;
}

.contact-form label {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.88rem;
  margin-top: 0.35rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  background: #fff;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.15);
}

.contact-form .btn {
  margin-top: 0.75rem;
  align-self: flex-start;
  position: relative;
}

.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #b3261e;
}

.contact-note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-success {
  margin: 0.65rem 0 0;
  color: #1f7a48;
  font-weight: 600;
  font-size: 0.92rem;
}

.contact-error {
  margin: 0.65rem 0 0;
  color: #b3261e;
  font-weight: 600;
  font-size: 0.92rem;
}

.contact-error a {
  color: inherit;
  text-decoration: underline;
}

#contact-submit .btn-spinner {
  display: none;
}

#contact-submit.is-loading {
  cursor: default;
}

#contact-submit.is-loading .btn-label {
  visibility: hidden;
}

#contact-submit.is-loading .btn-spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: waitlist-spin 0.7s linear infinite;
}

.contact-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  border-top: none;
  padding: clamp(3rem, 6vw, 4.5rem) 0 calc(var(--space-lg) + env(safe-area-inset-bottom, 0px));
  color: color-mix(in srgb, var(--concrete) 70%, transparent);
  font-size: 0.92rem;
  background: var(--martinique);
}

.footer-statement {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.footer-statement-line {
  margin: 0;
  max-width: 28ch;
  color: var(--concrete);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.footer-statement-line .footer-dk {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--concrete) 55%, transparent);
  opacity: 1;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 1.5rem;
  padding-top: var(--space-sm);
  border-top: 1px solid color-mix(in srgb, var(--concrete) 14%, transparent);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.footer-links a {
  color: color-mix(in srgb, var(--concrete) 65%, transparent);
  font-size: 0.9rem;
  font-weight: 500;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-brand p {
  margin: 0.9rem 0 0;
  line-height: 1.5;
}

.footer-dk {
  opacity: 0.75;
  font-size: 0.88rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-heading {
  margin: 0 0 0.35rem;
  color: var(--concrete);
  font-weight: 600;
  font-size: 0.88rem;
}

.footer-col a {
  color: color-mix(in srgb, var(--concrete) 65%, transparent);
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--turquoise);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0;
  border-top: none;
}

.footer-bottom p {
  margin: 0;
}

.site-footer a {
  color: var(--turquoise);
}

.footer-lang {
  color: color-mix(in srgb, var(--concrete) 55%, transparent);
}

/* Content breakpoints — collapse when columns stop fitting */
@media (max-width: 1100px) {
  .pricing-grid-plan {
    grid-template-columns: 1fr;
  }

  .pillar-list-inline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .nav-links {
    display: none;
  }

  .pillar-grid,
  .pillar-grid-asymmetric,
  .pillar-pair {
    grid-template-columns: 1fr;
  }

  .pillar-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 900px) {
  .site-header {
    top: calc(0.75rem + env(safe-area-inset-top, 0px));
    max-width: calc(100% - 1rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
    width: calc(100% - 1rem);
  }

  .header-inner {
    width: 100%;
    padding: 0.4rem 0.45rem 0.4rem 0.85rem;
  }

  .features-layout,
  .waitlist-inner,
  .how-grid,
  .video-grid,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .how-step {
    padding: 0;
  }

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

  .pricing-grid,
  .pricing-grid-3 {
    grid-template-columns: 1fr;
    max-width: none;
  }

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

  .footer-statement-line {
    max-width: none;
  }

  .hero {
    padding: 5.75rem 0 2.75rem;
  }

  .hero-brand {
    max-height: 36px;
    margin-bottom: 1.25rem;
  }

  .hero h1,
  h1 {
    font-size: clamp(1.95rem, 7vw, 2.65rem);
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
    max-width: 22rem;
  }

  .hero-cta .btn-primary {
    width: 100%;
  }

  .hero-secondary-link {
    align-self: flex-start;
    padding-block: 0.65rem;
  }

  .trust-strip-inner {
    justify-content: flex-start;
    gap: 1rem 1.75rem;
  }

  .hero-demo {
    transform: none;
    margin-top: 0.5rem;
  }

  .hero-visual::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-actions .btn-primary {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
  }

  .carousel {
    --carousel-peek: 20px;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .workplace-highlight-features {
    grid-template-columns: 1fr;
  }

  .workplace-chip,
  .use-chip {
    flex: 1 1 auto;
    text-align: center;
  }

  .workplace-chips,
  .use-chips {
    gap: 0.5rem;
  }
}

.cookie-notice {
  position: fixed;
  z-index: 50;
  inset-inline: 0.75rem;
  bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  max-width: 42rem;
  margin-inline: auto;
  padding: 1rem 1.1rem;
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--berry) 28%, transparent);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-lg);
}

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

.cookie-notice-title {
  margin: 0 0 0.35rem;
  font-weight: 650;
  font-size: 0.95rem;
}

.cookie-notice p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}

.cookie-notice a {
  color: var(--berry);
  text-underline-offset: 0.15em;
}

.cookie-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.cookie-notice .btn {
  min-height: 44px;
}

body.has-cookie-notice {
  padding-bottom: 9rem;
}

@media (prefers-reduced-motion: reduce) {
  .cookie-notice {
    transition: none;
  }
}
